Configuring Multiprotocol BGP Extensions for IP Multicast

Multiprotocol BGP Configuration Task List

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

Cisco IOS IP Configuration Guide

IPC-361

Page 407
Image 407
Cisco Systems 78-11741-02 manual Multiprotocol BGP Route Reflector Examples, Aggregate Multiprotocol BGP Address Examples