- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Stacked switch problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2021 11:15 PM
05-18-2021 11:15 PM
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,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2021 02:47 AM
05-19-2021 02:47 AM
SolutionHello @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