![]() |
FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
NAT44 user's sessions response. More...
Data Fields | |
| u32 | context |
| vl_api_ip4_address_t | outside_ip_address |
| u16 | outside_port |
| vl_api_ip4_address_t | inside_ip_address |
| u16 | inside_port |
| u16 | protocol |
| vl_api_nat_config_flags_t | flags |
| u64 | last_heard |
| u64 | total_bytes |
| u32 | total_pkts |
| vl_api_ip4_address_t | ext_host_address |
| u16 | ext_host_port |
| vl_api_ip4_address_t | ext_host_nat_address |
| u16 | ext_host_nat_port |
NAT44 user's sessions response.
| context | - sender context, to match reply w/ request |
| outside_ip_address | - outside IPv4 address |
| outside_port | - outside port |
| inside_ip_address | - inside IPv4 address |
| inside_port | - inside port |
| protocol | - protocol |
| flags | - flag NAT_IS_STATIC if session is static, flag NAT_IS_TWICE_NAT if session is twice-nat, flag NAT_IS_EXT_HOST_VALID if external host address and port are valid |
| last_heard | - last heard timer |
| total_bytes | - count of bytes sent through session |
| total_pkts | - count of pakets sent through session |
| ext_host_address | - external host IPv4 address |
| ext_host_port | - external host port |
| ext_host_nat_address | - post-NAT external host IPv4 address (valid only if twice-nat session) |
| ext_host_nat_port | - post-NAT external host port (valid only if twice-nat session) |
Definition at line 1026 of file nat44_ed.api.
| u32 vl_api_nat44_user_session_details_t::context |
Definition at line 1027 of file nat44_ed.api.
| vl_api_ip4_address_t vl_api_nat44_user_session_details_t::ext_host_address |
Definition at line 1037 of file nat44_ed.api.
| vl_api_ip4_address_t vl_api_nat44_user_session_details_t::ext_host_nat_address |
Definition at line 1039 of file nat44_ed.api.
| u16 vl_api_nat44_user_session_details_t::ext_host_nat_port |
Definition at line 1040 of file nat44_ed.api.
| u16 vl_api_nat44_user_session_details_t::ext_host_port |
Definition at line 1038 of file nat44_ed.api.
| vl_api_nat_config_flags_t vl_api_nat44_user_session_details_t::flags |
Definition at line 1033 of file nat44_ed.api.
| vl_api_ip4_address_t vl_api_nat44_user_session_details_t::inside_ip_address |
Definition at line 1030 of file nat44_ed.api.
| u16 vl_api_nat44_user_session_details_t::inside_port |
Definition at line 1031 of file nat44_ed.api.
| u64 vl_api_nat44_user_session_details_t::last_heard |
Definition at line 1034 of file nat44_ed.api.
| vl_api_ip4_address_t vl_api_nat44_user_session_details_t::outside_ip_address |
Definition at line 1028 of file nat44_ed.api.
| u16 vl_api_nat44_user_session_details_t::outside_port |
Definition at line 1029 of file nat44_ed.api.
| u16 vl_api_nat44_user_session_details_t::protocol |
Definition at line 1032 of file nat44_ed.api.
| u64 vl_api_nat44_user_session_details_t::total_bytes |
Definition at line 1035 of file nat44_ed.api.
| u32 vl_api_nat44_user_session_details_t::total_pkts |
Definition at line 1036 of file nat44_ed.api.