Mod4 Intervlan Routing
Mod4 Intervlan Routing
VLANs control broadcast domain size and keep local traffic local.
Key components of InterVLAN Routing
Requirements for InterVLAN
Routing InterVLAN Routing Using a Route Processor
Layer 3 Switch
VLAN 10
VLAN 20
VLAN 30
Router to VLAN connection
InterVLAN Routing Using a single link
InterVLAN Routing Using one link per VLAN
VLAN 20
VLAN 10
VLAN 30
ISL
Router-on-a-Stick, Lollipop
Routing, One Armed Bandit
Trunk Link Advantages: VLAN 10
192.168.1.0
Saves router and switch VLAN 20
192.168.2.0
ports…saves money and
reduces complexity. Trunk
Scales to larger number of VLAN 30
192.168.3.0
VLANs than one-link-per-VLAN
design.
Physical interface
Trunk Link Disadvantages: FastEthernet 0/0
Additional router overhead
Logical interface
Older IOS versions support FastEthernet 0/0.10
ip address 192.168.1.1
limited sets of features on Logical interface
trunked interfaces and may FastEthernet 0/0.20
ip address 192.168.2.1
only support ISL trunking Logical interface
Switch(config-if)# no switchport
S 0/0
Fa 0/1 Fa 0/0 Ext Router InterVLAN routing most likely achieved through a
virtual interface. As an example, VLAN 10 and VLAN
Si 20 configured on the multi-layer switch.
VLAN 10
192.168.1.0 VLAN 20
192.168.2.0
Trunk
VLAN 30
192.168.3.0
Physical interface
FastEthernet 0/0
Logical interface
FastEthernet 0/0.10
ip address 192.168.1.1
Logical interface
FastEthernet 0/0.20
ip address 192.168.2.1
Logical interface
FastEthernet 0/0.30
ip address 192.168.3.1
Verifying InterVLAN Routing
Configurations
Switch# show ip route
Switch# show ip interface
brief
Verifying interVLAN routing
Switch# show ip interface
fastethernet module/port
Can show if the port is
Routed port
WAN configured for routing
Switch# show ip interface
S 0/0 fastethernet module/port
Fa 0/1 Fa 0/0 Ext Router
switchport
Si
Either switchport information
10.0.10.0 / 24 10.0.20.0 / 24
VLAN 10 VLAN 20
will be displayed or
“Switchport: Disabled” will
indicate the port is likely
configured for routing.
Troubleshooting InterVLAN
Routing (1)
The same commands for verifying interVLAN routing can be
used to troubleshoot interVLAN routing.
Check that routing is enabled.
Switch#show running-config