• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/27

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

27 Cards in this Set

  • Front
  • Back
Ingress LSR Process
1. Routing lookup to determine outgoing int
2. If next hop label for destination exists:
- impose label
- change ethertype
3. Send labeled packet
MPLS Label Structure
0-19: 20 bits - Label - values 0 - 15 are reserved
20-22: 3 bits - EXP
23: 1 bit - Bottom of Stack
24-31: 8 bits - TTL
Layer 2 PID/Ethertype 0x8847
Labeled IP Unicast
Layer 2 PID/Ethertype 0x8848
Labeled IP Multicast
Layer 2 PID/Ethertype 0x0800
Unlabeled IP Unicast
In the MPLS label structure, which labels are reserved?
labels 0 through 15
Which reserved label is used to indicate that the next-hop LSR should pop the label?
label 3, displayed as imp-null in the LIB table
Command: configure CEF
Router(config)# ip cef
Command: enable MPLS on an interface
Router(config-if)# mpls ip
Command: enable CEF on an interface after CEF has been disabled globally
Router(config-if)# ip route-cache cef
Command: enable dCEF (distributed CEF)
Router(config)# ip cef distributed
CEF is enabled by default on which platforms?
- 7200
- 7100
- 7500
dCEF is enabled by default on which platforms?
- 6500
- 12000
Command: turn on LDP
On by default, when you turn on mpls ip on an interface. If you must re-enable it, do:

Router(config-if)# mpls label protocol ldp
Which label distribution protocol is the default on Cisco platforms: TDP or LDP?
LDP is the default label distribution protocol
ACL for filtering LDP traffic from customers
ip access-list NoLDP deny udp any any eq 646
ip access-list NoLDP permit ip any any
Which port does LDP listen on?
UDP 646
MTU for bare or "pure" MPLS
1504 bytes
MTU for MPLS VPN
1508 bytes (two labels)
MTU for MPLS VPN with TE
1512 bytes (three labels)
Formula for full-mesh link count
n * (n-1)
----------
2
Which protocol does MP-BGP use to keep customer routes separate from each other?
VPNv4 for IPv4
VPNv6 for IPv6

Adds a 64-bit prefix called a Route Distinguisher to all customer routes
Which MPLS routers exchange VPNv4 addresses?
Only the PE routers
Command: force LDP to use loopback 0 as the LDP router ID
Router(config)# mpls ldp router-id loopback0 force
Command: create a VRF
Router(config)# ip vrf <vrf-name>
Command: assign an interface to a VRF
Router(config-if)# ip vrf forwarding <vrf-name>
Turn off MPLS TTL propagation
Router(config)# no mpls ip propagate-ttl

OR

Router(config)# no tag-switching ip propagate-ttl