
32
only shows those with high priority.
1.3.5 Configuration Examples
The figure shown below is a simple network consisting of three layer3 switches, the network
mask for all switches and PC is 255.255.255.0. PC-A and PC-C are connected via the static
route set in SwtichA and SwitchC; PC3 and PC-B are connected via the static route set in
SwtichC to SwitchB; PC-B and PC-C is connected via the default route set in SwitchB.
Fig 1-2 Static Route Configurations
Configuration steps:
Configuration of layer3 SwitchA
Switch#config
Switch (config) #ip route 10.1.5.0 255.255.255.0 10.1.2.2
Configuration of layer3 SwitchC
Switch#config
Next hop use the partner IP address
Switch(config)#ip route 10.1.1.0 255.255.255.0 10.1.2.1
Next hop use the partner IP address
Switch(config)#ip route 10.1.4.0 255.255.255.0 10.1.3.1
Configuration of layer3 SwitchB
Switch#config
Switch(config)#ip route 0.0.0.0 0.0.0.0 10.1.3.2
In this way, ping connectivity can be established between PC-A and PC-C, and PC-B and PC-C
SwitchB
PC-A:10.1.1.2
PC-B:10.1.4.2
vlan3:10.1.5.1
vlan1:10.1.1.1
vlan2:10.1..2.1
vlan2:10.1.4.1
vlan2:10.1.2.2
vlan1:10.1.3.2
SwitchA
SwitchC
vlan1:10.1.3.1
PC-C:10.1.5.2