cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

Cisco 881 loses NAT NVI mappings after reload

joenyland
Level 1
Level 1

I've just purchased a new Cisco 881.

I'm using NAT NVI for my inbound static mappings. However, regardless of the fact that the config is saved to nvram, after a reload of the router, the NAT mappings are setup as traditional inside/outside mappings. This means that inbound connections in to the router on the required services fail, until someone logs on to the router and re-applies the NVI mappings.

Why would this be happening?

Here's a sanitised version of my startup-config:

!

! Last configuration change at 20:20:15 UTC Tue Dec 11 2012 by xxx

version 15.2

no service pad

service timestamps debug datetime msec

service timestamps log datetime msec

service password-encryption

!

hostname xxx

!

boot-start-marker

boot-end-marker

!

!

enable secret 4 xxxx

!

aaa new-model

!

!

aaa authentication login local_auth local

!

!

!

!

!

aaa session-id common

!

memory-size iomem 10

!

crypto pki trustpoint TP-self-signed-xxx

enrollment selfsigned

subject-name cn=IOS-Self-Signed-Certificate-xxx

revocation-check none

rsakeypair TP-self-signed-xxx

!

!

crypto pki certificate chain TP-self-signed-xxx

certificate self-signed 01

  xxx

            quit

ip gratuitous-arps

ip auth-proxy max-login-attempts 5

ip admission max-login-attempts 5

!

!

!

!

!

ip domain list dmz.xxx.local

ip domain list xxx.local

ip domain name dmz.xxx.local

ip name-server 192.168.1.x

ip cef

login block-for 3 attempts 3 within 3

no ipv6 cef

!

!

multilink bundle-name authenticated

license udi pid CISCO881-SEC-K9 sn xxx

!

!

username admin privilege 15 secret 4 xxx

username joe secret 4 xxx

!

!

!

!

!

ip ssh time-out 60

!

!

!

!

!

!

!

!

!

interface FastEthernet0

no ip address

!

interface FastEthernet1

no ip address

!

interface FastEthernet2

no ip address

!

interface FastEthernet3

switchport access vlan 2

no ip address

!

interface FastEthernet4

ip address dhcp

ip nat enable

duplex auto

speed auto

!

interface Vlan1

ip address 192.168.1.x 255.255.255.0

no ip redirects

no ip unreachables

no ip proxy-arp

ip nat enable

!

interface Vlan2

ip address 192.168.0.x 255.255.255.0

!

ip forward-protocol nd

ip http server

ip http access-class 1

ip http authentication local

ip http secure-server

!

!

ip nat source list 1 interface FastEthernet4 overload

ip nat source list 2 interface FastEthernet4 overload

ip nat source static tcp 192.168.1.2 993 interface FastEthernet4 993

ip nat source static tcp 192.168.1.2 80 interface FastEthernet4 80

ip nat source static tcp 192.168.1.2 443 interface FastEthernet4 443

ip nat source static tcp 192.168.1.2 25 interface FastEthernet4 25

ip nat source static tcp 192.168.1.2 587 interface FastEthernet4 587

ip nat source static tcp 192.168.1.2 143 interface FastEthernet4 143

ip nat source static tcp 192.168.1.2 1723 interface FastEthernet4 1723

!

!

access-list 1 permit 192.168.0.0 0.0.0.255

access-list 2 permit 192.168.1.0 0.0.0.255

!

!

!

!

control-plane

!

!

banner motd

Authorized Access only

!

line con 0

exec-timeout 15 0

login authentication local_auth

line aux 0

exec-timeout 15 0

login authentication local_auth

line vty 0 4

access-class 2 in

login authentication local_auth

length 0

transport input all

!

!

end

I'd appreciate any suggestions as to how I can stop this from happening.

Thanks.

Who Me Too'd this topic