nat:StaticNat
Static NAT config mo
Telemetry Sensor Path(s)
- sys/nat/inst/dom-[name]/xlate-[xlateType]/protocol-[protocol]-localip-[localIp]-localport-[localPort]-globalip-[globalIp]-globalport-[globalPort]
 
Configurable Properties 
| PROPERTY NAME | DATA TYPE | DESCRIPTION | PERMITTED VALUES | 
|---|---|---|---|
| addRoute | nat:booltype (scalar:Bool)  | 
Adds route for translations | SELECTION: true or false DEFAULT: 0  | 
| dynamic | nat:booltype (scalar:Bool)  | 
Dynamic flag for Twice-Nat | SELECTION: true or false DEFAULT: 0  | 
| globalIp | address:Ip | 
Global ip address of a network | Value must match ipv4 or ipv6 known format | 
| globalPort | nat:port (scalar:Uint32)  | 
Port number for global ip | RANGE: [0 , 65535] DEFAULT: 0  | 
| groupId | nat:twicenatgroup (scalar:Uint32)  | 
Group id for Twice-Nat | RANGE: [0 , 1024] DEFAULT: 0  | 
| localIp | address:Ip | 
Local ip address of a network | Value must match ipv4 or ipv6 known format | 
| localPort | nat:port (scalar:Uint32)  | 
Port number for localip | RANGE: [0 , 65535] DEFAULT: 0  | 
| matchInVrf | nat:booltype (scalar:Bool)  | 
Match in vrf, flag used in vrf-aware Nat | SELECTION: true or false DEFAULT: 0  | 
| noAlias | nat:booltype (scalar:Bool)  | 
no-alias flag disables addition of alias | SELECTION: true or false DEFAULT: 0  | 
| protocol | nat:ProtocolType (scalar:Enum8)  | 
Specifies tcp/udp/any protocol | SELECTION:  0     - any  1     - tcp  2     - udp DEFAULT: any  | 
Operational Properties 
| PROPERTY NAME | DATA TYPE | DESCRIPTION | POSSIBLE VALUES | 
|---|---|---|---|
| configErrStaticNat | nat:ConfigErrNat (scalar:Enum8)  | 
Config error in static nat. | SELECTION:  0     - noerror  1     - PoolInUse  2     - TcpTcamNotCarved  3     - ConfigConflict  4     - IfConfigError  5     - HwProgFailureError DEFAULT: noerror  | 
Internal Properties 
| PROPERTY NAME | DATA TYPE | DESCRIPTION | POSSIBLE VALUES | 
|---|---|---|---|
| modTs | mo:TStamp (scalar:Date)  | 
The time when this object was last modified. | SELECTION:  0     - never DEFAULT: never  | 
| status | mo:ModificationStatus (scalar:Bitmask32)  | 
The upgrade status. This property is for internal use only. | SELECTION:  2     - created  4     - modified  8     - deleted  16    - replaced  |