NaptConfiguration interface
The network address and port translation settings to use for the attached data network.
Properties
enabled | Whether NAPT is enabled for connections to this attached data network. |
pinhole |
Maximum number of UDP and TCP pinholes that can be open simultaneously on the core interface. For 5G networks, this is the N6 interface. For 4G networks, this is the SGi interface. |
pinhole |
Expiry times of inactive NAPT pinholes, in seconds. All timers must be at least 1 second. |
port |
Range of port numbers to use as translated ports on each translated address. If not specified and NAPT is enabled, this range defaults to 1,024 - 49,999. (Ports under 1,024 should not be used because these are special purpose ports reserved by IANA. Ports 50,000 and above are reserved for non-NAPT use.) |
port |
The minimum time (in seconds) that will pass before a port that was used by a closed pinhole can be recycled for use by another pinhole. All hold times must be at least 1 second. |
Property Details
enabled
Whether NAPT is enabled for connections to this attached data network.
enabled?: string
Property Value
string
pinholeLimits
Maximum number of UDP and TCP pinholes that can be open simultaneously on the core interface. For 5G networks, this is the N6 interface. For 4G networks, this is the SGi interface.
pinholeLimits?: number
Property Value
number
pinholeTimeouts
Expiry times of inactive NAPT pinholes, in seconds. All timers must be at least 1 second.
pinholeTimeouts?: PinholeTimeouts
Property Value
portRange
Range of port numbers to use as translated ports on each translated address. If not specified and NAPT is enabled, this range defaults to 1,024 - 49,999. (Ports under 1,024 should not be used because these are special purpose ports reserved by IANA. Ports 50,000 and above are reserved for non-NAPT use.)
portRange?: PortRange
Property Value
portReuseHoldTime
The minimum time (in seconds) that will pass before a port that was used by a closed pinhole can be recycled for use by another pinhole. All hold times must be at least 1 second.
portReuseHoldTime?: PortReuseHoldTimes