Hi All,
Anyone can help me how to disable all list ip address except some ips, for example, i have 100 ip address listed, i need to disable all except only 3 ips enable state.
if except only 1 ip it's solved for me, below command line for disable all ip address except 1 ip :
/ip address disable [/ip address find where address!=\"10.11.12.2/30\"]
please help me