silverhairb
IS-IT--Management
I'm trying to get to the point of being able to use CRWS or SDM to configure an 831 for a different network. Two problems have come up on a previously working 831 that I can't seem to figure out.
First problem is that the running configuration will save to a file called startup-config but won't start when the router boots. When I copy the config over from startup-config to run I get the right config, but get the following two errors:
Error activating CNBAR on Ethernet0
Error activating CNBAR on Ethernet1
These errors also appeared when I was keying in the config (#ip nat outside for e1 and #ip nat inside for e0). If needed, I can provide the step-by-step script of how I got here.
Any help would be greatly appreciated.
TIA,
Bill
To start, I got into rommon on cold boot and reset the router doing the following:
rommon1>
rommon1>confreg 2142
rommon2>reset
[router reboots]
router>
router>en
router#copy start run
router#conf t
router(config)#line con 0
router(config-line)#password whatever
router(config-line)#login
router(config-line)#exit
router(config)#enable password whatever
router(config)#enable secret cisco
router(config)#config-register 2102
router(config)#exit
router#copy run start
[enter twice]
router#reload
Then I keyed a config script.
Follows is sh run:
831router#sh run
Building configuration...
Current configuration : 1490 bytes
!
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname 831router
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
no ip source-route
ip dhcp excluded-address 192.168.1.1 192.168.1.99
ip dhcp excluded-address 192.168.1.150 192.168.1.254
!
ip dhcp pool silver1
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 24.217.0.5 24.217.201.67
lease 45
!
!
no ip bootp server
ip cef
ip audit po max-events 100
no ftp-server write-enable
!
!
partition flash 2 10 2
!
username silver privilege 15 secret 5 $1$UpWI$Otq1HMOcJKQxphk/HT9DR/
!
!
no crypto isakmp enable
!
!
!
interface Ethernet0
ip address 192.168.1.1 255.255.255.0
ip nat inside
shutdown
!
interface Ethernet1
ip address dhcp
no ip redirects
ip nat outside
shutdown
duplex auto
!
ip classless
ip http server
ip http authentication local
ip http secure-server
ip nat inside source list 1 interface Ethernet1 overload
!
!
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 101 deny tcp any 192.168.1.0 0.0.0.255
access-list 101 permit ip any any
!
control-plane
!
!
line con 0
logging synchronous
no modem enable
transport preferred all
transport output all
line aux 0
transport preferred all
transport output all
line vty 0 4
password 7 044C03071B245A4B1B
login
transport preferred all
transport input all
transport output all
!
scheduler max-task-time 5000
!
end
First problem is that the running configuration will save to a file called startup-config but won't start when the router boots. When I copy the config over from startup-config to run I get the right config, but get the following two errors:
Error activating CNBAR on Ethernet0
Error activating CNBAR on Ethernet1
These errors also appeared when I was keying in the config (#ip nat outside for e1 and #ip nat inside for e0). If needed, I can provide the step-by-step script of how I got here.
Any help would be greatly appreciated.
TIA,
Bill
To start, I got into rommon on cold boot and reset the router doing the following:
rommon1>
rommon1>confreg 2142
rommon2>reset
[router reboots]
router>
router>en
router#copy start run
router#conf t
router(config)#line con 0
router(config-line)#password whatever
router(config-line)#login
router(config-line)#exit
router(config)#enable password whatever
router(config)#enable secret cisco
router(config)#config-register 2102
router(config)#exit
router#copy run start
[enter twice]
router#reload
Then I keyed a config script.
Follows is sh run:
831router#sh run
Building configuration...
Current configuration : 1490 bytes
!
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname 831router
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
no ip source-route
ip dhcp excluded-address 192.168.1.1 192.168.1.99
ip dhcp excluded-address 192.168.1.150 192.168.1.254
!
ip dhcp pool silver1
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 24.217.0.5 24.217.201.67
lease 45
!
!
no ip bootp server
ip cef
ip audit po max-events 100
no ftp-server write-enable
!
!
partition flash 2 10 2
!
username silver privilege 15 secret 5 $1$UpWI$Otq1HMOcJKQxphk/HT9DR/
!
!
no crypto isakmp enable
!
!
!
interface Ethernet0
ip address 192.168.1.1 255.255.255.0
ip nat inside
shutdown
!
interface Ethernet1
ip address dhcp
no ip redirects
ip nat outside
shutdown
duplex auto
!
ip classless
ip http server
ip http authentication local
ip http secure-server
ip nat inside source list 1 interface Ethernet1 overload
!
!
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 101 deny tcp any 192.168.1.0 0.0.0.255
access-list 101 permit ip any any
!
control-plane
!
!
line con 0
logging synchronous
no modem enable
transport preferred all
transport output all
line aux 0
transport preferred all
transport output all
line vty 0 4
password 7 044C03071B245A4B1B
login
transport preferred all
transport input all
transport output all
!
scheduler max-task-time 5000
!
end