Specifications

4-72
Cisco MWR 2941 Mobile Wireless Edge Router Software Configuration Guide, Release 12.2(33)MRB
OL-21227-02
Chapter 4 Configuring the Cisco MWR 2941 Router Using the CLI
Configuration Sequence
Step 9 Use the route-target import command to create a route-target extended community for a VRF.
The import keyword imports routing information from the target VPN extended community.
The route-target-ext-community argument adds the route-target extended community attributes to
the VRF’s list of import, export, or both (import and export) route-target extended communities.
For content to be distributed from the source MVRF to the receiver MVRF, you must configure the
same unicast routing policy on the source and receiver PE routers to import routes from the source
VRF to the receiver VRF.
Router(config-vrf)# route-target import 55:1111
Step 10 Use the mdt data command to configures the multicast group address range for data MDT groups.
This command configures a range of alternative multicast destination addresses for the tunnel
header. The destination address chosen depends on the traffic profile (that is, the source and
destination match the specified access list and the rate of the traffic has exceeded the bandwidth
threshold value).
The threshold is in kbps.
Router(config-vrf)# mdt data 232.0.1.0 0.0.0.255 threshold 500 list 101
Step 11 Use the router bgp command to enter router configuration mode create a BGP routing process.
Router(config)# router bgp 65535
Step 12 Use the address-family ipv4 command to create an IP MDT address family session.
Router(config-router)# address-family ipv4 mdt
Step 13 Use the neighbor activate command to enter address family configuration to create an IP MDT address
family session.
Router(config-router-af)# neighbor 192.168.1.1 activate
Step 14 Use the neighbor send-community command to enable the MDT address family for this neighbor.
Router(config-router-af)# neighbor 192.168.1.1 send-community extended
Step 15 Exit router configuration mode.
Router(config-router-af)# exit
Router(config)#
Step 16 Use the address-family command to enter address family configuration mode to create a VPNv4 address
family session.
Router(config-router)# address-family vpnv4
Step 17 Use the neighbor activate command to enable the VPNv4 address family for this neighbor.
Router(config-router-af)# neighbor 192.168.1.1 activate
Step 18 Use the neighbor send-community command to enable community and (or) extended community
exchange with the specified neighbor.
Router(config-router-af)# neighbor 192.168.1.1 send-community extended
To verify your IP Multicast configuration, see Verifying a Multicast Configuration. For more
information about configuring Multicast, see the Cisco IOS IP Multicast Configuration Guide, Release
12.2SR.