Hello,
in order to leak routes from a vpn-instance to global routing table I want to get GRE up on a HPE 5950. It seems I´m missing something:
service-loopback group 1 type tunnel
interface HundredGigE1/0/31
port link-mode bridge
port service-loopback group 1
interface LoopBack900
ip address 11.11.11.11 255.255.255.255
#
interface LoopBack901
ip address 22.22.22.22 255.255.255.255
#
interface Tunnel1 mode gre
service slot 1
ip address 10.100.0.1 255.255.255.252
source LoopBack900
destination 22.22.22.22
#
interface Tunnel2 mode gre
service slot 2
ip binding vpn-instance vpna-210
ip address 10.100.0.2 255.255.255.252
source LoopBack901
destination 11.11.11.11
#
dis int Tunnel brief
Brief information on interfaces in route mode:
Link: ADM - administratively down; Stby - standby
Protocol: (s) - spoofing
Interface Link Protocol Primary IP Description
Tun0 UP UP --
Tun1 DOWN DOWN 10.100.0.1
Tun2 DOWN DOWN 10.100.0.2
So Tun1 and Tun2 stay down. "Tun0" is another tunnel that has nothing to do with that GRE tunnel at all.
Does anyone have an idea what is going wrong?
Regards