Configuration Guide User guide

1590 FastIron Configuration Guide
53-1002494-02
Using ACLs to control multicast features
Enter the show ip pim rp-map command to display the group-to-RP mapping.
The display shows the multicast group addresses covered by the RP candidate and the IP address
of the RP for the listed multicast group. In the example above, you see the following:
The first three lines show the multicast group addresses that are covered by the RP candidate.
The last three lines show the multicast group addresses covered by the static RP.
Using ACLs to limit PIM RP candidate advertisement
You can use standard ACLs to control the groups for which the candidate RP will send
advertisement messages to the bootstrap router. For example, ACL 5 can be configured to be
applied to the multicast groups within the IP address 239.x.x.x range. You can configure the Layer 3
switch to advertise itself as a candidate RP to the bootstrap router only for groups in the range of
239.x.x.x. Enter commands such as the following.
Brocade(config)#interface ethernet 1/1
Brocade(config-if-1/1)#ip address 99.99.99.5 255.255.255.0
Brocade(config-if-1/1)#ip pim-sparse
Brocade(config-if-1/1)#exit
Brocade(config)#access-list 5 deny host 239.255.162.2
Brocade(config)#access-list 5 permit 239.0.0.0 0.0.255.255
Brocade(config)#router pim
Brocade(config-pim-router)#bsr-candidate ethernet 1/1 32 100
Brocade(config-pim-router)#rp-candidate ethernet 1/1 group-list 5
The example above shows a configuration for an Ethernet interface. To configure ACLs that are
applied to a virtual routing interface, enter commands such as the following.
Brocade(config)#interface ve 16
Brocade(config-vif-16)#ip address 16.16.16.1 255.255.255.0
Brocade(config-vif-16)#ip pim-sparse
Brocade(config-vif-16)#exit
Brocade(config)#access-list 5 deny host 239.255.162.2
Brocade(config)#access-list 5 permit 239.255.0.0 0.0.255.255
Brocade(config)#router pim
Brocade(config-pim-router)#bsr-candidate ve 16 32 100
Brocade(config-pim-router)#rp-candidate ve 16 group-list 5
To configure ACLs that are applied to a loopback interface, enter commands such as the following.
Brocade(config)#interface loopback 1
Brocade(config-lbif-1)#ip address 88.88.88.8 255.255.255.0
Brocade(config-lbif-1)#ip pim-sparse
Brocade(config-lbif-1)#exit
router(config)# show ip pim rp-map
Number of group-to-RP mappings: 5
Group address RP address
----------------------------------------
1 230.0.0.1 100.1.1.1
2 230.0.0.2 100.1.1.1
3 230.0.0.3 100.1.1.1
4 230.0.0.4 100.1.1.1
5 230.0.0.5 100.1.1.1