hh3cposAppConnectMode
HH3C-POS-MIB ·
.1.3.6.1.4.1.25506.8.36.8.1.1.2
Object
column r/w
Enumeration
The connect mode of application.
If the router and unix are connected by TCP protocol,
the connect mode of application is tcp.
If the router and unix are connected by async interface,
the connect mode of application is flow.
If the router is used as POSPAD device, the connect mode of application
is pad.
Context
- MIB
- HH3C-POS-MIB
- OID
.1.3.6.1.4.1.25506.8.36.8.1.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hh3cposAppEntry
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 'HH3C-POS-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HH3C-POS-MIB::hh3cposAppConnectMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HH3C-POS-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HH3C-POS-MIB::hh3cposAppConnectMode.<hh3cposAppId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HH3C-POS-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HH3C-POS-MIB::hh3cposAppConnectMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | tcp |
2 | flow |
3 | pad |