[[oktatas:hálózat:cisco|< Cisco]]
====== EIGRP IPv6 ======
* **Szerző:** Sallai András
* Copyright (c) Sallai András, 2017
* Licenc: [[https://creativecommons.org/licenses/by-sa/4.0/|CC Attribution-Share Alike 4.0 International]]
* Web: https://szit.hu
===== Link-local =====
R1(config)# interface s 0/0/0
R1(config-if)# ipv6 address fe80::1 link-local
R1(config-if)# interface s 0/0/1
R1(config-if)# ipv6 address fe80::1 link-local
R1(config-if)# interface g 0/0
R1(config-if)# ipv6 address fe80::1 link-local
R2(config)# interface s 0/0/0
R2(config-if)# ipv6 address fe80::2 link-local
R2(config-if)# interface s 0/0/1
R2(config-if)# ipv6 address fe80::2 link-local
R2(config-if)# interface s 0/1/0
R2(config-if)# ipv6 address fe80::2 link-local
R2(config-if)# interface g 0/0
R2(config-if)# ipv6 address fe80::2 link-local
R1# show ipv6 interface brief
===== EIGRP IPv6 =====
R1(config)# ipv6 unicast-routing
R1(config)# ipv6 router eigrp 2
R1(config-rtr)# eigrp router-id 1.0.0.0
R1(config-rtr)# no shutdown
R2(config)# ipv6 unicast-routing
R2(config)# ipv6 router eigrp 2
R2(config-rtr)# eigrp router-id 2.0.0.0
R2(config-rtr)# no shutdown
Engedélyezés interfészen:
R1(config)# interface g0/0
R1(config-if)# ipv6 eigrp 2
R1(config-if)#
R1(config-if)# interface s 0/0/0
R1(config-if)# ipv6 eigrp 2
R1(config-if)#
R1(config-if)# interface s 0/0/1
R1(config-if)# ipv6 eigrp 2
R2(config)# interface g 0/0
R2(config-if)# ipv6 eigrp 2
R2(config-if)#
R2(config-if)# interface s 0/0/0
R2(config-if)# ipv6 eigrp 2
R2(config-if)#
R2(config-if)# interface s 0/0/1
R2(config-if)# ipv6 eigrp 2
===== Passzív interfész =====
R1(config)# ipv6 router eigrp 2
R1(config-rtr)# passive-interface GigabitEthernet 0/0
R1# show ipv6 protocols
===== Ellenőrzés =====
R1# show ipv6 eigrp neighbors
R1# show ipv6 protocols
R1# show ipv6 route