📄 snmpd.8n
字号:
.\" .TH snmpd 8n.SH Namesnmpd \- Simple Network Management Protocol (SNMP) Agent for ULTRIXgateways and hosts.SH Syntax.B /etc/snmpd[.B \-d .I debuglevel .I logfile].SH DescriptionThe SNMP Agent,.NXR "snmpd" "description".NXA "Simple Network Management Protocol Agent" "snmpd".PN snmpd ,performs SNMP operations on an ULTRIXgateway or host. The daemon, which is started up by an entryin the .PN /etc/services.NXR "snmpd" "starting"file, sits in the background and listens on SNMP port 161. When the.PN snmpddaemon receives an SNMP packet from a Network Management Station (NMS), thedaemon performs SNMP operations on the packet and returns a valid response to the NMS..PPThe .PN snmpddaemon extracts much of its information from kernel memory.Static variables whose values are not available inthe kernel take values from the SNMP configuration file,.PN /etc/snmpd.conf ..NXR "snmpd" "and /etc/snmpd.conf".SS SNMP Trap SupportThe cold start and authentication failure trap types are supportedby .PN snmpd ..NXR "snmpd" "trap support".NXR "traps" "cold start".NXR "traps" "authentication failure".PPThe cold start trap type is generated by .PN snmpdwhen.PN snmpdis restarted. The authentication failure trap type is generatedwhen an attempt at using a community fails. The attempt fails when anunauthorized client tries to use.PN snmpdor the community is used in a way that the community type does not allow..PPThe .PN snmpddaemon sends traps to all communities specified in the configurationfile with a community type.PN traps ..PPThe default is for the.PN snmpddaemon to generate authentication failure traps. However, ifthe following clause is specified somewhere in the .PN /etc/snmpd.conffile, authentication failure traps are not generated:.EXno_authen_traps.EE.SS SNMP SetsWhen the.PN snmpddaemon receives a set-request packet, it processes the variables in the packet and verifies that they are valid read-write variables. Whileperforming this verification, the.PN snmpddaemon constructs a linked list of the set requests. Afterit has completed the verification, it performs the actual setoperations on the variables, as if they were being performed simultaneously. If any actual set operation fails, all of theprevious set variables from the set-request packet are restoredto their old values. .SS SNMP Supported VariablesFor a complete listing of the SNMP Management Information Base (MIB)variables that are supported, see the .I Guide to Networking..\".SH OptionsBy default, the.PN snmpddaemon uses the.PN syslogcommand to record its error messages.However, you can obtain certain debugging and trace information by specifying the.PN \-d flag, the appropriate debug level, and a log file for the output onthe .PN snmpdcommand line. .IP "\-d \fIdebuglevel logfile\fR" 5 Outputs debugging and trace information. .NXR "snmpd" "debugging".NXR "snmpd" "debug levels defined".PPYou can specify any one of the following debug levels withthe .PN \-dflag:.IP 1 5Print the version number, start time, and exit time of .PN snmpd .Also print out when an SNMP packet is received, the address of thesender, and the packet size in bytes..IP 2 5Print out what the .PN snmpddaemon has read from the.PN /etc/snmp.conffile..IP 3 5Dump the SNMP packet that the.PN snmpddaemon has just received and is aboutto process. Also print out the route and interface address thatthe.PN snmpddaemon is currently looking up. This debug level also dumpsthe SNMP packet that the server is sending back in response to areceived SNMP message..IP 4 5Dump the .PN snmpvariable tree. Also print out the static bootstrap array of treeinformation. .PPThe output for a debug level includes the informationfor all levels including and below the level that you specify. Forexample, if you specify a debug level of 3, your output includesdebug information for levels 3, 2, and 1..PPIf no debug levels are set,.PN snmpd detaches itself from the controlling terminal and executes in the background. .\".SH RestrictionsNot all of the MIB variables are supported..PPOnly the .PN _mgmt_mib_interfaces_ifTable_ifEntry_ifAdminStatus variable is settable..\".SH Files.PN /etc/snmpd.conf SNMP configuration file.SH See Also.\" These are in alphabetical order by section number. .\" For example,.\" cat(1), kill(1), tty(4), dump(8).\".\" Code as text as follows:.\".br.\" Other ULTRIX documents.\" Italize the names of books as followssnmpext(3n), snmpd.conf(5n), snmpsetup(8n).brRFC 1066\(em\fIManagement Information Base for Network Management of TCP/IP-based Internets\fR.brRFC 1067\(em\fIA Simple Network Management Protocol\fR.br.I "Guide to Networking"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -