This trace includes SNMP records for the stations associated with 4 access points at a three-day computer-science conference.
[xml metadata]
Note: This metadata was prepared by the CRAWDAD team and verified by the data set (or tool) authors. We have made every effort to ensure its accuracy, but urge all users to consider the metadata and data carefully and be sure that their use in research is consistent with the nature and limitations of the data. We welcome any corrections.
- [Data]
- [Tools]
- [Authors]
- [Papers]
|
version
| v. 2002-04-05 |
|
changes
| The initial version |
|
bibtex
|
@MISC{ucsd-sigcomm2001-snmp-Stations-2002-04-05,
author = {},
title = {{CRAWDAD} trace ucsd/sigcomm2001/snmp/Stations (v. 2002-04-05)},
howpublished = {Downloaded from http://crawdad.cs.dartmouth.edu/ucsd/sigcomm2001/snmp/Stations},
month = apr,
year = 2002
}
|
| metadata last modified | 2006-11-14 |
| tools used | tools/collect/snmp/snmputil.exe (v. 2002-04-05) tools/process/snmp/extract.pl (v. 2002-04-05) tools/analyze/snmp/index.pl (v. 2002-04-05) tools/analyze/snmp/mac_addr.pl (v. 2002-04-05) tools/analyze/snmp/pick_mac_addr.pl (v. 2002-04-05)
|
| summary | This trace includes SNMP records for the stations associated with 4 access points at a three-day computer-science conference. |
| derived | false |
| release date | 2002-04-05 |
| measurement start | 2001-08-29 |
| measurement end | 2002-08-31 |
| format | This trace contains 12 trace files. Those files are
named Stations_%AP_Name%_%Day%.out -- where %AP_Name%
can be one of NE, NW, SE, or SW; and %Day% can be Wed, Thu,
or Fri. Thus the trace file for the NE AP on Wednesday,
is Stations_NE_Wed.out. The SNMP OID used to generate these
trace files was .1.3.6.1.4.1, which corresponds to the MIB
entry for "Associated Stations" and gives the MAC address,
average received SNR, total transmitted bytes, and total
transmitted packets for each mobile station associated to
the AP.
Each poll entry begins with a timestamp and entries from
successive polls are separated by the line "End of MIB subtree". |
| configuration | The trace-collection routine polled the APs at one minute intervals. |
| download url | Download (3.1 MB tar.gz) from US UK |
| parent data | ucsd/sigcomm2001/snmp (v. 2002-04-05)
|
|
version
| v. 2002-04-05 |
|
changes
| NAME CHANGED to tools/collect/snmp/snmputil.exe. Also see 'old name' field. |
|
bibtex
|
@MISC{tools-collect-snmp-snmputil.exe-2002-04-05,
author = {},
title = {{CRAWDAD} tool tools/collect/snmp/snmputil.exe (v. 2002-04-05)},
howpublished = {Downloaded from http://crawdad.cs.dartmouth.edu/tools/collect/snmp/snmputil.exe},
month = apr,
year = 2002
}
|
| related data/tools | ucsd/sigcomm2001/snmp/Stations (v. 2002-04-05) ucsd/sigcomm2001/snmp/AP_Mibtree (v. 2002-04-05)
|
| metadata last modified | 2006-11-14 |
| summary | The snmputil tool is a command-line utility that uses the standard Win32 SNMP Management API. |
|
old name
| ucsd/sigcomm2001/tool/snmputil.exe |
|
new name
| tools/collect/snmp/snmputil.exe |
| release date | 2002-04-05 |
| authors | |
|
wiki
|
go to the wiki page for this tool
|
| keyword | 802.11, SNMP |
| output | SNMP files whose format is the same as those of
ucsd/sigcomm2001/snmp/Stations and ucsd/sigcomm2001/snmp/AP_Mibtree. |
| parameters | option[get|getnext|walk] node_address password snmp_oid |
| usage | The usage for snmputil is:
snmputil option[get|getnext|walk] node_address password snmp_oid
For example, to walk the entire MIB tree at the AP, the usage is:
snmputil walk AP_IP_address password .1.3.6.1.2.1 |
| algorithm | The snmputil tool is a command-line utility that uses the standard
Win32 SNMP Management API. The source-code consists of one
source file (snmputil.c) and a makefile. If you are building
snmputil.exe on your own, make sure that you have the Windows SNMP
libraries, snmpapi.lib and mgmtapi.lib. |
| download url | Download (4 KB tar.gz) from US UK |
|
version
| v. 2002-04-05 |
|
changes
| NAME CHANGED to tools/process/snmp/extract.pl. Also see 'old name' field. |
|
bibtex
|
@MISC{tools-process-snmp-extract.pl-2002-04-05,
author = {},
title = {{CRAWDAD} tool tools/process/snmp/extract.pl (v. 2002-04-05)},
howpublished = {Downloaded from http://crawdad.cs.dartmouth.edu/tools/process/snmp/extract.pl},
month = apr,
year = 2002
}
|
| related data/tools | ucsd/sigcomm2001/snmp/Stations (v. 2002-04-05) ucsd/sigcomm2001/snmp/AP_Mibtree (v. 2002-04-05)
|
| metadata last modified | 2006-11-14 |
| summary | This tool generates the data matching the pattern given by the users. |
|
old name
| ucsd/sigcomm2001/tool/extract.pl |
|
new name
| tools/process/snmp/extract.pl |
| release date | 2002-04-05 |
| authors | |
|
wiki
|
go to the wiki page for this tool
|
| keyword | 802.11, SNMP |
| input | SNMP trace obtained by snmputil |
| output | data matching the pattern given by the users |
| algorithm | The extract.pl script can be used to parse all SNMP output files
in the trace to look for a certain pattern. The pattern may be
a phrase representing all or part of an SNMP OID, or simply text
that appears in the trace file. The script has detailed comments
on how to use it. Since we collected the SNMP data using snmputil,
the scripts are written specifically to parse that output.
The traces contain the SNMP data collected at one-minute intervals,
and extract.pl uses these timestamps in the trace file to parse
the data. Since each SNMP OID has a unique entry in the trace,
extract.pl can be used to extract the values of all the SNMP
variables over the entire duration of the trace. |
| download url | Download (3 KB pl) from US UK |
|
version
| v. 2002-04-05 |
|
changes
| NAME CHANGED to tools/analyze/snmp/index.pl. Also see 'old name' field. |
|
bibtex
|
@MISC{tools-analyze-snmp-index.pl-2002-04-05,
author = {},
title = {{CRAWDAD} tool tools/analyze/snmp/index.pl (v. 2002-04-05)},
howpublished = {Downloaded from http://crawdad.cs.dartmouth.edu/tools/analyze/snmp/index.pl},
month = apr,
year = 2002
}
|
| related data/tools | ucsd/sigcomm2001/snmp/Stations (v. 2002-04-05) ucsd/sigcomm2001/snmp/AP_Mibtree (v. 2002-04-05)
|
| metadata last modified | 2006-11-14 |
| summary | This tool returns number of users as a function of time. |
|
old name
| ucsd/sigcomm2001/tool/index.pl |
|
new name
| tools/analyze/snmp/index.pl |
| release date | 2002-04-05 |
| authors | |
|
wiki
|
go to the wiki page for this tool
|
| keyword | 802.11, SNMP |
| input | output of extract.pl |
| output | number of users as a function of time |
| algorithm | Once the SNMP traces have been processed using extract.pl,
index.pl returns number of users as a function of time. |
| download url | Download (3 KB pl) from US UK |
|
version
| v. 2002-04-05 |
|
changes
| NAME CHANGED to tools/analyze/snmp/mac_addr.pl. Also see 'old name' field. |
|
bibtex
|
@MISC{tools-analyze-snmp-mac_addr.pl-2002-04-05,
author = {},
title = {{CRAWDAD} tool tools/analyze/snmp/mac_addr.pl (v. 2002-04-05)},
howpublished = {Downloaded from http://crawdad.cs.dartmouth.edu/tools/analyze/snmp/mac_addr.pl},
month = apr,
year = 2002
}
|
| related data/tools | ucsd/sigcomm2001/snmp/Stations (v. 2002-04-05) ucsd/sigcomm2001/snmp/AP_Mibtree (v. 2002-04-05)
|
| metadata last modified | 2006-11-14 |
| summary | This tool lists time instances of occurrence of a particular mac-addresses. |
|
old name
| ucsd/sigcomm2001/tool/mac_addr.pl |
|
new name
| tools/analyze/snmp/mac_addr.pl |
| release date | 2002-04-05 |
| authors | |
|
wiki
|
go to the wiki page for this tool
|
| keyword | 802.11, SNMP |
| input | output of extract.pl |
| output | time instances of occurrence of a particular mac-addresses |
| algorithm | Once the SNMP traces have been processed using extract.pl,
mac_addr.pl returns time instances of occurrence of a particular mac-addresses. |
| download url | Download (3 KB pl) from US UK |
|
version
| v. 2002-04-05 |
|
changes
| NAME CHANGED to tools/analyze/snmp/pick_mac_addr.pl. Also see 'old name' field. |
|
bibtex
|
@MISC{tools-analyze-snmp-pick_mac_addr.pl-2002-04-05,
author = {},
title = {{CRAWDAD} tool tools/analyze/snmp/pick_mac_addr.pl (v. 2002-04-05)},
howpublished = {Downloaded from http://crawdad.cs.dartmouth.edu/tools/analyze/snmp/pick_mac_addr.pl},
month = apr,
year = 2002
}
|
| related data/tools | ucsd/sigcomm2001/snmp/Stations (v. 2002-04-05) ucsd/sigcomm2001/snmp/AP_Mibtree (v. 2002-04-05)
|
| metadata last modified | 2006-11-14 |
| summary | This tool lists unique mac-addresses in the trace file. |
|
old name
| ucsd/sigcomm2001/tool/pick_mac_addr.pl |
|
new name
| tools/analyze/snmp/pick_mac_addr.pl |
| release date | 2002-04-05 |
| authors | |
|
wiki
|
go to the wiki page for this tool
|
| keyword | 802.11, SNMP |
| input | output of extract.pl |
| output | listing of unique mac-addresses in the trace file |
| algorithm | Once the SNMP traces have been processed using extract.pl,
pick_mac_addr.pl returns listing of unique mac-addresses in the trace file |
| download url | Download (3 KB pl) from US UK |