CONV-MIB: View SNMP OID List / Download MIB

VENDOR: MEMOTEC COMMUNICATIONS


 Home MIB: CONV-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 cxConvTable 1.3.6.1.4.1.495.2.1.6.8.1 no-access
Provides configuration information and attributes of each of the module's convergence ports. The table contains two rows of default entries; some of these entries can be modified. If required, you can add additional entries.
     cxConvEntry 1.3.6.1.4.1.495.2.1.6.8.1.1 no-access
         cxConvPort 1.3.6.1.4.1.495.2.1.6.8.1.1.1 integer read-only
Identifies the number of a specific convergence port. This number acts as an index to this and the cxFwkCircuitTable. Range of Values: 1 - 32 Default Value: None Note: The system defines two default entries; their respective values are 1 and 2.
         cxConvPortAlias 1.3.6.1.4.1.495.2.1.6.8.1.1.2 alias read-write
Determines a textual name (alias), assigned by the network administrator, which identifies a particular convergence port. The alias is used by the routing and bridging protocols when they bind to this port. Range of Values: 0-16 alphanumeric characters. (Note that the first character must be a letter, and spaces are not allowed). Default Value: none Note: The system defines two default entries; their respective values are CNV_PORT1 and CNV_PORT2. Configuration Changed: administrative
         cxConvRowStatus 1.3.6.1.4.1.495.2.1.6.8.1.1.3 integer read-write
Determines the status of the objects in a table row. Options: valid (1): values are enabled invalid (2) row is flagged, after next reset values will be disabled and the row will be deleted from the table). Default Value: valid Configuration Changed: administrative Enumeration: 'valid': 2, 'invalid': 1.
         cxConvIfIndex 1.3.6.1.4.1.495.2.1.6.8.1.1.4 integer read-only
Identifies the table row that contains configuration or monitoring objects for a specific type of physical interface. Range of Values: 1 to the number of entries in the interface table. Default Value: None
         cxConvState 1.3.6.1.4.1.495.2.1.6.8.1.1.5 integer read-write
Determines whether the convergence port is active (on). When the object is set to on, transmission can begin over the port; when the object is set to off transmission will be stopped. Options: on (1) off (2) Default Value: on Configuration Changed: administrative Enumeration: 'on': 1, 'off': 2.
         cxConvCompression 1.3.6.1.4.1.495.2.1.6.8.1.1.6 integer read-write
Determines whether the port is linked to a compression port. If the port is not linked to a compression port the value is 0. If the port is linked to a compression port, then the object identifies the compression port number (CompressPortNumber on CompressTable.) Range of Values: 0 to 64. Default Value: 0. Configuration Changed: administrative
         cxConvCompCompatibility 1.3.6.1.4.1.495.2.1.6.8.1.1.7 integer read-write
Determines the data compression synchronization algorithm. When the CX1000 interfaces with Memotec models CL2800, CL5050, CL5200, CL5300, or CL5500, this object must be set to compatibleACC; when it interfaces with any other product the object must be set to compatibleMemotec. The CX900 must always be set to compatibleMemotec. Options: compatibleMemotec (1) compatibleACC (2) Default Value: compatibleMemotec (1) Configuration Changed: administrative Enumeration: 'compatibleACC': 2, 'compatibleMemotec': 1.
 cxFwkCircuitTable 1.3.6.1.4.1.495.2.1.6.8.2 no-access
Provides the attributes of the WAN service(s) used and the circuits established by each convergence port. It also identifies statistical information about the WAN circuits. The table contains two rows of default entries; some of these entries can be modified. If required, you can add additional entries.
     cxFwkCircuitEntry 1.3.6.1.4.1.495.2.1.6.8.2.1 no-access
         cxFwkCircuitPort 1.3.6.1.4.1.495.2.1.6.8.2.1.1 integer read-only
Identifies the convergence port by a unique index number. This number acts as an index for this and the cxConvTable. Range of Values: 1 to the number of convergence ports Default Values: none Note that the system defines two default entries; their respective values are 1 and 2.
         cxFwkCircuitState 1.3.6.1.4.1.495.2.1.6.8.2.1.2 integer read-only
Identifies the current state of the circuit between the convergence port and the destination port. Options: opened (1): The circuit is active closed (2): The circuit is not active opening (3): The circuit is being activated openFailed (4): The circuit could not be opened. idle (256): There is no activity over the circuit. Default Value: None Configuration Changed: administrative Enumeration: 'openFailed': 4, 'idle': 256, 'opened': 1, 'closed': 2, 'opening': 3.
         cxFwkCircuitRowStatus 1.3.6.1.4.1.495.2.1.6.8.2.1.3 integer read-write
Determines the status of the objects in a table row. Options: invalid (1): row is flagged, after next reset the values will be disabled and the row will be deleted from the table. valid (2): values are enabled Default Value: valid Configuration Changed: administrative Enumeration: 'valid': 2, 'invalid': 1.
         cxFwkServiceType 1.3.6.1.4.1.495.2.1.6.8.2.1.4 integer read-write
Determines the WAN service used. At the present time, frame relay is the only WAN service available. Options: frameRelay (1) notSpecified (256) Default Value: frameRelay (1) Configuration Changed: administrative Enumeration: 'notSpecified': 256, 'frameRelay': 1.
         cxFwkServiceProtocol 1.3.6.1.4.1.495.2.1.6.8.2.1.5 integer read-write
Identifies the type of connection the WAN service uses. At the present time, Permanent Virtual Circuit (PVC) is the only type of connection available. Options cls (1) pvc (2) svc (3) char (4) Default Value: pvc (2) Configuration Changed: administrative Enumeration: 'char': 4, 'pvc': 2, 'svc': 3, 'cls': 1.
         cxFwkServiceName 1.3.6.1.4.1.495.2.1.6.8.2.1.6 octet string read-only
Identifies the textual name of the WAN service used. The system updates the name automatically when it selects a WAN service for transmission. Frame Relay is the only WAN service currently available. Range of Values: 1 to 16 alphanumeric characters Default Value: None
         cxFwkDestAddress 1.3.6.1.4.1.495.2.1.6.8.2.1.7 octet string read-only
Identifies the address used to reach the WAN service provider. Range of Values: 20 octets, each octet ranging from 00 to FF. Default Value: None
         cxFwkDestAlias 1.3.6.1.4.1.495.2.1.6.8.2.1.8 alias read-write
Determines a unique textual name (assigned by a network administrator) identifying the destination frame relay circuit. Range of Values: 0-16 alphanumeric characters. (Note that the first character must be a letter; spaces are not allowed). Default Value: none Note: The system defines two default entries; their respective values are PRIMARY_DEST and BACKUP_DEST. Related Parameter: The name must equal a destination alias defined using the object frpCircuitAlias in the FrameRelayCicuitCfgTable. Configuration Changed: administrative
         cxFwkServiceCircuitMdu 1.3.6.1.4.1.495.2.1.6.8.2.1.9 integer read-write
Determines the maximum size of the data unit (in octets) that may be transmitted over the WAN circuit. Range of Values: 0 to 8192 Default Value: 1600 Configuration Changed: administrative
         cxFwkServiceCost 1.3.6.1.4.1.495.2.1.6.8.2.1.10 integer read-write
Determines the cost of the WAN service. Cost is typically inverse to the throughput. The smaller the number, the greater the throughput on the port. A value of 0 indicates that the cost is not known. Range of Values: 0 to 1000000 Default Value: 0 Configuration Changed: administrative
         cxFwkServiceCardId 1.3.6.1.4.1.495.2.1.6.8.2.1.11 integer read-only
Identifies the number of the chassis slot that contains the WAN service (FR600). This object is not applicable in the CX900 architecture. Range of Values: 1-16 Default Value: None
         cxFwkServiceSapId 1.3.6.1.4.1.495.2.1.6.8.2.1.12 integer read-only
Identifies the ID of the WAN service's SAP (service access point) that the convergence port uses to establish the circuit. This object is not used if there is only one SAP on the WAN service. Range of Values: 0 to 65535 Default Value: None
         cxFwkServiceRouteRef 1.3.6.1.4.1.495.2.1.6.8.2.1.13 integer read-write
Determines a routing reference number. This number provides a reference for WAN service providers that offer multiplexing (it is required in situations where multiple convergence ports are multiplexed over the same DLCI). If the WAN provider doesn't provide multiplexing, then the object should be set to 0. If the WAN provider does provide multiplexing, a value of 0 instructs the provider not to multiplex other LAN traffic over the same circuit and the frame must be sent as received (regular RFC 1490 encapsulation in the case of frame relay service provider). If the value is set to other than 0 (1-255), the provider will use this number as a reference in its multiplexing encapsulation header. Each reference within the same WAN circuit must be unique. Range of Values: 0-255 Default Value: None Configuration Changed: administrative
         cxFwkStatsInternalErrors 1.3.6.1.4.1.495.2.1.6.8.2.1.15 counter read-only
Identifies the number of internal errors recognized by the convergence port. Range of Values: 1 to 4, 294, 967, 295 Default Value: 0
         cxFwkStatsRegistrationErrors 1.3.6.1.4.1.495.2.1.6.8.2.1.16 counter read-only
Identifies the number of errors that occurred when the convergence port attempted to register itself to the framework. Range of Values: 1 to 4, 294, 967, 295 Default Value: 0
         cxFwkStatsQueryErrors 1.3.6.1.4.1.495.2.1.6.8.2.1.17 counter read-only
Identifies the number of times the convergence port requested a service that was not available. Range of Values: 1 to 4, 294, 967, 295 Default Value: 0
         cxFwkStatsOpenErrors 1.3.6.1.4.1.495.2.1.6.8.2.1.18 counter read-only
Identifies the number of errors that occurred when the convergence port attempted to establish a connection with a WAN service. A value here may indicate congestion at the WAN service, or a configuration problem. Range of Values: 1 to 4, 294, 967, 295 Default Value: 0
         cxFwkStatsResets 1.3.6.1.4.1.495.2.1.6.8.2.1.19 counter read-only
Identifies the number of resets received from the WAN service. A large value here may signify a breakdown on the bus or the WAN circuit. Range of Values: 1 to 4, 294, 967, 295 Default Value: 0