home *** CD-ROM | disk | FTP | other *** search
- * This is a sample pw.src file. First we see some sample entries.
- * NetView on the mainframe passes Uppercase community names from the
- * command line, that is why we have the NVTEST entry as a sample.
- *
- *community name netw_addr mask priv_mask
- *
- public 0.0.0.0 0.0.0.0
- monitor 0.0.0.0 0.0.0.0
- NVTEST 0.0.0.0 0.0.0.0
- password1 0.0.0.0 0.0.0.0
- password2 9.0.0.0 255.0.0.0
- password3 9.132.2.4 255.255.255.255
- *-----------------------------------------------------------------------
- *
- * The following community names will turn tracing within the
- * agent on/off when a packet arrives with such a community name.
- * This is achieved by specifying an appropriate priv_mask
- *
- * /-------> bit 0 (trace on or off)
- * |/------> bit 1 (trace SNMP responses)
- * ||/-----> bit 2 (trace SNMP requests)
- * |||/----> bit 3 (trace external)
- * ||||/---> bit 4 (trace internal)
- * |||||/--> bit 5 (trace DPI)
- * |||||/--> bit 6 (trace DPI Internals)
- * ||||||/-> bit 7 (reserved)
- * ||||||| bit 31 (last bit)
- * vvvvvvv v
- * In here, string xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxs
- * is used by the agent to grant access and turn tracing on/off.
- * The string represents bits in a 32 bit integer.
- * The last bit (if set to s) means you have access.
- * Bit zero turns tracing on (if set to s) or off (if set to x)
- * Bits 1-7 specify which tracing is turned on or off.
- *
- debug_reply 0.0.0.0 0.0.0.0 ssxxxxxxxxxxxxxxxxxxxxxxxxxxxxxs
- debug_reply_off 0.0.0.0 0.0.0.0 xsxxxxxxxxxxxxxxxxxxxxxxxxxxxxxs
- debug_req 0.0.0.0 0.0.0.0 sxsxxxxxxxxxxxxxxxxxxxxxxxxxxxxs
- debug_req_off 0.0.0.0 0.0.0.0 xxsxxxxxxxxxxxxxxxxxxxxxxxxxxxxs
- debug_ext 0.0.0.0 0.0.0.0 sxxsxxxxxxxxxxxxxxxxxxxxxxxxxxxs
- debug_ext_off 0.0.0.0 0.0.0.0 xxxsxxxxxxxxxxxxxxxxxxxxxxxxxxxs
- debug_int 0.0.0.0 0.0.0.0 sxxxsxxxxxxxxxxxxxxxxxxxxxxxxxxs
- debug_int_off 0.0.0.0 0.0.0.0 xxxxsxxxxxxxxxxxxxxxxxxxxxxxxxxs
- debug_dpi 0.0.0.0 0.0.0.0 sxxxxsxxxxxxxxxxxxxxxxxxxxxxxxxs
- debug_dpi_int 0.0.0.0 0.0.0.0 sxxxxxsxxxxxxxxxxxxxxxxxxxxxxxxs
- debug_all_dpi 0.0.0.0 0.0.0.0 sxxxxssxxxxxxxxxxxxxxxxxxxxxxxxs
- debug_dpi_off 0.0.0.0 0.0.0.0 xxxxxssxxxxxxxxxxxxxxxxxxxxxxxxs
- debug_all 0.0.0.0 0.0.0.0 sssssssxxxxxxxxxxxxxxxxxxxxxxxxs
- debug_all_off 0.0.0.0 0.0.0.0 xssssssxxxxxxxxxxxxxxxxxxxxxxxxs
- debug_off 0.0.0.0 0.0.0.0 xssssssxxxxxxxxxxxxxxxxxxxxxxxxs