I want to learn more about building reboust applicability strings for our response maps.
e.g. the following command can be input in a variety of ways:
show ip interface ethernet 0/1
show ip interface eth0/1
sh ip int fa0/1
and so on....
Is there a tutorial/video or can someone build an applicability string?
I tried to use regex and did "sh.* int* (et*|fa*) \d+"
This matches "show ip int" AND "show int".
Any help is appreciated.