Parameter |
Description |
Value |
---|---|---|
list-name |
Specifies the name of a multicast group list. |
The value is a string of 1 to 31 case-insensitive characters without spaces. |
If you specify the name of a multicast group list in the display multicast-list command, detailed information about the specified multicast group list is displayed. If you do not specify a multicast group list in the command, the summary information about all multicast group lists is displayed.
# Display brief information about all multicast group lists.
<HUAWEI> display multicast-list
-------------------------------------------------------------------------
Index Multicast-list-name Multicast-group
-------------------------------------------------------------------------
1 l1 2
Total: 1
# Display details about the multicast group list named l1.
<HUAWEI> display multicast-list l1
Multicast-list-name : l1
Referenced multicast-group (Total: 2)
g1 232.0.0.1[10.1.1.1]
g2 232.0.0.2[10.2.1.1]
Referenced multicast-profile (Total: 2)
p1 [w]
p2 [w]
Item |
Description |
---|---|
Index |
Index of a multicast group list. |
Multicast-list-name |
Name of a multicast group list. |
Multicast-group |
Number of multicast groups contained in a multicast group list. |
Referenced multicast-group |
Multicast groups contained in a multicast group list. For example, g1 and 232.0.0.1 are the name and address of the multicast group, while 10.1.1.1 is a multicast source address. |
Referenced multicast-profile |
Profile that a multicast group list is added to. p1 is the name of the multicast profile. [w] means that the profile is in watching state, and [p] indicates that the profile is in preview state. |
Total |
|