[Contents] [Prev] [Next] [Index] [Report an Error]


show mpls admin-groups

Syntax

show mpls admin-groups

Description

Display information about the configured MPLS administrative groups.

Required Privilege Level

view

Output Fields

Group—Name of the administrative group.

Bit index—Value assigned to the administrative group.

Sample Output

[edit]
user@host# show
mpls {
    admin-groups{
        green 0;
        gold 1;
        blue 2;
        black 3;
    }
...
[edit]
user@host# exit
user@host> show mpls admin-groups
Group        Bit index
black         3
blue          2
gold          1
green         0

[Contents] [Prev] [Next] [Index] [Report an Error]