Aruba & ProVision-based
1753974 Members
7175 Online
108811 Solutions
New Discussion

Re: Stacked switch problem

 
SOLVED
Go to solution
JM0945
Occasional Advisor

Stacked switch problem

Hello,
I have an aruba 2930m switch stack.
Here is the configuration :

Hello,
I have an aruba 2930m switch stack.
Here is the configuration:

Running configuration:

; hpStack_WC Configuration Editor; Created on release #WC.16.10.0014

stacking
member 1 type "JL320A" mac-address *************
member 1 priority 255
member 2 type "JL320A" mac-address *************
member 2 priority 254
member 3 type "JL320A" mac-address *************
member 3 priority 253
exit
hostname "Aruba-Stack-2930M"
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
member 2
ip address dhcp-bootp
ipv6 enable
ipv6 address dhcp full
exit
member 3
ip address dhcp-bootp
ipv6 enable
ipv6 address dhcp full
exit
exit
vlan 1
name "DEFAULT_VLAN"
untagged 1/1-1/24,2/1-2/24,3/1-3/24
no ip address
exit
password manager

I will want to remove ipv6 and DHCP in the categories "member1, member2 and member3"

I managed to delete these lines in vlan 1 but I can't do it on stack members.

Do you know the command lines to remove this?
Thank you

Regards,

 

1 REPLY 1
Emil_G
HPE Pro
Solution

Re: Stacked switch problem

Hello @JM0945 

The categories "member1, member2 and member3" are actually a sub-categories of the categorie OOBM. That means this settings are related to the OOBM ports of member 1, 2 and 3.

Please first access the OOBM context and after that member 1 context. Here you should be able to remove the commands.

Switch# conf
Switch(config)# oobm
Switch(oobm)# member 1
Switch(oobm member-1)# no ipv6 enable
Switch(oobm member-1)# end
Switch# show run oobm

Running configuration:

oobm
ip address dhcp-bootp
ipv6 enable
ipv6 address dhcp full
member 1
ip address dhcp-bootp
ipv6 address dhcp full
exit
member 2
ip address dhcp-bootp
ipv6 enable
ipv6 address dhcp full
exit
exit

I am an HPE employee

Accept or Kudo