Aruba & ProVision-based
1751898 Members
4967 Online
108783 Solutions
New Discussion

Aruba 2920-48g J9728A InterVLAN routing not woring..

 
sadatia
Frequent Visitor

Aruba 2920-48g J9728A InterVLAN routing not woring..

My box rinning on latest firmware WB.16.03.0004.

My intention is to route between vlan on the switch but somehow that eludes me. I cant communicate between vlans. Below is the running configuration.

Running Configuration
    

        
    ; J9728A Configuration Editor; Created on release #WB.16.03.0004
        
    ; Ver #10:08.3f.f3.b8.ee.34.79.3c.29.eb.9f.fc.f3.ff.37.ef:86
        
    hostname "BV_2920-48G"
        
    module 1 type j9728a
        
    time timezone 600
        
    ip route 192.168.0.0 255.255.255.0 vlan 1006
        
    ip route 192.168.2.0 255.255.255.0 vlan 1007
        
    ip route 192.168.50.0 255.255.255.0 vlan 1
        
    ip route 192.168.51.0 255.255.255.0 vlan 1004
        
    ip route 192.168.52.0 255.255.255.0 vlan 1005
        
    ip routing
        
    snmp-server community "public" unrestricted
        
    oobm
            
        ip address dhcp-bootp
            
        exit
        
    vlan 1
            
        name "MGMT_VLAN"
            
        no untagged 1-41,45-48
            
        untagged 42-44
            
        ip address 192.168.50.30 255.255.255.0
            
        disable layer3
            
        exit
        
    vlan 1002
            
        name "PRIVATE-A"
            
        untagged 1-2
            
        no ip address
            
        exit
        
    vlan 1003
            
        name "PRIVATE-B"
            
        untagged 3-4
            
        no ip address
            
        exit
        
    vlan 1004
            
        name "PUBLIC"
            
        untagged 5-11,45-48
            
        ip address 192.168.51.3 255.255.255.0
            
        exit
        
    vlan 1005
            
        name "CLIENT"
            
        untagged 12-31
            
        ip address 192.168.52.3 255.255.255.0
            
        exit
        
    vlan 1006
            
        name "AVECO_INT"
            
        untagged 32-33
            
        ip address 192.168.0.3 255.255.255.0
            
        exit
        
    vlan 1007
            
        name "AVECO_EXT"
            
        untagged 34-41
            
        ip address 192.168.2.1 255.255.255.0
            
        exit
        
    spanning-tree

[] Also notice that routing is not updated with runing configuration...

                                IP Route Entries

  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.51.0/24    PUBLIC          1004 connected            1          0    

1 REPLY 1
Vince-Whirlwind
Honored Contributor

Re: Aruba 2920-48g J9728A InterVLAN routing not woring..

Your IP Routing statements don't make sense - those subnets are "connected" on your switch, so you don't want to be putting in routing statements relating to them.

From your routing table at the end there, I think we would deduce that the only thing(s) you have connected is/are in one (or more) of the switchports 5-11,45-48.

Otherwise, your configuration looks fine. If you put devices in 
Port 11, with ip address 192.168.51.10/24 having a default GW of ip address 192.168.51.3
Port12, with ip address 192.168.52.10/24 having a default GW of ip address 192.168.52.3
and providing those devices support ICMP, then they will be able to ping each other, via routing done by the switch.