Felhasználói eszközök

Eszközök a webhelyen


oktatas:halozat:cisco:eigrp_ipv6

< Cisco

EIGRP IPv6

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
oktatas/halozat/cisco/eigrp_ipv6.txt · Utolsó módosítás: 2022/10/13 00:36 szerkesztette: admin