vMX

 View Only
last person joined: 10 days ago 

Ask questions and share experiences about vMX.
  • 1.  rsvp lsp down

    Posted 04-10-2021 13:42
      |   view attached
    Hi,

    I have configured a rsvp lsp from MX 5 to MX2 in OSPF multi-area topology. The lsp is marked as down.
    My configuration is as below
    show
    label-switched-path lsp_MX5_MX2 {
    from 10.100.100.5;
    to 10.100.100.2;
    primary via-M5 {
    bandwidth 35m;
    priority 6 6;
    }
    }
    path via-M5 {
    10.100.15.1 strict;
    10.100.12.2 strict;
    }
    interface all;

    }
    interfaces {
    ge-0/0/3 {
    unit 0 {
    family inet {
    address 10.100.15.2/24;
    }
    }
    }

    The output of
    show mpls lsp extensive
    Ingress LSP: 1 sessions

    10.100.100.2
    From: 10.100.100.5, State: Dn, ActiveRoute: 0, LSPname: lsp_MX5_MX2
    ActivePath: (none)
    LSPtype: Static Configured, Penultimate hop popping
    LoadBalance: Random
    Follow destination IGP metric
    Encoding type: Packet, Switching type: Packet, GPID: IPv4
    LSP Self-ping Status : Enabled
    Primary via-M5 State: Dn
    Priorities: 6 6
    Bandwidth: 35Mbps
    SmartOptimizeTimer: 180
    Flap Count: 0
    MBB Count: 0
    No computed ERO.
    1 Apr 10 16:40:31.580 Path name undefined or disabled[7 times, first Apr 10 16:38:07.110]
    Created: Sat Apr 10 16:38:07 2021
    Total 1 displayed, Up 0, Down 1

    Egress LSP: 0 sessions
    Total 0 displayed, Up 0, Down 0

    Transit LSP: 0 sessions
    Total 0 displayed, Up 0, Down 0

    ------------------------------
    JAYSHANKAR NAIR
    ------------------------------


  • 2.  RE: rsvp lsp down

    Posted 04-11-2021 07:45
    Penultimate hop popping enabled. Last Hop not required. Lsp Up

    What is the meaning of message. "Path name undefined or disabled"

    ------------------------------
    JAYSHANKAR NAIR
    ------------------------------