Author Archives: Fred J.

Optimization and Timers OSPF

Configuration des routeurs R1 à R4   router ospf 1 log-adjacency-changes network 0.0.0.0 255.255.255.255 area 0 ! Vérifications : R1#show ip route C 1.0.0.0/8 is directly connected, Loopback0 2.0.0.0/32 is subnetted, 1 subnets O 2.2.2.2 [110/65] via 10.1.12.2, 00:00:08, Serial0/0.12 … Continue reading

Posted in OSPF | Leave a comment

OSPF – Advertising Networks

Configuration très simple en mode « point à point » Tous les réseaux sont annoncés dans l’Area OSPF 0 R1 a une ip secondary sur fa0/0 : 10.2.2.2 /24 R3 a une ip secondary sur fa0/0 : 10.3.3.3 /24 la commande « router … Continue reading

Posted in OSPF | Leave a comment

SDM Prefer

Switch Database Managment (SDM) SDM utilise des templates pour allouer les ressources mémoires des switch L2/L3 selon l’utilisation souhaitée : Default Access Routing VLANs SW1(config)#sdm prefer ? access multicast and qos/acl bias, drop unicast extended-match Using extended match for unicast … Continue reading

Posted in L2 Bridging & Switching | Leave a comment

CCIE Routing and Switching Lab Exam Checklist

1.0 Implementing Layer 2 Technologies – Configuring and Troubleshooting Layer 2 Technologies √ 1.01 Frame Relay 1.01.1 Frame Relay Multipoint Links on a Physical Interface Using Inverse ARP 1.01.2 Frame Relay Multipoint Links on a Physical Interface Without Using Inverse … Continue reading

Posted in Lab Exam | Leave a comment

CCIE Routing and Switching Lab Exam Topics (Blueprint) v4.0

1.00 Implement Layer 2 Technologies √ 1.10 Implement Spanning Tree Protocol (STP) (a) 802.1d (b) 802.1w (c) 801.1s (d) Loop guard (e) Root guard (f) Bridge protocol data unit (BPDU) guard (g) Storm control (h) Unicast flooding (i) Port roles, … Continue reading

Posted in Lab Exam | Leave a comment

Routage

Par défaut, les switch L2/L3 ne font pas de routage, même si plusieurs interfaces Vlan sont configurées : SW1#show ip interface brief | inc Vlan Vlan1 10.200.200.200 YES manual up up Vlan10 10.10.10.1 YES manual up up Vlan20 20.20.20.1 YES … Continue reading

Posted in L2 Bridging & Switching | Leave a comment

EtherChannels

Les liens EtherChannels ou ChannelGroup Les liens Etherchannels sont une agrégation d’un ensemble de liens physiques, dont voici les principales caractéristiques : Utilisation entre switch et/ou routeur Augmentation de la bande passante, jusqu’à 8 liens agrégé Gestion de la perte … Continue reading

Posted in L2 Bridging & Switching | Leave a comment

BGP Allow-as

Dans cette configuration, R1 R2 et R3 forment l’AS 200 et n’annoncent aucun prefix : R4 et R5 forment l’AS 100 et annoncent respectivement les prefix 4.0.0.0 et 5.0.0.0 R1#show ip bgp | be Net Network Next Hop Metric LocPrf … Continue reading

Posted in BGP | Leave a comment

Confederation BGP

La confédération BGP permet de regrouper un ensemble d’AS (privé) en un seul AS (publique) confederation identifier confederation peers Exemple : R1#show ip bgp | be Net Network Next Hop Metric LocPrf Weight Path *> 1.0.0.0 0.0.0.0 0 32768 i … Continue reading

Posted in BGP | Leave a comment

BGP Distance Administrative

Valeur par défaut de l’administrative distance BGP : Protocol  Administrative distance  Directly connected route   0  Static route   1  EIGRP summary route   5  External BGP   20  Internal EIGRP   90  IGRP   100  OSPF   110  IS-IS   … Continue reading

Posted in BGP | Leave a comment