NAT44 static mapping details response.
- Template Parameters
-
context | - sender context, to match reply w/ request |
flags | - flag NAT_ADDR_ONLY if address only mapping, flag NAT_TWICE_NAT if NAT address range for external hosts, flag NAT_SELF_TWICE_NAT if translate external host address and port whenever external host address equals local address of internal host, flag NAT_OUT2IN_ONLY if rule match only out2in direction |
local_ip_address | - local IPv4 address |
external_ip_address | - external IPv4 address |
protocol | - IP protocol, valid only if no NAT_ADDR_ONLY flag |
local_port | - local port number, valid only if no NAT_ADDR_ONLY flag |
external_port | - external port number, valid only if no NAT_ADDR_ONLY flag |
external_sw_if_index | - external interface |
vfr_id | - VRF ID |
tag | - opaque string tag |
Definition at line 710 of file nat.api.