Show Network Address Translation (NAT) information Show source Network Address Translation (NAT) information Show configured source NAT rules echo To be migrated to Python - https://phabricator.vyos.net/T2459 Show statistics for configured source NAT rules ${vyos_op_scripts_dir}/show_nat_statistics.py --source Show active source NAT translations Show active source NAT translations for an IP address <x.x.x.x> ${vyos_op_scripts_dir}/show_nat_translations.py --type=source --verbose --ipaddr="$6" Show active source NAT translations detail ${vyos_op_scripts_dir}/show_nat_translations.py --type=source --verbose ${vyos_op_scripts_dir}/show_nat_translations.py --type=source Show destination Network Address Translation (NAT) information Show configured destination NAT rules echo To be migrated to Python - https://phabricator.vyos.net/T2459 Show statistics for configured destination NAT rules ${vyos_op_scripts_dir}/show_nat_statistics.py --destination Show active destination NAT translations Show active NAT destination translations for an IP address <x.x.x.x> ${vyos_op_scripts_dir}/show_nat_translations.py --type=destination --verbose --ipaddr="$6" Show active destination NAT translations detail ${vyos_op_scripts_dir}/show_nat_translations.py --type=destination --verbose ${vyos_op_scripts_dir}/show_nat_translations.py --type=destination