tripCfgPort
TRIP-MIB ·
.1.3.6.1.2.1.116.1.1.1.8
Object
The local tcp/udp port on the local LS that the peer connects to.
Context
- MIB
- TRIP-MIB
- OID
.1.3.6.1.2.1.116.1.1.1.8- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tripCfgEntry
- Groups
- 1
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 'TRIP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TRIP-MIB::tripCfgPort'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TRIP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TRIP-MIB::tripCfgPort.<applIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TRIP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TRIP-MIB::tripCfgPort'
Syntax
- Source
- INET-ADDRESS-MIBInetPortNumber
- Base type
Unsigned32
Values & Constraints
Type Constraints
range: 0..65535
Conformance
Member of
Compliance refinements
tripMIBReadOnlyCompliance
readonly
Write access is not required.