Refer to the exhibit. A network administrator is troubleshooting BGP configuration and wants to display only routes with AS 300 being the first AS in the AS_Path value. Which regular expression should the administrator use in the command show bgp ipv4 unicast regex regex-pattern ?

IT Questions BankCategory: CCNPRefer to the exhibit. A network administrator is troubleshooting BGP configuration and wants to display only routes with AS 300 being the first AS in the AS_Path value. Which regular expression should the administrator use in the command show bgp ipv4 unicast regex regex-pattern ?

Refer to the exhibit. A network administrator is troubleshooting BGP configuration and wants to display only routes with AS 300 being the first AS in the AS_Path value. Which regular expression should the administrator use in the command show bgp ipv4 unicast regex regex-pattern ?

  • show bgp ipv4 unicast regex $300
  • show bgp ipv4 unicast regex .300.
  • show bgp ipv4 unicast regex _300_
  • show bgp ipv4 unicast regex ^300_

Explanation: In troubleshooting BGP, Regular expressions (regex) can be used to parse through the large number of available ASNs. Regular expressions are based on query modifiers used to select the appropriate content. The regex pattern ^300_ indicates to only include the lines that list the exact phrase of 300 as the first AS. Some regex query modifiers are as follows:
_ (underscore) - matches a space
^ (caret) - indicates the start of a string
$ (dollar sign) - indicates the end of a string
. (period) - matches a single character, including a space

Exam with this question: CCNP Enterprise: Advanced Routing (Version 8.0) – BGP Exam
Exam with this question: CCNPv8 ENCOR (Version 8.0) - BGP Exam

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x