Unsolved
This post is more than 5 years old
1 Message
0
2613
October 4th, 2012 17:00
Questions about Vlans and CLI command on Powerconnect 6248
HI All,
I am new @ VLAN and Layer 3 switch, I need some suggestions on the VLAN setting and Routing.
I have PowerConnect 6224 and have Internet Router, DC and DHCP, and virtual servers, and this 6224 connect to my another PowerConnect 6248, it have 3 vlans 4,5,6 connect to all users workstations.
I want to setup 2 vlans on 6224 like vlan 2,3, vlan2 has dc and hcp, vlan3 have vritualservers,
and i need all users and servers can connect to Internet, all users and virtual servers can connect to dc and dhcp, and only vlan 4,5 can connect to vlan3.
Can someone let me know how to setup this 2 switchs?
like what vlan need to route, tagged or untagged?
thanks a log.
0 events found


DELL-Willy M
802 Posts
1
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.