To examine a specific configuration hierarchy in the active router configuration.
To view a specific configuration hierarchy, use the following CLI operational mode command;
user@host> show configuration protocols
bgp
group ebgp {
type external;
peer-as 65001;
neighbor 10.168.20.1;
}The sample output shows the active configuration under the [protocol bgp] hierarchy level.