cisco, IOS, network, router

Klasik EIGRP ve İsimlendirilmiş EIGRP karşılaştırması

 

Klasik EIGRP: İsimlendirilmiş EIGRP:
interface Ethernet 0/0
ip address 1.1.1.1
ip hello eigrp 1 30
ipv6 enable
ipv6 enable eigrp 1
ipv6 bandwidth-percent eigrp 1 40


router eigrp 1
network 10.0.0.0 255.0.0.0




address-family ipv4 vrf savage
autonomous-system 4453
network 192.168.0.0




ipv6 router eigrp 1
no shutdown



*no support for ipv6
vrf in classic

 

 

 

 

 

 

 

interface Ethernet 0/0
ip address 1.1.1.1
ipv6 enable
!
!

router eigrp nw010
address-family ipv4 autonomous-system 1
network 10.0.0.0 255.0.0.0
af-interface Ethernet 0/0
hello 30
exit-af-interface
!
!
address-family ipv4 vrf savage autonomous-system 4453
network 192.168.0.0
!
!
address-family ipv6 autonomous-system 1
af-interface Ethernet 0/0
no shutdown
bandwidth-percent 40
exit-af-interface
!
address-family ipv6 autonomous-system 6473
af-interface default
no shutdown
exit-af-interface

 

 

 

 

 

 

 

Başka bir örnek verecek olursak;

 

Klasik EIGRP: İsimlendirilmiş EIGRP:
int Gi0/0

ip add 192.168.1.1 255.255.255.252
ip authentication mode eigrp 100 md5
ip authentication key-chain eigrp 100 istebu-key
ip hello eigrp 100 12
ipv6 address 2003::1/64
ipv6 eigrp 200

router eigrp 100

network 192.168.1.0 0.0.0.3
passive-interface default
no passive-interface Gi0/0
distribute-list prefix istebu-PREFIX in
redistribute connected

ipv6 router eigrp 200

variance 2

router eigrp 300

address-family ipv4 vrf Cisco-VRF
network 0.0.0.0 0.0.0.0

 

 

 

 

 

 

 

router eigrp istebu

address-family ipv4 unicast autonomous-system 100

network 192.168.1.0 0.0.0.3

af-interface default

passive-interface
exit-af-interface

af-interface Gi0/0

no passive-interface
authentication mode md5
authentication key-chain istebu-key
hello-interval 12
exit-af-interface

topology base

redistribute connected
distribute-list prefix istebu-PREFIX in
exit-af-topology
exit-address-family

address-family ipv6 unicast autonomous-system 200

topology base
variance 2
exit-af-topology
exit-address-family

address-family ipv4 unicast vrf Cisco-VRF

autonomous-system 300
network 0.0.0.0 0.0.0.0
exit-address-family

 

 

 

Hatırlatma: İsimlendirilmiş EIGRP’nin yapılandırılması, geleneksel EIGRP’den farklı olsa da, show komutları aynıdır.

Not: İsimlendirilmiş EIGRP’ye şu sürümlerden erişilebilir:

15.0(1)M
12.2(33)SRE
12.2(33)XNE
Cisco IOS XE Release 2.5

 

Bir cevap yazın

E-posta hesabınız yayımlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d blogcu bunu beğendi: