: dump nat counters
Focus
Focus
Table of Contents

dump nat counters

Use the
dump nat counters
command to display the NAT configuration on the device via IP tables.
Information displayed includes details of packets sent and received along with the source and destination addresses.

Command

dump nat counters ( all | policysetstacks=
NAT Policy Stack Name
| policysets=
NAT Policy Set Name
| policyrules=
NAT Policy Rule Name
)

Options

all
Enter all to display configuration for all policy set stacks, sets and rules.
policysetstacks
Enter the policy set stack name to display configuration for a specific policy set stack.
policysets
Enter the policy set name to display configuration for a specific policy set.
policyrules
Enter the policy rule name to display configuration for a specific policy rule.

Command Notes

Role
Super, Read Only, Monitor
Related Commands
dump nat summary
Introduced in
Release 5.2.1

Example

dump nat counters all RULE: wantolanset3 ENABLED: true POLICYSET: ryanzNatPolicySet ------------------------------------------------------------------------------------------------------------------- pkts bytes target prot opt in out source destination 0 8 SNAT all -- * eth5 0.0.0.0/0 0.0.0.0/0 to 1.1.1.1-2.2.2.2 --------------------------------------------------------------------------------------------------------------------

Recommended For You