Note
This procedure does not apply to XA1400 Series and VSP 8600 Series.
Configure Multicast Label Switching Virtual Private Network (MVPN) on VRF.
Enable IP Multicast over Fabric Connect globally.
Configure IP prefix list in GRT/VRF.
Perform this procedure to create the IP SPB Multicast Policy globally.
Note
You can also configure the IP SPB Multicast Policy on a VRF instance in the same way as you configure on the GlobalRouter, except that you must use the VRF Router Configuration mode and create the route-map in VRF Router Configuration mode. Not all parameters are configurable on non0 VRFs.
This configuration does not apply to IGMP snooping and DvR Leaf.
Multi-area SPB boundary nodes with remote IS-IS enabled do not support IP SPB Multicast Policy .
enable
configure terminal
route-map WORD<1-64> <1-65535>
enable
match multicast-group WORD<0-259>
set {rx-only | tx-only}
set data-isid <1-15999999>
permit
exit
ip spb-multicast-policy route-map WORD<0-64>
ip spb-multicast-policy enable
show ip spb-multicast-policy
ip spb-multicast-policy apply
Creating an IP SPB Multicast Policy globally.
Switch:1>enable Switch:1#configure terminal Switch:1(config)#route-map rtest 210 Switch:1(route-map)#enable Switch:1(route-map)#match multicast-group McastGroup Switch:1(route-map)#set data-isid 210 Switch:1(route-map)#permit Switch:1(route-map)#exit Switch:1(config)#ip spb-multicast-policy route-map rtest Switch:1(route-map)#ip spb-multicast-policy enable Switch:1(config)#show ip spb-multicast-policy ========================================================================== SPB ROUTED IP MULTICAST POLICY - GlobalRouter ========================================================================== ENABLE RPOLICY -------------------------------------------------------------------------- TRUE rtest Switch:1(route-map)#ip spb-multicast-policy apply
Creating an IP SPB Multicast Policy on VRF1.
Switch:1>enable Switch:1#configure terminal Switch:1(config)#router vrf VRF1 Switch:1(router-vrf)#route-map rtest 210 Switch:1(router-vrf-routemap)#enable Switch:1(router-vrf-routemap)#match multicast-group McastGroup Switch:1(router-vrf-routemap)#set data i-sid 5679 Switch:1(router-vrf-routemap)#permit Switch:1(router-vrf-routemap)#exit Switch:1(router-vrf)#ip spb-multicast-policy route-map rtest Switch:1(router-vrf)#ip spb-multicast-policy enable Switch:1(router-vrf)#exit Switch:1(config)#show ip spb-multicast-policy vrf VRF1 ========================================================================== SPB ROUTED IP MULTICAST POLICY - VRF VRF1 ========================================================================== ENABLE RPOLICY -------------------------------------------------------------------------- TRUE rtest Switch:1(config)#ip spb-multicast-policy apply vrf VRF1