Monthly Archives: mai 2012

EIGRP summarisation

    R2#show ip route eigrp 300 1.0.0.0/24 is subnetted, 1 subnets D EX 1.1.1.0 [170/2297856] via 10.1.12.1, 01:33:55, Serial0/0 3.0.0.0/24 is subnetted, 1 subnets D 3.3.3.0 [90/2809856] via 10.1.12.1, 01:33:55, Serial0/0 4.0.0.0/24 is subnetted, 1 subnets D 4.4.4.0 [90/2809856] … Continue reading

Posted in EIGRP | Leave a comment

Calcul du metric EIGRP

Le calcul du metric EIGRP est le résultat composite de 5 paramétrés : La bande passante La Charge Le Délais La Fiabilité Par défaut, K1 et K3 sont à 1, et le reste à zéro, réduisant la formule à : … Continue reading

Posted in EIGRP | Leave a comment

EIGRP Timers

modification des timers « hello » et « hold-time » entre BB1 et R1   R1(config)#int fa0/0 R1(config-if)#ip hello-interval eigrp 100 1 R1(config-if)#ip hold-time eigrp 100 3 BB1(config)#int e0 BB1(config-if)#ip hello-interval eigrp 100 1 BB1(config-if)#ip hold-time eigrp 100 3 Vérifications : R1#sh ip eigrp … Continue reading

Posted in EIGRP | Leave a comment

VMPS

VLAN Membership Policy Server (VMPS) / Dynamic VLANs VMPS permet d’assigner dynamiquement un vlan en mode accès à un port sur la base de adresse mac de l’équipement connecté. Un Switch 6500 peut être configuré en serveur VMPS Configuration SW1#conf … Continue reading

Posted in L2 Bridging & Switching | Leave a comment

EIGRP redistribution simple

Configuration de la redistribution de route entre l`AS 100 et l`AS 300 sur le routeur R1 R1(config)#router eigrp 100 R1(config-router)#redistribute eigrp 300 R1(config)#router eigrp 300 R1(config-router)#redistribute eigrp 100 Vérifications : BB3#show ip route eigrp 1.0.0.0/24 is subnetted, 1 subnets D … Continue reading

Posted in EIGRP | Leave a comment

EIGRP Basic Configuration

AS100 BB1(config)#router eigrp 100 BB1(config-router)#no auto-summary BB1(config-router)#network 0.0.0.0 R1(config)#router eigrp 100 R1(config-router)#no auto-summary R1(config-router)#network 10.1.111.1 0.0.0.0 R1(config-router)#network 1.1.1.1 0.0.0.0 AS300 – Point to Point R1(config)#router eigrp 300 R1(config-router)#no auto-summary R1(config-router)#network 10.1.12.0 0.0.0.255 R1(config-router)#network 10.1.13.0 0.0.0.255 R1(config-router)#network 10.1.14.0 0.0.0.255 R1(config-router)#network 10.1.110.0 … Continue reading

Posted in EIGRP | Leave a comment

EIGRP LAB

Enhanced Interior Gateway Routing Protocol http://fr.wikipedia.org/wiki/Enhanced_Interior_Gateway_Routing_Protocol  

Posted in EIGRP | Leave a comment