Configuring Routing Example for Static Routing
User Guide     427
mask as 255.255.255.0 and the next hop as 10.1.10.2. For switch B, add a static route 
entry with the destination as 10.1.1.0, the subnet mask as 255.255.255.0 and the next 
hop as 10.1.10.1.
Figure 5-4 Add a Static Route for Switch A
5.4  Using the CLI
The configurations of Switch A and Switch B are similar. The following introductions take 
Switch A as an example.
1)  Create a routed port Gi1/0/1 with the mode as static, the IP address as 10.1.1.1, the 
mask as 255.255.255.0 and the admin status as Enable. Create a routed port Gi1/0/2 
with the mode as static, the IP address as 10.1.10.1, the mask as 255.255.255.0 and the 
admin status as Enable.
Switch_A#configure
Switch_A(config)#interface gigabitEthernet 1/0/1
Switch_A(config-if)#no switchport
Switch_A(config-if)#ip address 10.1.1.1 255.255.255.0
Switch_A(config-if)#exit
Switch_A(config)#interface gigabitEthernet 1/0/2
Switch_A(config-if)#no switchport
Switch_A(config-if)#ip address 10.1.10.1 255.255.255.0
2)  Add a static route entry with the destination as 10.1.2.0, the subnet mask as 
255.255.255.0 and the next hop as 10.1.10.2. For switch B, add a static route entry with 
the destination as 10.1.1.0, the subnet mask as 255.255.255.0 and the next hop as 
10.1.10.1.