802 Posts

October 4th, 2012 18:00

Creating VLANs, naming and setting IP address

console> enable

console# config

console(config)# vlan database

console(config-vlan)# vlan 2

console(config-vlan)# exit

console(config)# interface vlan 2

console(config-if)# name Marketing

console(config-if)# ip address 192.168.2.1

console(config-if)# end

Will the internet router handle the routing or are you needing one of the 62xx to route?

The basics of VLAN routing would look like this.

console(config)#ip routing

console(config)#interface vlan 2

console(config-if-vlan2)#routing

console(config-if-vlan2)#exit

console(config)#interface vlan 3

console(config-if-vlan3)#routing

console(config-if-vlan3)#exit

You will only want one of the 62xx to be a router, therefore you will would only run the above commands on one of the 62xx switches.

Here are some documents that will be a good read to answer possible questions.

www.dell.com/.../app_note_38.pdf

www.dell.com/.../app_note_4.pdf

www.dell.com/.../app_note_8.pdf

Hope this helps,

Keep us updated if you can.

No Events found!

Top