Basic MPLS commands. display mpls forwarding ilm. Syntax. Views. Predefined user roles. Parameters. Usage guidelines. Examples

Size: px
Start display at page:

Download "Basic MPLS commands. display mpls forwarding ilm. Syntax. Views. Predefined user roles. Parameters. Usage guidelines. Examples"

Transcription

1 Contents Basic MPLS commands 1 display mpls forwarding ilm 1 display mpls forwarding nhlfe 2 display mpls interface 4 display mpls label 5 display mpls lsp 6 display mpls lsp statistics 10 display mpls nid 11 display mpls summary 12 display mpls statistics 13 mpls enable 15 mpls label advertise 16 mpls lsr-id 17 mpls mtu 17 mpls ttl expiration enable 18 mpls ttl propagate 19 i

2 Basic MPLS commands The switch operates in IRF or standalone (the default) mode. For more information about IRF, see IRF Configuration Guide. display mpls forwarding ilm Use display mpls forwarding ilm to display Incoming Label Map (ILM) entries. In standalone mode: display mpls forwarding ilm [ label ] slot slot-number In IRF mode: display mpls forwarding ilm [ label ] chassis chassis-number slot slot-number Any view network-operator mdc-operator Parameters label: Displays the ILM entry with the specified incoming label. The value range for the incoming label is 16 to If you do not specify an incoming label, the command displays information about all ILM entries on the specified card. slot slot-number: Specifies a card by its slot number. (In standalone mode.) chassis chassis-number slot slot-number: Specifies a card on an IRF member device. The chassis-number argument specifies the ID of the IRF member device, and the slot-number argument specifies the number of the slot that holds the card. (In IRF mode.) An ILM entry records the label operation type, outgoing label, and other forwarding information. After an LSR receives a labeled packet, it identifies the ILM entry that matches the top label of the packet, performs the specified label operation, and forwards the packet. # Display the ILM entry with incoming label 30. <Sysname> display mpls forwarding ilm 30 Flags: T - Forwarded through a tunnel N - Forwarded through the outgoing interface to the nexthop IP address B - Backup forwarding information A - Active forwarding information 1

3 InLabel Oper VRF Flag SwapLabel Forwarding Info SWAP 0 T # Display all ILM entries. <Sysname> display mpls forwarding ilm Total ILM entries: 3 Flags: T - Forwarded through a tunnel N - Forwarded through the outgoing interface to the nexthop IP address B - Backup forwarding information A - Active forwarding information InLabel Oper VRF Flag SwapLabel Forwarding Info SWAP 0 T POP SWAP 0 NA 1271 GE3/0/ NB 1270 Tun Table 1 Command output Field Total ILM entries InLabel Oper VRF Flag SwapLabel Forwarding Info Description Total number of ILM entries. Incoming label. Operation type: POP Pops the label. POPGO Pops the label and forwards the packet to another tunnel. SWAP Swaps the label. Index of a VPN instance. Forwarding flag: T Forwarded through a tunnel. N Forwarded through the outgoing interface to the nexthop IP address. B Backup forwarding information. A Active forwarding information. Outgoing label value. Forwarding information: When the forwarding flag is N, the forwarding information records the outgoing interface and the next hop. When the forwarding flag is T, the forwarding information records the NID. display mpls forwarding nhlfe Use display mpls forwarding nhlfe to display Next Hop Label Forwarding Entry (NHLFE) entries. 2

4 In standalone mode: display mpls forwarding nhlfe [ nid ] slot slot-number In IRF mode: display mpls forwarding nhlfe [ nid ] chassis chassis-number slot slot-number Any view network-operator mdc-operator Parameters nid: Displays the NHLFE entry with the specified NID. The value range for the NID is 0 to If you do not specify an NID, the command displays information about all NHLFE entries on the specified card. slot slot-number: Specifies a card by its slot number. (In standalone mode.) chassis chassis-number slot slot-number: Specifies a card on an IRF member device. The chassis-number argument specifies the ID of the IRF member device, and the slot-number argument specifies the number of the slot that holds the card. (In IRF mode.) An NHLFE entry records label forwarding information, such as the outgoing label and outgoing interface. NHLFE entries are mainly used to add multiple labels to packets. To add multiple labels to a packet, an LSR first obtains the bottom label and NID in the matching FIB or ILM entry, and then obtains the outer label in the NHLFE entry identified by the NID. # Display the NHLFE entry with NID <Sysname> display mpls forwarding nhlfe 2048 Flags: T - Forwarded through a tunnel N - Forwarded through the outgoing interface to the nexthop IP address B - Backup forwarding information A - Active forwarding information NID Tnl-Type Flag OutLabel Forwarding Info LSP NA 2025 GE3/0/ # Display all NHLFE entries. <Sysname> display mpls forwarding nhlfe Total NHLFE entries: 5 Flags: T - Forwarded through a tunnel N - Forwarded through the outgoing interface to the nexthop IP address 3

5 B - Backup forwarding information A - Active forwarding information NID Tnl-Type Flag OutLabel Forwarding Info TA TA LSP NA 2025 GE3/0/ LSP NA 3024 GE3/0/ TB LSP NA 3025 GE3/0/ Table 2 Command output Field Total NHLFE entries NID Tnl-Type Flag OutLabel Forwarding Info Description Total number of NHLFE entries. NHLFE entry index. Tunnel type: LSP, GRE, or CRLSP. If the tunnel type is an invalid value, this field displays a hyphen (-). Forwarding flag: T Forwarded through a tunnel. N Forwarded through the outgoing interface to the nexthop IP address. B Backup forwarding information. A Active forwarding information. Outgoing label. Forwarding information: When the forwarding flag is N, the forwarding information records the outgoing interface and the next hop. When the forwarding flag is T, the forwarding information records the NID. display mpls interface Use display mpls interface to display MPLS interface information, including the interface name, interface status, and interface MPLS MTU. display mpls interface [ interface-type interface-number ] Any view network-operator mdc-operator 4

6 Parameters interface-type interface-number: Specifies an interface by its type and number. If you do not specify an interface, the command displays MPLS information for all MPLS-enabled interfaces. # Displays all MPLS interfaces. <Sysname> display mpls interface Interface Status MPLS MTU GE3/0/1 Up 1514 GE3/0/2 Up 1514 The MPLS MTU of an interface is in bytes. Related commands mpls enable mpls mtu display mpls label Use display mpls label to display MPLS label usage information. display mpls label { label-value1 [ to label-value2 ] all } Any view network-operator mdc-operator Parameters label-value1: Specifies a label in the range of 16 to If used with the label-value2 argument, the label-value1 argument represents the start label of a label range. to label-value2: Specifies the end label in the range of 16 to If you specify a label range by using the label-value1 argument and the to label-value2 option, the command displays usage information for the specified range of labels. all: Specifies all labels. # Display the usage information of labels 900 through 902. <Sysname> display mpls label 900 to 902 Label Owner State Idle Idle 902 LDP Alloc 5

7 Table 3 Command output Field Label Owner State Description Label value. Protocol that is using the label. Possible values include LDP, BGP, RSVP, and L2VPN. Usage state of the label: Idle The label is idle. Alloc The label has been allocated. Pending The label has been released but is still used by an LSP entry. Inuse The label has been allocated and used by an LSP entry. display mpls lsp Use display mpls lsp to display LSP information. display mpls lsp [ egress in-label label-value ingress outgoing-interface interface-type interface-number protocol { bgp ldp local rsvp-te static static-cr } transit ] [ vpn-instance vpn-instance-name ] [ ipv4-dest mask-length ipv6 [ ipv6-dest prefix-length ] ] [ verbose ] Any view network-operator mdc-operator Parameters egress: Displays the LSPs taking the current LSR as the egress. in-label label-value: Displays the LSPs using the specified label as the incoming label. The value range for the label-value argument is 0 to ingress: Displays the LSPs taking the current LSR as the ingress. outgoing-interface interface-type interface-number: Displays the LSPs using the specified interface as the outgoing interface. The interface-type interface-number argument specifies an interface by its type and number. protocol: Displays the LSPs established by a specific protocol. bgp: Displays BGP LSPs. Ldp: Displays LDP LSPs. local: Displays the direct LSP. rsvp-te: Displays CR-LSPs established by RSVP-TE. The switch does not support this keyword. 6

8 static: Displays static LSPs. static-cr: Displays static CR-LSPs. The switch does not support this keyword. transit: Displays the LSPs taking the current LSR as a transit LSR. vpn-instance vpn-instance-name: Displays LSPs for the specified VPN. The vpn-instance-name is a case-sensitive string of 1 to 31 characters. If you do not specify this option, the command displays LSPs for the public network. ipv4-dest mask-length: Displays the IPv4 LSP for a FEC specified by an IPv4 address and a mask length. The value range for the mask length is 0 to 32. ipv6: Displays IPv6 LSP information. If you do not specify this keyword, the command displays IPv4 LSP information. ipv6-dest prefix-length: Displays the IPv6 LSP for a FEC specified by an IPv6 address and a prefix length. The value range for the prefix length is 0 to 128. verbose: Displays detailed LSP information. If you do not specify this keyword, the command displays brief LSP information. If no parameters are specified, the command displays brief information for all LSPs. If you specify only the verbose keyword, the command displays detailed information for all LSPs. # Display brief information for all IPv4 LSPs. <Sysname> display mpls lsp FEC Proto In/Out Label Interface/Out NHLFE /24 LDP -/1049 Vlan20 Backup -/1050 Vlan /24 LDP -/1051 Vlan22 Backup -/1050 Vlan /24 LDP -/1049 Vlan /24 LDP 1026/1049 Vlan /24 LDP 1027/ /24 LDP 1028/1049 Tunnel /24 BGP -/1049 Vlan /24 BGP 2028/1049 Vlan /24 BGP 2029/- Vlan /24 BGP 2030/1049 NHLFE /24 BGP 2031/1050 Tunnel Local -/- Vlan /32 Static -/100 Vlan20 - Static 100/200 Vlan20 - Static 101/- Vlan /64000/64000 RSVP -/1030 Vlan /64000/64000 RSVP 1024/1031 Vlan /64000/64000 RSVP 1025/ /64001/0 StaticCR -/1000 Vlan10 - StaticCR 50/1001 Vlan10 - StaticCR 51/- - 7

9 Table 4 Command output Field FEC Proto In/Out Label Interface/Out NHLFE Description Forwarding equivalence class: IP address/mask Classifies FECs by destination address. IP address Classifies FECs by next hop. IP address/out Label Classifies FECs by next hop and outgoing label. Ingress LSR ID/Tunnel ID/LSP ID RSVP TE FEC. A hyphen (-) The LSP is a static transit LSP, static egress LSP, static transit CR-LSP, or static egress CR-LSP. Backup If the LSP is a backup LSP of the previous LSP, this field displays "Backup." Label distribution protocol: LDP. BGP. RSVP. Static. StaticCR Static CR-LSP. Local The LSP is a direct LSP. Incoming label/outgoing label. Outgoing interface name or NHLFE entry index. NHLFEnumber specifies the outer LSP that carries the current LSP. The outer LSP is that matches the NHLFE entry with an NID of number. # Display IPv6 LSP information. <Sysname> display mpls lsp ipv6 FEC : 100:100:100:100:100:100:100:100/128 Protocol : BGP In-Label : 2050 Out-Label: BkLabel : Out-Interface: Vlan10 BkInterface : Vlan20 Table 5 Command output Field FEC Description Forwarding equivalence class: IP address/mask Classifies FECs by destination address. IP address Classifies FECs by next hop. IP address/out Label Classifies FECs by next hop and outgoing label. Ingress LSR ID/Tunnel ID/LSP ID RSVP TE FEC. A hyphen (-) The LSP is a static transit LSP, static egress LSP, static transit CR-LSP, or static egress CR-LSP. 8

10 Field Protocol BkLabel BkInterface Description Label distribution protocol: LDP. BGP. RSVP. Static. StaticCR Static CR-LSP. Local Direct LSP. Outgoing label of the backup LSP. Outgoing interface of the backup LSP. # Display detailed information for all LSPs. <Sysname> display mpls lsp verbose Destination : FEC : /32 Protocol : LDP LSR Type : Egress Service : - In-Label : 1024 State : Active Destination : FEC : /32 Protocol : LDP LSR Type : Transit Service : - In-Label : 1026 Path ID : 0x State : Active Out-Label : 1800 Nexthop : Out-Interface: Vlan10 BkLabel : 1900 BkNexthop : BkInteface : Vlan20 Destination : FEC : /32 Protocol : LDP LSR Type : Ingress Service : - NHLFE ID : 2000 State : Active Out-Label : 1800 Nexthop : Out-Interface: Vlan10 9

11 Table 6 Command output Field Destination FEC Proto LSR Type Service Path ID NHLFE ID Outgoing NID State BkLabel BkNexthop BkInterface Description LSP destination address. Forwarding equivalence class: IP address/mask Classifies FECs by destination address. IP address Classifies FECs by next hop. IP address/out Label Classifies FECs by next hop and outgoing label. Ingress LSR ID/Tunnel ID/LSP ID RSVP TE FEC. A hyphen (-) The LSP is a static transit LSP, static egress LSP, static transit CR-LSP, or static egress CR-LSP. Label distribution protocol: LDP. BGP. RSVP. Static. StaticCR Static CR-LSP. Local Direct LSP. LSR type: Ingress The current LSR is the ingress node of the LSP. Transit The current LSR is a transit node of the LSP. Egress The current LSR is the egress node of the LSP. Service deployed on the LSP. Forwarding path. The value is in the format of 0xnn.m, where nn represents the NHLFE group ID of the outer LSPs that carry the current LSP, and m represents the sequence number of the equivalence path. NHLFE entry index. Index of the NHLFE entry for the outer tunnel. LSP state: Active The LSP is in use. Inactive The LSP is idle. Outgoing label of the backup LSP. Next hop address of the backup LSP. Outgoing interface of the backup LSP. Related commands display mpls lsp statistics display mpls lsp statistics Use display mpls lsp statistics to display LSP statistics. display mpls lsp statistics 10

12 Any view network-operator mdc-operator # Display LSP statistics. <Sysname> display mpls lsp statistics LSP Type Ingress/Transit/Egress Active Static LSP 0/0/0 0/0/0 Static CRLSP 0/0/0 0/0/0 LDP LSP 2/2/1 2/2/1 RSVP CRLSP 0/0/0 0/0/0 BGP LSP 0/0/0 0/0/0 Local LSP 2/0/0 2/0/ Total 4/2/1 4/2/1 Table 7 Command output Field LSP Type Total Ingress Transit Egress Active Description LSP types: Static LSP. Static CRLSP. LDP LSP. Local LSP (direct LSP). RSVP CRLSP. BGP LSP. Total number of LSPs. Number of LSPs that take the local device as the ingress node. Number of LSPs that take the local device as a transit node. Number of LSPs that take the local device as the egress node. Number of active LSPs of a specific type. display mpls nid Use display mpls nid to display the NID usage information. display mpls nid [ nid-value1 [ to nid-value2 ] ] 11

13 Any view network-operator mdc-operator Parameters nid-value1: Specifies an NID in the range of 0 to If used with the nid-value2 argument, the nid-value1 argument represents the start NID of an NID range. to nid-value2: Specifies the end NID in the range of 0 to If you specify an NID range by using the nid-value1 argument and the to nid-value2 option, the command displays the usage information for the specified range of NIDs. If you do not specify any parameter, the command displays the usage information of all NIDs. # Display the usage information of NIDs 1028 through <Sysname> display mpls nid 1028 to 1500 NID alloc state: '.' means not used, '$' means used 1028 :...$ : : : : : : : display mpls summary Use display mpls summary to display MPLS summary information. display mpls summary Any view network-operator mdc-operator 12

14 # Display MPLS summary information. <Sysname> display mpls summary Memory State : Normal MPLS LSR ID : Egress Label Type: Implicit-null Labels: Range Idle Protocols: Type State BGP Normal Static Normal Table 8 Command output Field Memory State Egress Label Type Labels Range Idle Protocols Type State Description Memory state: Normal The memory is normal. Minor The memory has a minor alarm. Severe The memory has a severe alarm. Critical The memory has a critical alarm. Label type that the egress assigns to the penultimate hop: Implicit-null. Explicit-null. Non-null. Label information. Label range. Number of idle labels in the label range. Running label distribution protocols and the related information. Protocol type: LDP, BGP, RSVP, Static, Static CRLSP, or TE. Label distribution protocol running status: Normal. Recover The protocol is in the GR process. display mpls statistics Use display mpls statistics to display MPLS forwarding statistics for each LSP, such as the number of packets processed and dropped in the inbound and outbound directions. display mpls statistics { all lsp-index index } 13

15 Any view network-operator mdc-operator Parameters all: Displays MPLS forwarding statistics for all LSPs. lsp-index index: Displays MPLS forwarding statistics for the specified LSP. The index argument represents the index of an LSP, in the range of 1 to To use this command to view MPLS forwarding statistics for LSPs, you must first enable MPLS forwarding statistics for LSPs by using the mpls statistics command. Otherwise, the statistics are all 0. # Display MPLS forwarding statistics for all LSPs. <Sysname> display mpls statistics all Statistics for LSP (LSP index: 9218): Inbound: Octets : 0 Packets : 0 Errors : 0 Discards : 0 Start Time : 2006/05/20 15:52:30 End Time : 2006/05/20 15:52:30 Outbound: Octets : 0 Packets : 0 Errors : 0 Discards : 0 Start Time : 0000/00/00 00:00:00 End Time : 0000/00/00 00:00:00 Statistics for LSP (LSP index: 9219): Inbound: Octets : 0 Packets : 0 Errors : 0 Discards : 0 Start Time : 0000/00/00 00:00:00 End Time : 0000/00/00 00:00:00 Outbound: Octets : 0 Packets : 0 Errors : 0 14

16 Discards : 0 Start Time : 2006/05/20 15:52:30 End Time : 2006/05/20 15:52:30 Table 9 Command output Field Statistics for LSP (LSP index: index) Inbound Outbound Octets Packets Errors Discards Start Time End Time Description MPLS forwarding statistics for the LSP identified by the index. Inbound direction. Outbound direction. Bytes of packets processed. Number of packets processed. Number of errors. Number of packets discarded. Start time of the statistics. End time of the statistics. NOTE: On an ingress node, no statistics are collected in the inbound direction and the start time and end time for inbound statistics are both 0. Related commands On an egress node, no statistics are collected in the outbound direction and the start time and end time for outbound statistics are both 0. mpls statistics mpls enable Default Use mpls enable to enable MPLS on an interface. Use undo mpls enable to disable MPLS on an interface. mpls enable undo mpls enable MPLS is disabled on an interface. Interface view Execute this command on all interfaces that need to perform MPLS forwarding. 15

17 # Enable MPLS on VLAN-interface 2. <Sysname> System-view [Sysname] interface vlan-interface 2 [Sysname-Vlan-interface2] mpls enable Related commands display mpls interface mpls label advertise Default Use mpls label advertise to specify the type of label the egress will advertise to the penultimate hop. Use undo mpls label advertise to restore the default. mpls label advertise { explicit-null implicit-null } undo mpls label advertise As an egress, the device advertises an implicit null label to the penultimate hop. System view Parameters explicit-null: Specifies the egress to advertise an explicit null label of 0 to the penultimate hop. implicit-null: Specifies the egress to advertise an implicit null label of 3 to the penultimate hop. If the penultimate hop supports PHP, H3C recommends that you configure the egress to advertise an implicit null label to the penultimate hop. If you want to simplify packet forwarding on the egress but keep labels in packets for the egress to determine QoS policies, you can configure the egress to advertise an explicit null label to the penultimate hop. As a penultimate hop, the device allows the egress to advertise to the penultimate hop an implicit null label or an explicit null label. The mpls label advertise command takes effect only for the LSPs established after the command is executed. To apply the new setting to LSPs established before the command is executed, delete and then re-establish those LSPs: To re-establish LDP LSPs, execute the reset mpls ldp command to reset the LDP session. To re-establish BGP LSPs, delete the routes corresponding to the BGP LSPs, and then redistribute the routes. # Configure the egress device to advertise an explicit null label to the penultimate hop. <Sysname> system-view 16

18 [Sysname] mpls label advertise explicit-null Related commands reset mpls ldp mpls lsr-id Use mpls lsr-id to configure an LSR ID for the local LSR. Use undo mpls lsr-id to delete the LSR ID of the local LSR. mpls lsr-id lsr-id undo mpls lsr-id Default An LSR has no LSR ID. System view Parameters lsr-id: Specifies an ID for identifying the LSR, in dotted decimal notation. H3C recommends that you use the address of a loopback interface on the LSR as the LSR ID. # Configure the LSR ID as for the local node. <Sysname> system-view [Sysname] mpls lsr-id Related commands lsr-id mpls mtu Use mpls mtu to configure the MPLS MTU for an interface. Default Use undo mpls mtu to restore the default. mpls mtu value undo mpls mtu The MPLS MTU of an interface is not configured. Fragmentation for MPLS packets is based on the MTU of the interface, and the length of a fragment does not include that of the MPLS label. Thus, after an MPLS label is inserted into a fragment, the length of the MPLS fragment may exceed the interface MTU. 17

19 Interface view Parameters value: Specifies the MPLS MTU of the interface, in the range of 46 to bytes. This command is effective only when MPLS is enabled on the interface. If the MPLS MTU is larger than the interface MTU, data forwarding may fail. # Set the MPLS MTU of VLAN-interface 2 to 1000 bytes. <Sysname> system-view [Sysname] interface vlan-interface 2 [Sysname-Vlan-interface2] mpls enable [Sysname-Vlan-interface2] mpls mtu 1000 Related commands display mpls interface mpls ttl expiration enable Default Use mpls ttl expiration enable to enable sending of MPLS TTL-expired messages. Use undo mpls ttl expiration enable to disable the function. mpls ttl expiration enable undo mpls ttl expiration enable The MPLS TTL-expired messages sending function is enabled. System view The mpls ttl expiration enable command enables an LSR to generate an ICMP TTL-expired message upon receiving an MPLS packet with TTL being 1. If the MPLS packet has only one label, the LSR sends the ICMP TTL-expired message back to the source through IP routing. If the MPLS packet has multiple labels, the LSR forwards the ICMP TTL-expired message along the LSP of the MPLS packet to the egress, which then sends the message back to the source. 18

20 # Disable the MPLS TTL-expired messages sending function. <Sysname> system-view [Sysname] undo mpls ttl expiration enable mpls ttl propagate Default Use mpls ttl propagate to enable TTL propagation. Use undo mpls ttl propagate to disable TTL propagation. mpls ttl propagate { public vpn } undo mpls ttl propagate { public vpn } TTL propagation is enabled for public network packets and disabled for VPN packets. System view Parameters public: Specifies public network packets. vpn: Specifies VPN packets. When TTL propagation is enabled, MPLS copies the IP TTL to the label TTL for packets entering the MPLS network, and copies the label TTL to the IP TTL for packets leaving the MPLS network. If you enable TTL propagation on both the ingress and egress, the IP tracert facility can show the real path in the MPLS network. When TTL propagation is disabled, MPLS sets the label TTL to 255 for packets entering the MPLS network, and pops the label for packets leaving the MPLS network, without copying the label TTL value to the IP TTL. The IP tracert facility cannot show the real path in the MPLS network. Within an MPLS network, TTL is always copied between the labels of an MPLS packet. The mpls ttl propagate command affects only the propagation between IP TTL and label TTL. H3C recommends setting the same TTL processing mode on all LSRs of an LSP. To enable TTL propagation for a VPN, you must enable it on all PE devices in the VPN, so that you can get the same traceroute result (hop count) from those PEs. # Enable TTL propagation for VPN packets. <Sysname> system-view [Sysname] mpls ttl propagate vpn 19

HP FlexFabric Switch Series

HP FlexFabric Switch Series HP FlexFabric 12900 Switch Series MPLS Command Reference Part number: 5998-7274 Software version: R103x Document version: 6W100-20150116 Legal and notice information Copyright 2015 Hewlett-Packard Development

More information

H3C S12500-X Switch Series

H3C S12500-X Switch Series H3C S12500-X Switch Series MPLS Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: R1003 and later Document version: 6W101-20150420 Copyright 2014-2015, Hangzhou

More information

H3C S5830V2 & S5820V2 Switch Series

H3C S5830V2 & S5820V2 Switch Series H3C S5830V2 & S5820V2 Switch Series MPLS Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 23xx Document version: 6W102-20150315 Copyright 2014-2015, Hangzhou

More information

H3C S12500 Series Routing Switches

H3C S12500 Series Routing Switches H3C S12500 Series Routing Switches MPLS Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: S12500-CMW730-R7374 Document version: 6W731-20150528 Copyright 2014-2015,

More information

HP Routing Switch Series

HP Routing Switch Series HP 12500 Routing Switch Series MPLS Configuration Guide Part number: 5998-3414 Software version: 12500-CMW710-R7128 Document version: 6W710-20121130 Legal and notice information Copyright 2012 Hewlett-Packard

More information

HP 5920 & 5900 Switch Series

HP 5920 & 5900 Switch Series HP 5920 & 5900 Switch Series MPLS Configuration Guide Part number: 5998-4676a Software version: Release 23xx Document version: 6W101-20150320 Legal and notice information Copyright 2015 Hewlett-Packard

More information

HP MSR Router Series. MPLS Configuration Guide(V7) Part number: Software version: CMW710-R0106 Document version: 6PW

HP MSR Router Series. MPLS Configuration Guide(V7) Part number: Software version: CMW710-R0106 Document version: 6PW HP MSR Router Series MPLS Configuration Guide(V7) Part number: 5998-5680 Software version: CMW710-R0106 Document version: 6PW100-20140607 Legal and notice information Copyright 2014 Hewlett-Packard Development

More information

Table of Contents Chapter 1 MPLS Basics Configuration

Table of Contents Chapter 1 MPLS Basics Configuration Table of Contents Table of Contents... 1-1 1.1 MPLS Overview... 1-1 1.1.1 Basic Concepts of MPLS... 1-2 1.1.2 Architecture of MPLS... 1-5 1.1.3 MPLS and Routing Protocols... 1-7 1.1.4 Applications of MPLS...

More information

H3C S7500E-XS Switch Series

H3C S7500E-XS Switch Series H3C S7500E-XS Switch Series Comware 7 MPLS Configuration Guide New H3C Technologies Co., Ltd. http://www.h3c.com.hk Software version: S7500EXS-CMW710-R7536P05 Document version: 6W100-20170630 Copyright

More information

HP MSR Router Series. MPLS Configuration Guide(V5) Part number: Software version: CMW520-R2513 Document version: 6PW

HP MSR Router Series. MPLS Configuration Guide(V5) Part number: Software version: CMW520-R2513 Document version: 6PW HP MSR Router Series MPLS Configuration Guide(V5) Part number: 5998-8188 Software version: CMW520-R2513 Document version: 6PW106-20150808 Legal and notice information Copyright 2015 Hewlett-Packard Development

More information

H3C SR6600 Routers. MPLS Configuration Guide. Hangzhou H3C Technologies Co., Ltd.

H3C SR6600 Routers. MPLS Configuration Guide. Hangzhou H3C Technologies Co., Ltd. H3C SR6600 Routers MPLS Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Document Version: 20100930-C-1.08 Product Version: SR6600-CMW520-R2420 Copyright 2007-2010, Hangzhou H3C

More information

Contents. Tunneling commands 1

Contents. Tunneling commands 1 Contents Tunneling commands 1 bandwidth 1 default 1 description 2 destination 3 4 interface tunnel 7 mtu 8 reset counters interface tunnel 9 service 9 shutdown 10 source 11 tunnel dfbit enable 12 tunnel

More information

HP A-MSR Router Series MPLS. Configuration Guide. Abstract

HP A-MSR Router Series MPLS. Configuration Guide. Abstract HP A-MSR Router Series MPLS Configuration Guide Abstract This document describes the software features for the HP A Series products and guides you through the software configuration procedures. These configuration

More information

Configuring MPLS L2VPN

Configuring MPLS L2VPN Contents Configuring MPLS L2VPN 1 MPLS L2VPN overview 1 Basic concepts of MPLS L2VPN 2 Implementation of MPLS L2VPN 2 MPLS L2VPN configuration task list 4 Configuring MPLS L2VPN 5 Configuring CCC MPLS

More information

VPLS configuration commands

VPLS configuration commands Contents VPLS configuration commands 1 car 1 description 1 display bgp vpls 2 display l2vpn fast-switch-group 7 display mac-address vsi 8 display mpls l2vpn fib ac vpls 10 display mpls l2vpn fib pw vpls

More information

LARGE SCALE IP ROUTING LECTURE BY SEBASTIAN GRAF

LARGE SCALE IP ROUTING LECTURE BY SEBASTIAN GRAF LARGE SCALE IP ROUTING LECTURE BY SEBASTIAN GRAF MODULE 05 MULTIPROTOCOL LABEL SWITCHING (MPLS) AND LABEL DISTRIBUTION PROTOCOL (LDP) 1 by Xantaro IP Routing In IP networks, each router makes an independent

More information

VPLS configuration commands

VPLS configuration commands Contents VPLS configuration commands 1 car 1 description 1 display bgp vpls 2 display l2vpn fast-switch-group 7 display mac-address vsi 8 display mpls l2vpn fib ac vpls 9 display mpls l2vpn fib pw vpls

More information

Contents. Tunneling commands 1

Contents. Tunneling commands 1 Contents Tunneling commands 1 bandwidth 1 default 1 description 2 destination 2 display interface tunnel 3 interface tunnel 7 mtu 8 reset counters interface 9 service 10 shutdown 11 source 11 tunnel dfbit

More information

What You Will Learn By the end of this appendix, you should know and be able to explain the following:

What You Will Learn By the end of this appendix, you should know and be able to explain the following: What You Will Learn By the end of this appendix, you should know and be able to explain the following: What static MPLS labels are and how they can be used The difference between static MPLS bindings and

More information

Configuring MPLS L2VPN

Configuring MPLS L2VPN Contents Configuring MPLS L2VPN 1 Overview 1 Comparison with traditional VPN 1 Comparison with MPLS L3VPN 2 Basic concepts 2 MPLS L2VPN implementation 3 MPLS L2VPN configuration task list 4 Configuring

More information

Operation Manual MPLS. Table of Contents

Operation Manual MPLS. Table of Contents Table of Contents Table of Contents Chapter 1 MPLS Architecture... 1-1 1.1 MPLS Overview... 1-1 1.2 MPLS Basic Concepts... 1-1 1.2.1 FEC... 1-1 1.2.2 Label... 1-1 1.2.3 LDP... 1-3 1.3 MPLS Architecture...

More information

BGP MPLS VPNs. Introduction

BGP MPLS VPNs. Introduction This chapter describes services that are supported for Border Gateway Protocol (BGP) Multi-Protocol Label Switching (MPLS) Virtual Private Networks (VPNs). MPLS is a licensed Cisco feature that requires

More information

Configuring MPLS L2VPN

Configuring MPLS L2VPN Contents Configuring MPLS L2VPN 1 MPLS L2VPN overview 1 About MPLS L2VPN 1 Comparison with traditional VPN 2 Comparison with MPLS L3VPN 2 Basic concepts 2 MPLS L2VPN implementation 3 MPLS L2VPN configuration

More information

MPLS Forwarding Commands on Cisco IOS XR Software

MPLS Forwarding Commands on Cisco IOS XR Software MPLS Forwarding Commands on Cisco IOS XR Software This chapter describes the commands that you will use to configure and use Multiprotocol Label Switching (MPLS) forwarding. For detailed information about

More information

H3C S9500 Series Routing Switches

H3C S9500 Series Routing Switches Operation Manual Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Manual Version: T2-081655-20080530-C-2.03 Product Version: S9500-CMW520-R2132 Copyright 2007-2008, Hangzhou H3C Technologies Co.,

More information

HP A5820X & A5800 Switch Series MPLS. Configuration Guide. Abstract

HP A5820X & A5800 Switch Series MPLS. Configuration Guide. Abstract HP A5820X & A5800 Switch Series MPLS Configuration Guide Abstract This document describes the software features for the HP 5820X & 5800 Series products and guides you through the software configuration

More information

Configuring VPLS. VPLS overview. Operation of VPLS. Basic VPLS concepts

Configuring VPLS. VPLS overview. Operation of VPLS. Basic VPLS concepts Contents Configuring VPLS 1 VPLS overview 1 Operation of VPLS 1 VPLS packet encapsulation 4 H-VPLS implementation 5 Hub-spoke VPLS implementation 7 Multi-hop PW 8 VPLS configuration task list 9 Enabling

More information

Operation Manual MPLS VLL. Table of Contents

Operation Manual MPLS VLL. Table of Contents Table of Contents Table of Contents... 1-1 1.1 MPLS VLL Overview... 1-2 1.1.1 Concepts in MPLS VLL... 1-2 1.1.2 Introduction to MPLS VLL... 1-2 1.1.3 Packet Forwarding... 1-3 1.1.4 Implementation... 1-4

More information

VPLS configuration commands

VPLS configuration commands Contents VPLS configuration commands 1 bandwidth 1 broadcast-restrain 1 description 2 display bgp vpls 3 display l2vpn fast-switch-group 8 display mac-address vsi 9 display mpls l2vpn fib ac vpls 10 display

More information

Cisco. Maintaining Cisco Service Provider VPNs and MPLS Networks (MSPVM)

Cisco. Maintaining Cisco Service Provider VPNs and MPLS Networks (MSPVM) Cisco 642-780 Maintaining Cisco Service Provider VPNs and MPLS Networks (MSPVM) Download Full Version : http://killexams.com/pass4sure/exam-detail/642-780 QUESTION: 56 Which command should be used to verify

More information

Introduction to MPLS APNIC

Introduction to MPLS APNIC Introduction to MPLS APNIC Issue Date: [201609] Revision: [01] What is MPLS? 2 Definition of MPLS Multi Protocol Label Switching Multiprotocol, it supports ANY network layer protocol, i.e. IPv4, IPv6,

More information

Label Distribution Protocol and Basic MPLS Configuration. APNIC Technical Workshop October 23 to 25, Selangor, Malaysia Hosted by:

Label Distribution Protocol and Basic MPLS Configuration. APNIC Technical Workshop October 23 to 25, Selangor, Malaysia Hosted by: Label Distribution Protocol and Basic MPLS Configuration APNIC Technical Workshop October 23 to 25, 2017. Selangor, Malaysia Hosted by: Issue Date: [201609] Revision: [01] Label Distribution Protocol 2

More information

Segment Routing MPLS OAM Support

Segment Routing MPLS OAM Support Segment Routing Operations, Administration, and Maintenance (OAM) helps service providers to monitor label-switched paths (LSPs) and quickly isolate forwarding problems to assist with fault detection and

More information

HP FlexFabric Switch Series

HP FlexFabric Switch Series HP FlexFabric 12900 Switch Series Layer 3 IP Routing Command Reference Part number: 5998-6207 Software version: Release 1109 Document version: 6W100-20140718 Legal and notice information Copyright 2014

More information

H3C S5120-HI Switch Series

H3C S5120-HI Switch Series H3C S5120-HI Switch Series Layer 3 - IP Routing Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 52xx Document version: 6W101-20140523 Copyright 2013-2014,

More information

Computer Network Architectures and Multimedia. Guy Leduc. Chapter 2 MPLS networks. Chapter 2: MPLS

Computer Network Architectures and Multimedia. Guy Leduc. Chapter 2 MPLS networks. Chapter 2: MPLS Computer Network Architectures and Multimedia Guy Leduc Chapter 2 MPLS networks Chapter based on Section 5.5 of Computer Networking: A Top Down Approach, 6 th edition. Jim Kurose, Keith Ross Addison-Wesley,

More information

HP 5920 & 5900 Switch Series

HP 5920 & 5900 Switch Series HP 5920 & 5900 Switch Series MCE Configuration Guide Part number: 5998-2896 Software version: Release2207 Document version: 6W100-20121130 Legal and notice information Copyright 2012 Hewlett-Packard Development

More information

Multi-Protocol Label Switching

Multi-Protocol Label Switching Rheinisch-Westfälische Technische Hochschule Aachen Lehrstuhl für Informatik IV Prof. Dr. rer. nat. Otto Spaniol Multi-Protocol Label Switching Seminar: Datenkommunikation und Verteilte Systeme SS 2003

More information

Implementing MPLS Forwarding

Implementing MPLS Forwarding All Multiprotocol Label Switching (MPLS) features require a core set of MPLS label management and forwarding services; the MPLS Forwarding Infrastructure (MFI) supplies these services. Feature History

More information

Configuration Guide - MPLS

Configuration Guide - MPLS Release: Document Revision: 5.3 01.01 www.nortel.com NN46240-506 324560-A Rev01 Release: 5.3 Publication: NN46240-506 Document Revision: 01.01 Document status: Standard Document release date: 30 March

More information

MPLS Forwarding Commands

MPLS Forwarding Commands Note All commands applicable for the Cisco NCS 5500 Series Router are also supported on the Cisco NCS 540 Series Router that is introduced from Cisco IOS XR 6.3.2. References to earlier releases in Command

More information

Contents. Configuring urpf 1

Contents. Configuring urpf 1 Contents Configuring urpf 1 Overview 1 urpf check modes 1 Features 1 urpf operation 2 Network application 3 Configuration procedure 4 Displaying and maintaining urpf 4 urpf configuration example 4 Configuring

More information

Segment Routing MPLS OAM Support

Segment Routing MPLS OAM Support Segment Routing Operations, Administration, and Maintenance (OAM) helps service providers to monitor label-switched paths (LSPs) and quickly isolate forwarding problems to assist with fault detection and

More information

H3C S10500 Switch Series

H3C S10500 Switch Series H3C S10500 Switch Series MPLS Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 1126 and Later Document version: 20111130-C-1.01 Copyright 2011, Hangzhou

More information

H3C S10500 Switch Series

H3C S10500 Switch Series H3C S10500 Switch Series MPLS Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 1201 and Later Document version: 6W101-20120903 Copyright 2012, Hangzhou

More information

Configuring Static MPLS

Configuring Static MPLS This chapter contains information on how to configure static multiprotocol label switching (MPLS). About Static MPLS, page 1 Licensing Requirements for Static MPLS, page 4 Prerequisites for Static MPLS,

More information

Multi Protocol Label Switching (an introduction) Karst Koymans. Thursday, March 12, 2015

Multi Protocol Label Switching (an introduction) Karst Koymans. Thursday, March 12, 2015 .. MPLS Multi Protocol Label Switching (an introduction) Karst Koymans Informatics Institute University of Amsterdam (version 4.3, 2015/03/09 13:07:57) Thursday, March 12, 2015 Karst Koymans (UvA) MPLS

More information

HP 6125G & 6125G/XG Blade Switches

HP 6125G & 6125G/XG Blade Switches HP 6125G & 6125G/XG Blade Switches Layer 3 - IP Routing Command Reference Part number: 5998-3168a Software version: Release 2103 and later Document version: 6W102-20141218 Legal and notice information

More information

Table of Contents Chapter 1 MPLS L3VPN Configuration

Table of Contents Chapter 1 MPLS L3VPN Configuration Table of Contents Table of Contents... 1-1 1.1 MPLS L3VPN Overview... 1-1 1.1.1 MPLS L3VPN Model... 1-2 1.1.2 MPLS L3VPN Implementation... 1-5 1.1.3 Nested MPLS L3VPN Implementation... 1-7 1.1.4 Hierarchical

More information

Operation Manual MCE H3C S3610&S5510 Series Ethernet Switches. Table of Contents

Operation Manual MCE H3C S3610&S5510 Series Ethernet Switches. Table of Contents Table of Contents Table of Contents Chapter 1 MCE Overview... 1-1 1.1 MCE Overview... 1-1 1.1.1 Introduction to BGP/MPLS VPN... 1-1 1.1.2 BGP/MPLS VPN Concepts... 1-2 1.1.3 Introduction to MCE... 1-5 1.1.4

More information

Practice exam questions for the Nokia NRS II Composite Exam

Practice exam questions for the Nokia NRS II Composite Exam Practice exam questions for the Nokia NRS II Composite Exam The following questions will test your knowledge and prepare you for the Nokia NRS II Composite Exam. Compare your responses with the Answer

More information

Table of Contents 1 Static Routing Configuration 1-1

Table of Contents 1 Static Routing Configuration 1-1 Table of Contents 1 Static Routing Configuration 1-1 Introduction 1-1 Static Route 1-1 Default Route 1-1 Application Environment of Static Routing 1-2 Configuring a Static Route 1-2 Configuration Prerequisites

More information

H3C S5120-SI Switch Series

H3C S5120-SI Switch Series H3C S5120-SI Switch Series Layer 3 - IP Routing Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 1505 Document version: 6W101-20111108 Copyright 2011,

More information

Table of Contents 1 Static Routing Configuration 1-1

Table of Contents 1 Static Routing Configuration 1-1 Table of Contents 1 Static Routing Configuration 1-1 Introduction 1-1 Static Route 1-1 Default Route 1-1 Application Environment of Static Routing 1-2 Configuring a Static Route 1-2 Configuration Prerequisites

More information

IP Routing Volume Organization

IP Routing Volume Organization IP Routing Volume Organization Manual Version 20091105-C-1.03 Product Version Release 6300 series Organization The IP Routing Volume is organized as follows: Features IP Routing Overview Static Routing

More information

Contents. BGP commands 1

Contents. BGP commands 1 Contents BGP commands 1 address-family ipv4 1 address-family ipv6 2 address-family link-state 3 advertise-rib-active 4 aggregate 5 balance 7 balance as-path-neglect 9 bestroute as-path-neglect 10 bestroute

More information

MPLS VPN C H A P T E R S U P P L E M E N T. BGP Advertising IPv4 Prefixes with a Label

MPLS VPN C H A P T E R S U P P L E M E N T. BGP Advertising IPv4 Prefixes with a Label 7 C H A P T E R S U P P L E M E N T This online supplement of Chapter 7 focuses on two important developments. The first one is Inter-Autonomous. Inter-Autonomous is a concept whereby two service provider

More information

Introduction to MPLS. What is MPLS? 1/23/17. APNIC Technical Workshop January 23 to 25, NZNOG2017, Tauranga, New Zealand. [201609] Revision:

Introduction to MPLS. What is MPLS? 1/23/17. APNIC Technical Workshop January 23 to 25, NZNOG2017, Tauranga, New Zealand. [201609] Revision: Introduction to MPLS APNIC Technical Workshop January 23 to 25, 2017. NZNOG2017, Tauranga, New Zealand. Issue Date: [201609] Revision: [01] What is MPLS? 2 1 Definition of MPLS Multi Protocol Label Switching

More information

Configuring MPLS L3VPN

Configuring MPLS L3VPN Contents Configuring MPLS L3VPN 1 MPLS L3VPN overview 1 MPLS L3VPN concepts 2 MPLS L3VPN packet forwarding 4 MPLS L3VPN networking schemes 5 MPLS L3VPN routing information advertisement 8 Inter-AS VPN

More information

CCIE Service Provider Sample Lab. Part 2 of 7

CCIE Service Provider Sample Lab. Part 2 of 7 CCIE Service Provider Sample Lab Part 2 of 7 SP Sample Lab Main Topology R13 S2/1.135.13/24 Backbone Carrier SP AS 1002 S2/1 PPP E0/1.69.6/24 R6 Customer Carrier SP ABC Site 5 AS 612 E1/0 ISIS.126.6/24

More information

Contents. Ping, tracert, and system debugging commands 1. debugging 1 display debugging 1 ping 2 ping ipv6 5 tracert 7 tracert ipv6 10

Contents. Ping, tracert, and system debugging commands 1. debugging 1 display debugging 1 ping 2 ping ipv6 5 tracert 7 tracert ipv6 10 Contents Ping, tracert, and system debugging commands 1 debugging 1 display debugging 1 ping 2 ping ipv6 5 tracert 7 tracert ipv6 10 i Ping, tracert, and system debugging commands debugging Syntax Default

More information

Contents. Configuring a default route 1 Introduction to default routes 1

Contents. Configuring a default route 1 Introduction to default routes 1 Contents Configuring static routing 1 Introduction to static routes 1 Configuring a static route 1 Configuration prerequisites 1 Configuration procedure 1 Configuring BFD for static routes 2 BFD control

More information

MPLS Ping and Traceroute for BGP and IGP Prefix-SID

MPLS Ping and Traceroute for BGP and IGP Prefix-SID MPLS Ping and Traceroute for BGP and IGP Prefix-SID MPLS Ping and Traceroute operations for Prefix SID are supported for various BGP and IGP scenarios, for example: Within an IS-IS level or OSPF area Across

More information

Configuring static routing

Configuring static routing Contents Configuring static routing 1 Introduction 1 Static route 1 Default route 1 Static route configuration items 1 Configuring a static route 2 Configuration prerequisites 2 Configuration procedure

More information

MPLS Intro. Cosmin Dumitru March 14, University of Amsterdam System and Network Engineering Research Group ...

MPLS Intro. Cosmin Dumitru March 14, University of Amsterdam System and Network Engineering Research Group ... MPLS Intro Cosmin Dumitru c.dumitru@uva.nl University of Amsterdam System and Network Engineering Research Group March 14, 2011 Disclaimer Information presented in these slides may be slightly biased towards

More information

SDN Workshop. Contact: WSDN01_v0.1

SDN Workshop. Contact: WSDN01_v0.1 SDN Workshop Contact: training@apnic.net WSDN01_v0.1 Issue Date: [Date] Revision: [xx] Segment Routing SDN Workshop WSDN01_v0.1 Issue Date: [Date] Revision: [xx] Overview In a nutshell Introduction to

More information

Segment Routing MPLS data plane. Clarence Filsfils Kris Michielsen

Segment Routing MPLS data plane. Clarence Filsfils Kris Michielsen Segment Routing MPLS data plane Clarence Filsfils Kris Michielsen Segment Routing MPLS data plane Segment Routing leverages existing MPLS data plane How to verify Segment Routing MPLS forwarding 2 Segment

More information

Multiprotocol Label Switching Virtual Private Network

Multiprotocol Label Switching Virtual Private Network Anas Al-Selwi Multiprotocol Label Switching Virtual Private Network Helsinki Metropolia University of Applied Sciences Bachelor of Engineering Information Technology Thesis 08 May 2013 Abstract Author(s)

More information

Configuring MPLS L3VPN

Configuring MPLS L3VPN Contents Configuring MPLS L3VPN 1 MPLS L3VPN overview 1 Introduction to MPLS L3VPN 1 MPLS L3VPN concepts 2 MPLS L3VPN packet forwarding 5 MPLS L3VPN networking schemes 5 MPLS L3VPN routing information

More information

H3C S6300 Switch Series

H3C S6300 Switch Series H3C S6300 Switch Series Layer 3 IP Routing Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 23xx Document version: 6W101-20150407 Copyright 2014-2015,

More information

HP 7500 Switch Series

HP 7500 Switch Series HP 7500 Switch Series Layer 3 - IP Routing Command Reference Part number: 5998-1881 Software version: Release 6701 and later Document version: 6W102-20130226 Legal and notice information Copyright 2013

More information

Securizarea Calculatoarelor și a Rețelelor 32. Tehnologia MPLS VPN

Securizarea Calculatoarelor și a Rețelelor 32. Tehnologia MPLS VPN Platformă de e-learning și curriculă e-content pentru învățământul superior tehnic Securizarea Calculatoarelor și a Rețelelor 32. Tehnologia MPLS VPN MPLS VPN 5-ian-2010 What this lecture is about: IP

More information

Operation Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents

Operation Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents Table of Contents Table of Contents Chapter 1 Static Routing Configuration... 1-1 1.1 Introduction... 1-1 1.1.1 Static Route... 1-1 1.1.2 Default Route... 1-1 1.1.3 Application Environment of Static Routing...

More information

MPLS VPN. 5 ian 2010

MPLS VPN. 5 ian 2010 MPLS VPN 5 ian 2010 What this lecture is about: IP CEF MPLS architecture What is MPLS? MPLS labels Packet forwarding in MPLS MPLS VPNs 3 IP CEF & MPLS Overview How does a router forward packets? Process

More information

Multiprotocol Label Switching (MPLS)

Multiprotocol Label Switching (MPLS) 36 CHAPTER Prerequisites for MPLS, page 36-1 Restrictions for MPLS, page 36-1 Information About MPLS, page 36-2 Default Settings for MPLS, page 36-7 How to Configure MPLS Features, page 36-7 Configuration

More information

Multiprotocol Label Switching

Multiprotocol Label Switching This module describes and how to configure it on Cisco switches. Restrictions for, page 1 Information about, page 1 How to Configure, page 3 Verifying Configuration, page 6 Restrictions for (MPLS) fragmentation

More information

Using Segment Routing OAM

Using Segment Routing OAM Segment Routing Operations, Administration, and Maintenance (OAM) helps service providers to monitor label-switched paths (LSPs) and quickly isolate forwarding problems to assist with fault detection and

More information

Cisco Training - HD Telepresence MPLS: Implementing Cisco MPLS V3.0. Upcoming Dates. Course Description. Course Outline

Cisco Training - HD Telepresence MPLS: Implementing Cisco MPLS V3.0. Upcoming Dates. Course Description. Course Outline Cisco Training - HD Telepresence MPLS: Implementing Cisco MPLS V3.0 From the technology basics to advanced VPN configuration. $3,995.00 5 Days Upcoming Dates Dec 10 - Dec 14 Mar 25 - Mar 29 Course Description

More information

Contents. Ping, tracert, and system debugging commands 1 debugging 1 display debugging 2 ping 2 ping ipv6 5 tracert 7 tracert ipv6 9

Contents. Ping, tracert, and system debugging commands 1 debugging 1 display debugging 2 ping 2 ping ipv6 5 tracert 7 tracert ipv6 9 Contents Ping, tracert, and system debugging commands 1 debugging 1 display debugging 2 ping 2 ping ipv6 5 tracert 7 tracert ipv6 9 i Ping, tracert, and system debugging commands debugging Syntax Default

More information

MPLS LSP Ping Traceroute for LDP TE and LSP Ping for VCCV

MPLS LSP Ping Traceroute for LDP TE and LSP Ping for VCCV MPLS LSP Ping Traceroute for LDP TE and LSP Ping for VCCV The MPLS LSP Ping/Traceroute for LDP/TE, and LSP Ping for VCCV feature helps service providers monitor label switched paths (LSPs) and quickly

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Interconnecting a Layer 2 Circuit with a Layer 3 VPN Modified: 2017-01-19 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net

More information

Deploy MPLS L3 VPN. APNIC Technical Workshop October 23 to 25, Selangor, Malaysia Hosted by:

Deploy MPLS L3 VPN. APNIC Technical Workshop October 23 to 25, Selangor, Malaysia Hosted by: Deploy MPLS L3 VPN APNIC Technical Workshop October 23 to 25, 2017. Selangor, Malaysia Hosted by: Issue Date: [201609] Revision: [01] Acknowledgement Cisco Systems Course Outline MPLS L3 VPN Models L3

More information

Next Generation MULTICAST In-band Signaling (VRF MLDP: Profile 6)

Next Generation MULTICAST In-band Signaling (VRF MLDP: Profile 6) Next Generation MULTICAST In-band Signaling (VRF MLDP: Profile 6) Contents Introduction Background Information MLDP Signaling In-Band Signaling Overlay or Out-Of-Band Signaling Label Distribution Protocol

More information

H3C S10500 Switch Series

H3C S10500 Switch Series H3C S10500 Switch Series Layer 3 - IP Routing Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 1126 and Later Document version: 20111130-C-1.01 Copyright

More information

You cannot configure prefix-sids on transit links at this time. Support for this feature may be introduced in later code versions.

You cannot configure prefix-sids on transit links at this time. Support for this feature may be introduced in later code versions. 8.1 Segment Routing Segment Routing (SR) is a relatively new technology pioneered by Cisco that is meant to reduce state in MPLS core networks. One can use SR to replace LDP and RSVP-TE wholesale provided

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!   We offer free update service for one year PASS4TEST IT Certification Guaranteed, The Easy Way \ http://www.pass4test.com We offer free update service for one year Exam : 642-691 Title : CCIP BGP + MPLS Exam (BGP + MPLS) Vendors : Cisco Version

More information

MPLS Egress Protection Framework draft-shen-mpls-egress-protectionframework-02

MPLS Egress Protection Framework draft-shen-mpls-egress-protectionframework-02 MPLS Egress Protection Framework draft-shen-mpls-egress-protectionframework-02 Yimin Shen (yshen@juniper.net) Minto Jeyananth (minto@juniper.net) Bruno Decraene (bruno.decraene@orange.com) Updates New

More information

Egress Protection (draft-shen-mpls-egress-protection-framework) Presented by Krzysztof G. Szarkowicz NANOG71 October 4, 2017

Egress Protection (draft-shen-mpls-egress-protection-framework) Presented by Krzysztof G. Szarkowicz NANOG71 October 4, 2017 Egress Protection (draft-shen-mpls-egress-protection-framework) Presented by Krzysztof G. Szarkowicz NANOG71 October 4, 2017 Current status draft-shen-mpls-egress-protection-framework-05 Co-authored by

More information

CCIE R&S Techtorial MPLS

CCIE R&S Techtorial MPLS CCIE R&S Techtorial MPLS Ing. Tomáš Kelemen Partner Systems Engineer CCIE #24395 Ing. Peter Mesjar Systems Engineer CCIE #17428 2011 Cisco Systems, Inc. All rights reserved. 1 Agenda Introduction to MPLS

More information

MPLS VPN Explicit Null Label Support with BGP. BGP IPv4 Label Session

MPLS VPN Explicit Null Label Support with BGP. BGP IPv4 Label Session MPLS VPN Explicit Null Label Support with BGP IPv4 Label Session The MPLS VPN Explicit Null Label Support with BGP IPv4 Label Session feature provides a method to advertise explicit null in a Border Gateway

More information

Implementing MPLS VPNs over IP Tunnels

Implementing MPLS VPNs over IP Tunnels The MPLS VPNs over IP Tunnels feature lets you deploy Layer 3 Virtual Private Network (L3VPN) services, over an IP core network, using L2TPv3 multipoint tunneling instead of MPLS. This allows L2TPv3 tunnels

More information

Multiprotocol Label Switching (MPLS)

Multiprotocol Label Switching (MPLS) Multiprotocol Label Switching (MPLS) Petr Grygárek rek 1 Technology Basics Integrates label-based forwarding paradigm with network layer routing label forwarding + label swapping similar to ATM/FR switching

More information

MPLS LSP Ping/Traceroute for LDP/TE, and LSP Ping for VCCV

MPLS LSP Ping/Traceroute for LDP/TE, and LSP Ping for VCCV MPLS LSP Ping/Traceroute for LDP/TE, and LSP Ping for VCCV First Published: January 26, 2004 Last Updated: February 27, 2009 The MPLS LSP Ping/Traceroute for LDP/TE, and LSP Ping for VCCV feature helps

More information

Command Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents

Command Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents Table of Contents Table of Contents Chapter 1 Static Routing Configuration Commands... 1-1 1.1 Static Routing Configuration Commands... 1-1 1.1.1 delete static-routes all... 1-1 1.1.2 ip route-static...

More information

MPLS MULTI PROTOCOL LABEL SWITCHING OVERVIEW OF MPLS, A TECHNOLOGY THAT COMBINES LAYER 3 ROUTING WITH LAYER 2 SWITCHING FOR OPTIMIZED NETWORK USAGE

MPLS MULTI PROTOCOL LABEL SWITCHING OVERVIEW OF MPLS, A TECHNOLOGY THAT COMBINES LAYER 3 ROUTING WITH LAYER 2 SWITCHING FOR OPTIMIZED NETWORK USAGE MPLS Multiprotocol MPLS Label Switching MULTI PROTOCOL LABEL SWITCHING OVERVIEW OF MPLS, A TECHNOLOGY THAT COMBINES LAYER 3 ROUTING WITH LAYER 2 SWITCHING FOR OPTIMIZED NETWORK USAGE Peter R. Egli 1/21

More information

H3C S5500-HI Switch Series

H3C S5500-HI Switch Series H3C S5500-HI Switch Series MPLS Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 5101 Document version: 6W100-20111031 Copyright 2011, Hangzhou H3C Technologies

More information

Implementing MPLS Label Distribution Protocol

Implementing MPLS Label Distribution Protocol The Multiprotocol Label Switching (MPLS) is a standards-based solution driven by the Internet Engineering Task Force (IETF) that was devised to convert the Internet and IP backbones from best-effort networks

More information

Configuring Multiprotocol Label Switching (MPLS)

Configuring Multiprotocol Label Switching (MPLS) Configuring Multiprotocol Label Switching (MPLS) Multiprotocol Label Switching, page 1 Finding Feature Information, page 1 Information about Multiprotocol Label Switching, page 1 How to Configure Multiprotocol

More information

Layer 3 - IP Routing Command Reference

Layer 3 - IP Routing Command Reference H3C WA Series WLAN Access Points Layer 3 - IP Routing Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Document Version: 6W100-20100910 Copyright 2010, Hangzhou H3C Technologies

More information

Implementing MPLS Label Distribution Protocol

Implementing MPLS Label Distribution Protocol , on page 1 Prerequisites for, on page 2 Overview of Label Distribution Protocol, on page 2 Label Distribution Protocol Discovery Parameters, on page 2 Enable Label Distribution Protocol Over an Interface,

More information