Community discussions

MikroTik App
 
piwi3910
Member Candidate
Member Candidate
Topic Author
Posts: 141
Joined: Sun May 30, 2004 5:02 pm
Location: Belgium
Contact:

find command???

Thu Jul 28, 2005 1:43 pm

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...
 
User avatar
Roman
Frequent Visitor
Frequent Visitor
Posts: 81
Joined: Wed Oct 06, 2004 11:24 am

Thu Jul 28, 2005 1:56 pm

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]
 
User avatar
lastguru
Member
Member
Posts: 432
Joined: Fri May 28, 2004 9:04 pm
Location: Certified Trainer/Consultant in Riga, Latvia
Contact:

Re: find command???

Thu Jul 28, 2005 6:06 pm

/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")