Glossary

Table Of Contents
neighbor 20::2 activate
neighbor 20::3 activate
exit-address-family
!
interface Vlan 10
ip address 10.10.10.1/24
ipv6 address 10::1/64
ipv6 ospf 1 area 0
tagged Port-channel 10
ip ospf priority 255
no shutdown
The following is an example configuration of redistributing iBGP routes into OSPF with a non-default VRF:
interface Vlan 11
ip vrf forwarding core1
ip address 11.11.11.1/24
ipv6 address 11::1/64
ipv6 ospf 11 area 0
tagged Port-channel 10
ip ospf priority 255
!
router ospf 11 vrf core1
router-id 11.11.11.1
network 11.11.11.0/24 area 0
redistribute bgp 65535 route-map bgp2ospf4
!
ipv6 router ospf 11 vrf core1
redistribute bgp 65535 route-map bgp2ospf6
router bgp 65535
address-family ipv4 vrf core1
bgp redistribute-internal
neighbor 21.21.21.2 remote-as 65535
neighbor 21.21.21.2 no shutdown
address-family ipv6 unicast vrf core1
bgp redistribute-internal
neighbor 21::2 activate
neighbor 21::3 activate
exit-address-family
The following is an example configuration of redistributing iBGP routes into IS-IS with the default VRF:
router isis 100
advertise level2-into-level1 isis_static
is-type level-1
net 49.1000.6000.6006.00
redistribute static level-1
redistribute connected
MAA-S3048-6592#
router isis 100
metric-style wide level-1
metric-style wide level-2
net 49.1000.6000.6006.00
redistribute bgp 65535 route-map bgp2ospf4
!
address-family ipv6 unicast
redistribute bgp 65535 route-map bgp2ospf6
exit-address-family
!
router isis vrf core1
metric-style wide level-1
metric-style wide level-2
net 11.1000.6000.6006.00
redistribute bgp 65535
!
address-family ipv6 unicast
redistribute bgp 65535
208
Border Gateway Protocol (BGP)