Friday, November 8, 2013

EIGRP Narbik Advance Tech.

 

Ok so this is my interpretation of EIGRP ADVANCE TECH LAB, Infact I have re-written the tasks description down in my own words. I found this approach to be the best, as during the lab we have apple of paper and coloured pencils/pens to work with.

clip_image001

 

What follows below are the tasks list and command references for the same.

clip_image002

 

Task 1) Command reference:

conf t

router eigrp <asn>

no auto-summary

network <network no> <wld mask>

end

 

Task 2)Command reference:

interface serial 3/0

(config-if)#ip hello-interval eigrp 10 20

(config-if)#ip hold-time eigrp 10 80

 

T3)Command reference:

router eigrp 100

(config-router)#metric weights 0 1 0 0 0 0

 

clip_image003

 

T4)Command reference:

router eigrp 100

(config-router)#metric weights 0 0 0 1 0 0

 

T5)Command reference:

We need to make use of LEAK-MAP,LEAK-MAPS are available along with the summary command. The way leak maps work are highlighted below,

LEAK_MAP ROUTE_MAP ACL RESULT
Yes No No Only Sum
Yes Yes No Sum + All
Yes Yes Yes Sum + ACL Match

 

R1(config-subif)#ip summary-address eigrp 300 1.1.0.0 255.255.252.0 leak-map R1->R2

 

clip_image004

T6)Command reference:

R4(config)#router eigrp 400

R4(config-router)#variance 3

R4(config-router)#end

 

T7)Command reference:

R1(config)#router eigrp 300

R1(config-router)#timers active-time disabled

R1(config-router)#exit

R1(config)#router eigrp 100

R1(config-router)#timers active-time 60

clip_image005

T8)Command reference:

R4(config)#int s 1/0.14

R4(config-subif)#ip authentication mode eigrp 300 md5

R4(config-subif)# ip authentication key-chain eigrp 300 AUTH_R1R4

R4(config-subif)#exit

R4(config)#key chain AUTH_R1R4

R4(config-keychain)# key 1

R4(config-keychain-key)# key-string Cisco14

R4(config-keychain-key)#end

 

T9)Command reference:

BB2(config)#router eigrp 200

BB2(config-router)#metric maximum-hops 110

BB2(config-router)#end

 

clip_image006

 

T10)Command reference:

R2(config)#router eigrp 200

R2(config-router)#distance eigrp 95 138

R2(config-router)#end

 

T11)Command reference:

BB2(config)#int e 0/0

BB2(config-if)#ip bandwidth-percent eigrp 200 30

BB2(config-if)#end

clip_image007

T12)Command reference:

BB1(config)#int e 0/0

BB1(config-if)#bandwidth 30000

BB1(config-if)#end

 

T13)Command reference:

BB1(config)#router eigrp 100

BB1(config-router)#eigrp stub receive-only

BB1(config-router)#end

clip_image008

T14)Command reference:

BB2(config)#interface loopback 1

BB2(config-if)#ip address 151.1.112.112 255.255.255.0

BB2(config-if)#exit

BB2(config)#router eigrp 200

BB2(config-router)#redistribute connected route-map LOOP1

BB2(config)#route-map LOOP1

BB2(config-route-map)#match interface loopback 1

BB2(config-route-map)#end

 

T15)Command reference:

BB2(config)#ip route 160.1.112.0 255.255.255.0 null 0

BB2(config)#router eigrp 200

BB2(config-router)#redistribute static route-map STATIC

BB2(config-router)#default-metric 1500 20000 255 1 1500

BB2(config-router)#exit

BB2(config)#route-map STATIC

BB2(config-route-map)#match ip address 1

BB2(config-route-map)#exit

BB2(config)#access-list 1 permit 160.1.112.0 0.0.0.255

BB2(config)#exit

clip_image009

T16)Command reference:

BB2(config)#router eigrp 200

BB2(config-router)#eigrp stub static connected

BB2(config-router)#end

 

T17)Command reference:

R5(config)#router eigrp 400

R5(config-router)#no eigrp log-neighbor-changes

R5(config-router)#end

clip_image010

T18)Command reference:

R6(config)#router eigrp 400

R6(config-router)#eigrp log-neighbor-warnings 300

R6(config-router)#end

 

T19)Command reference:

R3(config)#router eigrp 300

R3(config-router)#offset-list 0 in 50 serial 1/0.13

R3(config-router)#end

clip_image011

T20)Command reference:

R4(config)#router eigrp 400

R4(config-router)#redistribute eigrp 300

R4(config)#router eigrp 300

R4(config-router)#redistribute eigrp 400

R4(config-router)#end

 

T21)Command reference:

R2(config)#int e 0/0

R2(config-if)#ip summary-address eigrp 200 0.0.0.0 0.0.0.0

R2(config-if)#end

 

clip_image012

T22)Command reference:

route-map AS100->AS300 deny 10

match tag 300

!

route-map AS100->AS300 permit 20

set tag 100

!

route-map AS300->AS100 deny 10

match tag 100

!

route-map AS300->AS100 permit 20

set tag 300

router eigrp 100

redistribute eigrp 300 route-map AS300->AS100

router eigrp 300

redistribute eigrp 100 route-map AS100->AS300

 

PLEASE NOTE: THE ABOVE TECHNIQUE IS THE MOST EFFECTIVE ROUTE REDISTRIBUTION TECHNIQUE

No comments:

Post a Comment