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


Display a Specific Configuration Hierarchy

Action

To view a specific configuration hierarchy, use the following CLI operational mode command;

user@host> show configuration statement-path

Sample Output

user@host> show configuration protocols bgp 

group ebgp {

    type external;

    peer-as 65001;

    neighbor 10.168.20.1;

}

What It Means

The sample output shows the active configuration under the [protocol bgp] hierarchy level.


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