HPE Aruba Networking & ProVision-based
1829749 Members
1362 Online
109992 Solutions
New Discussion

configuring two E5406 experiencing some problem with inter-vlan routing

 
goobil
Established Member

configuring two E5406 experiencing some problem with inter-vlan routing

Please help any one.
 
Am configuring two E5406 and is experiencing some problem with inter vlan routing. The OSPF routing is only routing on Vlan50.
 
Below is the full configuration of both routers.
 
 
PHQ-SW001(ospf)# sh ip ospf
 
 OSPF Configuration Information
 
  OSPF protocol  : enabled
  Router ID      : 111.0.0.1
 
 Currently defined areas:
 
                         Stub         Stub        Stub
  Area ID         Type   Default Cost Summary LSA Metric Type     SPF Runs
  --------------- ------ ------------ ----------- --------------- --------
  backbone        normal 1            don't send  ospf metric     1
  0.0.0.5         normal 1            don't send  ospf metric     19
  0.0.0.10        normal 1            don't send  ospf metric     29
  0.0.0.20        normal 1            don't send  ospf metric     29
  0.0.0.30        normal 1            don't send  ospf metric     29
  0.0.0.40        normal 1            don't send  ospf metric     29
  0.0.0.50        normal 1            don't send  ospf metric     29
  0.0.0.60        normal 1            don't send  ospf metric     18
  0.0.0.100       normal 1            don't send  ospf metric     29
 
 
 Currently defined address ranges:
 
  Area ID         LSA Type IP Network      Network Mask    Advt Cost     Type
  --------------- -------- --------------- --------------- ---- -------- -----
 
 
 OSPF interface configuration:
 
                                  Admin          Authen
  IP Address      Area ID         Status   Type  Type   Cost  Pri
  --------------- --------------- -------- ----- ------ ----- ---
  111.0.0.1       0.0.0.5         enabled  BCAST none   1     1
  192.168.110.1   0.0.0.10        enabled  BCAST none   1     1
  192.168.111.1   0.0.0.20        enabled  BCAST none   1     1
  192.168.112.1   0.0.0.30        enabled  BCAST none   1     1
  192.168.113.1   0.0.0.40        enabled  BCAST none   1     1
  192.168.114.1   0.0.0.50        enabled  BCAST none   1     1
  192.168.115.1   0.0.0.60        enabled  BCAST none   1     1
 
 
 OSPF configured interface timers:
 
                  Transit Retransmit Hello    Dead
  IP Address      Delay   Interval   Interval Interval
  --------------- ------- ---------- -------- ----------
  111.0.0.1       1       5          10       40
  192.168.110.1   1       5          10       40
  192.168.111.1   1       5          10       40
  192.168.112.1   1       5          10       40
  192.168.113.1   1       5          10       40
  192.168.114.1   1       5          10       40
  192.168.115.1   1       5          10       40
 
 
 OSPF configured virtual interfaces:
 
                                  Authen Xmit  Rxmt  Hello Dead
  Area ID         Router ID       Type   Delay Intvl Intvl Interval
  --------------- --------------- ------ ----- ----- ----- ----------
 
PHQ-SW001(ospf)# sh ip ospf int
 
 OSPF Interface Status
 
  IP Address      Status   Area ID         State   Auth-type Cost  Pri Passive
  --------------- -------- --------------- ------- --------- ----- --- -------
  111.0.0.1       enabled  0.0.0.5         DOWN    none      1     1   no
  192.168.110.1   enabled  0.0.0.10        DOWN    none      1     1   no
  192.168.111.1   enabled  0.0.0.20        DOWN    none      1     1   no
  192.168.112.1   enabled  0.0.0.30        DOWN    none      1     1   no
  192.168.113.1   enabled  0.0.0.40        DOWN    none      1     1   no
  192.168.114.1   enabled  0.0.0.50        BDR     none      1     1   no
  192.168.115.1   enabled  0.0.0.60        DOWN    none      1     1   no
 
 
PHQ-SW001(ospf)# sh ip ospf neighbor
 
 OSPF Neighbor Information
 
                                                         Rxmt         Helper
  Router ID       Pri IP Address      NbIfState State    QLen  Events Status
  --------------- --- --------------- --------- -------- ----- ------ ------
  111.0.0.2       1   192.168.114.2   DR        FULL     0     7      None
 
 
Switch One Running configuration
 
PHQ-SW001(ospf)# sh running-config
 
Running configuration:
 
; J8697A Configuration Editor; Created on release #K.15.10.0016
; Ver #03:03.1f.ef:f0
hostname "PHQ-SW001"
module 1 type j9538a
module 2 type j9534a
trunk A1-A8 trk1 lacp
gvrp
qos protocol arp priority 4
qos type-of-service diff-services
no telnet-server
no web-management
ip router-id 111.0.0.1
ip routing
snmp-server community "public" unrestricted
router ospf
   area 0.0.0.5
   area 0.0.0.10
   area 0.0.0.20
   area 0.0.0.30
   area 0.0.0.40
   area 0.0.0.50
   area 0.0.0.60
   area 0.0.0.100
   area backbone
   enable
   exit
router vrrp
   enable
   exit
vlan 1
   name "DEFAULT_VLAN"
   no untagged B12-B13,Trk1
   untagged B1-B11,B14-B24
   no ip address
   exit
vlan 3
   name "VLAN3"
   no ip address
   exit
vlan 5
   name "MGMT"
   ip address 111.0.0.1 255.255.255.0
   ip ospf 111.0.0.1 area 0.0.0.5
   exit
vlan 10
   name "VLAN10"
   untagged B12
   ip address 192.168.110.1 255.255.255.0
   ip helper-address 192.168.110.1
   ip helper-address 192.168.112.1
   ip helper-address 192.168.111.1
   ip ospf 192.168.110.1 area 0.0.0.10
   exit
vlan 20
   name "IT"
   tagged B24
   ip address 192.168.111.1 255.255.255.0
   ip ospf 192.168.111.1 area 0.0.0.20
   qos dscp 101110
   exit
vlan 30
   name "St_Johns"
   ip address 192.168.112.1 255.255.255.0
   ip ospf 192.168.112.1 area 0.0.0.30
   qos dscp 101110
   exit
vlan 40
   name "outstation"
   untagged B13
   ip address 192.168.113.1 255.255.255.0
   ip ospf 192.168.113.1 area 0.0.0.40
   qos dscp 101110
   exit
vlan 50
   name "VLAN50"
   untagged Trk1
   ip address 192.168.114.1 255.255.255.0
   ip ospf 192.168.114.1 area 0.0.0.50
   exit
vlan 60
   name "VLAN60"
   ip address 192.168.115.1 255.255.255.0
   ip ospf 192.168.115.1 area 0.0.0.60
   exit
vlan 100
   name "VRRP"
   ip address 10.0.0.1 255.255.255.0
   ip address 10.10.10.1 255.255.255.0
   vrrp vrid 1
      owner
      virtual-ip-address 10.0.0.1 255.255.255.0
      priority 255
      enable
      exit
   exit
spanning-tree
spanning-tree Trk1 priority 4
spanning-tree priority 1 force-version rstp-operation
 
Switch two Running configuration
 
PHQ-SW002(config)# sh ip route
 
                                                                            IP s
 
  Destination        Gateway         VLAN Type      Sub-Type   Metric     Dist.
  ------------------ --------------- ---- --------- ---------- ---------- -----
  127.0.0.0/8        reject               static               0          0
  127.0.0.1/32       lo0                  connected            1          0
  192.168.112.0/24   PHQ             30   connected            1          0
  192.168.113.0/24   ST-Johns        40   connected            1          0
  192.168.114.0/24   Out-Station     50   connected            1          0
  192.168.115.0/24   Fire-Department 60   connected            1          0
 
 
PHQ-SW002(config)# sh ip ospf
 
 OSPF Configuration Information
 
  OSPF protocol  : enabled
  Router ID      : 111.0.0.2
 
 Currently defined areas:
 
                         Stub         Stub        Stub
  Area ID         Type   Default Cost Summary LSA Metric Type     SPF Runs
  --------------- ------ ------------ ----------- --------------- --------
  backbone        normal 1            don't send  ospf metric     31
  0.0.0.5         normal 1            don't send  ospf metric     9
  0.0.0.10        normal 1            don't send  ospf metric     31
  0.0.0.20        normal 1            don't send  ospf metric     31
  0.0.0.30        normal 1            don't send  ospf metric     31
  0.0.0.40        normal 1            don't send  ospf metric     31
  0.0.0.50        normal 1            don't send  ospf metric     31
  0.0.0.60        normal 1            don't send  ospf metric     13
  0.0.0.100       normal 1            don't send  ospf metric     31
 
 
 Currently defined address ranges:
 
  Area ID         LSA Type IP Network      Network Mask    Advt Cost     Type
  --------------- -------- --------------- --------------- ---- -------- -----
 
 
 OSPF interface configuration:
 
                                  Admin          Authen
  IP Address      Area ID         Status   Type  Type   Cost  Pri
  --------------- --------------- -------- ----- ------ ----- ---
  10.0.0.2        0.0.0.100       enabled  BCAST none   1     1
  111.0.0.2       0.0.0.5         enabled  BCAST none   1     1
  192.168.110.2   0.0.0.10        enabled  BCAST none   1     1
  192.168.111.2   0.0.0.20        enabled  BCAST none   1     1
  192.168.112.2   0.0.0.30        enabled  BCAST none   1     1
  192.168.113.2   0.0.0.40        enabled  BCAST none   1     1
  192.168.114.2   0.0.0.50        enabled  BCAST none   1     1
  192.168.115.2   0.0.0.60        enabled  BCAST none   1     1
 
 
 OSPF configured interface timers:
 
                  Transit Retransmit Hello    Dead
  IP Address      Delay   Interval   Interval Interval
  --------------- ------- ---------- -------- ----------
  10.0.0.2        1       5          10       40
  111.0.0.2       1       5          10       40
  192.168.110.2   1       5          10       40
  192.168.111.2   1       5          10       40
  192.168.112.2   1       5          10       40
  192.168.113.2   1       5          10       40
  192.168.114.2   1       5          10       40
  192.168.115.2   1       5          10       40
 
 
 OSPF configured virtual interfaces:
 
                                  Authen Xmit  Rxmt  Hello Dead
  Area ID         Router ID       Type   Delay Intvl Intvl Interval
  --------------- --------------- ------ ----- ----- ----- ----------
 
PHQ-SW002(config)# sh ip ospf interface
 
 OSPF Interface Status
 
  IP Address      Status   Area ID         State   Auth-type Cost  Pri Passive
  --------------- -------- --------------- ------- --------- ----- --- -------
  10.0.0.2        enabled  0.0.0.100       DOWN    none      1     1   no
  111.0.0.2       enabled  0.0.0.5         DOWN    none      1     1   no
  192.168.110.2   enabled  0.0.0.10        DOWN    none      1     1   no
  192.168.111.2   enabled  0.0.0.20        DOWN    none      1     1   no
  192.168.112.2   enabled  0.0.0.30        DR      none      1     1   no
  192.168.113.2   enabled  0.0.0.40        DR      none      1     1   no
  192.168.114.2   enabled  0.0.0.50        DR      none      1     1   no
  192.168.115.2   enabled  0.0.0.60        DR      none      1     1   no
 
 
PHQ-SW002(config)# sh ip ospf neighbor
 
 OSPF Neighbor Information
 
                                                         Rxmt         Helper
  Router ID       Pri IP Address      NbIfState State    QLen  Events Status
  --------------- --- --------------- --------- -------- ----- ------ ------
  111.0.0.1       1   192.168.114.1   BDR       FULL     0     6      None
 
 
PHQ-SW002(config)# sh running-config
 
Running configuration:
 
; J8697A Configuration Editor; Created on release #K.15.10.0016
; Ver #03:03.1f.ef:f0
hostname "PHQ-SW002"
module 1 type j9538a
module 2 type j9534a
trunk A1-A5 trk1 lacp
ip router-id 111.0.0.2
ip routing
snmp-server community "public" unrestricted
router ospf
   area 0.0.0.5
   area 0.0.0.10
   area 0.0.0.20
   area 0.0.0.30
   area 0.0.0.40
   area 0.0.0.50
   area 0.0.0.60
   area 0.0.0.100
   area backbone
   enable
   exit
router vrrp
   enable
   exit
vlan 1
   name "DEFAULT_VLAN"
   no untagged A6-A7,B1-B3,B12-B13,Trk1
   untagged A8,B4-B11,B14-B24
   no ip address
   exit
vlan 5
   name "VLAN5"
   ip address 111.0.0.2 255.255.255.0
   ip ospf 111.0.0.2 area 0.0.0.5
   exit
vlan 10
   name "Servers"
   ip address 192.168.110.2 255.255.255.0
   ip ospf 192.168.110.2 area 0.0.0.10
   exit
vlan 20
   name "IT"
   untagged A6,B3
   ip address 192.168.111.2 255.255.255.0
   ip helper-address 192.168.111.1
   ip helper-address 192.168.112.1
   ip helper-address 192.168.110.1
   ip helper-address 192.168.113.1
   ip helper-address 192.168.114.1
   ip helper-address 192.168.115.1
   ip helper-address 192.168.116.1
   ip ospf 192.168.111.2 area 0.0.0.20
   exit
vlan 30
   name "PHQ"
   untagged A7,B1-B2,B12
   ip address 192.168.112.2 255.255.255.0
   ip helper-address 192.168.112.1
   ip helper-address 192.168.110.1
   ip helper-address 192.168.111.1
   ip helper-address 192.168.113.1
   ip helper-address 192.168.114.1
   ip helper-address 192.168.115.1
   ip helper-address 192.168.116.1
   ip ospf 192.168.112.2 area 0.0.0.30
   exit
vlan 40
   name "ST-Johns"
   untagged B13
   tagged B2
   ip address 192.168.113.2 255.255.255.0
   ip helper-address 192.168.113.1
   ip helper-address 192.168.110.1
   ip helper-address 192.168.111.1
   ip helper-address 192.168.112.1
   ip helper-address 192.168.114.1
   ip helper-address 192.168.115.1
   ip helper-address 192.168.116.1
   ip ospf 192.168.113.2 area 0.0.0.40
   exit
vlan 50
   name "Out-Station"
   untagged Trk1
   tagged B2
   ip address 192.168.114.2 255.255.255.0
   ip helper-address 192.168.114.1
   ip helper-address 192.168.110.1
   ip helper-address 192.168.111.1
   ip helper-address 192.168.112.1
   ip helper-address 192.168.113.1
   ip helper-address 192.168.115.1
   ip helper-address 192.168.116.1
   ip ospf 192.168.114.2 area 0.0.0.50
   exit
vlan 60
   name "Fire-Department"
   tagged B1-B2
   ip address 192.168.115.2 255.255.255.0
   ip helper-address 192.168.115.1
   ip helper-address 192.168.116.1
   ip helper-address 192.168.110.1
   ip helper-address 192.168.111.1
   ip helper-address 192.168.112.1
   ip helper-address 192.168.113.1
   ip helper-address 192.168.114.1
   ip ospf 192.168.115.2 area 0.0.0.60
   exit
vlan 100
   name "VRRP"
   ip address 10.0.0.2 255.255.255.0
   ip ospf 10.0.0.2 area 0.0.0.100
   vrrp vrid 1
      backup
      virtual-ip-address 10.0.0.1 255.255.255.0
      enable
      exit
   vrrp vrid 100
      owner
      priority 255
      exit
   vrrp vrid 200
      owner
      virtual-ip-address 10.0.0.2 255.255.255.0
      priority 255
      enable
      exit
   exit
spanning-tree
spanning-tree Trk1 priority 4