Unsolved
This post is more than 5 years old
2 Posts
0
24609
October 16th, 2009 17:00
OSPF VLAN routing problem on PC6248
Hi All,
I have problem with OSPF VLAN routing on PC6248. There are 3 VLANs- VLAN1, VLAN2 and VLAN4. Routers on VLANs 2and 4 are not neighbours and I can't ping hosts in the 10.10.10.0 subnet (VLAN 2) from 172.30.64.0 subnet (VLAN4) . What I missed?
Here is running config.
console#show running-config
!Current Configuration:
!System Description "Dell 48 Port Gigabit Ethernet, 2.1.0.13, VxWorks5.5.1"
!System Software Version 2.1.0.13
!
configure
vlan database
vlan 2,4
exit
sntp unicast client enable
sntp server 172.30.64.2
stack
member 1 2
exit
ip address 172.30.80.52 255.255.240.0
ip default-gateway 172.30.80.26
ip routing
interface vlan 2
name "SIP LAN"
routing
ip address 10.10.10.10 255.255.255.0
ip ospf
ip ospf areaid 0.0.0.27
ip ospf cost 10
ip ospf priority 144
no ip proxy-arp
exit
interface vlan 4
name "DATA LAN"
routing
ip address 172.30.64.52 255.255.240.0
ip ospf
ip ospf areaid 0.0.0.27
ip ospf cost 10
ip ospf priority 145
no ip proxy-arp
exit
username "xxxx" password xxxxxxxxxxxxxxxxxxxxxxxxxxxx level 15 encrypted
router ospf
router-id 172.30.80.52
no 1583compatibility
exit
!
interface ethernet 1/g1
description 'to switchcoreVoIP'
exit
!
interface ethernet 1/g3
description 'to swmain1 port 24'
switchport access vlan 4
exit
!
interface ethernet 1/g4
switchport access vlan 4
exit
!
interface ethernet 1/g5
switchport access vlan 4
exit
!
interface ethernet 1/g6
switchport access vlan 4
exit
!
interface ethernet 1/g7
switchport access vlan 4
exit
!
interface ethernet 1/g8
switchport access vlan 4
exit
!
interface ethernet 1/g9
switchport access vlan 4
exit
!
interface ethernet 1/g10
switchport access vlan 4
exit
!
interface ethernet 1/g11
switchport access vlan 4
exit
!
interface ethernet 1/g12
switchport access vlan 4
exit
!
interface ethernet 1/g37
no negotiation
speed 100
description 'LAN extension '
switchport access vlan 2
exit
!
interface ethernet 1/g38
description 'w1-vBoxMGW1 eth0'
switchport access vlan 2
exit
!
interface ethernet 1/g39
description 'w1-vBoxMGW2 eth0'
switchport access vlan 2
exit
!
interface ethernet 1/g40
switchport access vlan 2
exit
!
interface ethernet 1/g41
switchport access vlan 2
exit
!
interface ethernet 1/g42
switchport access vlan 2
exit
!
interface ethernet 1/g43
switchport access vlan 2
exit
!
interface ethernet 1/g44
switchport access vlan 2
exit
!
interface ethernet 1/g45
switchport access vlan 2
exit
!
interface ethernet 1/g46
switchport access vlan 2
exit
!
interface ethernet 1/g47
switchport access vlan 2
exit
!
interface ethernet 1/g48
switchport access vlan 2
exit
exit
console#
console#show ip route
Route Codes: R - RIP Derived, O - OSPF Derived, C - Connected, S - Static
B - BGP Derived, IA - OSPF Inter Area
E1 - OSPF External Type 1, E2 - OSPF External Type 2
N1 - OSPF NSSA External Type 1, N2 - OSPF NSSA External Type 2
O E1 0.0.0.0/0 [13/14] via 172.30.64.40, vlan 4
C 10.10.10.0/24 [0/0] directly connected, vlan 2
O 172.30.3.0/30 [8/74] via 172.30.64.26, vlan 4
C 172.30.64.0/20 [0/0] directly connected, vlan 4
O 172.30.80.0/20 [8/11] via 172.30.64.26, vlan 4
O 192.168.5.0/30 [8/11] via 172.30.64.40, vlan 4
O 192.168.64.0/20 [8/12] via 172.30.64.40, vlan 4
O 192.168.80.0/20 [8/13] via 172.30.64.40, vlan 4
O 192.168.151.0/24 [8/12] via 172.30.64.40, vlan 4
console#
0 events found


speedcolo
1 Rookie
•
43 Posts
0
October 18th, 2009 15:00
First step would be to check connectivity: can the PowerConnect ping hosts on all three VLANs?
If so, next step is L3 routing: if a host on each VLAN have the PowerConnect set as their "default gateway", can the three ping each other?
Last would be routing protocol: if each VLAN has its own default gateway (not the PowerConnect), then is OSPF adjacency up to the PowerConnect, and if so, are routes learned for the other two VLANs, with correct next-hop?
Mozheyko
2 Posts
0
October 19th, 2009 11:00
Thanks for your reply.
1. Yes the PowerConnect can ping hosts on all three VLANs.
2. I have no chance to test it right now because it's on a remote site.
3. The routes are learned only for one VLAN4
For Powerconnect I have next
console#show ip ospf neighbor
Router ID Priority IP Address Interface State Dead
Time
---------------- -------- --------------- ----------- ---------------- ------
172.30.80.26 1 172.30.64.26 vlan 4 Full/BACKUP-DR 30 - cisco router
192.168.5.2 128 172.30.64.40 vlan 4 Full/DR 35 -juniper router
There is no VLAN2 router as a neighbor. I think here is a problem