And access switches layer 2 shouldn't the default gateway be in this scenario or replaced by default route in this case?
And what about other configuration I mean configuration of vlan that all interface vlans should configure in core and just management vlan configure in access with keeping vlan config in access switches
Original Message:
Sent: Dec 16, 2025 12:48 AM
From: thomasbnc
Subject: 2 Tier Topology
Hi
Looks like you miss the default route on the access switch.
What switch model do you have there?
Did you try „ip route 0.0.0.0/0 192.168.10.1" on global level?
Regards,
Thomas
Original Message:
Sent: 12/15/2025 9:14:00 AM
From: Te10
Subject: RE: 2 Tier Topology
Hi
First of all thank you
This is my configuration
and i want to inform you that i created 3 interface VLANs in core switch
1- Management VLAN for switches access
2- DHCP server VLAN which is for DHCP subnet and I assign 1 port to access this VLAN for connectivity with DHCP
2- VLAN for users and IP helper is DHCP server
_________
in access switch just I created one interface VLAN which is for management
and configured user VLAN also assign one port that is connected with endpoint
_______________________________
Client took an IP as attached and also can ping DHCP server
__________________________________________
Issue that from access switch I can not ping any IP except management VLAN which is configured in access switch
______________________________________________________
Important : I Used to do this in Cisco Environment
interface VLANs in core and just Management VLAN interface configure in access switch other just only VLANs with trunk connection and default gateway of core but here i didn't find any thing such default gateway
Core Configuration
VSX
VSX Operational State
---------------------
ISL channel : In-Sync
ISL mgmt channel : operational
Config Sync Status : In-Sync
NAE : peer_reachable
HTTPS Server : peer_reachable
Attribute Local Peer
------------ -------- --------
ISL link lag256 lag256
ISL version 2 2
System MAC 02:01:00:00:01:00 02:01:00:00:01:00
Platform X86-64 X86-64
Software Version Virtual.10.14.1000 Virtual.10.14.1000
Device Role primary secondary
________________________________________________________________________________
interface vlan 10
description **MC MGMT**
vsx-sync active-gateways
ip address 192.168.10.2/24
active-gateway ip mac 02:01:00:00:02:00
active-gateway ip 192.168.10.1
ipv6 address link-local
interface vlan 61
description **DHCP Server**
vsx-sync active-gateways
ip address 192.168.61.2/24
active-gateway ip mac 02:01:00:00:02:00
active-gateway ip 192.168.61.1
ipv6 address link-local
interface vlan 200
description ** IT USers**
vsx-sync active-gateways
ip address 192.168.200.2/24
active-gateway ip mac 02:01:00:00:02:00
active-gateway ip 192.168.200.1
ipv6 address link-local
ip helper-address 192.168.61.10
______________________________________________________________________________________________
Access Switch
interface vlan 10
description **MC MGMT**
ip address 192.168.10.4/24
ipv6 address link-local
1/1/3 200 access -- yes up
Original Message:
Sent: Dec 15, 2025 03:36 AM
From: thomasbnc
Subject: 2 Tier Topology
Hi
- management VLAN: if you do not route it directly on the access switch, you need to create it on the core and forward it on the LAGs Core <-> Access. Otherwise it will be isolated. Aruba does have a comparable thing to VTP called MVRP. However, you cannot use it together with VSX.
- On the access switches you need an SVI with an individual IP address plus an ip route (ip route 0.0.0.0/0 x.x.x.x) towards the gateway for the management VLAN (can for instance be your core or your firewall depending on your setup). On the core you need an IP per node (if you want to use it for management) and an active-gateway IP/MAC (if you want to have it configured as gateway for that VLAN).
If you want, post a sanitized version of your basic configuration of your core nodes and an access switch here, so, we can validate it.
Regards
Thomas
Original Message:
Sent: 12/15/2025 2:17:00 AM
From: Te10
Subject: RE: 2 Tier Topology
First of all i really thank you for clear answers
i am actually new to Aruba I used to work in cisco environment as bellow and wanted to know that is it possible to do it in Aruba
1- I used to create management , data and voice VLANs in core with SVIs including IP helper to for data and voice and just configure management VLAN in access switches for connectivity then broadcast the VLANs by VTP but i got to know that VTP is not supported in Aruba so i was asking if I did the same thing manually without VTP means create the VLANs only in access switches is it going to work
6-Regarding Active gateway MAC between VSX will be synced but for the same SVI in access switches as management should be same ?
I mean when I configure the management SVI will contain
1- ip address which is going for sue to be different each switch
2- gateway IP and MAC which is going to be also synced in VSX to second pair and I think should not configure IP and MAC on access switches if I configured Management SVI there because the these gateways should only be in the VSX pairs