Artificial intelligent assistant

Junos cli regex requirement Hi I have seen someone do this a while back but for the life of me cant figure out the quick way to match on multiple strings easily. objective is to display any lines of config that matches either abc or xyz e.g `show conf | match 'abc||xyz'` ( <\--this line obviously doesn't work in Junos )

It's just slightly different syntax, if you're trying to match lines containing specific strings, you'd use:


show configuration | match "abc|xyz"


Also, here's the documentation in case you want to get fancier: JUNOS Command Regex

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy 9621805c962dd132449ad51de8ce994a