# This is a sample device list file suitable for use with chirplist.pl. # Format: Each line should contain the following separated by colons ":" # Subdir The subdirectory to create under the config root. # Device Name A name for the device # Hostname Hostname (or IP Address) of the device # SNMP community The SNMP community. If left blank, will default to public # SNMP port The SNMP port. If left blank, will default to 161 # Site.cfg file A site.cfg file. If left blank, will not be used. # Comment A commend. Comments may contain colons ":" # A definition with all fields filled: # This will create: CRICKET_ROOT/Building1/Targets Building1:Device1:192.168.0.1:public:161:1min_site.cfg:Device 1 in Building 1 # It is not neccesary to include all parameters. This one does not specify # the SNMP community or port, or a site.cfg file. Defaults will be used: # For SNMP community: public # For SNMP port: 161 # For site.cfg file: none # This will create: CRICKET_ROOT/Building1/Targets Building2:Device2:192.168.0.2::::Device 2 in Building 2 # A definition for a device with multiple sub directories # This will create: CRICKET_ROOT/Building1/Module5/Floor4/Targets Building1/Module5/Floor4:Device8:10.5.4.8::::Device 8 in B1_M5_F4