Accton Technology ES4626 Switch User Manual


 
367
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 switch Switch-2
Switch#config
Switch(Config)#ip route 0.0.0.0 0.0.0.0 10.1.3.2
This way, ping connectivity can be established between PC1 and PC3, and PC2 and PC3
15.2.5 Troubleshooting Help
15.2.5.1 Monitor and Debug Commands
Command Explanation
Admin Mode
show ip route
Displays the content of route table including:
route type, destination network, mask, next
hop address, and interface, etc.
Use the “show ip route” command to display the information about static route in the route
table: destination IP address, network mask, next hop IP address, and forwarding
interface, etc.
For example:
Switch#show ip route
Codes: C - connected, S - static, R - RIP derived, O - OSPF derived
A - OSPF ASE, B - BGP derived
Destination Mask Nexthop Interface Pref
C 2.2.2.0 255.255.255.0 0.0.0.0 vlan1 0
S 6.6.6.0 255.255.255.0 2.2.2.9 vlan1 1
S stands for static route, i.e., the static route with the destination network address of
6.6.6.0, network mask of 255.255.255.0, the next hop address of 2.2.2.9 and the
forwarding interface of Ethernet vlan1. The priority value of this route is 1.
15.3 RIP
15.3.1 Introduction to RIP