Simplified Networking
  • Home
  • Technology VoD!
    • Cisco >
      • Route & Switch / Enterprise Infrastructure
  • Technology Breakdowns!
    • Route&Switch/Ent. Infra. >
      • L2 Technologies
      • L3 Technologies
      • VPN Technologies
      • Services >
        • IOS - Dynamic NAT
        • HSRP - IPv4 Setup
        • HSRP - Priority and Preemption
    • Service Provider >
      • IGPs (Interior Gateway Protocols)
      • First Hop Redundancy >
        • HSRP (Hot Standby Router Protocol) >
          • HSRP - IOS/IOS XE Setup
          • HSRP - IOS XR Setup
      • BGP (Border Gateway Protocol)
      • Inter AS Multicast (MSDP)
      • Intra-AS MPLS
      • Inter-AS MPLS
    • Security >
      • IOS Firewall
      • ASA Firewall
      • FirePOWER Threat Defense >
        • FTD - FTD NGFW Device Setup and FMC Integration
      • VPNs >
        • PKI
        • Site to Site VPNs
        • Remote Access VPNs >
          • IOS Remote Access
          • ASA Remote Access
    • Data Center >
      • Nexus 9000v >
        • Nexus 9000v - Enabling Features
        • Nexus 9000v - VLANs and Trunks
        • Nexus 9000v - LACP Port Channels
        • Nexus 9000v - vPC (Virtual Port Channel)
        • Nexus 9000v - OSPFv2
        • Nexus 9000v - VXLAN - Ingress Replication Flood and Learn
        • Nexus 9000v - IP Multicast
        • Nexus 9000v - VxLAN - Multicast Flood and Learn
        • Nexus 9000v - VxLAN - BGP EVPN with Multicast
        • Nexus 9000v - VxLAN - BGP EVPN w/Ingress Replication
        • Nexus 9000v - VxLAN - Inter-VxLAN Routing with BGP EVPN
        • Nexus 9000v - VXLAN - External Routing
      • Nexus 7000v
    • Palo Alto

Multicast VPN - Profile 2 Partitioned MDT - MLDP MP2MP - PIM C-Mcast Signaling

Picture
XR10, XR12, XR13 and XR16
route-policy RPL_MLDP_PART_P2MP
  set core-tree mldp-partitioned-p2mp
end-policy
!
multicast-routing
 address-family ipv4
  mdt source Loopback0
  interface all enable
 !
 vrf MVPN
  address-family ipv4
   mdt source Loopback0
   rate-per-route
   interface all enable
   accounting per-prefix
   mdt partitioned mldp ipv4 mp2mp
!
​router pim
 address-family ipv4
  interface Loopback0
   enable
  !
  interface GigabitEthernet0/0/0/0
   enable
  !
 !
 vrf MVPN
  address-family ipv4
   rpf topology route-policy RPL_MLDP_PART_P2MP
   rp-address 10.100.22.22
   interface GigabitEthernet0/0/0/1.100

IOS19, IOS20, IOS22 and IOS23
ip pim rp-address 10.100.22.22



RP/0/0/CPU0:XR10#show mpls mldp database 
Mon Sep 30 19:11:45.565 UTC
mLDP database
LSM-ID: 0x00009  Type: MP2MP  Uptime: 04:25:01
  FEC Root           : 192.0.2.2 
  Opaque decoded     : [vpnv4 100:100]
  Upstream neighbor(s) :
    192.0.2.9:0 [Active] Uptime: 04:25:00  
      Next Hop        : 10.9.10.9
      Interface       : GigabitEthernet0/0/0/0
      Local Label (D) : 24002             Remote Label (U): 24013
  Downstream  client(s): 
    PIM MDT            Uptime: 04:25:01
      Egress intf     : LmdtMVPN
      Table ID        : IPv4: 0xe0000012 IPv6: 0xe0800012
      HLI             : 0x00009
      RPF ID          : 3
      Ingress         : Yes
      RD              : 100:100
      Local Label     : 24004 (internal)

LSM-ID: 0x00008  Type: MP2MP  Uptime: 04:38:17
  FEC Root           : 192.0.2.10 (we are the root)
  Opaque decoded     : [vpnv4 100:100]
  Upstream neighbor(s) :
    None
  Downstream  client(s): 
    PIM MDT            Uptime: 04:38:17
      Egress intf     : LmdtMVPN
      Table ID        : IPv4: 0xe0000012 IPv6: 0xe0800012
      RPF ID          : 1
      Ingress         : Yes
      RD              : 100:100
      Local Label     : 24003 (internal)

LSM-ID: 0x0000A  Type: MP2MP  Uptime: 02:38:23
  FEC Root           : 192.0.2.12 
  Opaque decoded     : [vpnv4 100:100]
  Upstream neighbor(s) :
    192.0.2.9:0 [Active] Uptime: 02:38:23  
      Next Hop        : 10.9.10.9
      Interface       : GigabitEthernet0/0/0/0
      Local Label (D) : 24017             Remote Label (U): 24019
  Downstream  client(s): 
    PIM MDT            Uptime: 02:38:23
      Egress intf     : LmdtMVPN
      Table ID        : IPv4: 0xe0000012 IPv6: 0xe0800012
      HLI             : 0x0000A
      RPF ID          : 5
      Ingress         : Yes
      RD              : 100:100
      Local Label     : 24005 (internal)



RP/0/0/CPU0:XR10#show pim vrf MVPN neighbor 
Mon Sep 30 19:12:30.872 UTC

PIM neighbors in VRF MVPN
Flag: B - Bidir capable, P - Proxy capable, DR - Designated Router,
      E - ECMP Redirect capable
      * indicates the neighbor created for this router

Neighbor Address             Interface              Uptime    Expires  DR pri   Flags

100.10.20.10*                GigabitEthernet0/0/0/1.100 2d17h     00:01:27 1      B E
100.10.20.20                 GigabitEthernet0/0/0/1.100 2d17h     00:01:20 1 (DR) P
192.0.2.10*                  LmdtMVPN               04:39:02  00:01:25 1     
192.0.2.12                   LmdtMVPN               02:39:05  00:01:36 1 (DR)



RP/0/0/CPU0:XR12#show mpls mldp database 
Mon Sep 30 19:08:41.288 UTC
mLDP database
LSM-ID: 0x00006  Type: MP2MP  Uptime: 04:34:00
  FEC Root           : 192.0.2.2 
  Opaque decoded     : [vpnv4 100:100]
  Upstream neighbor(s) :
    192.0.2.9:0 [Active] Uptime: 04:34:00  
      Next Hop        : 10.9.12.9
      Interface       : GigabitEthernet0/0/0/0
      Local Label (D) : 24021             Remote Label (U): 24012
  Downstream  client(s): 
    PIM MDT            Uptime: 04:34:00
      Egress intf     : LmdtMVPN
      Table ID        : IPv4: 0xe0000012 IPv6: 0xe0800012
      HLI             : 0x00006
      RPF ID          : 3
      Ingress         : Yes
      RD              : 100:100
      Local Label     : 24010 (internal)

LSM-ID: 0x00005  Type: MP2MP  Uptime: 04:34:00
  FEC Root           : 192.0.2.12 (we are the root)
  Opaque decoded     : [vpnv4 100:100]
  Upstream neighbor(s) :
    None
  Downstream  client(s): 
    LDP 192.0.2.9:0    Uptime: 02:39:25
      Next Hop         : 10.9.12.9
      Interface        : GigabitEthernet0/0/0/0 
      Remote label (D) : 24018             Local label (U) : 24011
    PIM MDT            Uptime: 04:34:00
      Egress intf     : LmdtMVPN
      Table ID        : IPv4: 0xe0000012 IPv6: 0xe0800012
      HLI             : 0x00005
      RPF ID          : 1
      Ingress         : Yes
      RD              : 100:100
      Local Label     : 24003 (internal)



RP/0/0/CPU0:XR12#show pim vrf MVPN neighbor 
Mon Sep 30 19:09:01.226 UTC

PIM neighbors in VRF MVPN
Flag: B - Bidir capable, P - Proxy capable, DR - Designated Router,
      E - ECMP Redirect capable
      * indicates the neighbor created for this router

Neighbor Address             Interface              Uptime    Expires  DR pri   Flags

100.12.22.12*                GigabitEthernet0/0/0/1.100 4d12h     00:01:43 1      B E
100.12.22.22                 GigabitEthernet0/0/0/1.100 4d12h     00:01:16 1 (DR) P
192.0.2.12*                  LmdtMVPN               04:34:20  00:01:29 1 (DR)



RP/0/0/CPU0:XR13#show mpls mldp database 
Mon Sep 30 19:10:19.753 UTC
mLDP database
LSM-ID: 0x0000E  Type: MP2MP  Uptime: 04:34:27
  FEC Root           : 192.0.2.2 
  Opaque decoded     : [vpnv4 100:100]
  Upstream neighbor(s) :
    192.0.2.14:0 [Active] Uptime: 04:34:27  
      Next Hop        : 10.13.14.14
      Interface       : GigabitEthernet0/0/0/0
      Local Label (D) : 24024             Remote Label (U): 24005
  Downstream  client(s): 
    PIM MDT            Uptime: 04:34:27
      Egress intf     : LmdtMVPN
      Table ID        : IPv4: 0xe0000012 IPv6: 0xe0800012
      HLI             : 0x0000E
      RPF ID          : 3
      Ingress         : Yes
      RD              : 100:100
      Local Label     : 24018 (internal)

LSM-ID: 0x0000D  Type: MP2MP  Uptime: 04:34:27
  FEC Root           : 192.0.2.13 (we are the root)
  Opaque decoded     : [vpnv4 100:100]
  Upstream neighbor(s) :
    None
  Downstream  client(s): 
    PIM MDT            Uptime: 04:34:27
      Egress intf     : LmdtMVPN
      Table ID        : IPv4: 0xe0000012 IPv6: 0xe0800012
      HLI             : 0x0000D
      RPF ID          : 1
      Ingress         : Yes
      RD              : 100:100
      Local Label     : 24017 (internal)



RP/0/0/CPU0:XR13#show pim vrf MVPN neighbor 
Mon Sep 30 19:10:37.021 UTC

PIM neighbors in VRF MVPN
Flag: B - Bidir capable, P - Proxy capable, DR - Designated Router,
      E - ECMP Redirect capable
      * indicates the neighbor created for this router

Neighbor Address             Interface              Uptime    Expires  DR pri   Flags

100.13.19.13*                GigabitEthernet0/0/0/1.100 4d13h     00:01:34 1      B E
100.13.19.19                 GigabitEthernet0/0/0/1.100 4d13h     00:01:23 1 (DR) P
192.0.2.13*                  LmdtMVPN               04:34:44  00:01:34 1 (DR)




RP/0/0/CPU0:XR16#show mpls mldp database 
Mon Sep 30 19:12:28.279 UTC
mLDP database
LSM-ID: 0x00009  Type: MP2MP  Uptime: 04:34:53
  FEC Root           : 192.0.2.2 
  Opaque decoded     : [vpnv4 100:100]
  Upstream neighbor(s) :
    192.0.2.15:0 [Active] Uptime: 04:34:53  
      Next Hop        : 10.15.16.15
      Interface       : GigabitEthernet0/0/0/0
      Local Label (D) : 24016             Remote Label (U): 24002
  Downstream  client(s): 
    PIM MDT            Uptime: 04:34:53
      Egress intf     : LmdtMVPN
      Table ID        : IPv4: 0xe0000012 IPv6: 0xe0800012
      HLI             : 0x00009
      RPF ID          : 3
      Ingress         : Yes
      RD              : 100:100
      Local Label     : 24014 (internal)

LSM-ID: 0x0000A  Type: MP2MP  Uptime: 02:40:11
  FEC Root           : 192.0.2.12 
  Opaque decoded     : [vpnv4 100:100]
  Upstream neighbor(s) :
    192.0.2.15:0 [Active] Uptime: 02:40:11  
      Next Hop        : 10.15.16.15
      Interface       : GigabitEthernet0/0/0/0
      Local Label (D) : 24017             Remote Label (U): 24006
  Downstream  client(s): 
    PIM MDT            Uptime: 02:40:11
      Egress intf     : LmdtMVPN
      Table ID        : IPv4: 0xe0000012 IPv6: 0xe0800012
      HLI             : 0x0000A
      RPF ID          : 5
      Ingress         : Yes
      RD              : 100:100
      Local Label     : 24015 (internal)

LSM-ID: 0x00008  Type: MP2MP  Uptime: 04:34:53
  FEC Root           : 192.0.2.16 (we are the root)
  Opaque decoded     : [vpnv4 100:100]
  Upstream neighbor(s) :
    None
  Downstream  client(s): 
    PIM MDT            Uptime: 04:34:53
      Egress intf     : LmdtMVPN
      Table ID        : IPv4: 0xe0000012 IPv6: 0xe0800012
      RPF ID          : 1
      Ingress         : Yes
      RD              : 100:100
      Local Label     : 24013 (internal)



RP/0/0/CPU0:XR16#show pim vrf MVPN neighbor 
Mon Sep 30 19:12:50.087 UTC

PIM neighbors in VRF MVPN
Flag: B - Bidir capable, P - Proxy capable, DR - Designated Router,
      E - ECMP Redirect capable
      * indicates the neighbor created for this router

Neighbor Address             Interface              Uptime    Expires  DR pri   Flags

100.16.23.16*                GigabitEthernet0/0/0/1.100 2d17h     00:01:28 1      B E
100.16.23.23                 GigabitEthernet0/0/0/1.100 2d17h     00:01:33 1 (DR) P
192.0.2.12                   LmdtMVPN               02:40:03  00:01:38 1     
192.0.2.16*                  LmdtMVPN               04:35:15  00:01:30 1 (DR)



IOS19#ping 224.1.1.1 repeat 2
Type escape sequence to abort.
Sending 2, 100-byte ICMP Echos to 224.1.1.1, timeout is 2 seconds:

Reply to request 0 from 10.100.22.22, 397 ms
Reply to request 0 from 10.100.20.20, 727 ms
Reply to request 0 from 10.100.23.23, 648 ms
Reply to request 1 from 10.100.22.22, 71 ms

IOS19#ping 232.1.1.1 source loopback 100 repeat 2
Type escape sequence to abort.
Sending 2, 100-byte ICMP Echos to 232.1.1.1, timeout is 2 seconds:
Packet sent with a source address of 172.16.100.19 
..



XR10
mpls_ldp[1181]: %ROUTING-MLDP-5-BRANCH_ADD : 0x0000D [vpnv4 100:100] MP2MP 192.0.2.13, Add PIM MDT branch remote label no_label, local label no_label 

RP/0/0/CPU0:XR10#show mpls mldp database 
Mon Sep 30 19:15:50.638 UTC
mLDP database
LSM-ID: 0x00009  Type: MP2MP  Uptime: 04:29:05
  FEC Root           : 192.0.2.2 
  Opaque decoded     : [vpnv4 100:100]
  Upstream neighbor(s) :
    192.0.2.9:0 [Active] Uptime: 04:29:05  
      Next Hop        : 10.9.10.9
      Interface       : GigabitEthernet0/0/0/0
      Local Label (D) : 24002             Remote Label (U): 24013
  Downstream  client(s): 
    PIM MDT            Uptime: 04:29:05
      Egress intf     : LmdtMVPN
      Table ID        : IPv4: 0xe0000012 IPv6: 0xe0800012
      HLI             : 0x00009
      RPF ID          : 3
      Ingress         : Yes
      RD              : 100:100
      Local Label     : 24004 (internal)

LSM-ID: 0x00008  Type: MP2MP  Uptime: 04:42:22
  FEC Root           : 192.0.2.10 (we are the root)
  Opaque decoded     : [vpnv4 100:100]
  Upstream neighbor(s) :
    None
  Downstream  client(s): 
    PIM MDT            Uptime: 04:42:22
      Egress intf     : LmdtMVPN
      Table ID        : IPv4: 0xe0000012 IPv6: 0xe0800012
      RPF ID          : 1
      Ingress         : Yes
      RD              : 100:100
      Local Label     : 24003 (internal)

LSM-ID: 0x0000A  Type: MP2MP  Uptime: 02:42:28
  FEC Root           : 192.0.2.12 
  Opaque decoded     : [vpnv4 100:100]
  Upstream neighbor(s) :
    192.0.2.9:0 [Active] Uptime: 02:42:28  
      Next Hop        : 10.9.10.9
      Interface       : GigabitEthernet0/0/0/0
      Local Label (D) : 24017             Remote Label (U): 24019
  Downstream  client(s): 
    PIM MDT            Uptime: 02:42:28
      Egress intf     : LmdtMVPN
      Table ID        : IPv4: 0xe0000012 IPv6: 0xe0800012
      HLI             : 0x0000A
      RPF ID          : 5
      Ingress         : Yes
      RD              : 100:100
      Local Label     : 24005 (internal)

LSM-ID: 0x0000D  Type: MP2MP  Uptime: 00:00:55
  FEC Root           : 192.0.2.13 
  Opaque decoded     : [vpnv4 100:100]
  Upstream neighbor(s) :
    192.0.2.9:0 [Active] Uptime: 00:00:55  
      Next Hop        : 10.9.10.9
      Interface       : GigabitEthernet0/0/0/0
      Local Label (D) : 24019             Remote Label (U): 24023
  Downstream  client(s): 
    PIM MDT            Uptime: 00:00:55
      Egress intf     : LmdtMVPN
      Table ID        : IPv4: 0xe0000012 IPv6: 0xe0800012
      HLI             : 0x0000D
      RPF ID          : 7
      Ingress         : Yes
      RD              : 100:100
      Local Label     : 24018 (internal)



RP/0/0/CPU0:XR10#show pim vrf MVPN neighbor 
Mon Sep 30 19:16:02.917 UTC

PIM neighbors in VRF MVPN
Flag: B - Bidir capable, P - Proxy capable, DR - Designated Router,
      E - ECMP Redirect capable
      * indicates the neighbor created for this router

Neighbor Address             Interface              Uptime    Expires  DR pri   Flags

100.10.20.10*                GigabitEthernet0/0/0/1.100 2d17h     00:01:26 1      B E
100.10.20.20                 GigabitEthernet0/0/0/1.100 2d17h     00:01:18 1 (DR) P
192.0.2.10*                  LmdtMVPN               04:42:34  00:01:30 1     
192.0.2.12                   LmdtMVPN               02:42:37  00:01:17 1     
192.0.2.13                   LmdtMVPN               00:00:57  00:01:18 1 (DR)


mpls_ldp[1181]: %ROUTING-MLDP-5-BRANCH_ADD : 0x00009 [vpnv4 100:100] MP2MP 192.0.2.13, Add PIM MDT branch remote label no_label, local label no_label 


RP/0/0/CPU0:XR12#show mpls mldp database    
Mon Sep 30 19:12:08.164 UTC
mLDP database
LSM-ID: 0x00006  Type: MP2MP  Uptime: 04:37:27
  FEC Root           : 192.0.2.2 
  Opaque decoded     : [vpnv4 100:100]
  Upstream neighbor(s) :
    192.0.2.9:0 [Active] Uptime: 04:37:27  
      Next Hop        : 10.9.12.9
      Interface       : GigabitEthernet0/0/0/0
      Local Label (D) : 24021             Remote Label (U): 24012
  Downstream  client(s): 
    PIM MDT            Uptime: 04:37:27
      Egress intf     : LmdtMVPN
      Table ID        : IPv4: 0xe0000012 IPv6: 0xe0800012
      HLI             : 0x00006
      RPF ID          : 3
      Ingress         : Yes
      RD              : 100:100
      Local Label     : 24010 (internal)

LSM-ID: 0x00005  Type: MP2MP  Uptime: 04:37:27
  FEC Root           : 192.0.2.12 (we are the root)
  Opaque decoded     : [vpnv4 100:100]
  Upstream neighbor(s) :
    None
  Downstream  client(s): 
    LDP 192.0.2.9:0    Uptime: 02:42:52
      Next Hop         : 10.9.12.9
      Interface        : GigabitEthernet0/0/0/0 
      Remote label (D) : 24018             Local label (U) : 24011
    PIM MDT            Uptime: 04:37:27
      Egress intf     : LmdtMVPN
      Table ID        : IPv4: 0xe0000012 IPv6: 0xe0800012
      HLI             : 0x00005
      RPF ID          : 1
      Ingress         : Yes
      RD              : 100:100
      Local Label     : 24003 (internal)

LSM-ID: 0x00009  Type: MP2MP  Uptime: 00:01:19
  FEC Root           : 192.0.2.13 
  Opaque decoded     : [vpnv4 100:100]
  Upstream neighbor(s) :
    192.0.2.9:0 [Active] Uptime: 00:01:19  
      Next Hop        : 10.9.12.9
      Interface       : GigabitEthernet0/0/0/0
      Local Label (D) : 24023             Remote Label (U): 24020
  Downstream  client(s): 
    PIM MDT            Uptime: 00:01:19
      Egress intf     : LmdtMVPN
      Table ID        : IPv4: 0xe0000012 IPv6: 0xe0800012
      HLI             : 0x00009
      RPF ID          : 5
      Ingress         : Yes
      RD              : 100:100
      Local Label     : 24022 (internal)



RP/0/0/CPU0:XR12#show pim vrf MVPN neighbor 
Mon Sep 30 19:12:19.683 UTC

PIM neighbors in VRF MVPN
Flag: B - Bidir capable, P - Proxy capable, DR - Designated Router,
      E - ECMP Redirect capable
      * indicates the neighbor created for this router

Neighbor Address             Interface              Uptime    Expires  DR pri   Flags

100.12.22.12*                GigabitEthernet0/0/0/1.100 4d13h     00:01:25 1      B E
100.12.22.22                 GigabitEthernet0/0/0/1.100 4d13h     00:01:29 1 (DR) P
192.0.2.12*                  LmdtMVPN               04:37:38  00:01:24 1     
192.0.2.13                   LmdtMVPN               00:01:20  00:01:25 1 (DR)




mpls_ldp[1181]: %ROUTING-MLDP-5-BRANCH_ADD : 0x0000D [vpnv4 100:100] MP2MP 192.0.2.13, Add LDP 192.0.2.14:0 branch remote label 24019, local label no_label 


RP/0/0/CPU0:XR13#show mpls mldp database    
Mon Sep 30 19:13:29.400 UTC
mLDP database
LSM-ID: 0x0000E  Type: MP2MP  Uptime: 04:37:37
  FEC Root           : 192.0.2.2 
  Opaque decoded     : [vpnv4 100:100]
  Upstream neighbor(s) :
    192.0.2.14:0 [Active] Uptime: 04:37:37  
      Next Hop        : 10.13.14.14
      Interface       : GigabitEthernet0/0/0/0
      Local Label (D) : 24024             Remote Label (U): 24005
  Downstream  client(s): 
    PIM MDT            Uptime: 04:37:37
      Egress intf     : LmdtMVPN
      Table ID        : IPv4: 0xe0000012 IPv6: 0xe0800012
      HLI             : 0x0000E
      RPF ID          : 3
      Ingress         : Yes
      RD              : 100:100
      Local Label     : 24018 (internal)

LSM-ID: 0x00010  Type: MP2MP  Uptime: 00:01:43
  FEC Root           : 192.0.2.12 
  Opaque decoded     : [vpnv4 100:100]
  Upstream neighbor(s) :
    192.0.2.14:0 [Active] Uptime: 00:01:43  
      Next Hop        : 10.13.14.14
      Interface       : GigabitEthernet0/0/0/0
      Local Label (D) : 24020             Remote Label (U): 24015
  Downstream  client(s): 
    PIM MDT            Uptime: 00:01:43
      Egress intf     : LmdtMVPN
      Table ID        : IPv4: 0xe0000012 IPv6: 0xe0800012
      HLI             : 0x00010
      RPF ID          : 7
      Ingress         : Yes
      RD              : 100:100
      Local Label     : 24019 (internal)

LSM-ID: 0x0000D  Type: MP2MP  Uptime: 04:37:37
  FEC Root           : 192.0.2.13 (we are the root)
  Opaque decoded     : [vpnv4 100:100]
  Upstream neighbor(s) :
    None
  Downstream  client(s): 
    LDP 192.0.2.14:0   Uptime: 00:01:42
      Next Hop         : 10.13.14.14
      Interface        : GigabitEthernet0/0/0/0 
      Remote label (D) : 24019             Local label (U) : 24021
    PIM MDT            Uptime: 04:37:37
      Egress intf     : LmdtMVPN
      Table ID        : IPv4: 0xe0000012 IPv6: 0xe0800012
      HLI             : 0x0000D
      RPF ID          : 1
      Ingress         : Yes
      RD              : 100:100
      Local Label     : 24017 (internal)



RP/0/0/CPU0:XR13#show pim vrf MVPN neighbor 
Mon Sep 30 19:15:15.492 UTC

PIM neighbors in VRF MVPN
Flag: B - Bidir capable, P - Proxy capable, DR - Designated Router,
      E - ECMP Redirect capable
      * indicates the neighbor created for this router

Neighbor Address             Interface              Uptime    Expires  DR pri   Flags

100.13.19.13*                GigabitEthernet0/0/0/1.100 4d13h     00:01:26 1      B E
100.13.19.19                 GigabitEthernet0/0/0/1.100 4d13h     00:01:44 1 (DR) P
192.0.2.12                   LmdtMVPN               00:03:13  00:01:27 1     
192.0.2.13*                  LmdtMVPN               04:39:23  00:01:27 1 (DR)



mpls_ldp[1181]: %ROUTING-MLDP-5-BRANCH_ADD : 0x0000D [vpnv4 100:100] MP2MP 192.0.2.13, Add PIM MDT branch remote label no_label, local label no_label 

RP/0/0/CPU0:XR16#show mpls mldp database    
Mon Sep 30 19:17:04.000 UTC
mLDP database
LSM-ID: 0x00009  Type: MP2MP  Uptime: 04:39:29
  FEC Root           : 192.0.2.2 
  Opaque decoded     : [vpnv4 100:100]
  Upstream neighbor(s) :
    192.0.2.15:0 [Active] Uptime: 04:39:29  
      Next Hop        : 10.15.16.15
      Interface       : GigabitEthernet0/0/0/0
      Local Label (D) : 24016             Remote Label (U): 24002
  Downstream  client(s): 
    PIM MDT            Uptime: 04:39:29
      Egress intf     : LmdtMVPN
      Table ID        : IPv4: 0xe0000012 IPv6: 0xe0800012
      HLI             : 0x00009
      RPF ID          : 3
      Ingress         : Yes
      RD              : 100:100
      Local Label     : 24014 (internal)

LSM-ID: 0x0000A  Type: MP2MP  Uptime: 02:44:46
  FEC Root           : 192.0.2.12 
  Opaque decoded     : [vpnv4 100:100]
  Upstream neighbor(s) :
    192.0.2.15:0 [Active] Uptime: 02:44:46  
      Next Hop        : 10.15.16.15
      Interface       : GigabitEthernet0/0/0/0
      Local Label (D) : 24017             Remote Label (U): 24006
  Downstream  client(s): 
    PIM MDT            Uptime: 02:44:46
      Egress intf     : LmdtMVPN
      Table ID        : IPv4: 0xe0000012 IPv6: 0xe0800012
      HLI             : 0x0000A
      RPF ID          : 5
      Ingress         : Yes
      RD              : 100:100
      Local Label     : 24015 (internal)

LSM-ID: 0x0000D  Type: MP2MP  Uptime: 00:03:48
  FEC Root           : 192.0.2.13 
  Opaque decoded     : [vpnv4 100:100]
  Upstream neighbor(s) :
    192.0.2.15:0 [Active] Uptime: 00:03:48  
      Next Hop        : 10.15.16.15
      Interface       : GigabitEthernet0/0/0/0
      Local Label (D) : 24019             Remote Label (U): 24008
  Downstream  client(s): 
    PIM MDT            Uptime: 00:03:48
      Egress intf     : LmdtMVPN
      Table ID        : IPv4: 0xe0000012 IPv6: 0xe0800012
      HLI             : 0x0000D
      RPF ID          : 7
      Ingress         : Yes
      RD              : 100:100
      Local Label     : 24018 (internal)

LSM-ID: 0x00008  Type: MP2MP  Uptime: 04:39:29
  FEC Root           : 192.0.2.16 (we are the root)
  Opaque decoded     : [vpnv4 100:100]
  Upstream neighbor(s) :
    None
  Downstream  client(s): 
    PIM MDT            Uptime: 04:39:29
      Egress intf     : LmdtMVPN
      Table ID        : IPv4: 0xe0000012 IPv6: 0xe0800012
      RPF ID          : 1
      Ingress         : Yes
      RD              : 100:100
      Local Label     : 24013 (internal)



RP/0/0/CPU0:XR16#show pim vrf MVPN neighbor 
Mon Sep 30 19:17:14.689 UTC

PIM neighbors in VRF MVPN
Flag: B - Bidir capable, P - Proxy capable, DR - Designated Router,
      E - ECMP Redirect capable
      * indicates the neighbor created for this router

Neighbor Address             Interface              Uptime    Expires  DR pri   Flags

100.16.23.16*                GigabitEthernet0/0/0/1.100 2d17h     00:01:34 1      B E
100.16.23.23                 GigabitEthernet0/0/0/1.100 2d17h     00:01:39 1 (DR) P
192.0.2.12                   LmdtMVPN               02:44:27  00:01:27 1     
192.0.2.13                   LmdtMVPN               00:03:48  00:01:27 1     
192.0.2.16*                  LmdtMVPN               04:39:39  00:01:32 1 (DR)
Powered by Create your own unique website with customizable templates.
  • Home
  • Technology VoD!
    • Cisco >
      • Route & Switch / Enterprise Infrastructure
  • Technology Breakdowns!
    • Route&Switch/Ent. Infra. >
      • L2 Technologies
      • L3 Technologies
      • VPN Technologies
      • Services >
        • IOS - Dynamic NAT
        • HSRP - IPv4 Setup
        • HSRP - Priority and Preemption
    • Service Provider >
      • IGPs (Interior Gateway Protocols)
      • First Hop Redundancy >
        • HSRP (Hot Standby Router Protocol) >
          • HSRP - IOS/IOS XE Setup
          • HSRP - IOS XR Setup
      • BGP (Border Gateway Protocol)
      • Inter AS Multicast (MSDP)
      • Intra-AS MPLS
      • Inter-AS MPLS
    • Security >
      • IOS Firewall
      • ASA Firewall
      • FirePOWER Threat Defense >
        • FTD - FTD NGFW Device Setup and FMC Integration
      • VPNs >
        • PKI
        • Site to Site VPNs
        • Remote Access VPNs >
          • IOS Remote Access
          • ASA Remote Access
    • Data Center >
      • Nexus 9000v >
        • Nexus 9000v - Enabling Features
        • Nexus 9000v - VLANs and Trunks
        • Nexus 9000v - LACP Port Channels
        • Nexus 9000v - vPC (Virtual Port Channel)
        • Nexus 9000v - OSPFv2
        • Nexus 9000v - VXLAN - Ingress Replication Flood and Learn
        • Nexus 9000v - IP Multicast
        • Nexus 9000v - VxLAN - Multicast Flood and Learn
        • Nexus 9000v - VxLAN - BGP EVPN with Multicast
        • Nexus 9000v - VxLAN - BGP EVPN w/Ingress Replication
        • Nexus 9000v - VxLAN - Inter-VxLAN Routing with BGP EVPN
        • Nexus 9000v - VXLAN - External Routing
      • Nexus 7000v
    • Palo Alto