Home > Articles > Networking > Routing & Switching

MPLS Architecture

4.3 MPLS Operating Modes

This section discusses several MPLS operating modes.

Label Allocation Modes

The label allocation mode refers to which of a given pair of LSRs will be allocating the labels that will be used on traffic sent from one to the other. For a given stream of data, the LSR that is required to interpret the label on packets in the stream received from the other LSR is the downstream LSR. The LSR that puts the label on packets in the stream that it sends to another LSR is the upstream LSR.

Downstream Label Allocation

Downstream label allocation is the only mode currently defined for MPLS. Using this approach allows for a minimal amount of label negotiation because the LSR that is required to interpret labels is responsible for assigning them.

Upstream Label Allocation

Upstream label allocation is not a supported mode in the current version of MPLS. The advantage associated with this label allocation mode is that switching hardware could realize significant gains from being able to use the same label on a number of different interfaces for multicast traffic.

Label Distribution Modes

This section describes MPLS modes specific to distributing MPLS labels.

Downstream On-Demand Label Distribution

In downstream on-demand mode, label mappings are provided to an upstream LSR when requested. Because labels will not usually be requested unless needed for an NHLFE, this approach results in substantially less label-release traffic for unwanted labels when conservative label retention is in use and when the number of candidate interfaces that will not be used for a next hop is relatively large.

All LSRs must be able to provide labels when requested because (in the case where an LSR is not merge capable) the upstream LSR will need as many labels for LSPs going downstream as it has LSPs arriving at it from upstream. There is no standard way that a downstream LSR would know in advance how many labels to provide to an upstream peer; hence, the downstream LSR must be able to provide new labels as requested.

In addition, even an LSR that relies for the most part on downstream unsolicited label distribution will from time to time need to obtain a label that it released earlier. This is true because—whether the LSR uses conservative or liberal retention mode (described later)—the LSR may release labels it is unlikely to use given a particular routing topology. If the topology changes in a significant way (for instance, the routed path for some streams is reversed from what it was earlier), these labels will be suddenly and (possibly) unexpectedly needed. Thus, the basic capabilities associated with downstream on-demand distribution must be present regardless of the dominant mode used by an LSR.

Downstream Unsolicited Label Distribution

In downstream unsolicited mode, label mappings are provided to all peers for which the local LSR might be a next hop for a given FEC. 23 This would typically be done at least once during the lifetime of a peer relationship between adjacent LSRs.

Label Retention Modes

Label retention mode refers to the way in which an LSR treats label mappings it is not currently using. Note that the label retention mode may be particularly uninteresting when the downstream on-demand label distribution mode is in use.

Conservative Label Retention

In the conservative label retention mode, any label mapping received from a peer LSR that is not used in an active NHLFE is released.

The advantage of this mode is that only labels that will be used given the existing topology are retained, reducing the amount of memory consumed in retaining labels. The potential cost is delay in obtaining new labels when a topology change occurs. When this mode is combined with downstream on-demand label distribution (as is most likely the case), the number of labels distributed from adjacent peers will be fewer as well.

Liberal Label Retention

In the liberal label retention mode, any label mapping that may ever be used as part of an active NHLFE is retained—up to and including all label mappings received.

The advantage of this mode is that should a topology change occur, the labels to use in the new topology are usually already in place. This advantage is realized at the price of storing labels that are not in use. For label-switching devices that have large numbers of ports, this memory cost can be very high because the likelihood that any particular label will be used to forward packets out of any particular port is, in general, inversely proportional to the total number of ports.

Interaction between Label Distribution and Retention Modes

The interaction between label distribution and retention is such that conservative retention is a more natural fit for downstream on-demand distribution, whereas liberal retention is a more natural fit for downstream unsolicited distribution. The reason is the need to send messages to release unused labels in both distribution modes and to specifically request labels in downstream on-demand distribution.

In the conservative retention mode, it does not make sense to get unsolicited labels because most of these will subsequently be released. For label-switching devices with many peers, the amount of message traffic associated with releasing unwanted labels (received as a result of downstream unsolicited distribution) after each routing change will typically be many times the number of messages required to request and receive labels using downstream on-demand distribution.

In the liberal retention mode, it does not make sense to use downstream on-demand distribution because of the need to specifically request labels for all FECs from all peers. If liberal retention is to be used, downstream unsolicited distribution mode effectively eliminates half of the message traffic otherwise required.

However, as implied earlier, when downstream on-demand distribution is used, it is arguable that liberal retention is also used, since all label mappings received from peers are retained. The spirit of liberal retention is to retain labels for all peers—at least one label from each peer and for each FEC. To achieve this using downstream on-demand distribution is clearly a suboptimal approach.

Control Modes

The distinction between the ordered and independent control modes is, in practice, likely to be a lot less than people have made it out to be in theory. With specific exceptions (for instance, traffic engineering tunnels, discussed later), choice of control mode is local rather than network wide. In addition, certain behaviors associated with a strict interpretation of control mode can result in pathological misbehavior within the network.

Ordered Control Mode

In ordered control mode, LSP setup is initiated at one point and propagates from there toward a termination point. In the case where LSP setup is initiated at an ingress, label requests are propagated all the way to an egress; label mappings are then returned until a label mapping arrives at the ingress. In the case where LSP setup is initiated at an egress, label mappings are propagated all the way to ingress points. A feature of ordered control is that an LSP is not completely set up until the associated messages have propagated from end to end—hence, data is not sent on the LSP until it is known to be loop free.

A severe disadvantage shows up in a purist implementation of ordered control mode in the following case. Assume that an LSR is the egress for a (potentially large) set of LSPs. This LSR now discovers a new peer that is downstream of it with respect to some or all of the set of LSPs for which the LSR is the current egress. If the local LSR simply adds the new LSR as an egress without somehow ascertaining that this LSR does not carry the LSP into a merge point upstream of the local LSR, it may introduce a loop into an LSP assumed to be loop free. If, on the other hand, it withdraws all label mappings upstream, it may produce a significant network outage and will result in a lot of LSP control activity, both of which might be unnecessary. For example, in the case where a downstream routing peer has just had MPLS enabled but is otherwise the same as it was previously, it is unlikely that forwarding will actually change.

One way to get around this problem is if the ordered-control LSR continues forwarding as before while it waits for label mappings (assuming it is getting downstream unsolicited label distributions) with a known (nonzero) hop count. In this way, the local LSR can continue to forward packets, using IP forwarding, to the routing peer to which it was forwarding previously. 24

Waiting to receive a known hop count for a new LSP that is being established is one way for an intermediate LSR to use ordered control to force ordered control for a portion of the LSP. The fact that the LSP has been established for LSRs downstream is irrelevant if the LSP is not established to an ingress LSR, since no packets will be forwarded on that LSP until the LSP is established to an ingress LSR (by definition, packets are inserted on an LSP at ingress LSRs). Because this behavior prevents an LSP from being established between the local LSR and its upstream neighbors, the local LSR has succeeded in forcing ordered control on the LSP downstream and for at least the one hop to its upstream peers when one or more LSRs between that LSR and an egress are otherwise using independent control.

If an LSR continues to forward packets using IP (acting as the egress for a set of LSPs) even though it has discovered another LSR that should be the egress (for that set of LSPs), it is behaving as if it were using independent control—at least temporarily—in spite of the fact that it may be configured to use ordered control.

Independent Control Mode

Independent control mode is the mode in use when an LSR

  • Has reason to believe that it will get label mappings from downstream peers for a specific FEC

  • Distributes labels for that FEC to its upstream peers irrespective of whether it has received the expected label mappings from downstream

In this case, the LSR sending the label mapping includes a hop count that reflects the fact that it is not the egress and has not received label mappings (directly or indirectly) from an LSR that is. The special hop-count value of zero (unknown hop count) is used to indicate this case.

Upstream LSRs may or may not start to use the label mappings thus provided. Using the LSP is probably not advisable, because the LSR providing the label mapping may elect to discard packets (while waiting to receive label mappings from downstream peers), and the LSP is not proven to be loop free (until a label mapping is propagated from downstream with a known hop count).

In effect, if an LSP is never used until a label mapping for the LSP containing a known hop count is received at the ingress to the LSP, the network is behaving as if ordered control were in use for all LSRs along the given LSP.

Label Spaces

Label space refers to the scope of a label within a specific LSR and how this scope relates to an adjacent LSR peer. A label space is designated either per interface or per platform (Figure 4.4). Selection of the label space used for any interface is a configuration or implementation choice. In implementations, either per-interface or per-platform label space may be supported; however, no implementation is required to support both. 25

Figure 4.4 Per-platform label space. With per-platform labels, packets may be forwarded using either of these two links using the same labels. With per-interface labels, this is not guaranteed.

The following general statements can be made about LSR implementations:

  • ATM LSRs will most likely not support a per-platform label space. This is true because of the implications of assigning the same VPI/VCI meaning to all ATM interfaces.

  • Support for the per-platform interface is easily achievable using generic MPLS labels (as is the case for PPP or LAN encapsulation, or label stacking).

  • It is possible for per-platform label space to apply to some interfaces and not to others. Otherwise, the presence of a single ATM interface (or a diversity of interfaces) would preclude use of the per-platform label space.

  • The interpretation of "per platform" is only required to be consistent for any implementation with respect to a single peer LSR instance. Thus, rules regarding interpretation of labels distributed to a single LSR peer instance do not necessarily apply to labels distributed to another peer instance, even when both peers are using the per-platform label space.26

A per-interface label space applies when the same label may be interpreted differently at a given interface than it would be at other interfaces, even when these interfaces are in common with the same LSR peer instance. This situation would be likely for ATM or Frame Relay interfaces of an LSR.

A per-platform label space applies when the same label will be interpreted the same way at least for all interfaces in common with a peer LSR. An LSR may be able to support multiple per-platform label spaces as long as it is able to ensure that it does not attempt to do so in a way that is visible to any peer LSR instance. In other words, an LSR can advertise two disjoint label spaces as "per-platform" to two different LSR peers and assign and interpret labels accordingly as long as the local LSR can be certain that they are distinct peers. An LSR may not be able to support multiple per-platform label spaces if it is not possible to determine which interfaces are in common with each peer LSR.

To understand use of the per-platform label space, it is necessary to understand the motivation for defining it. Interpretation of labels in the per- interface case means matching the incoming interface and the label to determine the outgoing interface, label, and so on. In theory, at least, the per-platform label space allows the implementation to perform a match based on the label alone. In practice, this may not be an acceptable behavior. For one thing, it allows labels received on an interface to direct labeled packets out the same interface (an exceptionally pathological behavior). For another, it allows an LSR to use labels (and associated resources) it was not intended to use.

Another possible motivation for use of a per-platform label space is to avoid the necessity of advertising multiple labels for interfaces in common between a pair of LSRs. In this case, however, it is only necessary that labels be shared for interfaces in common. In some implementation architectures, this can easily be done.

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020