Project

General

Profile

Abisip-find » History » Version 1

neels, 05/24/2016 10:13 AM

1 1 neels
abisip-find is a small command line tool to search and find BTS devices in your network (e.g. [[nanoBTS]], [[sysmoBTS]]).
2
3
It uses broadcast packets of the UDP variant of the Abis-IP protocol on port 3006. and thus will find any BTS that can be reached by the all-network
4
broadcast address 255.255.255.255
5
6
7
h2. Usage
8
9
Simply start the program and it will print one line for each BTS it can find:
10
11
<pre>
12
$ ./abisip-find
13
abisip-find (C) 2009 by Harald Welte
14
This is FREE SOFTWARE with ABSOLUTELY NO WARRANTY
15
16
you might need to specify the outgoing
17
 network interface, e.g. ``./abisip-find eth0''
18
Trying to find ip.access BTS by broadcast UDP...
19
MAC_Address='24:62:78:01:02:03'  IP_Address='192.168.0.171'  Serial_Number='123'  Unit_ID='sysmoBTS 1002'  
20
MAC_Address='24:62:78:04:05:06'  IP_Address='192.168.0.182'  Serial_Number='456'  Unit_ID='sysmoBTS 1002'  
21
MAC_Address='00:02:95:07:08:09'  IP_Address='192.168.0.193'  Unit_ID='1800/0/0'  Location_1=''  Location_2='BTS_NBT131G'  Equipment_Version='165g029_79'  Software_Version='168d402_v159b27d0'  Unit_Name='nbts-00-02-95-07-08-09'  Serial_Number='01234567'  
22
^C
23
</pre>
24
25
You may have to start the program as root and supply an interface:
26
27
<pre>
28
$ sudo ./abisip-find eth0
29
</pre>
Add picture from clipboard (Maximum size: 48.8 MB)