Difference between revisions of "CCNP TSHOOT Learning Guide/Chapter 5"
From Teknologisk videncenter
m (New page: =Maintaining and Troubleshooting Routing Solutions= __TOC__) |
m (→Maintaining and Troubleshooting Routing Solutions) |
||
Line 1: | Line 1: | ||
=Maintaining and Troubleshooting Routing Solutions= | =Maintaining and Troubleshooting Routing Solutions= | ||
__TOC__ | __TOC__ | ||
+ | =IOS Commands to verify Routing Functions= | ||
+ | ==show ip cef== | ||
+ | <source lang=cli> | ||
+ | SW1#show ip cef exact-route 172.16.4.16 192.168.22.73 | ||
+ | 172.16.4.16 -> 192.168.22.73 => IP adj out of Vlan1, addr 172.16.4.16 | ||
+ | </source> | ||
+ | |||
+ | {{Source cli}} | ||
+ | |||
+ | [[Category:CCNPv6]][[Category:CCNPv6 TSHOOT]] |
Revision as of 14:16, 16 June 2010
Maintaining and Troubleshooting Routing Solutions
Contents
IOS Commands to verify Routing Functions
show ip cef
SW1#show ip cef exact-route 172.16.4.16 192.168.22.73
172.16.4.16 -> 192.168.22.73 => IP adj out of Vlan1, addr 172.16.4.16