OSPF not Advertising an Interface

I have routers with the following interfaces and ospf configs:

Router A interface Tunnel0 description vpn01 Tunnel6 bandwidth 3000 ip address 10.163.6.30 255.255.255.252 ip access-group 103 out ip mtu 1440 ip tcp adjust-mss 1400 no ip mroute-cache tunnel source xx.xx.xx.5 tunnel destination xx.xx.xx.51 crypto map vpn ! interface Loopback0 ip address xx.xx.xx.5 255.255.255.255 crypto map vpn ! interface FastEthernet0/0 ip address 10.166.71.1 255.255.255.240 ip route-cache flow duplex full speed 100 crypto map vpn ! interface FastEthernet0/1 ip address 10.166.71.17 255.255.255.252 ip access-group 103 out ip route-cache flow duplex full speed 100 ! router ospf 2752 log-adjacency-changes redistribute static subnets network 10.163.6.0 0.0.1.255 area 6 network 10.163.71.16 0.0.0.3 area 6

Router B interface Tunnel6 bandwidth 3000 ip address 10.163.6.29 255.255.255.252 ip mtu 1440 ip tcp adjust-mss 1400 ip policy route-map sasser no ip mroute-cache tunnel source xx.xx.xx.51 tunnel destination xx.xx.xx.5 crypto map vpn

router ospf 2752 log-adjacency-changes area 0 authentication redistribute connected subnets redistribute static subnets network 10.163.6.0 0.0.1.255 area 6 network 10.163.14.0 0.0.0.255 area 0 distribute-list 11 out distribute-list 11 in

The problem is the 10.163.71.16 network isn't showing up in router B's router table or in the ospf database. If I use the redistribute connected subnets, then that networks gets advertised, , any reason for that?

Reply to
weberwes
Loading thread data ...

i cant see which interface has 10.163.71.16 network

Reply to
cisco

...and if you did you'd need to have this (assuming a /28):

router ospf 2752 network 10.163.71.16 0.0.0.15 area 6 (or whatever area makes sense in your topology)

Regards, Steve

formatting link

Reply to
www.networking-forum.com

Just seeing your reply allowed me to see the solution. My bad typing, the interface is F0/1 with ip address of 10.166.71.17 and the network statement needed to be "network 10.166.71.16 0.0.0.3 area 6" not "network 10.163.71.16 0.0.0.3 area 6". One little digit did it.

Thanks for the help

Reply to
weberwes

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.