- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- Management addresses are not available
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
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
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
тАО01-05-2021 03:43 PM
тАО01-05-2021 03:43 PM
Management addresses are not available
I think it is not a problem, more missing knowledge.
My situation
I have a core switch with some vlans. We are using default vlan 1 as management vlan. vlan 1 is untagged on every uplinkport to every access switch.
My config
core switch uplink: untagged: vlan 1 - tagged: vlan 10, 11, 12
access-switch: untagged: vlan 1 - tagged: vlan 10, 11, 12 - management ip is active on every vlan (DHCP)
The access-switch has 4 ip-addresses (one per vlan), i can connect to every single ip-address until i remove the untagged vlan 1 on one site of the connection. in that case, no ip-adress is reachable. all clients behind the access-switch are still online, only the management-addresses from the switch are not longer available. When i set vlan 1 untagged again, all 4 addresses are directly available.
Im wondering that all addresses are not available if i remove the untagged vlan 1 and use only tagged vlans on the uplinkport. I would expect that the other addresses are still online.
BTW: if i reboot the access-switch, it still receives on all 3 tagged vlans an address. My client is connected to the core switch.
Is that normal? Can someone please explain to me why this works like that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2021 12:17 AM
тАО01-07-2021 12:17 AM
Re: Management addresses are not available
Hello,
I think more information would be helpful to better understand the configuration.
First of all you are not mentioning the switch model. Assuming that it is ArubaOS resp ProCurve switch but please provide exact model and firmware revision.
VLAN 1 is the management VLAN. Did you specify it as management VLAN with the CLI command management-vlan like this.
HP Switch (config)#: management-vlan 1
If I understand correctly both the core switch and the access switch have IPs in all VLANs, 1, 10, 11 and 12. Which switch is configured to do the inter VLAN routing? The core switch? Or the access switch is also routing? (show ip will show you if IP routing is enabled or not)
If the access switch is not routing what is purpose of having IP addresses in all the VLANs. This is a bit unusual.
Depending on the answer of the previous question, the access switch should have an ip default-gateway or a static default route. ( show ip will show you the default gateway, show ip route will show you all the routes). Please provide information which VLAN is the outbound interface for the default gateway/route!
In which VLAN is located the PC from which you are trying to reach the switch IP addresses? Is it in VLAN 1, 10, 11, 12? Or it is some VLAN/ip subnet which is not directly connected to the switches?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-21-2021 12:51 AM
тАО01-21-2021 12:51 AM
Re: Management addresses are not available
Hello @fghfgcdxfg
WIthout the information I asked for it would be difficult to give you a correct answer. I suspect that access switches are configured without IP routing and using a default-gateway in VLAN 1. The switch will use its default gateway for return traffic to hosts which are not in the management VLAN or any of the connected VLANs. If VLAN 1 is down the default-gateway is also not reachable.
Another possible scenario is that you have configured "management-vlan 1" which this command the switch restricts management access only to ports member of this VLAN. If you remove this VLAN the switch doesnt have ports which are members of the management VLAN and will block management access.
Please, if you still have the same issue, provide answers to my questions. If you were able to identify what is causing it and have fixed it, please share the solution for the benefit of the community users.