Implementing BGP on Cisco IOS XR Software
Where to Go Next

RC-132

Cisco IOS XR Routing Configuration Guide
OL-14356-01
address-family ipv4 multicast
route-reflector-client
BGP MDT Address Family Configuration: Example

The following example shows how to configure an MDT address family in BGP:

router bgp 10
bgp router-id 10.0.0.2
address-family vpnv4 unicast
!
address-family ipv4 mdt
!
neighbor 1.1.1.1
remote-as 11
address-family vpnv4 unicast
route-policy pass-all in
route-policy pass-all out
!
address-family ipv4 mdt
route-policy pass-all in
route-policy pass-all out
!
!
!
Where to Go Next

For detailed information about BGP commands, see Cisco IOS XR Routing Command Reference

document.