Configuring Multiprotocol BGP Extensions forIP Multicast
Multiprotocol BGP Configuration Task List
IPC-361
Cisco IOS IP Configuration Guide
Multiprotocol BGP Route Reflector Examples
The following example shows how to use an address family to configure internal BGP peer 10.1.1.1 as
a route reflector client for both unicast and multicast prefixes:
router bgp 50000
address-family ipv4 unicast
neighbor 10.1.1.1 activate
neighbor 10.1.1.1 route-reflector-client
router bgp 50000
address-family ipv4 multicast
neighbor 10.1.1.1 activate
neighbor 10.1.1.1 route-reflector-client
Aggregate Multiprotocol BGP Address Examples
The following example shows how to use an address family to configure an aggregate multiprotocol BGP
address entry in both the unicast database and the multicast database:
router bgp 50000
address-family ipv4 unicast
aggregate-address 172.16.0.0 255.0.0.0 as-set
router bgp 50000
address-family ipv4 multicast
aggregate-address 172.16.0.0 255.0.0.0 as-set