Unsolved
This post is more than 5 years old
3 Posts
0
3950
June 14th, 2016 14:00
Inter-VLAN routing on Dell X4012
According to specification Dell X4012 is Layer2+ switch that supports inter-VLAN routing.
There are several references about this in original Dell documents e.g. "Dell Networking Small Business Reference Architecture 1.1"
The Small Business Reference Architecture utilizes the X4012 switch,
which defaults to Layer 2+ mode, to handle all VLAN-to-VLAN communications. Several VLANS have been configured to provide what a typical branch, remote office or SoHo might need. Figure 12 shows an example of a VLAN configuration. To see the full configuration of the Dell Networking X4012 used in this example, refer to the X4012 Distribution switch.pdf attachment.
Can anyone share this mysterious X4012 Distribution switch.pdf or point me on some information, how to configure inter-VLAN routing on X4012?


WCHSA
1 Message
0
September 7th, 2018 10:00
Happen to be looking at the same document. Are the last lines in the config file correct?:
ip route 172.25.0.0 /16 10.1.5.254 metric 2
ip route 172.25.10.1 /32 10.1.5.254
ip route 172.25.171.0 /24 10.1.5.254
ip route 172.25.172.0 /24 10.1.5.254
ip route 172.25.173.0 /24 10.1.5.254
Those subnets aren't referenced in any of the other config files or the document. I'm thinking that those lines are there for inter-VLAN routing, and based on the earlier part of the config they should probably be something more like:
ip route 10.1.5.0 /24 10.1.5.254
ip route 10.1.6.0 /24 10.1.5.254
ip route 10.1.7.0 /24 10.1.5.254
ip route 10.1.10.0 /24 10.1.5.254
ip route 10.1.15.0 /24 10.1.5.254
But maybe I don't understand the configuration completely yet...