- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- LAN Routing
- >
- 3800 - Enabled IP Routing = Lost Comms
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-22-2012 08:50 PM
05-22-2012 08:50 PM
3800 - Enabled IP Routing = Lost Comms
Hi - I'm setting up an HP E3800-48G-4SFP+ running KA.15.03.3006
Each time I enable IP routing I lose my SSH session, and have to mosey over and disable routing via the console port.
I have vlan1 disabled, vlan 7 as management and vlan 34 for data.
Show ip gives me:
VLAN IP Config IP Address Subnet Mask Std Local
------------------------------------------------------------------------------------------
Default Disabled
Management Manual 10.40.0.5 255.255.255.0 No No
10.20.34.0 Disabled
------------------------------------------------------------------------------------------
10.40.0.5 is vlan 7
10.20.34.0 is vlan 34
show IP route gives me:
Destination Gateway VLAN Type Metric Dist
---------------------------------------------------------------------------------
0.0.0.0/0 10.40.0.1 7 static 250 1
10.40.0.0/24 management 7 connected 1 0
127.0.0.0/8 reject static 0 0
127.0.0.1/32 lo0 connected 1 0
-------------------------------------------------------------------------------
10.40.0.1 is the vlan7 interface on our 8200zl core switch.
On the 3800, uplink port 1/52 (fibre) is tagged in vlan 7, as is the port on the 8200zl core this links to.
What am I doing wrong here?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2012 03:06 PM
05-23-2012 03:06 PM
Re: 3800 - Enabled IP Routing = Lost Comms
Another question - why is the metric so high for the default gateway? I've tried editing the 0.0.0.0/0 route, but it won't let me use the metric command - all I can change is the next hop.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2012 04:57 PM
05-25-2012 04:57 PM
Re: 3800 - Enabled IP Routing = Lost Comms
Next guess:
- when IP routing is enabled, default gateway is set via "ip route"
- when IP routing is disabled, default gateway is set via "ip default-gateway"
You might have the latter set but not the former. But if you have a management VLAN enabled, this is irrelevant, since you can't route to the management VLAN.
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2012 05:32 PM
05-28-2012 05:32 PM
Re: 3800 - Enabled IP Routing = Lost Comms
Hi Paul
Thanks for the reply. It was the default gateway becoming inactive when IP routing was eneabled. I added a 0.0.0.0/0 route and pointed it at the management vlan interface on the core 8200, and all is well again.
Blindingly obvious, now you've pointed it out...
I could always get to the management vlan - it has a vlan interface on the core, and an ACL only allowing access via the the IS depts vlan. Not much point having a management vlan if you can't access it!
Thanks again :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2012 07:40 PM
05-28-2012 07:40 PM
Re: 3800 - Enabled IP Routing = Lost Comms
Glad to hear you got it working!
Paul