Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Noprint
Panel
borderColorgreen
bgColortransparent
borderWidth2

Back to Table of Contents

Back to CLI Configure Mode

Back to Address Context - CLI

...

The CLI syntax to enable Direct Media with NAPT at Trunk Group level is shown below (see zone sipTrunkGroup Zone - SIP Trunk Group - CLI for details):

Code Block
languagenone
% set addressContext <name> zone <name> sipTrunkGroup <TG-Name> media directMediaAllowedBehindNapt <disable | enable>

...

Caption
0Table
1NAT Direct Media Group Parameters
 

Parameter

Length/Range

Description

natDirectMediaGroup

1-23

Name of group of   signaling IP addresses for NAT devices supporting Direct Media residing in NAPT Qualification Table.

dmNatPrefix

N/A

Grouped public signaling   IP addresses of NAT devices that allow direct media. This field consists of an IP address and prefix as specified below:

  • <IP_address> – The public signaling IPv4 or IPv6 address of this prefix.
Note
IP address   “0.0.0.0” or “::0” is not allowed in the configuration.
  • <prefix_length> – The length (in bits) of the prefix.
      (IPv4 length: 1-32. IPv6 length: 1-128).

Command Examples

Code Block
languagenone
admin@SEMAL% show addressContext ADDRESS_CONTEXT_1 natDirectMediaGroup
natDirectMediaGroup DM_GROUP_1{
    dmNatPrefix 10.70.52.91 32;
    dmNatPrefix 10.70.52.127 32;
    dmNatPrefix 10.70.52.143 32;
}
admin@SEMAL% show addressContext ADDRESS_CONTEXT_1 natDirectMediaGroup
natDirectMediaGroup DM_GROUP_2{
    dmNatPrefix 10.70.52.92 32;
    dmNatPrefix 10.70.52.127 32;
}

...