HH3C-OFP-MIB
- Registered at
- 1.3.6.1.4.1.25506.2.167
- Last updated
- 2019-04-11 13:00
- Organization
- New H3C Technologies Co., Ltd.
- Revisions
- 2019-04-11 13:00, 2017-02-28 17:00
- Namespace
- comware
- Source file
HH3C-OFP-MIB- Digest
sha256:7644b88a711a2979a16561e96cddf02393cc2c06064e5ed04b4fd783be9ee4fa
Description
This MIB contains information about the OpenFlow module
Contact
Platform Team New H3C Technologies Co., Ltd. Hai-Dian District Beijing P.R. China http://www.h3c.com Zip:100085
Imports
| From | Symbols |
|---|---|
| HH3C-OID-MIB | hh3cCommon |
| INET-ADDRESS-MIB | InetAddress, InetAddressType |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
HH3C-OFP-MIB HH3C-OID-MIB INET-ADDRESS-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hh3cOfpInstanceObjects OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.167.1 | |||
| hh3cOfpInstanceControllerTable OBJECT-TYPE Information about OpenFlow controllers. | 1.3.6.1.4.1.25506.2.167.1.1 | not-accessible | current | |
| hh3cOfpInstanceControllerEntry OBJECT-TYPE Define the index of hh3cOfpInstanceControllerTable. | 1.3.6.1.4.1.25506.2.167.1.1.1 | not-accessible | current | |
| hh3cOfpInstanceID OBJECT-TYPE Index of an OpenFlow instance | 1.3.6.1.4.1.25506.2.167.1.1.1.1 | Integer32 (1..4094) | accessible-for-notify | current |
| hh3cOfpInstanceControllerID OBJECT-TYPE Index of an OpenFlow controller. | 1.3.6.1.4.1.25506.2.167.1.1.1.2 | Integer32 (0..63) | accessible-for-notify | current |
| hh3cOfpInstanceControllerRole OBJECT-TYPE The value of the controller's role. | 1.3.6.1.4.1.25506.2.167.1.1.1.3 | INTEGER {equal(1), master(2), slave(3)} | read-only | current |
| hh3cOfpInstanceCtrConnectType OBJECT-TYPE The value of the controller's type. | 1.3.6.1.4.1.25506.2.167.1.1.1.4 | INTEGER {tcp(1), ssl(2)} | read-only | current |
| hh3cOfpInstanceCtrConnectState OBJECT-TYPE The value of the controller's state. | 1.3.6.1.4.1.25506.2.167.1.1.1.5 | INTEGER {idle(0), established(1)} | read-only | current |
| hh3cOfpInstanceCtrSSLPolicy OBJECT-TYPE SSL policy name for SSL connection with controller. | 1.3.6.1.4.1.25506.2.167.1.1.1.6 | OCTET STRING (SIZE(0..31)) | read-only | current |
| hh3cOfpInstanceCtrVRFName OBJECT-TYPE VRF name for VPN connection with controller. | 1.3.6.1.4.1.25506.2.167.1.1.1.7 | OCTET STRING (SIZE(0..31)) | read-only | current |
| hh3cOfpInstanceCtrIPType OBJECT-TYPE The IP addresses type of the Controller's IP Address. | 1.3.6.1.4.1.25506.2.167.1.1.1.8 | InetAddressType | read-only | current |
| hh3cOfpInstanceCtrIPaddress OBJECT-TYPE Controller's IP address. The type of this address is determined by the value of hh3cOfpInstanceCtrIPType. | 1.3.6.1.4.1.25506.2.167.1.1.1.9 | InetAddress | read-only | current |
| hh3cOfpInstanceCtrPort OBJECT-TYPE Controller's port, Default value is 6633. | 1.3.6.1.4.1.25506.2.167.1.1.1.10 | Integer32 (1..65535) | read-only | current |
| hh3cOfpInstanceFlowTableTable OBJECT-TYPE Information about OpenFlow flow tables. | 1.3.6.1.4.1.25506.2.167.1.2 | not-accessible | current | |
| hh3cOfpInstanceFlowTableEntry OBJECT-TYPE Define the index of hh3cOfpInstanceFlowTableTable. | 1.3.6.1.4.1.25506.2.167.1.2.1 | not-accessible | current | |
| hh3cOfpFlowTableInstanceID OBJECT-TYPE Index of an OpenFlow instance | 1.3.6.1.4.1.25506.2.167.1.2.1.1 | Integer32 (1..4094) | not-accessible | current |
| hh3cOfpInstanceTableID OBJECT-TYPE Index of an OpenFlow table. | 1.3.6.1.4.1.25506.2.167.1.2.1.2 | Integer32 (0..254) | not-accessible | current |
| hh3cOfpInstanceFlowEntryNumCtrl OBJECT-TYPE Number of flow entries added by controllers in an OpenFlow flow table. | 1.3.6.1.4.1.25506.2.167.1.2.1.3 | Unsigned32 | read-only | current |
| hh3cOfpInstanceFlowEntryTotalNum OBJECT-TYPE Total number of flow entries in an OpenFlow table. | 1.3.6.1.4.1.25506.2.167.1.2.1.4 | Unsigned32 | read-only | current |
| hh3cOfpInstanceFlowEntryLimit OBJECT-TYPE Flow entry count limit in an OpenFlow table. | 1.3.6.1.4.1.25506.2.167.1.2.1.5 | Unsigned32 | read-only | current |
| hh3cOfpMibTrap OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.167.2 | |||
| hh3cOfpMibTrapOid OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.167.2.1 | |||
| hh3cOfpTrapDisconnectReason OBJECT-TYPE Reason why this instance is disconnected from a controller 0: Unknown reason. 1: Undo commands executed 2: Echo timeout. 3: Hello failed. 4: Receiving Hello packets timed out. 5: Receiving messages failed. 6: Epoll error. 7: VRF deleted. 8: VRF global port down. 9: Failed to recycle the buffer. 10: AP down. | 1.3.6.1.4.1.25506.2.167.2.1.1 | Integer32 (0..10) | accessible-for-notify | current |
| hh3cOfpTraps OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.167.2.2 | |||
| hh3cOfpTrapsPrefix OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.167.2.2.0 |
Notifications
| Name | OID | Status |
|---|---|---|
| hh3cOfpControllerDisconnect NOTIFICATION-TYPE This trap is generated when the instance is disconnected from the controller. The disconnection reason is hh3cOfpTrapDisconnectReason. | 1.3.6.1.4.1.25506.2.167.2.2.0.1 | current |
| hh3cOfpControllerConnect NOTIFICATION-TYPE This trap is generated when the instance is connected to the controller. | 1.3.6.1.4.1.25506.2.167.2.2.0.2 | current |