cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4097
Views
0
Helpful
10
Replies

Loading OSPF configuration after reboot

rkuiters
Level 1
Level 1

We've got two OSPF aera's definied area 1 and area 10.

After a reboot just one area is loaded the other one comes with error messages while loading the configuration. The platform is 7204VXR ans IOS 12.0.21ST

Anyone suggestions?

1 Accepted Solution

Accepted Solutions

You seem to be running into CSCdv18627. Could you try upgrading to a more recent level of code.

Thanks,

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México

View solution in original post

10 Replies 10

d.kratz
Level 1
Level 1

Hi rkuiters,

Please, attach the syslog message in this thread. Some thing sounds wrong...

Have any trace reported?

[]'s

Kratz

C7200 platform with 131072 Kbytes of main memory

Self decompressing the image : #################################################

################################################################################

################################################################################

########################################################################## [OK]

Self decompressing the image : #################################################

################################################################################

################################################################################

################################################################################

################################################################################

################################################################################

################################################################################

################################################################################

############ [OK]

Restricted Rights Legend

Use, duplication, or disclosure by the Government is

subject to restrictions as set forth in subparagraph

(c) of the Commercial Computer Software - Restricted

Rights clause at FAR sec. 52.227-19 and subparagraph

(c) (1) (ii) of the Rights in Technical Data and Computer

Software clause at DFARS sec. 252.227-7013.

cisco Systems, Inc.

170 West Tasman Drive

San Jose, California 95134-1706

Cisco Internetwork Operating System Software

IOS (tm) 7200 Software (C7200-P-M), Version 12.0(21)ST, EARLY DEPLOYMENT RELEASE

SOFTWARE (fc1)

TAC Support: http://www.cisco.com/tac

Copyright (c) 1986-2002 by cisco Systems, Inc.

Compiled Tue 12-Mar-02 23:27 by dchih

Image text-base: 0x60008960, data-base: 0x60FFC000

cisco 7206VXR (NSE-1) processor with 114688K/16384K bytes of memory.

R7000 CPU at 262Mhz, Implementation 39, Rev 2.1, 256KB L2 Cache

6 slot VXR midplane, Version 2.1

Last reset from power-on

X.25 software, Version 3.0.0.

3 FastEthernet/IEEE 802.3 interface(s)

8 Serial network interface(s)

125K bytes of non-volatile configuration memory.

20480K bytes of Flash PCMCIA card at slot 0 (Sector size 128K).

4096K bytes of Flash internal SIMM (Sector size 256K).%VRF specified does not ma

tch existing router

log-adjacency-changes

^

% Invalid input detected at '^' marker.

auto-cost reference-bandwidth 1000

^

% Invalid input detected at '^' marker.

redistribute ospf 1 metric-type 1 subnets

^

% Invalid input detected at '^' marker.

network 10.110.0.208 0.0.0.15 area 10.110.0.208

^

% Invalid input detected at '^' marker.

network 10.114.12.11 0.0.0.0 area 10.110.0.208

^

% Invalid input detected at '^' marker.

distribute-list 111 out

^

% Invalid input detected at '^' marker.

distribute-list 112 in

^

% Invalid input detected at '^' marker.

Press RETURN to get started!

These were the errors

It looks like there is something in the startup config that the router considers an error. I can think of a couple of ways that the router might consider the content of startup-config to be invalid. Is it possible that the software version of the router changed (then the startup-config created by one version might not be valid for the new version)? Is it possible that the startup-config was put on the router by tftp rather than being the result of a copy running-config startup-config (there is no syntax checking when the config is tftp'd to startup so incorrect syntax would not be discovered till the router booted)?

If you would post the results of show startup-config we might see what the problem is.

Your original post described your situation as having two OSPF areas. But with the redistribute ospf 1 and the distribute lists that show in the bootup output I am wondering if there are two OSPF processes?

HTH

Rick

HTH

Rick

Rick,

This is a part of the config

router ospf 1 vrf Gn

log-adjacency-changes

auto-cost reference-bandwidth 1000

redistribute ospf 10 metric-type 1 subnets

network 10.114.12.1 0.0.0.0 area 0

network 10.114.32.8 0.0.0.15 area 0

distribute-list 112 out

distribute-list 111 in

!

router ospf 10 vrf Gn

log-adjacency-changes

auto-cost reference-bandwidth 1000

redistribute ospf 1 metric-type 1 subnets

network 10.114.12.2 0.0.0.0 area 10.110.0.208

network 10.110.0.208 0.0.0.15 area 10.110.0.208

distribute-list 111 out

distribute-list 112 in

After the boot the adding the router ospf 10 we have to add the router ospf 10 manually and then it will work fine again.

"%VRF specified does not match existing router" indicates that the OSPF process id you are using is already in used. Try using a different process id.

Hope this helps,

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México

You might think that after a reboot 1 and 10 are the only ones available on the router.

Could you provide the full config.

Thanks,

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México

Here's the the network part of the config, stuff like snmp, logging and tacacs I left out.

ip subnet-zero

ip cef

!

no ip domain lookup

!

ip vrf Gn

rd 65000:3

route-target export 65000:3

route-target import 65000:3

!

interface Loopback0

ip address 10.114.7.64 255.255.255.255

!

interface Loopback1

ip vrf forwarding Gn

ip address 10.114.12.1 255.255.255.255

!

interface Loopback2

ip vrf forwarding Gn

ip address 10.114.12.2 255.255.255.255

!

interface FastEthernet0/0

description to BOG

ip vrf forwarding Gn

ip address 10.110.0.210 255.255.255.240

ip access-group 101 in

shut

ip ospf hello-interval 4

ip ospf retransmit-interval 2

ip ospf dead-interval 16

standby 87 ip 10.110.0.209

standby 87 priority 105

standby 87 preempt delay minimum 120

!

interface Serial0/0

description to PE2A

mtu 1508

no ip address

encapsulation frame-relay

no fair-queue

frame-relay lmi-type cisco

!

interface Serial0/0.500 point-to-point

description to PE2A.asd-nk

ip vrf forwarding Gn

bandwidth 256

ip address 10.114.32.10 255.255.255.252

ip ospf hello-interval 4

ip ospf retransmit-interval 2

ip ospf dead-interval 16

traffic-shape rate 256000 32000 0 1000

frame-relay interface-dlci 500

!

interface FastEthernet0/1

description Beheer 172.16.230.120/28

ip address 172.16.230.120 255.255.255.224

no shut

!

router ospf 1 vrf Gn

log-adjacency-changes

auto-cost reference-bandwidth 1000

redistribute ospf 10 metric-type 1 subnets

network 10.114.12.1 0.0.0.0 area 0

network 10.114.32.8 0.0.0.15 area 0

distribute-list 112 out

distribute-list 111 in

!

router ospf 10 vrf Gn

log-adjacency-changes

auto-cost reference-bandwidth 1000

redistribute ospf 1 metric-type 1 subnets

network 10.114.12.2 0.0.0.0 area 10.110.0.208

network 10.110.0.208 0.0.0.15 area 10.110.0.208

distribute-list 111 out

distribute-list 112 in

!

no ip classless

ip route 172.16.0.0 255.255.0.0 172.16.230.97

ip tacacs source-interface FastEthernet2/0

no ip http server

!

!

logging trap notifications

logging 172.16.85.6

logging 172.16.85.9

access-list 1 permit 172.16.0.0 0.0.255.255

access-list 101 permit ip 10.110.0.208 0.0.0.15 any

access-list 101 permit ip 212.88.72.0 0.0.0.255 145.7.74.0 0.0.1.255

access-list 101 deny ip any any log

access-list 111 permit ip any 145.7.74.0 0.0.1.255

access-list 112 deny ip any 145.7.74.0 0.0.1.255

access-list 112 permit ip any any

!

end

You seem to be running into CSCdv18627. Could you try upgrading to a more recent level of code.

Thanks,

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México

I've loaded 121-5.T9.bin and the OSPF area's are still in after a reboot. Thanks for the helpfull suggestion.

Review Cisco Networking for a $25 gift card