NAT


nv show acl <acl-id> rule <rule-id> action dest-nat

Shows the destination NAT rule settings.

Command Syntax

SyntaxDescription
<acl-id>The ACL name.
<rule-id>The rule number.

Version History

Introduced in Cumulus Linux 5.7.0

Example

cumulus@switch:~$ nv show acl acl_2 rule 1 action dest-nat
                  operational  applied 
----------------  -----------  --------
[translate-ip]                 10.0.0.1
[translate-port]                      

nv show acl <acl-id> rule <rule-id> action dest-nat translate-ip

Shows information about the destination NAT translate IP address rule or rule range for dynamic NAT.

Command Syntax

SyntaxDescription
<acl-id>The ACL name.
<rule-id>The rule number.

Version History

Introduced in Cumulus Linux 5.7.0

Example

cumulus@switch:~$ nv show acl EXAMPLE1 rule 10 action dest-nat translate-ip

nv show acl <acl-id> rule <rule-id> action dest-nat translate-port

Shows information about the destination NAT translate port rule.

Command Syntax

SyntaxDescription
<acl-id>The ACL name.
<rule-id>The rule number.

Version History

Introduced in Cumulus Linux 5.7.0

Example

cumulus@switch:~$ nv show acl EXAMPLE1 rule 10 action dest-nat translate-port

nv show acl <acl-id> rule <rule-id> action dest-nat translate-port <port-id>

Shows information about the destination NAT translate rule for the specified port or range of ports.

Command Syntax

SyntaxDescription
<acl-id>The ACL name.
<rule-id>The rule number.
<port-id>The port number.

Version History

Introduced in Cumulus Linux 5.7.0

Example

cumulus@switch:~$ nv show acl EXAMPLE1 rule 10 action dest-nat translate-port 6000

nv show acl <acl-id> rule <rule-id> action source-nat

Shows the source NAT rule settings.

Command Syntax

SyntaxDescription
<acl-id>The ACL name.
<rule-id>The rule number.

Version History

Introduced in Cumulus Linux 5.7.0

Example

cumulus@switch:~$ nv show acl acl_3 rule 1 action source-nat
                  operational  applied     
----------------  -----------  ------------
[translate-ip]                 172.30.58.80
[translate-port]               6000

nv show acl <acl-id> rule <rule-id> action source-nat translate-ip

Shows information about the source NAT translate IP address rule.

Command Syntax

SyntaxDescription
<acl-id>The ACL name.
<rule-id>The rule number.

Version History

Introduced in Cumulus Linux 5.7.0

Example

cumulus@switch:~$ nv show acl EXAMPLE1 rule 10 action source-nat translate-ip

nv show acl <acl-id> rule <rule-id> action source-nat translate-ip <ip-address>

Shows information about the source NAT translate rule for the specified IP address or IP address range.

Command Syntax

SyntaxDescription
<acl-id>The ACL name.
<rule-id>The rule number.
<ip-address>The IP address.

Version History

Introduced in Cumulus Linux 5.7.0

Example

cumulus@switch:~$ nv show acl EXAMPLE1 rule 10 action source-nat translate-ip 172.30.58.80

nv show acl <acl-id> rule <rule-id> action source-nat translate-port

Shows information about the source NAT translate port rule.

Command Syntax

SyntaxDescription
<acl-id>The ACL name.
<rule-id>The rule number.

Version History

Introduced in Cumulus Linux 5.7.0

Example

cumulus@switch:~$ nv show acl EXAMPLE1 rule 10 action source-nat translate-port

nv show acl <acl-id> rule <rule-id> action source-nat translate-port <translate-port-id>

Shows information about the source NAT translate rule for the specified port or port range.

Command Syntax

SyntaxDescription
<acl-id>The ACL name.
<rule-id>The rule number.

Version History

Introduced in Cumulus Linux 5.7.0

Example

cumulus@switch:~$ nv show acl EXAMPLE1 rule 10 action source-nat translate-port 1024-1200

nv show system nat

Shows the current NAT configuration settings on the switch.

Version History

Introduced in Cumulus Linux 5.7.0

Example

cumulus@switch:~$  nv show system nat
                      operational  applied  pending
--------------------  -----------  -------  -------
age-poll-interval                  5        5      
translate-table-size               1024     1024   
rule-table-size                    64       64     
mode                               dynamic  dynamic