Exam 642-885 | Question id=3330 | BGP Routing Features in a Service Provider IP NGN Environment |
Refer to the Cisco IOS-XR show output exhibit.
RP/0/RSP0/CPU0:P1#show bgp neighbors 10.1.1.1 configuration
Wed Oct 23 16:42:03.760 UTC
neighbor 10.1.1.1
remote-as 64500 []
update-source Loopback0 []
address-family IPv4 Unicast []
Which statement is correct?
A. |
The [] indicates the configuration has a problem | |
B. |
The [] indicates the 10.1.1.1 neighbor peering session has not been established | |
C. |
The [] indicates the configuration was not inherited from a group | |
D. |
The [] indicates the configuration has not been committed | |
E. |
The [] indicates the corresponding BGP peer configuration has a mismatch configuration |
show bgp neighbors
Use the show bgp neighbors command to display information about the BGP configuration for neighbors.
-Use the configuration option to display the effective configuration for the neighbor, including any settings that have been inherited from session groups, neighbor groups, or af-groups used by this neighbor.
-Use the inheritance option to display the session groups, neighbor groups, and af-groups from which this neighbor inherits configuration settings. The following example displays sample output from the show bgp af-group command using the configuration keyword. This example shows where each configuration item was inherited from. The default-originate command was configured directly on this address family group (indicated by [ ]). The remove-private-as command was inherited from address family group GROUP_2, which in turn inherited from address family group GROUP_3:
RP/0/0/CPU0:router# show bgp af-group GROUP_1 configuration
af-group GROUP_1 address-family ipv4 unicast
capability orf prefix-list both [a:GROUP_2]
default-originate []
maximum-prefix 2500 75 warning-only []
policy POLICY_1 in [a:GROUP_2 a:GROUP_3]
remove-private-AS [a:GROUP_2 a:GROUP_3]
send-community-ebgp [a:GROUP_2]
send-extended-community-ebgp [a:GROUP 2]