All MIBs › Apple-macintosh-system-mib › trapDestination
trapDestination
Module: Apple-macintosh-system-mib
OID (symbolic): Apple-macintosh-system-mib::trapDestination
OID (numeric): 1.3.6.1.4.1.63.1.1.4.1.5
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-write
Description: The information required to obtain the address of the console requesting the trap. This information would be different for each protocol. For example, for IP, the IP address stored in dot notation is sufficient. For AppleTalk, the NBP entry is sufficient and reliable, but also including the present DDP address greatly improves the efficiency.
What is trapDestination?
Stores the network address (as octet string) of the destination host to which the trap should be sent.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.63.1.1.4.1.5 snmpwalk -v2c -c public <target> Apple-macintosh-system-mib::trapDestination
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.63.1.1.4.1.5.1 snmpget -v2c -c public <target> Apple-macintosh-system-mib::trapDestination.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.63.1.1.4.1.5.1 s <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> trapDestination.1
Start monitoring Apple Macintosh computers with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the Apple-macintosh-system-mib::trapDestination OID value, configure state conditions and alerts, and monitor any Apple Macintosh computers from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.63 | apple | Apple-macintosh-system-mib |
| 1.3.6.1.4.1.63.1 | macintosh | Apple-macintosh-system-mib |
| 1.3.6.1.4.1.63.1.1 | system | Apple-macintosh-system-mib |
| 1.3.6.1.4.1.63.1.1.4 | trapTable | Apple-macintosh-system-mib |
| 1.3.6.1.4.1.63.1.1.4.1 | trapRequestEntry | Apple-macintosh-system-mib |
| 1.3.6.1.4.1.63.1.1.4.1.5 | trapDestination | Apple-macintosh-system-mib |