User Tools

Site Tools


informatique:cisco:ospf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
informatique:cisco:ospf [2011/10/04 14:37] – Agrégation de routes pteuinformatique:cisco:ospf [2011/11/16 13:58] – relecture Vérifications pteu
Line 302: Line 302:
  
 ====show ip route==== ====show ip route====
 +
 +<code bash>
 +show ip route
 +  Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
 +       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area 
 +       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
 +       E1 - OSPF external type 1, E2 - OSPF external type 2
 +       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
 +       ia - IS-IS inter area, * - candidate default, U - per-user static route
 +       o - ODR, P - periodic downloaded static route
 +
 +Gateway of last resort is 10.0.1.0 to network 0.0.0.0
 +</code>
  
 Cette commande permet d'afficher la table de routage du routeur. Les annonces correspondent à : Cette commande permet d'afficher la table de routage du routeur. Les annonces correspondent à :
Line 313: Line 326:
 | ''*''    | candidate default    | route candidate par défaut | | ''*''    | candidate default    | route candidate par défaut |
  
-  Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP +<code bash> 
-       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area  +show ip ospf interface 
-       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 +show ip ospf neighbor 
-       E1 OSPF external type 1, E2 - OSPF external type 2 +show ip ospf 8 database adv-router 10.167.131.
-       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 +show ip ospf 8 database router 10.167.131.1
-       ia - IS-IS inter area, * - candidate default, U - per-user static route +
-       o - ODR, P - periodic downloaded static route+
  
-  debug ip ospf adj +show ip protocols 
-  debug ip ospf events+show ip route ospf 
 +</code>
  
-(Pour désactiver le debugging : ''undebug all''+====debug====
- +
-  sh ip ospf interface +
-  sh ip ospf neighbor +
-  sh ip protocols +
-  sh ip route ospf+
  
 +<code bash>
 +debug ip ospf adj
 +debug ip ospf events
 +</code>
 +(Pour désactiver le debugging : ''undebug all'')
  
 =====Liens===== =====Liens=====
informatique/cisco/ospf.txt · Last modified: 2013/10/14 20:44 by 127.0.0.1