The emdi channel command adds a multicast channel to an EMDI channel group.
The undo emdi channel command deletes a multicast channel from an EMDI channel group.
By default, no multicast channel exists in an EMDI channel group.
This command is supported only on the NetEngine 8000 F1A.
emdi channel channel-name source source-address group group-address [ vpn-instance vpn-instance-name | vlan vlan-id | vsi vsi-name | bd bd-id | transit ] [ pt pt-value ] [ clock-rate clock-rate-value ] [ uncompressed ]
emdi channel channel-name source source-address group group-address vpn-instance vpn-instance-name sub-domain sub-domain-value bsl bsl-value
undo emdi channel channel-name [ source source-address group group-address [ vpn-instance vpn-instance-name | vlan vlan-id | vsi vsi-name | bd bd-id | transit ] [ pt pt-value ] [ clock-rate clock-rate-value ] [ uncompressed ] ]
undo emdi channel channel-name [ source source-address group group-address vpn-instance vpn-instance-name sub-domain sub-domain-value bsl bsl-value ]
Parameter | Description | Value |
---|---|---|
channel-name |
Specifies the name of a channel. |
The name is a string of 1 to 31 case-sensitive characters, spaces not supported. |
source source-address |
Specifies a multicast source address. |
The value is in dotted decimal notation. It can be Class A, Class B, and Class C addresses. |
group group-address |
Specifies the address of a multicast group. |
The value ranges from 224.0.1.0 to 239.255.255.255, in dotted decimal notation. |
vpn-instance vpn-instance-name |
Specifies a VPN instance name. |
The name is a string of 1 to 31 case-sensitive characters, spaces not supported. |
vlan vlan-id |
Specifies a VLAN ID. |
The value is an integer ranging from 1 to 4094. |
vsi vsi-name |
Specifies the name of a VSI. |
The name is a string of 1 to 31 case-sensitive characters, spaces not supported. |
bd bd-id |
Specifies the number of a BD. |
The value is an integer ranging from 1 to 16777215. |
transit |
Indicates that detection is performed on Ps. |
- |
pt pt-value |
Specifies the payload type of an RTP packet, which corresponds to the Payload type value in the RTP header of a multicast packet. |
The value is an integer ranging from 25 to 34 or from 96 to 127. The default value is 33. |
clock-rate clock-rate-value |
Specifies the clock frequency of RTP packets. |
The value is an enumerated type:
|
uncompressed |
Indicates uncompressed streams for EMDI detection. |
- |
sub-domain sub-domain-value |
Specifies the sub-domain. |
The value is an integer that ranges from 0 to 255. |
bsl bsl-value |
Specifies the bit string length. |
The value is 64 or 128 or 256. |
Usage Scenario
Multicast channels to be detected need to be configured before the EMDI detection solution is used. After an EMDI channel group has been created using the emdi channel-group command, run the emdi channel command to add a specified multicast channel to the EMDI channel group to complete configuration of the EMDI detection channel.
Prerequisites
An EMDI channel group has been created using the emdi channel-group command.
Precautions
<HUAWEI> system-view [~HUAWEI] emdi [~HUAWEI-emdi] emdi channel-group 3 [*HUAWEI-emdi-channel-group-2] emdi channel CCTV1 source 10.1.1.1 group 224.0.1.0 vpn-instance vpn1 sub-domain 0 bsl 256
<HUAWEI> system-view [~HUAWEI] emdi [~HUAWEI-emdi] emdi channel-group 2 [*HUAWEI-emdi-channel-group-2] emdi channel def source 10.1.1.1 group 224.0.1.0 pt 96 clock-rate 27000kHz uncompressed
<HUAWEI> system-view [~HUAWEI] emdi [~HUAWEI-emdi] emdi channel-group 1 [*HUAWEI-emdi-channel-group-1] emdi channel abc source 10.1.1.1 group 224.0.1.0