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_
Answers Explanation & Hints:
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 _40$ indicates to only include the lines that originated in AS 40 (the last AS in the AS-Path). Some regex query modifiers are as follows: |