Cuda 12000 IP Access Switch CLI-based Administration Guide
Configuring BPI and BPI+ Parameters 463
You use the following commands within interface cable <c/s/i> mode to configure and display IP multicast address mapping entries:
Example
cli:interface:cable:csi(1/1/1)# privacy multicast ip 1 239.2.2.2 255.255.255.255
said 8192 sa-type dynamic encrypt-alg des56cbcMode authent-alg none
cli:interface:cable:csi(1/1/1)# show privacy multicast ip
row count: 1
Index IP Address IP Mask SAID SA Type Encrypt Alg Authent
Alg
----- --------------- --------------- ----- ------- ------------ -------
1 239.2.2.2 255.255.255.255 8192 dynamic des56cbcMode none
cli:interface:cable:csi(1/1/1)# privacy multicast mac 00:10:95:04:0a:c3 said 8192
Task Command
1. Set the IP multicast address
mapping entry and its mask for
the associated SAID.
privacy multicast ip <index>
<multicast-ip-address> <mask> said
<number> sa-type {dynamic | none |
primary | static} encrypt-alg
{des40cbcMode | des56cbcMode |
none} authent-alg none
2. Remove the IP multicast address
mapping entry.
no privacy multicast ip <index>
3. Set the MAC address of the CM
that is authorized to access the
defined multicast stream via the
SAID.
privacy multicast mac <mac-address>
said <8192..16383>
4. Remove the multicast MAC
entry.
no privacy multicast mac
<mac-address> said <8192..16383>
5. Display IP and MAC multicast
address entries.
show [interface cable <c/s/i>] privacy
multicast {ip [<index>] | mac
[<mac-address>]}