Show VPP NAT information
Show VPP CGNAT information
Show VPP CGNAT mappings
sudo ${vyos_op_scripts_dir}/vpp_nat_cgnat.py show_mappings
Show VPP CGNAT sessions
sudo ${vyos_op_scripts_dir}/vpp_nat_cgnat.py show_sessions
Show VPP CGNAT interfaces
sudo ${vyos_op_scripts_dir}/vpp_nat_cgnat.py show_interfaces
Show VPP CGNAT exclude rules (identity mappings)
sudo ${vyos_op_scripts_dir}/vpp_nat_cgnat.py show_exclude_rules
Terminate VPP NAT sessions
Terminate VPP CGNAT sessions
Inside IP address
<x.x.x.x>
Port
0-65535
External IP address
<x.x.x.x>
Port
0-65535
sudo ${vyos_op_scripts_dir}/vpp_nat_cgnat.py clear_session --address $5 --port $7 --ext-address $9 --ext-port ${11}