trapClientPort
ATTOBRIDGE-MIB ·
.1.3.6.1.4.1.4547.1.2.3.3.1.3
Object
column Integer32
The UDP port to send traps for this host. Normally this would be the standard trap port (162). This object is an index and must be specified to create a row in this table.
Context
- MIB
- ATTOBRIDGE-MIB
- OID
.1.3.6.1.4.1.4547.1.2.3.3.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- trapClientEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ATTOBRIDGE-MIB' -M '/opt/observium/mibs/atto:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ATTOBRIDGE-MIB::trapClientPort'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ATTOBRIDGE-MIB' -M '/opt/observium/mibs/atto:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ATTOBRIDGE-MIB::trapClientPort.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ATTOBRIDGE-MIB' -M '/opt/observium/mibs/atto:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ATTOBRIDGE-MIB::trapClientPort'
Syntax
Integer32
Values & Constraints
No enumerated values or constraints recorded.