You are configuring a new BGP neighbor and want to view the configuration of interface ge-0/0/0.42.
Which command do you use to achieve this result?
Click on the arrows to vote for the correct answer
A. B. C. D.C
To view the configuration of interface ge-0/0/0.42 while configuring a new BGP neighbor, you can use the following command:
Option C. [edit protocols bgp group external] user@router# top show interfaces ge-0/0/0.42
This command will take you to the top level of the configuration hierarchy and show the configuration of interface ge-0/0/0.42. Here's a breakdown of each part of the command:
Option A. [edit protocols bgp group external] user@router# set interfaces ge-0/0/0.42 This command is used to set the configuration of the interface ge-0/0/0.42, but it does not show the configuration of the interface.
Option B. [edit protocols bgp group external] user@router# edit show interfaces ge-0/0/0.42 This command is incorrect because it contains the command "edit show", which is not a valid command.
Option D. [edit protocols bgp group external] This command takes you to the configuration hierarchy for the BGP group named "external", but it does not show the configuration of any interfaces.