Users Guide

Table Of Contents
ip router ospf 10 area 0.0.0.0
no shutdown
!
!
router ospf 10
router-id 3.3.3.3
IPv6
Core 1 Core 2使 OSPF BR Core 1
使 BGP Core 1 iBGP OSPF 使 IPv6
BR
BR BGP BGP Core 1
interface Loopback0
ipv6 address 2020::1/64
!
interface ethernet1/1/1
no switchport
ip address 2030::1/64
!
!
address-family ipv6 unicast
router bgp 20
neighbor 2030::2 remote-as 20
Core 1
Core 1 OSPF BGPCore 1 Core 2 OSPF BGP BR iBGPtoOSPF
match ip address prefix-list iBGPtoOSPF iBGP
ip prefix-list iBGPtoOSPF seq 15 permit 2020::1/64
route-map iBGPtoOSPF permit 20
match ip address prefix-list iBGPtoOSPF
!
!
interface ethernet1/1/1
no switchport
ipv6 address 2035::1/64
ipv6 ospf 10 area 0.0.0.0
no shutdown
!
interface Ethernet1/1/2
no switchport
ipv6 address 2030::2/64
no shutdown
!
router ospfv3 10
router-id 2.2.2.2
redistribute bgp 10 route-map iBGPtoOSPF
!
router bgp 20
neighbor 2030::1
remote-as 20
address-family ipv6 unicast
activate
allowas-in 1
Core 2
Core 2 OSPF Core 1
interface Ethernet 1/1/1
no switchport
ipv6 address 2035::2/64
ipv6 ospf 10 area 0.0.0.0
no shutdown
!
router ospfv3 10
router-id 3.3.3.3
3 529