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

Display a Specific Configuration Hierarchy

Purpose

To examine a specific configuration hierarchy in the active router configuration.

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;
}

Meaning

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


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