- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- WAN Routing
- >
- Re: Problem with Static Routes on HPE MSR 954
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
11-22-2018 05:02 AM
11-22-2018 05:02 AM
Problem with Static Routes on HPE MSR 954
Hello,
we are currently changing our Routers from Cisco to HPE and stumbled on a, hopefully small problem.
We have the following route configured on our Cisco devices.
ip route X.X.X.X X.X.X.X DHCP
So my question are there any Commands on the HPE Devices that are similar?
Our setup is the following:
We have several small branch offices that connect to our main location via VPN. However our Router is behind a second Router which is provided from the ISP. We have no way to configure anything on the ISP Router. We get our IP via DHCP from the ISP Router. Our router creates a tunnel and we forward all traffic into the Tunnel. So our default route is ip route-static 0.0.0.0 0 Tunnel 1 plus a Route to the Tunnel Destination and the public address of our VPN Gateway. If we enter the next hop address manually there is no problem. The Tunnel comes up and traffic is possible. The problem is the ISP uses different private networks on his routers. In the past we could just use the mentioned command on the Cisco router.
I hope I could describe the problem adequately and apologize for the poor english.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2018 02:30 AM
11-23-2018 02:30 AM
Re: Problem with Static Routes on HPE MSR 954
Hello,
The similar command for ip route is hpe networking device is "ip route-static". Below is an example for default route
ip route-static 0.0.0.0 0.0.0.0 x.x.x.x preference x
For configuration & command reference guides please use below link
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2018 03:43 AM
11-23-2018 03:43 AM
Re: Problem with Static Routes on HPE MSR 954
Hello ,
thanks for your reply. Maybe I wasn't precise enough.
I already know how to setup a static default route.
Our Router builds an Tunnel behind another router.
We are sending all our traffic in this Tunnel.
This means our routes looks like this:
ip route-static 0.0.0.0 0 Tunnel 1
ip route-static <Tunnel destination Address> Next Hop
ip route-static <Our VPN Gateway Adress> Next Hop
So until now we enter the next hop manually. However in our previous cisco configuration we were able to use the DHCP default gateway as a next hop.
If we don`t specify the routes to the Tunnel destiniation and the VPN Gateway address, the router doesn`t know the routes anymore, because as soon as the tunnel interface comes up he is sending all the traffic into the tunnel.
I hope this describes the problem more accurately.