cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
714
Views
0
Helpful
3
Replies

OSPF not up between 4510E and ASA 5540-(8.4)

searskarthik
Level 1
Level 1

between 4510 E(172.29.95.2) and ASA(inside IP 172.29.95.19) ospf not up, but between L3 interface tenGig 6/1 OSPF running with area0

here is config of switch.

!

interface TenGigabitEthernet6/1

  no switchport

ip address 172.29.64.62 255.255.255.252

                

!

interface Vlan110

description management

ip address 172.29.95.2 255.255.255.224

standby 110 ip 172.29.95.1

standby 110 priority 110

standby 110 preempt

standby 110 authentication VLAN110

standby 110 name management

!

router ospf 65482

router-id 172.29.95.2

log-adjacency-changes

summary-address 172.29.80.0 255.255.240.0

network 172.29.64.0 0.0.0.31 area 0

network 172.29.64.32 0.0.0.7 area 0

network 172.29.64.60 0.0.0.3 area 0

ASA config for OSPF:

!

router ospf 65482

router-id 172.29.95.19

network 172.29.64.60 255.255.255.252 area 0

network 172.29.64.0 255.255.240.0 area 0

network 172.29.80.0 255.255.240.0 area 0

area 0

log-adj-changes detail

default-information originate metric 1 metric-type 1

could you please help on this.

thanks

MK

2 Accepted Solutions

Accepted Solutions

Reza Sharifi
Hall of Fame
Hall of Fame

Hi,

In your config you have not added 172.29.95.2 255.255.255.224 to the OSPF process.  Add this to the switch and the firewall OSPF and try again.

HTH

View solution in original post

Hi there,

You need to advertise the vlan110 networks on both the ospf processes otherwise they can't exchange lsa and other ospf info.

Hope this helps

Alessio

Ps: pay attention to the summary you are doing..

Sent from Cisco Technical Support iPad App

View solution in original post

3 Replies 3

Reza Sharifi
Hall of Fame
Hall of Fame

Hi,

In your config you have not added 172.29.95.2 255.255.255.224 to the OSPF process.  Add this to the switch and the firewall OSPF and try again.

HTH

Hi there,

You need to advertise the vlan110 networks on both the ospf processes otherwise they can't exchange lsa and other ospf info.

Hope this helps

Alessio

Ps: pay attention to the summary you are doing..

Sent from Cisco Technical Support iPad App

searskarthik
Level 1
Level 1

thanks to both you,

Now OSPF is up,

ASA:

!

router ospf 65482

router-id 172.29.95.19

network 172.29.95.19 255.255.255.255 area 0

area 0

log-adj-changes detail

default-information originate metric 1 metric-type 1

!

Switch:

!

router ospf 65482

router-id 172.29.95.2

log-adjacency-changes

summary-address 172.29.80.0 255.255.240.0

network 172.29.64.60 0.0.0.3 area 0

network 172.29.95.0 0.0.0.31 area 0

!

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card