Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NaptConfiguration

Package version

The network address and port translation settings to use for the attached data network.

Hierarchy

  • NaptConfiguration

Index

Properties

Optional enabled

enabled: NaptEnabled

Whether NAPT is enabled for connections to this attached data network.

Optional pinholeLimits

pinholeLimits: undefined | number

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.

Optional pinholeTimeouts

pinholeTimeouts: PinholeTimeouts

Expiry times of inactive NAPT pinholes, in seconds. All timers must be at least 1 second.

Optional portRange

portRange: 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.)

Optional portReuseHoldTime

portReuseHoldTime: PortReuseHoldTimes

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 minimum 1 second.

Generated using TypeDoc