I realize my confusion now. In the oobm context (which doesn't apply to me as you pointed out) the syntax includes a default-gateway like in the older Aruba OS switch series. For any old VLan the syntax specifies a default route. Same thing but different language. I think that's what got me spinning. Many thanks Ibrahim!
Original Message:
Sent: Jun 26, 2022 03:53 AM
From: ibrahim massad
Subject: Aruba 6000 Default Gateway
A quick note, the switch you have does not have a physical 'out-of-band mgmt' port which is referred to as 'interface mgmt' in the configuration.
So don't change anything under that interface, its not gonna be of use for you.
And just for your info, to change the ip addressing mode for that oobm interface, you can use 'ip address static X.X.X.X/Mask' (but again, not helpful in your case)
Now back to the original issue, make sure your have the following commands, (if there are no ip address or VRF conflicts, you should not face an issue):
user admin group administrators password plaintext 'your-password'
ssh server vrf default
vlan 22
name mgmt
interface vlan 22
ip address A.B.C.D/Mask
no shutdown
#set up your gateway
ip route 0.0.0.0/0 A.B.C.E
interface 1/1/24
no shutdown
vlan trunk allowed all
Original Message:
Sent: Jun 24, 2022 11:17 AM
From: Ronald Ratzlaff
Subject: Aruba 6000 Default Gateway
Thanks for your response!
1. How do I do this? I tried "no ip dhcp" in the configure terminal and vlan 1 specific contexts. I got invalid input posts on both.
2-3. These are completed.
4. This is what I struggle to do.
5. This is all set.
Would you be able to share the commands for steps 1 and 4? As described above, "interface mgmt" does not work for me, but pretty much every documentation/tutorial I see starts with that command in the configure terminal context.
Original Message:
Sent: Jun 24, 2022 06:52 AM
From: ibrahim massad
Subject: Aruba 6000 Default Gateway
If I understood your requirement correctly then you need to do the following
1- remove the "ip dhcp" from VLAN1
2- make sure vlan 22 is created
3- create interface vlan 22 and assign it a static IP address from the vlan 22 subnet.
4- configure your desired default gateway
5- make sure your uplink is a trunk that has vlan 22 allowed
if you feel this is what you already have, then maybe sharing the config file would be needed.
Hope that helps :)