Difference between revisions of "CCNP TSHOOT Learning Guide/Chapter 5"
From Teknologisk videncenter
m (→Maintaining and Troubleshooting Routing Solutions) |
m (→IOS Commands to verify Routing Functions) |
||
Line 25: | Line 25: | ||
172.16.4.16 -> 192.168.22.73 => IP adj out of Vlan1, addr 172.16.4.16 | 172.16.4.16 -> 192.168.22.73 => IP adj out of Vlan1, addr 172.16.4.16 | ||
</source> | </source> | ||
+ | ==show ip prot== | ||
+ | '''remember''' | ||
{{Source cli}} | {{Source cli}} | ||
[[Category:CCNPv6]][[Category:CCNPv6 TSHOOT]] | [[Category:CCNPv6]][[Category:CCNPv6 TSHOOT]] |
Revision as of 15:29, 16 June 2010
Maintaining and Troubleshooting Routing Solutions
Contents
Redistributiuon
Protocol | Default Seed Metric |
---|---|
RIP | Infinity |
IGRP/EIGRP | Infinity |
OSPF | 20 except from BGP then 1 |
ISIS | 0 |
BGP | IGP |
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
show ip prot
remember