Show IPv4 Network Address Translation (NAT) information Show source IPv4 to IPv4 Network Address Translation (NAT) information Show configured source NAT rules sudo ${vyos_op_scripts_dir}/nat.py show_rules --direction source --family inet Show statistics for configured source NAT rules sudo ${vyos_op_scripts_dir}/nat.py show_statistics --direction source --family inet Show active source NAT translations Show active source NAT translations for an IP address <x.x.x.x> sudo ${vyos_op_scripts_dir}/nat.py show_translations --direction source --family inet --address "$6" sudo ${vyos_op_scripts_dir}/nat.py show_translations --direction source --family inet Show destination IPv4 to IPv4 Network Address Translation (NAT) information Show configured destination NAT rules sudo ${vyos_op_scripts_dir}/nat.py show_rules --direction destination --family inet Show statistics for configured destination NAT rules sudo ${vyos_op_scripts_dir}/nat.py show_statistics --direction destination --family inet Show active destination NAT translations Show active NAT destination translations for an IP address <x.x.x.x> sudo ${vyos_op_scripts_dir}/nat.py show_translations --direction destination --family inet --address "$6" sudo ${vyos_op_scripts_dir}/nat.py show_translations --direction destination --family inet