Which of the following commands will remove all dynamic entries for a router’s NAT table?

Which of the following commands will remove all dynamic entries for a router’s NAT table?
A. clear nat translations
B. clear ip nat translations*
C. clear ip nat statistics
D. clear ip nat transactions *
E. clear ip nat translations
F. clear ip nat translations all

cisco-exams

4 thoughts on “Which of the following commands will remove all dynamic entries for a router’s NAT table?

  1. None of the answers are correct:

    R1#clear ip nat translation ?
    * Delete all dynamic translations
    esp Encapsulating Security Payload
    forced Delete all dynamic translations (forcefully)
    inside Inside addresses (and ports)
    outside Outside addresses (and ports)
    piggyback-internal Delete all dynamic translations created off of
    piggyback-data
    redundancy NAT HA redundancy
    tcp Transmission Control Protocol
    udp User Datagram Protocol
    vrf Clear entries of VRF instance

  2. R1#clear ip nat translation ?
    * Deletes all dynamic translations
    R1#clear ip nat translation*
    ^
    % Invalid input detected at ‘^’ marker.

    R1#

  3. D is correct
    P01#clear ip nat translation ?
    * Delete all dynamic translations
    esp Encapsulating Security Payload
    forced Delete all dynamic translations (forcefully)
    inside Inside addresses (and ports)
    outside Outside addresses (and ports)
    tcp Transmission Control Protocol
    udp User Datagram Protocol

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.