EMAIL SUPPORT
dclessons@dclessons.comLOCATION
AFLAB: Configuring EIGRP & Features
LAB: Configuring EIGRP & Features
Topology:
TASK:
- Configure the L2 Vlan 100 on both N7k1 and N7k2 and configure the Port-channel trunk between two switches using LACP protocols
- Configure Interface Vlan 100 IP 10.100.100.1/24 on N7k 1 and 10.100.100.2/24 N7k2
- Configure the Eigrp on Vlan 100 between two core switches use any AS number
- Configure Following Loopback address on N7k1 Loopback0 : 192.168.128.1/24 and Loopback1: 192.168.143.1/24
- Advertise these two loopback address on the Eigrp
- Advertise the Summery address 192.168.128.0/20 from N7k1 towards N7k2
- Configure the Eigrp Stub feature on N7k1 under address family
- Configure the Eigrp MD5 Authentication between N7k1 and N7k2 with Key CCIEDC
- Configure the static default route on N7k1 and advertise this route in such a way so that it reaches to N7k2 , but don’t use redistribute static on Eigrp AS
- Configure to limit no of Prefix redistributed to eigrp from max 100 to in 25 .
Solution:
N7K-4-1# conf t
Enter configuration commands, one per line. End with CNTL/Z.
N7K-4-1(config) # vlan 100
N7K-4-1(config-vlan) #
!
N7K-4-2# conf t
Enter configuration commands, one per line. End with CNTL/Z.
N7K-4-2(config) # vlan 100
N7K-4-2(config-vlan) #
!
N7K-4-1(config) # feature interface-vlan
N7K-4-1(config) # feature lacp
N7K-4-1(config) # feature eigrp
N7K-4-1(config) #
!
N7K-4-2(config) # feature interface-vlan
N7K-4-2(config) # feature lacp
N7K-4-2(config) # feature eigrp
!
N7K-4-1(config) # int eth1/9-10
N7K-4-1(config-if-range) # channel-group 100 mode active
N7K-4-1(config-if-range) # no shut
N7K-4-1(config) # int po100
N7K-4-1(config-if) # switchport mode trunk
N7K-4-1(config-if) # no shut
!
N7K-4-2(config) # int eth1/9-10
N7K-4-2(config-if-range) # channel-group 100 mode active
N7K-4-2(config-if-range) # no shut
N7K-4-2(config-if-range) # exit
N7K-4-2(config) # int po100
N7K-4-2(config-if) # switchport mode trunk
N7K-4-2(config-if) # no shut
Verification 1: Verify Port-channel status.
N7K-4-1(config) # int vlan 100
N7K-4-1(config-if) # ip address 100.100.100.1/24
N7K-4-1(config-if) # no shut
!
N7K-4-2(config) # int vlan 100
N7K-4-2(config-if) # ip address 100.100.100.2/24
N7K-4-2(config-if) # no shut
!
N7K-4-1(config) # router eigrp 200
N7K-4-2(config) # router eigrp 200
!
N7K-4-1(config) # int vlan 100
N7K-4-1(config-if) # ip router eigrp 200
N7K-4-2(config) # int vlan 100
N7K-4-2(config-if) # ip router eigrp 200
Verification 2: Verify Eigrp Neighbour
LEAVE A COMMENT
Please login here to comment.