[IP Routing Menu] find - Show a single route by destination IP address gw - Show routes to a single gateway type - Show routes of a single type tag - Show routes of a single tag if - Show routes on a single interface dump - Show all routes clear - Clear route table |
Command Syntax and Usage | |
---|---|
find <IP4 address (eg,192.4.17.101)>|IP6 address (eg,3001:0:0:0:0:0:abcd:1234)> | |
Shows a single route by destination IP address. | |
gw <default gateway IP4 address (eg, 192.4.17.44)> <default gateway IP6 address (eg, 3001:0:0:0:0:0:abcd:1234)> | |
Shows routes to a default gateway. | |
type indirect|direct|local|broadcast|martian|multicast | |
Shows routes of a single type. For a description of IP routing types, see IP Routing Tag Parameters (info/l3/route/tag). | |
tag fixed|static|addr|rip|ospf|bgp|broadcast|martian|vip | |
Shows routes of a single tag. For a description of IP routing tags, see IP Routing Tag Parameters (info/l3/route/tag). | |
if <interface number (1-256)> | |
Shows routes on a single interface. | |
dump | |
Shows all routes. To display all routes, you can also refer to IP routing information on the /info/l3/route/dump Show All IP Route Information. | |
clear | |
Clears the route table from memory. |