MPOA-EXT-MIB: View SNMP OID List / Download MIB
VENDOR: CENTILLION NETWORKS
Home | MIB: MPOA-EXT-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
cnMpoaExt | 1.3.6.1.4.1.930.3.7 | |||
cnMpcConfigTable | 1.3.6.1.4.1.930.3.7.2 | no-access |
The MPOA Bay Networks proprietary Client Configuration Table. This table contains configuration information for all MPOA Clients which this agent manages. |
|
1.3.6.1.4.1.930.3.7.2.1 | no-access |
MPOA Client Bay Networks Configuration Entry. Each entry contains configuration information for one MPOA Client. |
||
cnMpcShareControlVccs | 1.3.6.1.4.1.930.3.7.2.1.1 | truthvalue | read-write |
This Parameter enables VCC sharing for MPOA Control VCCs if set to true. LLC encapsulation is always signaled, regardless of sharing. |
cnMpcShareDataVccs | 1.3.6.1.4.1.930.3.7.2.1.2 | truthvalue | read-write |
This parameter enables VCC sharing for MPOA Data VCCs if set to true. LLC encapsulation is always signaled, regardless of sharing. |
cnMpcValidEntryCheckInterval | 1.3.6.1.4.1.930.3.7.2.1.3 | integer | read-write |
This parameter specifies the interval in seconds, to check LOCAL IP FDB entries in the Valid state for minimum activity. |
cnMpcMinFlowPacketCount | 1.3.6.1.4.1.930.3.7.2.1.4 | integer | read-write |
This parameter specifies the minimum number of packets to be forwarded by a Local FDB Entry in the Valid state in cnMpcValidEntryCheckInterval to maintain minimum activity level. If minimum activity is not maintained, the entry is deleted. |
cnMpoaIpVerification | 1.3.6.1.4.1.930.3.7.3 | |||
cnMpoaIpVerificationTableType | 1.3.6.1.4.1.930.3.7.3.1 | integer | read-write |
This object controls the type of verification table that is being used. This object is used in combination with the status and download object and the IP verification table. Any change made to this object must be downloaded to the switch cards using the cnMpoaIpVerificationTableDownload object before the settings actually take effect. To enable a verification table, the table type must be set to exclusion or inclusion, enabled using the table status object and then downloaded to the cards using the download object. To delete the IP verification information, you must set the table status object to clear and then downloaded to the cards using the download object. When the information is deleted, the table type is read as unknown. To change the table type between exclusion and inclusion, you must first delete the IP verification information and then recreate it. Enumeration: 'unknown': 1, 'exclusion': 2, 'inclusion': 3. |
cnMpoaIpVerificationTableStatus | 1.3.6.1.4.1.930.3.7.3.2 | integer | read-write |
This object is used to enable, disable or clear the IP Verification information. Any change to this object information must be downloaded to the switch cards using the cnMpoaIpVerificationTableDownload object. An empty IP verification table will yield disable on a get. Enumeration: 'enable': 2, 'disable': 1, 'clear': 3. |
cnMpoaIpVerificationTableDownload | 1.3.6.1.4.1.930.3.7.3.3 | boolean | read-write |
Setting this object to true(1) causes the MPOA IP Verification Table information to be downloaded to all of the cards in the switch that support MPOA Clients (MPCs). You must download the IP Verification Table information to the cards before it will become effective when you are dynamically configuring this feature. The IP Verification Table is automatically downloaded to the MPC configured cards at card initialization. When read, this object always returns false(2). |
cnMpoaIpVerificationTable | 1.3.6.1.4.1.930.3.7.3.4 | no-access |
The MPC IP Verification Table is either an inclusion or exclusion list as indicated by the cnMpoaIpVerificationTableType object. Any change to this table must be downloaded to the switch cards using the cnMpoaIpVerificationTableDownload object. |
|
1.3.6.1.4.1.930.3.7.3.4.1 | no-access |
Each row of the cnMpoaIpVerificationTable consists of an IP address and IP mask that is used to identify a range of addresses that are included or excluded when creating MPOA IP shortcuts. This cnMpoaIpVerificationStatus object is used to control adding or deleting each row. |
||
cnMpoaIpVerificationAddress | 1.3.6.1.4.1.930.3.7.3.4.1.1 | ipaddress | read-only |
This object is one of the two keys used to access the cnMpoaIpVerificationTable entries. This object contains an IP address used in conjunction with the cnMpoaIpVerificationMask to identify a range of one or more IP addresses. |
cnMpoaIpVerificationMask | 1.3.6.1.4.1.930.3.7.3.4.1.2 | ipaddress | read-only |
This object is one of the two keys used to access the cnMpoaIpVerificationTable entries. This object contains an IP mask used in conjunction with the cnMpoaIpVerificationAddress to identify a range of one or more IP addresses. |
cnMpoaIpVerificationStatus | 1.3.6.1.4.1.930.3.7.3.4.1.3 | rowstatus | read-write |
Use this object to add or delete rows in the cnMpoaIpVerificationTable. To create new rows, use createAndGo(4) or createAndWait(5). To delete entries use destroy(6). A valid row will have the status of active(1) on a get. |