Enarsi Ipv6 Routing

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 11

R1 R2

ipv6 unicast-routing ipv6 unicast-routing


! !
ipv6 router eigrp 100 ipv6 router eigrp 100
eigrp router-id 1.1.1.1 eigrp router-id 2.2.2.2
no shut no shut
! !
interface Loopback10 interface Loopback10
ipv6 address FE80::10 link-local ipv6 address FE80::20 link-local
ipv6 address 2010::10/128 ipv6 address 2020::20/128
ipv6 enable ipv6 enable
ipv6 eigrp 100 ipv6 eigrp 100
no shut no shut
! !
interface GigabitEthernet1 interface GigabitEthernet1
ipv6 address FE80::1 link-local ipv6 address FE80::2 link-local
ipv6 address 2001:12:1:1::1/64 ipv6 address 2001:12:1:1::2/64
ipv6 enable ipv6 enable
ipv6 eigrp 100 ipv6 eigrp 100
no shut no shut
! !
R1 R2

ipv6 unicast-routing ipv6 unicast-routing


! !
router ospfv3 1 router ospfv3 1
router-id 1.1.1.1 router-id 2.2.2.2
! !
interface Loopback10 interface Loopback10
ipv6 address FE80::10 link-local ipv6 address FE80::20 link-local
ipv6 address 2010::10/128 ipv6 address 2020::20/128
ipv6 enable ipv6 enable
ipv6 ospf 1 area 10 ipv6 ospf 1 area 20
no shut no shut
! !
interface GigabitEthernet1 interface GigabitEthernet1
ipv6 address FE80::1 link-local ipv6 address FE80::2 link-local
ipv6 address 2001:12:1:1::1/64 ipv6 address 2001:12:1:1::2/64
ipv6 enable ipv6 enable
ipv6 ospf 1 area 0 ipv6 ospf 1 area 0
no shut no shut
! !
R1 R2
ipv6 unicast-routing ipv6 unicast-routing
! !
interface Loopback10 interface Loopback20
ipv6 address FE80::10 link- ipv6 address FE80::20 link-local
local ipv6 address 2020::20/128
ipv6 address 2010::10/128 ipv6 enable
ipv6 enable no shut
no shu !
! interface GigabitEthernet1
interface GigabitEthernet1 ipv6 address FE80::2 link-local
ipv6 address FE80::1 link- ipv6 address 2001:12:1:1::2/64
local ipv6 enable
ipv6 address no shut
2001:12:1:1::1/64 !
ipv6 enable router bgp 100
no shut bgp router-id 2.2.2.2
! neighbor 2001:12:1:1::1 remote-
router bgp 100 as 100
bgp router-id 1.1.1.1 !
neighbor 2001:12:1:1::2 address-family ipv6
remote-as 100 network 2020::20/128
! neighbor 2001:12:1:1::1 activate
address-family ipv6 exit-address-family
network 2010::10/128

You might also like