Refer to the exhibit. A network administrator is troubleshooting BGP configuration and wants to display only routes that originated in AS 40. 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 that originated in AS 40. 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 that originated in AS 40. Which regular expression should the administrator use in the command show bgp ipv4 unicast regex regex-pattern ?

  • show bgp ipv4 unicast regex ^40_
  • show bgp ipv4 unicast regex *40_
  • show bgp ipv4 unicast regex _40$
  • show bgp ipv4 unicast regex .40.

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 100_ indicates to only include the lines that contain the exact phrase of 100. 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: CCNPv8 ENCOR (Version 8.0) - BGP Exam
Exam with this question: CCNP ENARSI v8 Final Exam Answers

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments