All MIBs › Apple-macintosh-system-mib › trapPort
trapPort
Module: Apple-macintosh-system-mib
OID (symbolic): Apple-macintosh-system-mib::trapPort
OID (numeric): 1.3.6.1.4.1.63.1.1.4.1.4
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-write
Description: The identifier of the port that the trap must use. For example, for lP this would be 'UDP ', for AppleTalk this would be 'DDP ', etc. Drivers for the particular stacks are expected to register the same string with the SNMP Manager so that it will be able to provide multi-protocol support.
What is trapPort?
Identifies the transport port/protocol identifier (such as UDP for IP or DDP for AppleTalk) that the trap should use for delivery.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.63.1.1.4.1.4 snmpwalk -v2c -c public <target> Apple-macintosh-system-mib::trapPort
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.63.1.1.4.1.4.1 snmpget -v2c -c public <target> Apple-macintosh-system-mib::trapPort.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.63.1.1.4.1.4.1 s <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> trapPort.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::trapPort 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.4 | trapPort | Apple-macintosh-system-mib |