Browse Community
Help
Log In
Responses(1)
Solutions(0)
DELL-Willy M
802 Posts
1
September 7th, 2012 08:00
One of the first things to do to help ensure things are running as smooth as they can be, is to update the switch firmware. The current version 3.3.4.1 is available from this link.
www.dell.com/.../powerconnect-6248p
Once you turn on routing on the 6248 then the all the VLANs on the 6248 will be able to communicate back and forth on layer 3.
You can set up ACLs to block traffic once routing is enabled. Here are some articles about setting up ACLs on the switch.
www.dell.com/.../app_note_3.pdf
You would set up a static route with this command.
console(config)# ip route 192.168.6.0 255.255.255.0 10.0.0.2
This would direct the 192.168.6.0 class C traffic to 10.0.0.2
Hope this helps,
Keep us updated if you can.
Dell Support Resources
View All
Top
DELL-Willy M
802 Posts
1
September 7th, 2012 08:00
One of the first things to do to help ensure things are running as smooth as they can be, is to update the switch firmware. The current version 3.3.4.1 is available from this link.
www.dell.com/.../powerconnect-6248p
Once you turn on routing on the 6248 then the all the VLANs on the 6248 will be able to communicate back and forth on layer 3.
You can set up ACLs to block traffic once routing is enabled. Here are some articles about setting up ACLs on the switch.
www.dell.com/.../app_note_3.pdf
www.dell.com/.../app_note_3.pdf
www.dell.com/.../app_note_3.pdf
You would set up a static route with this command.
console(config)# ip route 192.168.6.0 255.255.255.0 10.0.0.2
This would direct the 192.168.6.0 class C traffic to 10.0.0.2
Hope this helps,
Keep us updated if you can.