Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »


issue at LDP

ldp issue
Leaf3#show mpls ldp session
Codes: m - MD5 password is not set/unset.
       g - GR configuration not set/unset.
       t - TCP MSS not set/unset.
       Session has to be cleared manually

Code  Peer IP Address      IF Name    My Role    State      KeepAlive  UpTime
       1.1.1.1            eth3       Active    OPERATIONAL   30    00:10:56
       1.1.1.4            eth6       Passive   NON_EXISTENT  30        DOWN
       1.1.1.2            eth2       Active    NON_EXISTENT  30        DOWN


show mpls ldp session
Leaf4#show mpls ld session
Codes: m - MD5 password is not set/unset.
       g - GR configuration not set/unset.
       t - TCP MSS not set/unset.
       Session has to be cleared manually

Code  Peer IP Address      IF Name    My Role    State      KeepAlive  UpTime
       1.1.1.3            eth6       Active    NON_EXISTENT  30        DOWN
       1.1.1.1            eth2       Active    NON_EXISTENT  30        DOWN
       1.1.1.2            eth3       Active    NON_EXISTENT  30        DOWN







Leaf3 config

MPLS LDP config
Leaf3#show running-config ldp
!
router ldp
 router-id 1.1.1.3
 inter-area-lsp lo
 session-protection
 targeted-peer ipv4 1.1.1.1
  exit-targeted-peer-mode
 targeted-peer ipv4 1.1.1.2
  exit-targeted-peer-mode
 transport-address ipv4 1.1.1.3
!
!
interface eth2
 enable-ldp ipv4
!
interface eth3
 enable-ldp ipv4
!
interface eth6
 enable-ldp ipv4
!
Leaf3#show running-config mpls
!
. . . 
!
interface eth2
 label-switching
!
interface eth3
 label-switching
!
interface eth6
 label-switching
!
!
!













  • No labels