Unsolved
This post is more than 5 years old
6 Posts
0
59062
May 5th, 2011 14:00
OSPF Configuration Help
I am trying to configure OSPF on the Dell 6248 and Cisco 7206 router.
OSPF is configured in order to do all VLAN routing on the switches and let the 7206 distributes the OSPF routes to the rest of the WAN.
I have the VLANs created and the ip assigned to the VLANs. I also enabled routing on those VLANs and routing globally on the switches.
However, I can't ping even the VLAN interface IPs on the same switch. When I do show ip ospf interface vlan 50, I get "The IP interface is currently inactive." message.
When I do show ip route, I have no routes.
Below is my configuration.
Anything I missed?
Thanks
configure
vlan protocol group 1
vlan database
vlan 50-110,200
vlan routing 70 1
vlan routing 50 2
vlan routing 51 3
vlan routing 52 4
vlan routing 53 5
vlan routing 54 6
vlan routing 55 7
protocol group 1 1
ip routing
router rip
no enable
exit
interface vlan 50
routing
ip address 10.3.50.254 255.255.255.240
ip ospf cost 32
ip ospf priority 128
exit
interface vlan 51
routing
ip address 10.3.51.254 255.255.255.240
ip ospf area 0.0.0.0
ip ospf cost 32
ip ospf priority 128
exit
interface vlan 52
routing
ip address 10.3.52.254 255.255.255.240
ip ospf area 0.0.0.0
ip ospf cost 32
ip ospf priority 128
exit
interface vlan 53
routing
ip address 10.3.53.254 255.255.255.240
ip ospf area 0.0.0.0
ip ospf cost 32
ip ospf priority 128
exit
interface vlan 54
routing
ip address 10.3.54.254 255.255.255.240
ip ospf area 0.0.0.0
ip ospf cost 32
ip ospf priority 128
exit
interface vlan 55
routing
ip address 10.3.55.254 255.255.255.240
ip ospf area 0.0.0.0
ip ospf cost 32
ip ospf priority 128
exit
interface vlan 70
routing
ip address 10.3.70.254 255.255.255.240
ip ospf area 0.0.0.0
ip ospf cost 32
ip ospf priority 128
exit
router ospf
router-id 10.5.0.254
network 10.3.50.240 0.0.0.15 area 0.0.0.0
network 10.3.51.240 0.0.0.15 area 0.0.0.0
network 10.3.52.240 0.0.0.15 area 0.0.0.0
network 10.3.53.240 0.0.0.15 area 0.0.0.0
network 10.3.54.240 0.0.0.15 area 0.0.0.0
network 10.3.55.240 0.0.0.15 area 0.0.0.0



nosebreaker
13 Posts
1
May 10th, 2011 20:00
Oh geez I haven't done OSPF in a little while, so I'm a bit rusty. So you have RIP at the top, are you sure you need that? What do you get with a "show ip ospf" command? I remember having to specify bandwidth for WAN links, I don't know if you need it for internal networks.
anh2lua35
6 Posts
0
May 12th, 2011 07:00
No, we don't need RIP. I thought I already disabled RIP.
We are trying to setup OSPF on these switches and let them handle all the VLAN routings that are on VMware environment. The Uplink routers are speaking EIGRP.
I just couldn't get OSPF to work on these Dell switches at all.
Thanks