Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

MPLS Configuration Guidelines

When configuring MPLS on QFX Series devices or on EX4600, keep the following in mind:

  • QFX3500 and QFX3600 standalone switches support up to 8000 external IP prefixes only. Therefore, we recommend the following:
    • If your ingress provider edge (PE) switch needs to support more than 8000 external IP prefixes, use a larger capacity device as an ingress PE switch.
    • If you use a QFX3500 or QFX3600 switch as a route reflector for BGP labeled routes, use it as a dedicated route reflector (that is, the switch must not participate in managing data traffic).
    • If you use a QFX3500 or QFX3600 switch as a PE switch or as a route reflector for BGP labeled routes, configure routing policies on the PE switch and the route reflector to filter external IP routes from the routing table.

      The configuration example for a routing policy named fib_policy (at the [edit policy-options and [edit routing-options hierarchy levels) to filter BGP labeled routes from the inet.0 routing table is given below:

      user@switch# show policy-options
      policy-statement fib_policy {from {protocol bgp;rib inet.0;}then reject;}
      user@switch# show routing-options
      forwarding-table {export fib_policy;}
  • Packet fragmentation using the allow-fragmentation statement at the [edit protocols mpls path-mtu] hierarchy level is not supported on QFX Series devices. Therefore, you must ensure that the maximum transmission unit (MTU) values configured on every MPLS interface is sufficient to handle MPLS packets. The packets whose size exceeds the MTU value of an interface will be dropped.

Published: 2014-07-23