FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
DEPRECATED: Show NAT plugin startup config reply. More...
DEPRECATED: Show NAT plugin startup config reply.
context | - sender context, to match reply w/ request |
retval | - return code for the request |
static_mapping_only | - if true dynamic translations disabled |
static_mapping_connection_tracking | - if true create session data |
deterministic | - if true deterministic mapping |
endpoint_dependent | - if true endpoint-dependent mode |
out2in_dpo | - if true out2in dpo mode |
dslite_ce | - if true DS-Lite is CE/B4 element, if false AFTR elemet |
translation_buckets | - number of translation hash buckets |
translation_memory_size | - translation hash memory size |
user_buckets | - number of user hash buckets |
user_memory_size | - user hash memory size |
max_translations_per_user | - maximum number of translations per user |
outside_vrf_id | - outside VRF id |
inside_vrf_id | - default inside VRF id |
nat64_bib_buckets | - number of NAT64 BIB hash buckets |
nat64_bib_memory_size | - memory size of NAT64 BIB hash |
nat64_st_buckets | - number of NAT64 session table hash buckets |
nat64_st_memory_size | - memory size of NAT64 session table hash |
Definition at line 154 of file nat44_ed.api.
u32 vl_api_nat_show_config_reply_t::context |
Definition at line 157 of file nat44_ed.api.
option vl_api_nat_show_config_reply_t::deprecated |
Definition at line 156 of file nat44_ed.api.
bool vl_api_nat_show_config_reply_t::deterministic |
Definition at line 161 of file nat44_ed.api.
bool vl_api_nat_show_config_reply_t::dslite_ce |
Definition at line 164 of file nat44_ed.api.
bool vl_api_nat_show_config_reply_t::endpoint_dependent |
Definition at line 162 of file nat44_ed.api.
u32 vl_api_nat_show_config_reply_t::inside_vrf_id |
Definition at line 171 of file nat44_ed.api.
u32 vl_api_nat_show_config_reply_t::max_translations_per_user |
Definition at line 169 of file nat44_ed.api.
u32 vl_api_nat_show_config_reply_t::nat64_bib_buckets |
Definition at line 172 of file nat44_ed.api.
u64 vl_api_nat_show_config_reply_t::nat64_bib_memory_size |
Definition at line 173 of file nat44_ed.api.
u32 vl_api_nat_show_config_reply_t::nat64_st_buckets |
Definition at line 174 of file nat44_ed.api.
u64 vl_api_nat_show_config_reply_t::nat64_st_memory_size |
Definition at line 175 of file nat44_ed.api.
bool vl_api_nat_show_config_reply_t::out2in_dpo |
Definition at line 163 of file nat44_ed.api.
u32 vl_api_nat_show_config_reply_t::outside_vrf_id |
Definition at line 170 of file nat44_ed.api.
i32 vl_api_nat_show_config_reply_t::retval |
Definition at line 158 of file nat44_ed.api.
bool vl_api_nat_show_config_reply_t::static_mapping_connection_tracking |
Definition at line 160 of file nat44_ed.api.
bool vl_api_nat_show_config_reply_t::static_mapping_only |
Definition at line 159 of file nat44_ed.api.
u32 vl_api_nat_show_config_reply_t::translation_buckets |
Definition at line 165 of file nat44_ed.api.
u32 vl_api_nat_show_config_reply_t::translation_memory_size |
Definition at line 166 of file nat44_ed.api.
u32 vl_api_nat_show_config_reply_t::user_buckets |
Definition at line 167 of file nat44_ed.api.
u64 vl_api_nat_show_config_reply_t::user_memory_size |
Definition at line 168 of file nat44_ed.api.