CLI "Not Like"

I am trying to find devices in neighbor where ROS is “not like” 6.44.5, but cant get this working, tried various formats…

/ip neigh pri where version!~“6.44.5”

can anyone help me out please

Try this:

/ip neighbor print where version ~"^((!6.44.5).)*$"

Thx, geez, I would never have gotten to that :slight_smile:
Why such a complicated way, bug?
Why does it just not work the same as “Not Equal”, i.e. !=?

It’s not so simple :laughing:

We used API to get rOS version
version.gif

very cool dashboard thingy