EIGRP Lab 3 IPv6 Basic Configuration
Previous-Lab Next-Lab
Download Lab: GNS3
Prerequisites:
Cisco IOSv (vios-adventerprisek9-m.vmdk.SPA.156-2.T)
Introduction:
In this lab, you will perform basic configuration of EIGRP for IPv6 routed protocol. Begin with the assignment of router-id then enable eigrp on the interfaces, disable the unnecessary advertisement of hello packets and finally tweak eigrp timers to improve convergence.
Topology:








Procedures:
Step1: Assign router-id to the routers in the topology beginning with the Core1.
Core1(config)#ipv6 router eigrp 15
Core1(config-rtr)#eigrp router-id 0.0.0.1
List of Router IDs:
Core1: 0.0.0.1
Core2: 0.0.0.2
HQ-DR1: 0.0.3.1
HQ-DR2: 0.0.3.2
HQ-R1: 0.0.3.11
DR1: 0.0.5.1
DR2: 0.0.6.2
EDR1: 0.0.4.1
EDR2: 0.0.4.2
ER1: 0.0.4.11
ER2: 0.0.4.12
BR1: 0.0.17.1
BR2: 0.0.18.2
BR3: 0.0.19.3
Step2: Determine which interfaces have to participate in the EIGRP for IPv6.
Core1# show ipv6 interface brief
GigabitEthernet0/0 [up/up]
FE80::1
2001:DB8:2019:1000::1
GigabitEthernet0/1 [up/up]
FE80::1
2001:DB8:2019:1001::1
GigabitEthernet0/2 [up/up]
FE80::1
2001:DB8:2019:1002::1
GigabitEthernet0/3 [up/up]
FE80::1
2001:DB8:2019:1003::1
GigabitEthernet0/4 [up/up]
FE80::1
2001:DB8:2019:1004::1
GigabitEthernet0/5 [up/up]
FE80::1
2001:DB8:2019:1005::1
GigabitEthernet0/6 [up/up]
FE80::1
2001:DB8:2019:1006::1
GigabitEthernet0/7 [administratively down/down]
unassigned
Step3: Using interface range command enable EIGRP for IPv6 on the group of qualified interfaces.
Core1(config)#interface range g0/0-6
Core1(config-if-range)#ipv6 eigrp 15
Core1(config-if-range)#end
Step4: Verify that interfaces participate in EIGRP domain as intended.
Core1#show ipv6 eigrp interfaces
EIGRP-IPv6 Interfaces for AS(15)
Xmit Queue PeerQ Mean Pacing Time Multicast Pending
Interface Peers Un/Reliable Un/Reliable SRTT Un/Reliable Flow Timer Routes
Gi0/0 0 0/0 0/0 0 0/0 0 0
Gi0/1 0 0/0 0/0 0 0/0 0 0
Gi0/2 0 0/0 0/0 0 0/0 0 0
Gi0/3 0 0/0 0/0 0 0/0 0 0
Gi0/4 0 0/0 0/0 0 0/0 0 0
Gi0/5 0 0/0 0/0 0 0/0 0 0
Gi0/6 0 0/0 0/0 0 0/0 0 0
Step5: Repeat steps 1 through 4 on the rest of the routers in the topology.
Step6: Verify EIGRP for IPv6 neighborship between all participating routers.
Core1# show ipv6 eigrp neighbors EIGRP-IPv6 Neighbors for AS(15)
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
6 Link-local address: Gi0/6 12 00:03:41 25 150 0 22
FE80::FD2
5 Link-local address: Gi0/5 14 00:04:50 18 108 0 25
FE80::E2E:4DFF:FE6D:701
4 Link-local address: Gi0/4 11 00:11:43 21 126 0 70
FE80::D2
3 Link-local address: Gi0/3 14 00:19:22 14 100 0 71
FE80::E2E:4DFF:FEB7:6D01
2 Link-local address: Gi0/2 12 00:26:34 22 132 0 84
FE80::ED2
1 Link-local address: Gi0/1 10 00:28:09 19 114 0 85
FE80::ED1
0 Link-local address: Gi0/0 14 00:29:56 20 120 0 90
FE80::2
Step7: Verify EIGRP for IPv6 parameters like AS number, router-id, enabled interfaces, K-values, redistribution.
Core1# show ipv6 protocols
IPv6 Routing Protocol is "connected"
IPv6 Routing Protocol is "application"
IPv6 Routing Protocol is "ND"
IPv6 Routing Protocol is "eigrp 15"
EIGRP-IPv6 Protocol for AS(15)
Metric weight K1=1, K2=0, K3=1, K4=0, K5=0
Soft SIA disabled
NSF-aware route hold timer is 240
Router-ID: 0.0.0.1
Topology : 0 (base)
Active Timer: 3 min
Distance: internal 90 external 170
Maximum path: 16
Maximum hopcount 100
Maximum metric variance 1
Interfaces:
GigabitEthernet0/0
GigabitEthernet0/1
GigabitEthernet0/2
GigabitEthernet0/3
GigabitEthernet0/4
GigabitEthernet0/5
GigabitEthernet0/6
Redistribution:
None
Step8: Configure passive-interface on the necessary routers in the topology.
HQ-R1(config)#ipv6 router eigrp 15
HQ-R1(config-rtr)#passive-interface g0/2
HQ-R1(config-rtr)#passive-interface g0/3
HQ-R1(config-rtr)#passive-interface g0/4
HQ-R1(config-rtr)#passive-interface g0/5
Step9: Verify passive-interface.
HQ-R1# show ipv6 protocols
--Output partially displayed--
Interfaces:
GigabitEthernet0/0
GigabitEthernet0/1
GigabitEthernet0/2 (passive)
GigabitEthernet0/3 (passive)
GigabitEthernet0/4 (passive)
GigabitEthernet0/5 (passive)
Step10: Configure EIGRP for IPv6 timers on all routers in the topology.
Core1(config)#interface range g0/0-6
Core1(config-if-range)#ipv6 hello-interval eigrp 15 1
Core1(config-if-range)#ipv6 hold-time eigrp 15 3
Step11: Verify EIGRP for IPv6 timers.
Core1#show ipv6 eigrp interfaces detail g0/0
EIGRP-IPv6 Interfaces for AS(15)
Xmit Queue PeerQ Mean Pacing Time Multicast Pending
Interface Peers Un/Reliable Un/Reliable SRTT Un/Reliable Flow Timer Routes
Gi0/0 1 0/0 0/0 20 0/0 68 0
Hello-interval is 1, Hold-time is 3
Split-horizon is enabled
Next xmit serial
Packetized sent/expedited: 15/1
Hello's sent/expedited: 1401/2
Un/reliable mcasts: 0/16 Un/reliable ucasts: 17/3
Mcast exceptions: 0 CR packets: 0 ACKs suppressed: 0
Retransmissions sent: 1 Out-of-sequence rcvd: 0
Topology-ids on interface - 0
Authentication mode is not set
Topologies advertised on this interface: base
Topologies not advertised on this interface:
Download Lab: GNS3
Prerequisites:
Cisco IOSv (vios-adventerprisek9-m.vmdk.SPA.156-2.T)
Introduction:
In this lab, you will perform basic configuration of EIGRP for IPv6 routed protocol. Begin with the assignment of router-id then enable eigrp on the interfaces, disable the unnecessary advertisement of hello packets and finally tweak eigrp timers to improve convergence.
Topology:








Procedures:
Step1: Assign router-id to the routers in the topology beginning with the Core1.
Core1(config)#ipv6 router eigrp 15
Core1(config-rtr)#eigrp router-id 0.0.0.1
List of Router IDs:
Core1: 0.0.0.1
Core2: 0.0.0.2
HQ-DR1: 0.0.3.1
HQ-DR2: 0.0.3.2
HQ-R1: 0.0.3.11
DR1: 0.0.5.1
DR2: 0.0.6.2
EDR1: 0.0.4.1
EDR2: 0.0.4.2
ER1: 0.0.4.11
ER2: 0.0.4.12
BR1: 0.0.17.1
BR2: 0.0.18.2
BR3: 0.0.19.3
Step2: Determine which interfaces have to participate in the EIGRP for IPv6.
Core1# show ipv6 interface brief
GigabitEthernet0/0 [up/up]
FE80::1
2001:DB8:2019:1000::1
GigabitEthernet0/1 [up/up]
FE80::1
2001:DB8:2019:1001::1
GigabitEthernet0/2 [up/up]
FE80::1
2001:DB8:2019:1002::1
GigabitEthernet0/3 [up/up]
FE80::1
2001:DB8:2019:1003::1
GigabitEthernet0/4 [up/up]
FE80::1
2001:DB8:2019:1004::1
GigabitEthernet0/5 [up/up]
FE80::1
2001:DB8:2019:1005::1
GigabitEthernet0/6 [up/up]
FE80::1
2001:DB8:2019:1006::1
GigabitEthernet0/7 [administratively down/down]
unassigned
Step3: Using interface range command enable EIGRP for IPv6 on the group of qualified interfaces.
Core1(config)#interface range g0/0-6
Core1(config-if-range)#ipv6 eigrp 15
Core1(config-if-range)#end
Step4: Verify that interfaces participate in EIGRP domain as intended.
Core1#show ipv6 eigrp interfaces
EIGRP-IPv6 Interfaces for AS(15)
Xmit Queue PeerQ Mean Pacing Time Multicast Pending
Interface Peers Un/Reliable Un/Reliable SRTT Un/Reliable Flow Timer Routes
Gi0/0 0 0/0 0/0 0 0/0 0 0
Gi0/1 0 0/0 0/0 0 0/0 0 0
Gi0/2 0 0/0 0/0 0 0/0 0 0
Gi0/3 0 0/0 0/0 0 0/0 0 0
Gi0/4 0 0/0 0/0 0 0/0 0 0
Gi0/5 0 0/0 0/0 0 0/0 0 0
Gi0/6 0 0/0 0/0 0 0/0 0 0
Step5: Repeat steps 1 through 4 on the rest of the routers in the topology.
Step6: Verify EIGRP for IPv6 neighborship between all participating routers.
Core1# show ipv6 eigrp neighbors EIGRP-IPv6 Neighbors for AS(15)
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
6 Link-local address: Gi0/6 12 00:03:41 25 150 0 22
FE80::FD2
5 Link-local address: Gi0/5 14 00:04:50 18 108 0 25
FE80::E2E:4DFF:FE6D:701
4 Link-local address: Gi0/4 11 00:11:43 21 126 0 70
FE80::D2
3 Link-local address: Gi0/3 14 00:19:22 14 100 0 71
FE80::E2E:4DFF:FEB7:6D01
2 Link-local address: Gi0/2 12 00:26:34 22 132 0 84
FE80::ED2
1 Link-local address: Gi0/1 10 00:28:09 19 114 0 85
FE80::ED1
0 Link-local address: Gi0/0 14 00:29:56 20 120 0 90
FE80::2
Step7: Verify EIGRP for IPv6 parameters like AS number, router-id, enabled interfaces, K-values, redistribution.
Core1# show ipv6 protocols
IPv6 Routing Protocol is "connected"
IPv6 Routing Protocol is "application"
IPv6 Routing Protocol is "ND"
IPv6 Routing Protocol is "eigrp 15"
EIGRP-IPv6 Protocol for AS(15)
Metric weight K1=1, K2=0, K3=1, K4=0, K5=0
Soft SIA disabled
NSF-aware route hold timer is 240
Router-ID: 0.0.0.1
Topology : 0 (base)
Active Timer: 3 min
Distance: internal 90 external 170
Maximum path: 16
Maximum hopcount 100
Maximum metric variance 1
Interfaces:
GigabitEthernet0/0
GigabitEthernet0/1
GigabitEthernet0/2
GigabitEthernet0/3
GigabitEthernet0/4
GigabitEthernet0/5
GigabitEthernet0/6
Redistribution:
None
Step8: Configure passive-interface on the necessary routers in the topology.
HQ-R1(config)#ipv6 router eigrp 15
HQ-R1(config-rtr)#passive-interface g0/2
HQ-R1(config-rtr)#passive-interface g0/3
HQ-R1(config-rtr)#passive-interface g0/4
HQ-R1(config-rtr)#passive-interface g0/5
Step9: Verify passive-interface.
HQ-R1# show ipv6 protocols
--Output partially displayed--
Interfaces:
GigabitEthernet0/0
GigabitEthernet0/1
GigabitEthernet0/2 (passive)
GigabitEthernet0/3 (passive)
GigabitEthernet0/4 (passive)
GigabitEthernet0/5 (passive)
Step10: Configure EIGRP for IPv6 timers on all routers in the topology.
Core1(config)#interface range g0/0-6
Core1(config-if-range)#ipv6 hello-interval eigrp 15 1
Core1(config-if-range)#ipv6 hold-time eigrp 15 3
Step11: Verify EIGRP for IPv6 timers.
Core1#show ipv6 eigrp interfaces detail g0/0
EIGRP-IPv6 Interfaces for AS(15)
Xmit Queue PeerQ Mean Pacing Time Multicast Pending
Interface Peers Un/Reliable Un/Reliable SRTT Un/Reliable Flow Timer Routes
Gi0/0 1 0/0 0/0 20 0/0 68 0
Hello-interval is 1, Hold-time is 3
Split-horizon is enabled
Next xmit serial
Packetized sent/expedited: 15/1
Hello's sent/expedited: 1401/2
Un/reliable mcasts: 0/16 Un/reliable ucasts: 17/3
Mcast exceptions: 0 CR packets: 0 ACKs suppressed: 0
Retransmissions sent: 1 Out-of-sequence rcvd: 0
Topology-ids on interface - 0
Authentication mode is not set
Topologies advertised on this interface: base
Topologies not advertised on this interface:
Comments
Post a Comment