Page 1 of 1

find command???

Posted: Thu Jul 28, 2005 1:43 pm
by piwi3910
can someone enlight me.

if u use some thing like this..

/ip address find address=10.0.20.1

it doesn't give me any output... not even a 0 => interface number
is this normal? i read the manual. but i just can't find if it chould output something or if it can only be used in scripts...

Posted: Thu Jul 28, 2005 1:56 pm
by Roman
this should not give you any output -- you have to do something with those addresses, f.e.:
/ip address disable [/ip address find interface=wlan2]

Re: find command???

Posted: Thu Jul 28, 2005 6:06 pm
by lastguru
/ip address find address=10.0.20.1

it doesn't give me any output...
try something like this:
:put [/ip address find address=10.0.20.1]
(don't forget the colon sign before "put")