Wired Intelligent Edge

 View Only
  • 1.  Aruba 2930M Inter VLAN Routing not working

    Posted Nov 27, 2024 03:10 AM

    Hi everyone,

    i have two /24 networks in different VLANs and want them VLANs to have a connection to each other. 

    Client A needs an Connection to Client B

    Client A IP Config:

    IP: 10.203.127.2/24

    Gateway 10.203.127.1

    Client B IP Config:

    IP 10.203.126.2/24

    Gateway: 10.203.126.1

    Switch Config:

    stacking
    member 1 type "JL322A" mac-address 5ca47d-5e9ac0
    exit
    hostname "Aruba-Stack-2930M"
    no telnet-server
    no web-management
    web-management ssl
    ip routing
    interface 1/1
    flow-control
    exit
    interface 1/2
    flow-control
    exit
    snmp-server community "public" unrestricted
    oobm
    ip address dhcp-bootp
    ipv6 enable
    ipv6 address dhcp full
    member 1
    ip address dhcp-bootp
    ipv6 enable
    ipv6 address dhcp full
    exit
    exit
    vlan 1
    name "DEFAULT_VLAN"
    untagged 1/1,1/3-1/48
    tagged 1/2
    ip address 10.203.127.1 255.255.255.0
    ip igmp
    exit
    vlan 126
    name "test"
    untagged 1/2
    tagged 1/1
    ip address 10.203.126.1 255.255.255.0
    ip igmp
    exit
    spanning-tree
    password manager



  • 2.  RE: Aruba 2930M Inter VLAN Routing not working

    Posted Nov 27, 2024 03:14 AM

    Can the clients reach the switch' IP address?

    Can you share the output of the following switch commands: 'show ip', 'show ip route', 'show arp vlan 1' 'show arp vlan 126'?



    ------------------------------
    Herman Robers
    ------------------------
    If you have urgent issues, always contact your Aruba partner, distributor, or Aruba TAC Support. Check https://www.arubanetworks.com/support-services/contact-support/ for how to contact Aruba TAC. Any opinions expressed here are solely my own and not necessarily that of Hewlett Packard Enterprise or Aruba Networks.

    In case your problem is solved, please invest the time to post a follow-up with the information on how you solved it. Others can benefit from that.
    ------------------------------



  • 3.  RE: Aruba 2930M Inter VLAN Routing not working

    Posted Nov 27, 2024 03:24 AM

    Hi,

    yes the Clients can ping the switches IP addresses. 

    For example:

    Client a can ping 10.203.127.1 and 10.203.126.1

    Client b can also ping both ip adresses

    show IP
     Internet (IP) Service

      IP Routing : Enabled


      Default TTL     : 64
      Arp Age         : 20
      Domain Suffix   :
      DNS server      :

                           |                                            Proxy ARP
      VLAN                 | IP Config  IP Address      Subnet Mask     Std  Local
      -------------------- + ---------- --------------- --------------- ----------
      DEFAULT_VLAN         | Manual     10.203.127.1    255.255.255.0    No    No
      test                 | Manual     10.203.126.1    255.255.255.0    No    No


    Aruba-Stack-2930M(config)# show ip route

                                    IP Route Entries

      Destination        Gateway         VLAN Type      Sub-Type   Metric     Dist.
      ------------------ --------------- ---- --------- ---------- ---------- -----
      10.203.126.0/24    test            126  connected            1          0
      10.203.127.0/24    DEFAULT_VLAN    1    connected            1          0
      127.0.0.0/8        reject               static               0          0
      127.0.0.1/32       lo0                  connected            1          0


    Aruba-Stack-2930M(config)# show arp vlan 1

     IP ARP table - DEFAULT_VLAN

      IP Address       MAC Address       Type    Port
      ---------------  ----------------- ------- ----
      10.203.127.2     a08cfd-31975b     dynamic 1/1


    Aruba-Stack-2930M(config)# show arp vlan 126

     IP ARP table - VLAN 126

      IP Address       MAC Address       Type    Port
      ---------------  ----------------- ------- ----
      10.203.126.2     e070ea-cb2d1a     dynamic 1/2




  • 4.  RE: Aruba 2930M Inter VLAN Routing not working

    Posted Nov 27, 2024 03:56 AM

    Could it be that the clients have a (Windows?) firewall that blocks ping or other traffic that is from another subnet? I've seen that a few times, so it may be that the switch is properly routing, but the client is dropping the traffic in the firewall.

    With your test that both clients can ping both IPs of the switch, you verified that routing on the client is setup properly.

    With the command 'ip routing' in your config, and 'show ip route' showing both subnets, and 'show arp' for both VLANs you verified that the switch is configured and can reach both clients from a routing perspective. My guess is the client. If you can run Wireshark on the clients, you can verify if the traffic arrives on the client and if it responds to it or not.



    ------------------------------
    Herman Robers
    ------------------------
    If you have urgent issues, always contact your Aruba partner, distributor, or Aruba TAC Support. Check https://www.arubanetworks.com/support-services/contact-support/ for how to contact Aruba TAC. Any opinions expressed here are solely my own and not necessarily that of Hewlett Packard Enterprise or Aruba Networks.

    In case your problem is solved, please invest the time to post a follow-up with the information on how you solved it. Others can benefit from that.
    ------------------------------