Eigrp Path selection part 2 using offset list.

Eigrp Path selection part 2 using offset list.

EIGRP PAth selection Part 2: Per destination path selection using Offset List Lab1: 70.1.1.0/24 70.1.2.0/24 Route Via R1 - R3 - R4 - R5 -R7 Lab2: 70.1.4.0/24 70.1.5.0/24 Route Via R1 - R2 - R4 - R6 - R7 ======================= R4 Config: R4(config-router)#do sh access-list Standard IP access list 1 10 permit 70.1.1.0, wildcard bits 0.0.0.255 (3 matches) 20 permit 70.1.2.0, wildcard bits 0.0.0.255 (3 matches) Standard IP access list 2 10 permit 70.1.4.0, wildcard bits 0.0.0.255 (3 matches) 20 permit 70.1.5.0, wildcard bits 0.0.0.255 (3 matches) R4(config-router)# R4(config-router)# R4(config-router)# R4(config-router)#do sh run | sec eigrp router eigrp 1 offset-list 1 in 5 Ethernet0/2 offset-list 2 in 5 Ethernet0/3 network 0.0.0.0 R1 config: R1#sh access-list Standard IP access list 1 10 permit 70.1.1.0, wildcard bits 0.0.0.255 (1 match) 20 permit 70.1.2.0, wildcard bits 0.0.0.255 (1 match) Standard IP access list 2 10 permit 70.1.4.0, wildcard bits 0.0.0.255 (1 match) 20 permit 70.1.5.0, wildcard bits 0.0.0.255 (1 match) R1# R1# R1#sh run | sec eigrp router eigrp 1 offset-list 2 in 5 Ethernet0/0 offset-list 1 in 5 Ethernet0/1 network 0.0.0.0 no auto-summary