マニュアルページセク ション 1: ユーザーコマンド

印刷ビューの終了

更新: 2014 年 7 月
 
 

snmptrap (1)

名前

snmptrap - ager

形式

snmptrap -v 1 [COMMON OPTIONS]  [-Ci]  enterprise-oid  agent
generic-trap specific-trap uptime [OID TYPE VALUE]...

snmptrap  -v  [2c|3]  [COMMON OPTIONS] [-Ci] uptime trap-oid
[OID TYPE VALUE]...

snmpinform -v [2c|3] [COMMON OPTIONS] uptime  trap-oid  [OID
TYPE VALUE]...

説明




Net-SNMP                                              SNMPTRAP(1)



NAME
     snmptrap,  snmpinform - sends an SNMP notification to a man-
     ager

SYNOPSIS
     snmptrap -v 1 [COMMON OPTIONS]  [-Ci]  enterprise-oid  agent
     generic-trap specific-trap uptime [OID TYPE VALUE]...

     snmptrap  -v  [2c|3]  [COMMON OPTIONS] [-Ci] uptime trap-oid
     [OID TYPE VALUE]...

     snmpinform -v [2c|3] [COMMON OPTIONS] uptime  trap-oid  [OID
     TYPE VALUE]...

DESCRIPTION
     snmptrap  is  an  SNMP  application  that uses the SNMP TRAP
     operation to send information to a network manager.  One  or
     more  object identifiers (OIDs) can be given as arguments on
     the command line.  A type and a value  must  accompany  each
     object  identifier.  Each variable name is given in the for-
     mat specified in variables(5).

     When invoked as snmpinform, or when -Ci is added to the com-
     mand line flags of snmptrap, it sends an INFORM-PDU, expect-
     ing a response from the  trap  receiver,  retransmitting  if
     required.  Otherwise it sends an TRAP-PDU or TRAP2-PDU.

     If any of the required version 1 parameters, enterprise-oid,
     agent, and uptime are specified as  empty,  it  defaults  to
     1.3.6.1.4.1.3.1.1 (enterprises.cmu.1.1), hostname, and host-
     uptime respectively.

     The TYPE is a single character, one of:
          i  INTEGER
          u  UNSIGNED
          c  COUNTER32
          s  STRING
          x  HEX STRING
          d  DECIMAL STRING
          n  NULLOBJ
          o  OBJID
          t  TIMETICKS
          a  IPADDRESS
          b  BITS
     which are handled in the same way as the snmpset command.

     For example:

     snmptrap -v 1 -c public manager enterprises.spider  test-hub
     3 0 '' interfaces.iftable.ifentry.ifindex.1 i 1





V5.4.1               Last change: 08 Feb 2002                   1






Net-SNMP                                              SNMPTRAP(1)



     will send a generic linkUp trap to manager, for interface 1.

OPTIONS
     snmptrap takes the common  options  described  in  the  snm-
     pcmd(1)  manual page in addition to the -Ci option described
     above.


ATTRIBUTES
     See  attributes(5)  for  descriptions   of   the   following
     attributes:

     +---------------+-----------------------------------------------+
     |ATTRIBUTE TYPE |               ATTRIBUTE VALUE                 |
     +---------------+-----------------------------------------------+
     |Availability   | system/management/snmp/net-snmp/documentation |
     +---------------+-----------------------------------------------+
     |Stability      | Volatile                                      |
     +---------------+-----------------------------------------------+
SEE ALSO
     snmpcmd(1), snmpset(1), variables(5).



NOTES
     This   software   was   built   from   source  available  at
     https://java.net/projects/solaris-userland.   The   original
     community       source       was       downloaded       from
     http://ftp.ntua.gr/mirror/net-snmp/OldFiles/net-
     snmp-5.4.x/5.4.1/net-snmp-5.4.1.tar.gz

     Further  information about this software can be found on the
     open source community website at http://www.net-snmp.org/.






















V5.4.1               Last change: 08 Feb 2002                   2