Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

agentxtrap(1) [mojave man page]

AGENTXTRAP(1)							     Net-SNMP							     AGENTXTRAP(1)

NAME
agentxtrap - send an AgentX NotifyPDU to an AgentX master agent SYNOPSIS
agentxtrap [OPTIONS] trap-oid [OID TYPE VALUE...] DESCRIPTION
agentxtrap issues an AgentX NotifyPDU to a master agent. 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 format specified in variables(5). OPTIONS
-c contextName if the -c option is present then the notification is sent in the nondefault name context. -U uptime if the -U option is present then that value, parsed as centiseconds, is taken to be the sysUpTime field of the application. -x ADDRESS if the -x option is present then contact the AgentX master at ADDRESS and not the default one. Additionally all the options described in snmpcmd(1) under the MIB PARSING OPTIONS, LOGGING OPTIONS and INPUT OPTIONS headers as well as the -d, -D, -m and -M options are supported. In OID TYPE VALUE the parsing of the VALUE field is controlled by the TYPE field. The possible values for the TYPE field is one of the fol- lowing characters: = Let OID decide how VALUE should be interpreted i INTEGER u Unsigned c Counter32 s OCTET STRING of chaacters x OCTET STRING, entered as a sequence of optionally space separated hexadecimal digit pairs d OCTET STRING, entered as a sequence of space separated decimal digits in the range 0 - 255 n NULL o OBJECT IDENTIFIER t TimeTicks a IpAddress b BITS which are handled in the same way as the snmpset command. EXAMPLES
To send a generic linkUp trap to the manager for interface 1 the following command can be used: agentxtrap netSnmp.0.3 ifindex.1 i 1 SEE ALSO
snmpcmd(1), snmpset(1), variables(5), RFC 2741 V5.6.2.1 20 Dec 2009 AGENTXTRAP(1)

Check Out this Related Man Page

SNMPTRAP(1)                                                          Net-SNMP                                                          SNMPTRAP(1)

NAME
snmptrap, snmpinform - sends an SNMP notification to a manager 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 format specified in variables(5). When invoked as snmpinform, or when -Ci is added to the command line flags of snmptrap, it sends an INFORM-PDU, expecting 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 will send a generic linkUp trap to manager, for interface 1. OPTIONS
snmptrap takes the common options described in the snmpcmd(1) manual page in addition to the -Ci option described above. SEE ALSO
snmpcmd(1), snmpset(1), variables(5). 4th Berkeley Distribution 08 Feb 2002 SNMPTRAP(1)
Man Page