Hi all,
I have a simple question : I would like to browse my yang model with the end-goal to restrict outcomes on show comands on multiple levels of my yang model (using the | display set).
I would like to do an "OR" like statement to have outcomes that match "string1" OR "string2". The match-any option in the options seems to fit but I can't figure out how to use it .
I would have thought that this would do an OR but it does an AND :
show vxlan * types NETWORK-CENTRIC configitems * | display set | match-any | match BACKUP | match VMOTION
So what's the syntax for match-any ?
Many thanks in advance for your help.
Benoit