configure ip nat rule monitor
Description
Enables or disables statistics monitoring (byte/packet counters) on a Network Address Translation (NAT) rule in the outward direction and counts Tx counters.
Syntax Description
ip | Specifies Internet Protocol (IP). |
nat | Specifies NAT. |
rule | Specifies a NAT rule. |
rule_name | Specifies the name of the NAT rule to enable monitoring. |
monitor | Specifies enabling monitoring. |
on | Enables monitoring. |
off | Disables monitoring. |
Default
N/A.
Usage Guidelines
This command enables/disables statistics monitoring (byte/packet counters) on a NAT rule in the outward direction and counts Tx counters only. There is no provision for Rx counters.
Example
The following example enables monitoring on the NAT rule "rule1":
# configure ip nat rule rule1 monitor on
The following example disables monitoring on the NAT rule "rule1":
# configure ip nat rule rule1 monitor off
History
This command was first available in ExtremeXOS 31.2.
Platform Availability
This command is available on the switches that support the IP NAT feature. For information about which switches support this and other features, see the Switch Engine 32.2 Feature License Requirements document.