Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

MPLS MTUs are configured from the /mpls interface menu.

Code Block
languagetext
themeFadeToGreyros
[admin@rack1_b35_CCR1036] /mpls/interface> print 
Flags: X - disabled; * - builtin 
 0    ;;; router-test
      interface=ether1 mpls-mtu=1580 input=yes 

 1    ;;; router-test
      interface=ether2 mpls-mtu=1580 input=yes 

 2    interface=all mpls-mtu=1500  

...

Entries in the /mpls forwarding-table menu show label bindings for specific routes that will be used in MPLS label switching. Properties in this menu are read-only.

Code Block
languagetext
themerosRDark
[admin@rack1_b35_CCR1036] /mpls/forwarding-table> print 
Flags: L, V - VPLS
Columns: LABEL, VRF, PREFIX, NEXTHOPS
#   LABEL  VRF   PREFIX         NEXTHOPS                                            
0 L    16  main  10.0.0.0/8     { nh=10.155.130.1; interface=ether12 }              
1 L    18  main  111.111.111.3  { label=impl-null; nh=111.12.0.1; interface=ether2 }
2 L    17  main  111.111.111.2  { label=impl-null; nh=111.11.0.1; interface=ether1 }


...