- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- HP 2920 Mgmt IP 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
08-17-2017 03:36 AM
08-17-2017 03:36 AM
HP 2920 Mgmt IP Problem
Hello
i have a very stange issue, no idea what this can cause. In this network topology, a few HP2920 are connected to a coreswitch.
Switch1 has following config:
ip default-gateway 10.254.254.1 vlan 1 name "MGMT" ip address 10.254.254.2 255.255.255.0 oobm ip address 10.254.254.2 255.255.255.0 ip default-gateway 10.254.254.1
Gateway is reachable
config)# ping 10.254.254.1 10.254.254.1 is alive, time = 5 ms
Switch2 has following config:
ip default-gateway 10.254.254.1 vlan 1 name "MGMT" ip address 10.254.254.3 255.255.255.0 oobm ip address 10.254.254.3 255.255.255.0 ip default-gateway 10.254.254.1
Gateway is reachable
ping 10.254.254.1 10.254.254.1 is alive, time = 5 ms
Both switches can ping each other as well:
ping 10.254.254.3 10.254.254.3 is alive, time = 12 ms ping 10.254.254.2 10.254.254.2 is alive, time = 2 ms
so far so good. But now comes the strange thing, i cant ping other IPs from Switch2 10.254.254.3:
ping 172.16.100.1 The destination address is unreachable.
but this IP is reachable from Switch1 10.254.254.2
ping 172.16.100.1 172.16.100.1 is alive, time = 3 ms
also, i can ping 10.254.254.2 from server 172.16.100.1:
ping 10.254.254.2 Pinging 10.254.254.2 with 32 bytes of data: Reply from 10.254.254.2: bytes=32 time<1ms TTL=253 Reply from 10.254.254.2: bytes=32 time<1ms TTL=254 Reply from 10.254.254.2: bytes=32 time<1ms TTL=254 Reply from 10.254.254.2: bytes=32 time<1ms TTL=254
but cant ping 10.254.254.3 from 172.16.100.1
>ping 10.254.254.3 Pinging 10.254.254.3 with 32 bytes of data: Request timed out. Request timed out. Request timed out. Request timed out.
there is no Firewall (or any other restriction) in between.
Anyone an idea what is wrong here?
Thanks a lot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2017 04:27 AM
08-18-2017 04:27 AM
Re: HP 2920 Mgmt IP Problem
ok i found the solution, i just removed default gateway and reconfigured same, now everything is working fine