Community Feedback

 View Only
last person joined: 2 days ago 

How is the community doing? Do you have any questions or feedback related for the Airheads Community team? This is the place to let us know.
Expand all | Collapse all

Aruba 2930F inter VLAN routing

This thread has been viewed 45 times
  • 1.  Aruba 2930F inter VLAN routing

    Posted May 29, 2019 01:57 AM

    Goals :

    1. Separate LAN into 3 different VLAN
    2. Granting access to the Internet to those 3 VLAN through VLAN 1000

    Issue : Unable to access the Internet from a PC connected to any of those VLAN : 100,110,120. I attached my configuration. I think I missed something important. Any help much appreciated.

     

    Test environment

    HP Aruba switch 2930F.png

    Router Edgerouter X configuration

    • LAN IP : 192.168.22.1/24
    • Static routes :

    configure

    set protocols static route 192.168.100.0/24 next-hop 192.168.22.253

    set protocols static route 192.168.110.0/24 next-hop 192.168.22.253

    set protocols static route 192.168.120.0/24 next-hop 192.168.22.253

    commit

    save

     

    SWITCH HP Aruba 2930F VLAN configuration

    VLAN No

    Description

    VLAN IP

    Port

    1000

    VLAN interconnection

    192.168.22.253/24

    Untagged : 1-2

    100

    CS department

    192.168.100.253/24

    Untagged : 3-4

    110

    General affairs department

    192.168.110.253/24

    Untagged : 5-6

    120

    Finance department

    192.168.120.253/24

    Untagged : 7-8

    SWITCH HP Aruba Aruba-2930F-8G-PoEP-2SFPP whole configuration

     

    ; JL258A Configuration Editor; Created on release #WC.16.05.0007

    hostname "Aruba-2930F-8G-PoEP-2SFPP"

    module 1 type jl258a

    ip default-gateway 192.168.22.1

    ip routing

    no ip source-route

    snmp-server community "public" unrestricted

    vlan 1

      name "DEFAULT_VLAN"

      no untagged 1-8

      untagged 9-10

      ip address dhcp-bootp

      exit

    vlan 100

      name "CS department"

      untagged 3-4

      ip address 192.168.100.253 255.255.255.0

      dhcp-server

      exit

    vlan 110

      name "General affairs department"

      untagged 5-6

      ip address 192.168.110.253 255.255.255.0

      exit

    vlan 120

      name "Finance department"

      untagged 7-8

      ip address 192.168.120.253 255.255.255.0

      exit

    vlan 1000

      name "VLAN interconnection"

      untagged 1-2

      ip address 192.168.22.253 255.255.255.0

      exit

    management-vlan 1000



  • 2.  RE: Aruba 2930F inter VLAN routing
    Best Answer

    EMPLOYEE
    Posted May 29, 2019 03:19 AM

    Can you try to add to the switch an 'ip route 0.0.0.0 0.0.0.0 192.168.22.1'. Check this post to see that ip default-gateway is just for the switch itself in 'no ip routing' mode.

     

    Also if that doesn't work, check on your router if it will perform NAT for all traffic coming into the LAN interface, or just for the subnet on that interface. Some routers only NAT or allow traffic from the subnet, not if it is routed like in your case. 



  • 3.  RE: Aruba 2930F inter VLAN routing

    Posted Apr 17, 2020 03:23 AM

    hello,

     

    I have exactly the same problem with my Aruba 2930F in combination with my Netgear Nighthawk X4 router and I am thinking about buying a EdgeRouter X to solve this problem, did the issue with the inter VLAN routing not working ever get fixed ?



  • 4.  RE: Aruba 2930F inter VLAN routing

    Posted Mar 13, 2021 09:32 PM
    Please note that 2904F series switches do not have layer 3 ports to perform routing to the upstream device.

    Instead the uplink connection is a trunk link, and all vlans must be tagged on the uplink interface of the 2903F.

    For example
    If you are connected to mikrotik router board, configure vlans and their corresponding ip addresses, and map all those vlans to the ethernet port or interface connecting to 2903F.

    With this all vlans will reach the internet.

    ------------------------------
    Prosper Mbabazi
    ------------------------------