10-25-2011 05:29 AM - edited 03-07-2019 03:02 AM
Hello,
i'd like to configure OSPF on a Catalyst 6503 IOS 12.2.17.
i habe an Gi1/9 with the ip address 192.168.97.30/24 and a VLAN 19 with the IP Address 192.168.19.0/24.
I configured OSPF like this
router ospf 1
network 192.168.97.0 0.0.0.255 area 10.5.0.0
network 192.168.19.0 0.0.0.255 area 10.5.0.0
on the ospf peer is see that the adjaceny is established but i don't get the routes for the 192.168.19.0 network
i checked the ip ospf interface vlan 19; i got ospf is not enabled on the interface
then i tried to configure
int vlan 19
ip ospf 1 area 10.5.0.0
but it does not access ip ospf 1
any other way to solve my problem?
regards
alex
10-25-2011 05:33 AM
Hi,
Is vlan 19 in up and up mode? do a "sh ip int bri vlan 19" and check
HTH
10-25-2011 06:01 AM
hi,
here is the show int vlan 19
Vlan19 is up, line protocol is up
Hardware is EtherSVI, address is 000b.45b0.68c0 (bia 000b.45b0.68c0)
Internet address is 192.168.19.1/24
and here is the show ip ospf interface vlan 19
show ip ospf int vlan 19
%OSPF: OSPF not enabled on Vlan19
regards
alex
10-25-2011 06:23 AM
Hi Alex,
Can you try a different area and not 10.5.0.0?
router ospf 1
network 192.168.97.0 0.0.0.255 area 0
network 192.168.19.0 0.0.0.255 area 0
ip ospf 1 area 0
HTH
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide