CCNP MPLS • Complete Question Bank
Complete CCNP MPLS question bank — all 0 questions with answers and detailed explanations.
A network engineer runs the following command on Router R1:
R1# show mpls ldp neighbor
Peer LDP Ident: 10.1.1.2:0; Local LDP Ident 10.1.1.1:0 TCP connection: 10.1.1.2.646 - 10.1.1.1.179 State: Oper; Msgs sent/rcvd: 120/115; Downstream Up time: 02:30:15 LDP discovery sources: GigabitEthernet0/0, Src IP addr: 192.168.1.2 Addresses bound to peer LDP Ident:
10.1.1.2 192.168.1.2 10.2.2.2
Based on this output, what can be concluded?
A network engineer runs the following command on Router R2:
R2# show mpls forwarding-table
Local Outgoing Prefix Bytes Label Outgoing Next Hop Label Label or Tunnel Id Switched interface 16 Pop Label 10.1.1.1/32 0 Gi0/0 192.168.1.1 17 18 10.2.2.0/24 1500 Gi0/1 192.168.2.3 18 Untagged 10.3.3.0/24 0 Gi0/2 192.168.3.4
Based on this output, what is the correct interpretation?
A network engineer runs the following command on Router R3:
R3# show mpls ldp bindings
lib entry: 10.1.1.1/32, rev 2 local binding: label: 16 remote binding: lsr: 10.1.1.2:0, label: 17 lib entry: 10.2.2.0/24, rev 4 local binding: label: 18 remote binding: lsr: 10.1.1.2:0, label: 19 lib entry: 10.3.3.0/24, rev 6 local binding: label: 20 remote binding: lsr: 10.1.1.2:0, label: 21
Based on this output, what is true?
A network engineer runs the following command on Router R4:
R4# show mpls interfaces Interface IP Tunnel BGP Static Operational
GigabitEthernet0/0 Yes No No No Yes GigabitEthernet0/1 Yes No No No Yes GigabitEthernet0/2 No No No No No
Based on this output, what can be concluded?
A network engineer runs the following command on Router R5:
R5# show mpls ldp discovery
Local LDP Identifier: 10.5.5.5:0 Discovery Sources:
Interfaces:
GigabitEthernet0/0: xmit/recv LDP Id: 10.5.5.4:0, no hello (expired) GigabitEthernet0/1: xmit/recv LDP Id: 10.5.5.6:0
Based on this output, what is the state of the LDP session with neighbor 10.5.5.4?
A network engineer runs the following command on Router R6:
R6# show mpls ldp neighbor 10.6.6.7 detail
Peer LDP Ident: 10.6.6.7:0; Local LDP Ident 10.6.6.6:0 TCP connection: 10.6.6.7.646 - 10.6.6.6.179 State: Oper; Msgs sent/rcvd: 200/195; Downstream Up time: 1d04h LDP discovery sources: Targeted Hello 10.6.6.6 -> 10.6.6.7, active, passive Addresses bound to peer LDP Ident:
10.6.6.7 192.168.6.7
Hold time: 15 seconds; keepalive interval: 5 seconds Peer hold time: 15 seconds; keepalive interval: 5 seconds
Based on this output, what type of LDP session is this?
A network engineer runs the following command on Router R7:
R7# show mpls ldp capabilities
LDP Capabilities: Dynamic Capability: advertised Typed Wildcard FEC: advertised MTU Signaling: advertised P2MP: not advertised MPLS OAM: advertised LDP Graceful Restart: advertised Helper mode: enabled Restart mode: enabled Reconnect time: 120 sec Recovery time: 180 sec
Based on this output, which capability is NOT supported by this router?
A network engineer runs the following command on Router R8:
R8# show mpls ldp traffic
LDP Traffic Statistics: Hellos sent: 5000, Hellos received: 4998 Initialization messages sent: 2, received: 2 Keepalive messages sent: 15000, received: 14995 Label mapping messages sent: 100, received: 95 Label withdraw messages sent: 5, received: 3 Label release messages sent: 2, received: 1 Label abort messages sent: 0, received: 0 Notification messages sent: 1, received: 2 Address messages sent: 10, received: 9 Address withdraw messages sent: 1, received: 0
Based on this output, what is a likely issue?
A network engineer runs the following command on Router R9:
R9# show mpls ldp bindings 10.9.9.0 255.255.255.0
lib entry: 10.9.9.0/24, rev 10 local binding: label: 22 remote binding: lsr: 10.9.9.1:0, label: 23 remote binding: lsr: 10.9.9.2:0, label: 24 remote binding: lsr: 10.9.9.3:0, label: 25
Based on this output, how many remote LDP peers have advertised a label for the prefix 10.9.9.0/24?
interface GigabitEthernet0/1 ip address 10.1.1.1 255.255.255.0
mpls ip mpls label protocol ldp !
router ospf 1 network 10.1.1.0 0.0.0.255 area 0
!
router ldp interface GigabitEthernet0/1
! What is the effect of this configuration?
interface GigabitEthernet0/1 ip address 10.1.1.1 255.255.255.0
mpls ip mpls label protocol tdp !
router ospf 1 network 10.1.1.0 0.0.0.255 area 0
!
router ldp interface GigabitEthernet0/1
! Which statement about this configuration is true?
ip vrf BLUE
rd 100:1 route-target export 100:1 route-target import 100:1 !
interface GigabitEthernet0/1 ip vrf forwarding BLUE ip address 10.1.1.1 255.255.255.0
!
router bgp 65000 neighbor 192.168.1.1 remote-as 65000 neighbor 192.168.1.1 update-source Loopback0
address-family ipv4 vrf BLUE
neighbor 192.168.1.1 activate network 10.1.1.0 mask 255.255.255.0
! What is missing from this MPLS L3VPN configuration?
interface GigabitEthernet0/1 ip address 10.1.1.1 255.255.255.0
mpls ip !
interface GigabitEthernet0/2 ip address 10.2.2.1 255.255.255.0
mpls ip !
router ospf 1 network 10.0.0.0 0.255.255.255 area 0
!
router ldp interface GigabitEthernet0/1 interface GigabitEthernet0/2
! What is the effect of this configuration?
ip vrf RED
rd 200:1 route-target export 200:1 route-target import 200:1 !
interface GigabitEthernet0/1 ip vrf forwarding RED ip address 10.1.1.1 255.255.255.0
!
router bgp 65000 neighbor 192.168.1.1 remote-as 65000 neighbor 192.168.1.1 update-source Loopback0
address-family vpnv4
neighbor 192.168.1.1 activate neighbor 192.168.1.1 send-community extended
! Which statement about this configuration is true?
interface GigabitEthernet0/1 ip address 10.1.1.1 255.255.255.0
mpls ip !
interface GigabitEthernet0/2 ip address 10.2.2.1 255.255.255.0
mpls ip !
router ospf 1 network 10.0.0.0 0.255.255.255 area 0
!
router ldp interface GigabitEthernet0/1
! What is the effect of this configuration?