agentOpenFlowCfgCtrlConnectionMode
NETGEAR-OPENFLOW-PRIVATE-MIB ·
.1.3.6.1.4.1.4526.10.56.1.3.1.3
Object
column r/w
Enumeration
Flag indicating whether the switch uses TCP or SSL connection to connect to the OpenFlow Controller. The TCP connections are intended only for demos and debugging.
Context
- MIB
- NETGEAR-OPENFLOW-PRIVATE-MIB
- OID
.1.3.6.1.4.1.4526.10.56.1.3.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- agentOpenFlowCfgControllerEntry
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 'NETGEAR-OPENFLOW-PRIVATE-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-OPENFLOW-PRIVATE-MIB::agentOpenFlowCfgCtrlConnectionMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETGEAR-OPENFLOW-PRIVATE-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-OPENFLOW-PRIVATE-MIB::agentOpenFlowCfgCtrlConnectionMode.<agentOpenFlowCfgCtrlIPAddress>.<agentOpenFlowCfgCtrlIPPort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETGEAR-OPENFLOW-PRIVATE-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETGEAR-OPENFLOW-PRIVATE-MIB::agentOpenFlowCfgCtrlConnectionMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ssl |
2 | tcp |