Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have a machine that was configured with a static IP and a static NAT to an external address. I've taken it offline to troubleshoot what I thought was an O/S problem. Turns out there was a duplicate IP on the network. I determined that it was the...
I was hoping to avoid doing anything distruptive like disabling nat entirely or restarting the router.I did try clearing the single arp entry, but that doesn't seem to have any effect.#show ip arp | include 10.0.1.20Internet 10.0.1.20 ...
#show run | section (GigabitEthernet0/0)interface GigabitEthernet0/0 description xxxxxxxxxxxxxxxxx ip address 10.0.0.1 255.255.252.0 ip nbar protocol-discovery ip flow ingress ip flow egress ip nat inside ip virtual-reassembly duplex auto speed auto ...