You are on page 1of 2

****************************************BFD****************************************

***

--------------------------------ROUTER
HP------------------------------------------------

CONFIGURACION DE INTERFACES

int giga 1/0


ipv6 add 2001:abcd.cafe:2::1/64

int giga 2/0


ipv6 add 2001:abcd.cafe:4::1/64

int giga 3/0


ipv6 add 2001:abcd.cafe:1::1/64

OSPF

opfv3 10
router-id 1.1.1.1
area 0

int g1/0
ospfv3 area0

int g2/0
ospfv3 area0

int g3/0
ospfv3 area0

------------------------------ROUTER
CISCO-----------------------------------------------

CONFIGURACION DE INTERFACES

int e0/0
ipv6 add 2001:abcd.cafe:2::2/64
no shut

int e0/1
ipv6 add 2001:abcd.cafe:5::2/64
no shut

int e0/0
ipv6 add 2001:abcd.cafe:3::1/64
no shut

OSPF

ipv6 unicast-routing
ipv6 router ospf 10
router-id 2.2.2.2

int e0/0
ipv6 enable
ipv6 ospf 10 area 0

int e0/1
ipv6 enable
ipv6 ospf 10 area 0

int e0/2
ipv6 enable
ipv6 ospf 10 area 0

------------------------------ROUTER
CISCO------------------------------------------------

CONFIGURACION DE INTERFACES

int e0/0
ipv6 add 2001:abcd.cafe:6::1/64
no shut

int e0/1
ipv6 add 2001:abcd.cafe:5::1/64
no shut

int e0/2
ipv6 add 2001:abcd.cafe:4::2/64
no shut

OPFV3

ipv6 unicast-routing
ipv6 router ospf 10
router-id 3.3.3.3

int e0/0
ipv6 enable
ipv6 ospf 10 area 0

int e0/1
ipv6 enable
ipv6 ospf 10 area 0

int e0/2
ipv6 enable
ipv6 ospf 10 area 0

You might also like