I've got an existing NAT config:
ip nat pool TWTC_OUT 76.192.163.41 76.192.163.46 netmask 255.255.255.248
ip nat inside source list 10 pool TWTC_OUT overload
ip classless
ip route 0.0.0.0 0.0.0.0 106.230.198.145
no ip http server
I want this statement to look like this:
ip nat pool TWTC_OUT 76.192.163.41 76.192.163.45 netmask 255.255.255.248
ip nat inside source list 10 pool TWTC_OUT overload
ip classless
ip route 0.0.0.0 0.0.0.0 106.230.198.145
no ip http server
but, I cannot seem to alter the NAT pool. I can take the router down if need be, but i'd like to have a game plan for what i am going to do... any ideas on what commands id use to shut it down to alter the statement?
Thanks in advance
ip nat pool TWTC_OUT 76.192.163.41 76.192.163.46 netmask 255.255.255.248
ip nat inside source list 10 pool TWTC_OUT overload
ip classless
ip route 0.0.0.0 0.0.0.0 106.230.198.145
no ip http server
I want this statement to look like this:
ip nat pool TWTC_OUT 76.192.163.41 76.192.163.45 netmask 255.255.255.248
ip nat inside source list 10 pool TWTC_OUT overload
ip classless
ip route 0.0.0.0 0.0.0.0 106.230.198.145
no ip http server
but, I cannot seem to alter the NAT pool. I can take the router down if need be, but i'd like to have a game plan for what i am going to do... any ideas on what commands id use to shut it down to alter the statement?
Thanks in advance