- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- Comware 7 GRE - bind to vpn-instance
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
03-21-2018 03:59 AM
03-21-2018 03:59 AM
Comware 7 GRE - bind to vpn-instance
Hi,
Is it known as non working, to have a GRE tunnel formed in one VRF and bind the tunnel in other VRF ? Something like:
#
ip vpn-instance VRF-2-RED
route-distinguisher 203333:2
description RED
#
ip vpn-instance VRF-4-GREEN
route-distinguisher 203333:4
description GREEN-VRF
#
interface Vlan-interface3511
description RED
ip binding vpn-instance VRF-2-RED
ip address 21.11.13.18 255.255.255.252
ipv6 address 2001:DB8:AF00:21::1/64
#
interface Tunnel1 mode gre
description TUN-R1
shutdown
ip binding vpn-instance VRF-4-GREEN
ip address 10.4.1.14 255.255.255.252
source 21.11.13.18
destination 10.17.56.2
tunnel vpn-instance VRF-2-RED
ipv6 address FD05:DB8:0:1::2/64
#
GRE tunnels on 5920AF-24XG Switch running HPE Comware 7.1.045 (2432P05) the GRE is up the OSPF and BGP seesions are up, but something goes wrong on the return path, there is nothing wrong with how the routing and route leaking is configured as I have another phisical link for backup, where this works fine.
In HPE VSR1000 this works without a problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2018 11:35 PM - edited 04-03-2018 04:14 AM
03-27-2018 11:35 PM - edited 04-03-2018 04:14 AM
Re: Comware 7 GRE - bind to vpn-instance
Same happens if I have the Tunnels forwarding in the same VRF
interface Tunnel1 mode gre
description TUN-R1
ip binding vpn-instance VRF2-RED
ip address 10.4.1.14 255.255.255.252
source 21.11.13.18
destination 10.17.56.2
tunnel vpn-instance VRF-2-RED
ipv6 address FD05:DB8:0:1::2/64
I can reach the tunnel end 10.4.1.14, I can reach the VRF loopback ospf and bgp works, but when the route received from iBGP is leaked to another VRF the routing works in one direction, it is dropped on the return path.
Can this has something to do with fast-forwarding or urpf ? URPF is disabled by default from what I can read in the documentation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2018 04:19 AM
04-03-2018 04:19 AM
Re: Comware 7 GRE - bind to vpn-instance
Same problem using ipip tunnel.