nerdexam
Cisco

200-301 · Question #782

Which command can you enter to display the hits counter for NAT traffic?

The correct answer is A. show ip nat statistics. To monitor the usage of Network Address Translation (NAT), the show ip nat statistics command displays various metrics, including the hits counter for translated traffic.

Submitted by fatema_kw· Mar 5, 2026IP Services

Question

Which command can you enter to display the hits counter for NAT traffic?

Options

  • Ashow ip nat statistics
  • Bdebug ip nat
  • Cshow ip debug nat
  • Dclear ip nat statistics

How the community answered

(27 responses)
  • A
    96% (26)
  • B
    4% (1)

Why each option

To monitor the usage of Network Address Translation (NAT), the `show ip nat statistics` command displays various metrics, including the hits counter for translated traffic.

Ashow ip nat statisticsCorrect

The `show ip nat statistics` command is used to display various NAT statistics, including the number of successful NAT translations ('hits'), which indicates how many packets have been translated by NAT, providing an overview of NAT performance and activity.

Bdebug ip nat

The `debug ip nat` command enables real-time debugging for NAT, showing detailed translation events as they happen, but it does not display a consolidated hit counter.

Cshow ip debug nat

`show ip debug nat` is not a standard Cisco IOS command for displaying NAT statistics; `debug ip nat` is for debugging NAT events.

Dclear ip nat statistics

The `clear ip nat statistics` command resets the NAT statistics counters, including the hit counter, rather than displaying their current values.

Concept tested: Cisco IOS NAT statistics monitoring

Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipaddr_nat/command/nat-cr-xe-3s-book/nat-cr-xe-3s-book_chapter_01.html#wp7139178122

Topics

#Cisco NAT#IOS commands#NAT statistics

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice