|
Posted by Syn on February 18, 2005, 10:33 am
Merv wrote:
> Do you have CEF configured ?
>
> Post your configuration.
>
> Reladd the router to see if that clears the problem
>
What is CEF ?
I already reloaded the router, and in a few minutes it starts again.
Here is the config:
!RANCID-CONTENT-TYPE: cisco
!
!Chassis type: 2621 - a 2600 router
!CPU: MPC860
!
!Memory: main 60416K/5120K
!Memory: nvram 32K
!
!Power: Redundant Power System is not present.
!
!Image: Software: C2600-JK9S-M, 12.2(6c), RELEASE SOFTWARE (fc1)
!Image: Compiled: Sat 02-Feb-02 01:09 by pwade
!Image: flash:c2600-jk9s-mz.122-6c.bin
!
!ROM Bootstrap: Version 11.3(2)XA4, RELEASE SOFTWARE (fc1)
!
!
!Flash: System flash directory:
!Flash: File Length Name/status
!Flash: 1 12421732 c2600-jk9s-mz.122-6c.bin
!Flash: [12421796 bytes used, 4355420 available, 16777216 total]
!Flash: 16384K bytes of processor board System flash (Read/Write)
!
!Flash: nvram: Directory of nvram:/
!Flash: nvram: 20 -rw- 7511 <no date>
startup-config
!Flash: nvram: 21 ---- 24 <no date>
private-config
!Flash: nvram: 1 -rw- 0 <no date> ifIndex-table
!Flash: nvram: 29688 bytes total (21077 bytes free)
!
!Interface: FastEthernet0/0, AMD Laguna
!Interface: FastEthernet0/1, AMD Laguna
!
!Slot 0: type C2621 2FE Mainboard, 2 ports
!
!
config-register 0x2102
version 12.2
service timestamps debug datetime
service timestamps log datetime
service password-encryption
!
hostname router
!
logging buffered 4096 debugging
enable secret 5 *SECRET*
!
clock timezone CET 1
clock summer-time CDT recurring
ip subnet-zero
!
!
no ip domain-lookup
!
ip ssh time-out 120
ip ssh authentication-retries 3
!
crypto isakmp policy 100
authentication pre-share
!crypto isakmp key <removed> address <IP>
!crypto isakmp key <removed> address <IP>
!crypto isakmp key <removed> address <IP>
!
!
crypto ipsec transform-set ts esp-des esp-sha-hmac
!
crypto map cmap 11 ipsec-isakmp
set peer <IP>
set transform-set ts
set pfs group1
match address crypto-muc-bsl
crypto map cmap 21 ipsec-isakmp
set peer <IP>
set transform-set ts
set pfs group1
match address crypto-muc-sna
crypto map cmap 31 ipsec-isakmp
set peer <IP>
set transform-set ts
set pfs group1
match address crypto-muc-lon
crypto map cmap 41 ipsec-isakmp
set peer <IP>
set transform-set ts
set pfs group1
match address crypto-muc-sna2
crypto map cmap 56 ipsec-isakmp
set peer <IP>
set transform-set ts
set pfs group1
match address crypto-muc-spa
!
call rsvp-sync
!
!
!
!
!
!
!
!
interface Tunnel11
bandwidth 2304
ip address <IP> <IP>
tunnel source FastEthernet0/0
tunnel destination <IP>
tunnel key <KEY>
tunnel checksum
crypto map cmap
!
interface Tunnel21
bandwidth 2304
ip address <IP> <IP>
tunnel source FastEthernet0/0
tunnel destination <IP>
tunnel key <KEY>
tunnel checksum
crypto map cmap
!
interface Tunnel31
bandwidth 2304
ip address <IP> <IP>
tunnel source FastEthernet0/0
tunnel destination <IP>
tunnel key <KEY>
tunnel checksum
crypto map cmap
!
interface Tunnel41
bandwidth 2304
ip address <IP> <IP>
tunnel source FastEthernet0/0
tunnel destination <IP>
tunnel key <KEY>
tunnel checksum
crypto map cmap
!
interface Tunnel56
bandwidth 2304
ip address <IP> <IP>
tunnel source FastEthernet0/0
tunnel destination <IP>
tunnel key 565656
tunnel checksum
crypto map cmap
!
interface FastEthernet0/0
bandwidth 2304
ip address <IP> <IP>
ip access-group provider-in in
ip nat outside
duplex auto
speed auto
no cdp enable
crypto map cmap
!
interface FastEthernet0/1
ip address <IP> <IP>
ip nat inside
duplex auto
speed auto
no cdp enable
!
router eigrp 300
network <IP>
network <IP>
no auto-summary
eigrp log-neighbor-changes
!
ip nat inside source list nat interface FastEthernet0/0 over
ip nat inside source static tcp <IP> 4302 <IP> 80 extendable
ip nat inside source static tcp <IP> 5900 <IP> 5900 extendable
ip nat inside source static tcp <IP> 5800 <IP> 5800 extendable
ip nat inside source static tcp <IP> 22 <IP> 22 extendable
ip nat inside source static tcp <IP> 4099 <IP> 4099 extendable
ip nat inside source static tcp <IP> 4100 <IP> 4100 extendable
ip nat inside source static tcp <IP> 4302 <IP> 4302 extendable
ip nat inside source static tcp <IP> 4303 <IP> 4303 extendable
ip nat inside source static tcp <IP> 4304 <IP> 4304 extendable
ip nat inside source static tcp <IP> 4305 <IP> 4305 extendable
ip classless
ip route 0.0.0.0 0.0.0.0 <IP>
ip route <IP> 255.255.255.0 Tunnel11
ip route <IP> 255.255.255.0 Tunnel31
ip route <IP> 255.255.255.0 Tunnel41
ip route <IP> 255.255.255.0 Tunnel21
ip route <IP> 255.255.255.252 Tunnel31
ip route <IP> 255.255.255.252 Tunnel21
ip http server
ip pim bidir-enable
!
!
ip access-list standard nat
permit <IP> 0.0.0.255
!
ip access-list extended crypto-muc-bsl
permit gre host <IP> host <IP>
ip access-list extended crypto-muc-irv
permit gre host <IP> host <IP>
ip access-list extended crypto-muc-lon
permit gre host <IP> host <IP>
ip access-list extended crypto-muc-sna
permit gre host <IP> host <IP>
ip access-list extended crypto-muc-sna2
permit gre host <IP> host <IP>
ip access-list extended crypto-muc-spa
permit gre host <IP> host <IP>
ip access-list extended provider-in
permit tcp any host <IP> gt 1023 established
permit gre host <IP> host <IP>
permit gre host <IP> host <IP>
permit gre host <IP> host <IP>
permit ahp host <IP> host <IP>
permit esp host <IP> host <IP>
permit udp host <IP> host <IP> eq isakmp
permit ahp host <IP> host <IP>
permit esp host <IP> host <IP>
permit udp host <IP> host <IP> eq isakmp
permit ahp host <IP> host <IP>
permit esp host <IP> host <IP>
permit udp host <IP> host <IP> eq isakmp
permit udp any eq domain host <IP>
permit tcp any eq domain host <IP>
permit udp host <IP> eq ntp host <IP> eq ntp
permit udp host <IP> eq ntp host <IP> eq ntp
permit udp host <IP> eq ntp host <IP> eq ntp
permit udp host <IP> eq ntp host <IP> eq ntp
permit udp host <IP> eq ntp host <IP> eq ntp
permit icmp any any echo
permit icmp any any echo-reply
permit icmp any host <IP> ttl-exceeded
permit icmp any host <IP> port-unreachable
permit icmp any host <IP> host-unreachable
permit udp any host <IP> range 33434 33524
permit tcp any host <IP> eq 5800
permit tcp any host <IP> eq 5900
permit tcp any host <IP> eq 4302
permit tcp any host <IP> eq 4303
permit tcp any host <IP> eq 4304
permit tcp any host <IP> eq 4305
permit tcp any host <IP> eq 4099
permit tcp any host <IP> eq 4100
permit tcp any host <IP> eq www
permit tcp any host <IP> eq 22
permit tcp host <IP> host <IP> eq telnet
permit udp host <IP> eq isakmp host <IP> eq isakmp
permit udp host <IP> eq 2746 host <IP> eq 2746
deny ip 10.0.0.0 0.255.255.255 any log
deny ip 172.16.0.0 0.15.255.255 any log
deny ip 192.168.0.0 0.0.255.255 any log
deny ip 224.0.0.0 31.255.255.255 any log
deny ip any any log
deny tcp any any log
deny udp any any log
deny icmp any any log
deny gre any any log
deny ahp any any log
deny esp any any log
no cdp run
!
snmp-server community public RO
!
dial-peer cor custom
!
!
!
!
!
line con 0
! password <removed>
login
line aux 0
line vty 0 4
! password <removed>
login
!
no scheduler allocate
ntp server <IP>
ntp server <IP>
ntp server <IP>
ntp server <IP>
ntp server <IP>
end
|
>
> Post your configuration.
>
> Reladd the router to see if that clears the problem
>