Network analysis tools - Filtered show commands - Regular expressions
8 important questions on Network analysis tools - Filtered show commands - Regular expressions
What can be used to match words or text fragments in a line of text?
The full use of what syntax allows you to build complex expressions that match very specific text patterns?
What matches the characters at the beginning of a string?
^234 matches 2345 but not 12345
- Higher grades + faster learning
- Never study anything twice
- 100% sure, 100% understanding
What regular expression character matches one of the character (patters) on either side of the pipe. This pattern is similar to the logic OR...
What regular expression pattern matches the character or null string at the end of a regular expression?
What regular expression character matches zero or more sequences of the character preceding the asterisk. Also acts as a wildcard for matching any number of characters...
What can you use to narrow down the output in show commands to display only relevant information?
What command shows the information for the GigabitEthernet0/0 interface, but filters using a regular expression displays any line that begins with the string “Giga” or any line that includes the strings “errors” or “packets.”?
The question on the page originate from the summary of the following study material:
- A unique study and practice tool
- Never study anything twice again
- Get the grades you hope for
- 100% sure, 100% understanding