- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- GRE Tunnel - Line Protocol: Down
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
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
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
тАО04-12-2019 07:31 AM
тАО04-12-2019 07:31 AM
Hello,
I have a GRE tunnel that is running between a Comware 5510HI and MSR954. Both sides can ping the respective tunnel configured destinations however on the 5510 side, the line protocol is down.
I also have other GRE tunnels going from the same HP5510 to different MSR's which are working fine, config is replicated, so this is odd.
Here are the configs, IP's have been replaced..
HP5510:
interface Tunnel15 mode gre
description MPLS-TUNNEL
mtu 1360
bandwidth 300000
ip binding vpn-instance network-01
ip address 192.168.0.1 255.255.255.252
tcp mss 1320
source Vlan-interface250
destination 10.1.1.1
keepalive 10 3
#
interface Vlan-interface250
description "PUBLIC"
ip address 10.10.1.1 255.255.255.0
#
HP MSR:
interface Tunnel1 mode gre
description MPLS Link
mtu 1360
bandwidth 300000
ip address 192.168.0.2 255.255.255.252
tcp mss 1320
source GigabitEthernet0/0
destination 10.10.1.1
keepalive 10 3
#
interface GigabitEthernet0/0
description "PUBLIC"
ip address 10.1.1.1 255.255.255.0
#
Any t-shooting advice, as i cannot see where an issue may be...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-24-2019 06:19 PM
тАО04-24-2019 06:19 PM
Re: GRE Tunnel - Line Protocol: Down
Hello ,
From the config i could see that you have binded a VPN instance on 5510 and you have not used VPN instance on MSR , Can you please check on this ?
Thanks,
JMPK
I work fo HPE
I work for HPE

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-26-2019 06:36 AM
тАО04-26-2019 06:36 AM
SolutionThanks for your reply. This isn't the problem though, on the HP MSR it has a WAN link which the other side of the interface is tagged for the VPN-instance.
For reference, I got this working by changing the destination to a new end point, then changing back again to original end point. For whatever reason it had got stuck, deciding it could not reach the destination, so removing the destination config and re-adding the same destination had no effect and 'shut', 'no shut' had no effect. Maybe a bug? Only by using a different destination end point, getting the tunnel up/up, then re-configuring to previous end point worked.