Comware

 View Only
Expand all | Collapse all

HPE 5950: local GRE tunnel "down"

This thread has been viewed 0 times
  • 1.  HPE 5950: local GRE tunnel "down"

    Posted May 25, 2018 07:36 AM

    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



  • 2.  RE: HPE 5950: local GRE tunnel "down"

    Posted Jun 19, 2018 01:00 AM

    hello,

    can you provide your routing table on this device?

     

    yours