Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problems with cisco 677 nvram

Status
Not open for further replies.

miikku

Technical User
Aug 17, 2001
3
FI
some smart*ss has f*cked his ADSL-router with doing some own port openings with NAT entries like this.

10.0.0.2:1 *****:1 0 0x10041 udp eth0
-65000 -65000
10.0.0.3:1 *****:1 0 0x10041 udp eth0
-65000 -65000
10.0.0.2:1 *****:1 0 0x10041 udp eth0
-99 -99
10.0.0.2:100 *****:100 0 0x10041 tcp eth0
-65000 -65000

and problem is i can't erase those. "set nat entry del all" deletes all entries from NAT table and when i use "write" and reboot. those entries are back. when looking "show nvram" after "write" it still shows this:

IP NAT Entry = 10.0.0.2, 1-65000, *, 1-65000, icmp;10.0.0.2, 1-65000, *, 1-65000, tcp;10.0.0.2, 1-65000, *, 1-65000, udp;10.0.0.3, 1-65000, *, 1-65000, udp;10.0.0.3, 1-65000, *, 1-65000, icmp;10.0.0.3, 1-65000, *, 1-65000, tcp;10.0.0.2, 1-99, *, 1-99, udp;10.0.0.2, 1-99, *, 1-99, icmp;10.0.0.2, 1-99, *, 1-99, tcp;10.0.0.2, 100-65000, *, 100-65000, tcp;10.0.0.2, 100-65000, *, 100-65000, icmp;10.0.0.2, 100-65000, *, 100-65000, udp;

is is possible to erase those entries straight from nvram
using &quot;set nvram del <string>&quot; i just don't know that what should i put to string?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top