Author Archives: Fred J.

OSPF Non-Broadcast Networks

OSPF – Hub and spoke Topology Dans une architecture « Hub and spoke » Frame relay, les interfaces peuvent être configurées dans 4 modes de communication OSPF : R1(config)#int s0/0 R1(config-if)#ip ospf network ? broadcast Specify OSPF broadcast multi-access network non-broadcast Specify … Continue reading

Posted in Frame Relay, OSPF | Leave a comment

OSPF – Hub & Spoke Topology

Dans une architecture « Hub and spoke » Frame relay, les interfaces peuvent être configurées dans 4 modes de communication OSPF : Non-Broadcast Networks Broadcast Networks Priority Point-to-Point Networks Point-to-Multipoint Networks R1(config)#int s0/0 R1(config-if)#ip ospf network ? broadcast Specify OSPF broadcast multi-access … Continue reading

Posted in Frame Relay, OSPF | Leave a comment

UDLD

UniDirectional Link Detection Protocol – UDLD SW1#sh udld fa0/18 Interface Fa0/18 — Port enable administrative configuration setting: Disabled Port enable operational state: Disabled Current bidirectional state: Unknown Configuration SW1(config)#interface fastEthernet 0/18 SW1(config-if)#udld port aggressive Vérification SW1#show udld fa0/18 Interface Fa0/18 … Continue reading

Posted in L2 Bridging & Switching | Leave a comment

OSPF – max-metric

Dans notre exemple, le routeur R4 peut atteindre le réseau 66.6.6.0/24 (R6) via R5 et R6 :   R4#show ip ospf database summary 66.6.6.0 OSPF Router with ID (10.11.11.1) (Process ID 1) Summary Net Link States (Area 0) Routing Bit … Continue reading

Posted in OSPF | Leave a comment

OSPF Filtering

Plusieurs type de filtre en OSPF distribute-list x in area x filter-list prefix x in area x filter-list prefix x out distribute-list x out area x.x.x.x x.x.x.x not-advertise summary-address x.x.x.x x.x.x.x not-advertise distribute-list x in Permet de filtrer les routes … Continue reading

Posted in OSPF | Leave a comment

OSPF Area Type

OSPF Area Type   Stub Totally Stubby NSSA     Dans notre exemple :   Le routeur R5 annonce en OSPF 10 sous réseaux 5.5.0.0 /24 à 5.5.9.0 /24 Le routeur R1 annonce en OSPF 10 sous réseaux 1.1.0.0 /24 … Continue reading

Posted in OSPF | Leave a comment

Virtual-links and GRE Tunnels

virtual-link   Dans notre exemple, l’Area 3 n’a pas de connexion direct (physique ou logique) avec l’Aera0.   L’ Area 1 est donc en charge de créer un lien logique entre R1 et R2 :   R1#conf t R1(config)#router ospf … Continue reading

Posted in OSPF | Leave a comment

OSPF Summarization

2 types de route peuvent être « summurizée » : les routes externes à OSPF, par la commande « summary-address », sur un ASBR les routes internes à OSPF, par la commande « area x range », sur un ABR summary-address Les reseaux 4.4.0.0/24 à 4.4.3.0/24 … Continue reading

Posted in OSPF | Leave a comment

OSPF Cost

Calcul du métrique OSPF Le coût d’une interface est égale à : 100,000,000 / BW de l’interface Dans notre cas, l’interface sérial de R2 à un cout de 64 : ( 100,000,000 / 1,544,000 = 64 ) R2#show int s0/0.21 … Continue reading

Posted in OSPF | Leave a comment

OSPF Authentification

OSPF Support 2 modes d’authentification : plain text MD5 L’authentification peut être activée sur une interface de façon globale R2 active l’authentification de façon globale mode « plain text » R2(config)#router ospf 1 R2(config-router)#area 0 authentication R2#conf t R2(config)#int s0/0.21 R2(config-subif)#ip ospf … Continue reading

Posted in OSPF | Leave a comment