The multicast-nat outbound command enables multicast stream translation on an outbound interface and configures multicast stream translation parameters.
The undo multicast-nat outbound command disables multicast stream translation on an outbound interface and restores the initial multicast stream parameters.
By default, no multicast stream translation is configured on outbound interfaces.
This command is supported only on the NetEngine 8000 F1A.
multicast-nat outbound id outbound-id [ name outbound-name ] [ src-mac auto-translate ] [ src-ip source-address ] [ dst-ip destination-address ] [ src-udp-port source-port ] [ dst-udp-port port ] [ rtp-ssrc auto-translate ] [ rtp-sn auto-translate [ rtp-ext-sn auto-translate ] ]
undo multicast-nat outbound id outbound-id [ name outbound-name ] [ src-mac auto-translate ] [ src-ip source-address ] [ dst-ip destination-address ] [ src-udp-port source-port ] [ dst-udp-port port ] [ rtp-ssrc auto-translate ] [ rtp-sn auto-translate [ rtp-ext-sn auto-translate ] ]
Parameter | Description | Value |
---|---|---|
name outbound-name |
Specifies the name of an output multicast stream on an outbound interface. |
The value is a string of 1 to 127 case-sensitive characters, spaces not supported. |
src-mac |
Indicates the post-translation MAC address of a multicast stream on an outbound interface. |
The value is the MAC address of an outbound interface. |
auto-translate |
Auto translate. |
- |
src-ip source-address |
Specifies the post-translation source IP address of a multicast stream on an outbound interface. |
The value is in dotted decimal notation. |
dst-ip destination-address |
Specifies the post-translation destination IP address of a multicast stream on an outbound interface. |
The value ranges from 224.0.1.0 to 239.255.255.255, in dotted decimal notation. |
src-udp-port source-port |
Specifies the post-translation source port number of a multicast stream on an outbound interface. |
The value is an integer ranging from 0 to 65535. |
dst-udp-port port |
Specifies the post-translation destination port number of a multicast stream on an outbound interface. |
The value is an integer ranging from 0 to 65535. |
rtp-ssrc |
Indicates that the synchronization source field of multicast streams is automatically translated. |
- |
rtp-sn |
Indicates that the sequence number of multicast streams is automatically translated. |
- |
rtp-ext-sn |
Indicates that the extended sequence number of multicast streams is automatically translated. |
- |
id outbound-id |
Specifies the ID of an output multicast stream on an outbound interface. |
The value is an integer ranging from 1 to 16000. |
Usage Scenario
To translate a multicast stream's characteristics (source IP address, destination IP address, and UDP destination port number), run the multicast-nat outbound command to configure multicast stream translation parameters on an outbound interface. To perform clean switching on an input multicast stream, run the command to enable the system to automatically translate the synchronization source field, sequence number, and extended sequence number of the multicast stream according to a media gateway's needs.
Prerequisites
Multicast NAT has been globally enabled using the multicast-nat enable command.
Precautions
This command is supported only in the admin VS.
<HUAWEI> system-view [~HUAWEI] multicast-nat enable [*HUAWEI] interface GigabitEthernet 0/1/1 [*HUAWEI-GigabitEthernet0/1/1] multicast-nat outbound id 1 name out1 src-mac auto-translate src-ip 10.0.0.1 dst-ip 225.0.0.1 dst-udp-port 100