ATM-OPT-MIB: View SNMP OID List / Download MIB

VENDOR: CODEX


 Home MIB: ATM-OPT-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
 codex 1.3.6.1.4.1.449
         cdxProductSpecific 1.3.6.1.4.1.449.2
             cdx6500 1.3.6.1.4.1.449.2.1
                 cdx6500Configuration 1.3.6.1.4.1.449.2.1.2
                     cdx6500CfgProtocolGroup 1.3.6.1.4.1.449.2.1.2.1
                         cdx6500PCTPortProtocolGroup 1.3.6.1.4.1.449.2.1.2.1.1
                             cdx6500PPCTATMPortTable 1.3.6.1.4.1.449.2.1.2.1.1.35 no-access
This table contains ATM Port configuration parameters.
                                   cdx6500PPCTATMPortEntry 1.3.6.1.4.1.449.2.1.2.1.1.35.1 no-access
Entries in the ATM Port Configuration Table.
                                       atmPCfgPortNumber 1.3.6.1.4.1.449.2.1.2.1.1.35.1.1 integer read-only
Port number of this port.
                                       atmPCfgPortType 1.3.6.1.4.1.449.2.1.2.1.1.35.1.2 integer read-only
Port type of the Port. Enumeration: 'atm': 57.
                                       atmPCfgMaxVPIRange 1.3.6.1.4.1.449.2.1.2.1.1.35.1.3 integer read-only
This parameter specifies the maximum VPI value that any station on this port can operate with. Increasing this value has the effect of decreasing the maximum VPI that can be specified .
                                       atmPCfgMaxVCIRange 1.3.6.1.4.1.449.2.1.2.1.1.35.1.4 integer read-only
This parameter specifies the maximum VCI value that any station on this port can operate with. Increasing this value has the effect of decreasing the maximum VCI that can be specified .
                                       atmPCfgLinkAssuranceTimer 1.3.6.1.4.1.449.2.1.2.1.1.35.1.5 integer read-only
If PVC Link Assurance Method is set to LOOPBACK, this is the amount of time in seconds between sending F5 loopback cells .
                                       atmPCfgLinkAssuranceCount 1.3.6.1.4.1.449.2.1.2.1.1.35.1.6 integer read-only
If PVC Link Assurance Method is set to LOOPBACK, this is the number of retries sent before declaring that the link is down .
                                       atmPCfgCCActDeactTimer 1.3.6.1.4.1.449.2.1.2.1.1.35.1.7 integer read-only
If PVC Link Assurance Method is set to NEGOTIATE CC cells this is the amount of time in seconds between retransmissions of Activate or Deactivate cells.
                                       atmPCfgCCActDeactCount 1.3.6.1.4.1.449.2.1.2.1.1.35.1.8 integer read-only
If PVC Link Assurance Method is set to NEGOTIATE CC cells this is the number of times to send an Activate or Deactivate cell before declaring that the negotiation procedure has failed .
                                       atmPCfgVCCTrafficPrioritization 1.3.6.1.4.1.449.2.1.2.1.1.35.1.9 integer read-only
All station VCCs that operate on the port must run with the same traffic prioritization dicipline. This port parameter specifies the priorization as follows: DISABLE - There is no prioritization of traffic within a VCC. SEQUENCE - High priority and normal priority traffic are placed in separate queues which are serviced in sequential round robin order. PRIORITY - High priority and normal priority traffic are placed in separate queues. The high priority queue is serviced completely before the low priority queue. Enumeration: 'priority': 3, 'disable': 1, 'sequence': 2.
                         cdx6500PCTStationProtocolGroup 1.3.6.1.4.1.449.2.1.2.1.3
                             cdx6500SPCTATMStationTable 1.3.6.1.4.1.449.2.1.2.1.3.10 no-access
This table contains ATM Station configuration parameters.
                                   cdx6500SPCTATMStationEntry 1.3.6.1.4.1.449.2.1.2.1.3.10.1 no-access
Entries in the ATM Station Configuration Table.
                                       atmSCfgPortNumber 1.3.6.1.4.1.449.2.1.2.1.3.10.1.1 integer read-only
The ATM port number corresponding to this station.
                                       atmSCfgStnNumber 1.3.6.1.4.1.449.2.1.2.1.3.10.1.2 integer read-only
The number of the configured ATM Station.
                                       atmSCfgVPI 1.3.6.1.4.1.449.2.1.2.1.3.10.1.3 integer read-only
The Virtual Path Identifier (VPI) is the provisioned virtual path number for the station of circuit type PVC on the ATM port.
                                       atmSCfgVCI 1.3.6.1.4.1.449.2.1.2.1.3.10.1.4 integer read-only
The Virtual Circuit Identifier (VCI) is the provisioned virtual circuit number for the station of circuit type PVC on the ATM port.
                                       atmSCfgLinkAssuranceMethod 1.3.6.1.4.1.449.2.1.2.1.3.10.1.5 integer read-only
PVC link assurance method to use: DISABLED - No checking is performed LOOPBACK - Periodically send a loopback cell NEGOTIATE - Negotiate use of CC cells ENABLED - Always use CC cells . Enumeration: 'disabled': 1, 'nogotiate': 4, 'enabled': 3, 'loopback': 2.
                                       atmSCfgTrafficServiceCategory 1.3.6.1.4.1.449.2.1.2.1.3.10.1.6 integer read-only
The service category is the traffic type for the operation of the station. The traffic types are: UBR - Unspecified Bit Rate CBR - Constant Bit Rate VBR - Variable Bit Rate. Enumeration: 'cbr': 2, 'vbr': 3, 'ubr': 1.
                                       atmSCfgPeakCellRate 1.3.6.1.4.1.449.2.1.2.1.3.10.1.7 integer read-only
This parameter (PCR) specifies the rate (cells per second) the network agrees to receive cells from the station PCR is configuredin multiples of 20 cells per second.
                                       atmSCfgVBRTrafficShaping 1.3.6.1.4.1.449.2.1.2.1.3.10.1.8 integer read-only
Specifies whether a station configured for VBR traffic category conforms to single or dual leaky bucket traffic shaping. Single leaky bucket means the traffic is shaped to only a PCR. Dual bucket shaping means traffic is shaped to PCR as well as SCR and MBS. SINGLE - Single Bucket VBR DUAL - Dual Bucket VBR. Enumeration: 'single': 2, 'dual': 1.
                                       atmSCfgVCCPriorityLevel 1.3.6.1.4.1.449.2.1.2.1.3.10.1.9 integer read-only
This parameter controls the priority of the station VCC in comparison to other stations within the same service category (either UBR or VBR). For VBR traffic category, setting this parameter to HIGH classifies a VCC as VBRrt (VBR real time). For VBRnrt (non-real time) select NORMAL. NORMAL - Normal priority HIGH - High priority. Enumeration: 'high': 2, 'normal': 1.
                                       atmSCfgSustainableCellRate 1.3.6.1.4.1.449.2.1.2.1.3.10.1.10 integer read-only
This parameter (SCR) specifies the rate (cells per second) the network agrees to receive cells from the station. This parameter characterizes the amount of sustainable bandwidth for VBR traffic class. The SCR cannot be greater than the link speed: 3620 for T1, 4800 for E1, 105500 for T3 (96000 for PLCP), 81040 for E3.
                                       atmSCfgMaximumBustSize 1.3.6.1.4.1.449.2.1.2.1.3.10.1.11 integer read-only
Maximum burst size for VBR traffic in cells
                 cdx6500Statistics 1.3.6.1.4.1.449.2.1.3
                     cdx6500StatProtocolGroup 1.3.6.1.4.1.449.2.1.3.1
                         cdx6500PSTPortProtocolGroup 1.3.6.1.4.1.449.2.1.3.1.1
                             cdx6500PPSTATMPStatsTable 1.3.6.1.4.1.449.2.1.3.1.1.36
                                   cdx6500PPSTATMPortTable 1.3.6.1.4.1.449.2.1.3.1.1.36.1 no-access
This table contains ATM Port Statistics parameters.
                                       cdx6500PPSTATMPortEntry 1.3.6.1.4.1.449.2.1.3.1.1.36.1.1 no-access
Entries in the ATM Port Statistics Table.
                                           atmPStatsPortNumber 1.3.6.1.4.1.449.2.1.3.1.1.36.1.1.1 integer read-only
The port number of the ATM port.
                                           atmPStatsPortType 1.3.6.1.4.1.449.2.1.3.1.1.36.1.1.2 integer read-only
Port type of this port. Enumeration: 'atm': 57.
                                           atmPStatsPortStatus 1.3.6.1.4.1.449.2.1.3.1.1.36.1.1.3 displaystring read-only
Specifies the current port status.
                                   cdx6500PPSTATMDataSummaryTable 1.3.6.1.4.1.449.2.1.3.1.1.36.2 no-access
This table contains ATM Port Data Summary Statistics parameters.
                                       cdx6500PPSTATMDataSummaryEntry 1.3.6.1.4.1.449.2.1.3.1.1.36.2.1 no-access
Entries in the ATM Port Data Summary Statistics Table.
                                           atmDataSummPortNumber 1.3.6.1.4.1.449.2.1.3.1.1.36.2.1.1 integer read-only
The port number of the ATM port.
                                           atmPStatsOctetsInTotal 1.3.6.1.4.1.449.2.1.3.1.1.36.2.1.2 counter read-only
Number of characters received since last boot or statistics reset.
                                           atmPStatsOctetsOutTotal 1.3.6.1.4.1.449.2.1.3.1.1.36.2.1.3 counter read-only
Number of characters transmitted since last boot or statistics reset.
                                           atmPStatsOctetsInPerSec 1.3.6.1.4.1.449.2.1.3.1.1.36.2.1.4 integer read-only
Average number of characters received per second.
                                           atmPStatsOctetsOutPerSec 1.3.6.1.4.1.449.2.1.3.1.1.36.2.1.5 integer read-only
Average number of characters transmitted per second.
                                           atmPStatsFramesInTotal 1.3.6.1.4.1.449.2.1.3.1.1.36.2.1.6 counter read-only
Number of frames received since last boot or statistics reset.
                                           atmPStatsFramesOutTotal 1.3.6.1.4.1.449.2.1.3.1.1.36.2.1.7 counter read-only
Number of frames transmitted since last boot or statistics reset.
                                           atmPStatsFramesInPerSec 1.3.6.1.4.1.449.2.1.3.1.1.36.2.1.8 integer read-only
Average number of frames received per second.
                                           atmPStatsFramesOutPerSec 1.3.6.1.4.1.449.2.1.3.1.1.36.2.1.9 integer read-only
Average number of frames transmitted per second.
                                           atmPStatsOAMCellInTotal 1.3.6.1.4.1.449.2.1.3.1.1.36.2.1.10 counter read-only
Number of OAM Cells received since last boot or statistics.
                                           atmPStatsOAMCellOutTotal 1.3.6.1.4.1.449.2.1.3.1.1.36.2.1.11 counter read-only
Number of OAM Cells transmitted since last boot or statistics.
                                           atmPStatsATMCellInTotal 1.3.6.1.4.1.449.2.1.3.1.1.36.2.1.12 counter read-only
Number of ATM Cells received since last boot or statistics.
                                           atmPStatsATMCellOutTotal 1.3.6.1.4.1.449.2.1.3.1.1.36.2.1.13 counter read-only
Number of ATM Cells transmitted since last boot or statistics.
                                           atmPStatsErrorCellCor 1.3.6.1.4.1.449.2.1.3.1.1.36.2.1.14 integer read-only
HEC(Cor) errors in Physical Layer.
                                           atmPStatsErrorCellDis 1.3.6.1.4.1.449.2.1.3.1.1.36.2.1.15 integer read-only
HEC(Dis) errors in Physical Layer.
                                           atmPStatsCellDelineateState 1.3.6.1.4.1.449.2.1.3.1.1.36.2.1.16 displaystring read-only
ATM Physical Layer state.
                                           atmPStatsCellStateChangeTime 1.3.6.1.4.1.449.2.1.3.1.1.36.2.1.17 displaystring read-only
The state change time in ATM Physical Layer.
                                           atmPStatsDiscardedFrames 1.3.6.1.4.1.449.2.1.3.1.1.36.2.1.18 counter read-only
The total number of dicarded frames.
                         cdx6500PSTStationProtocolGroup 1.3.6.1.4.1.449.2.1.3.1.3
                             cdx6500SPSTATMSStatsTable 1.3.6.1.4.1.449.2.1.3.1.3.11
                                   atmSGenStatsTable 1.3.6.1.4.1.449.2.1.3.1.3.11.1 no-access
This table contains ATM Station Statistics parameters.
                                       cdx6500atmSGenStatsEntry 1.3.6.1.4.1.449.2.1.3.1.3.11.1.1 no-access
Entries in the ATM Station Statistics Table.
                                           atmSGenStatsPortNumber 1.3.6.1.4.1.449.2.1.3.1.3.11.1.1.1 integer read-only
The ATM port number corresponding to this station.
                                           atmSGenStatsStnNumber 1.3.6.1.4.1.449.2.1.3.1.3.11.1.1.2 integer read-only
The number of the ATM Station.
                                           atmSStatsStnStatus 1.3.6.1.4.1.449.2.1.3.1.3.11.1.1.3 displaystring read-only
Status of the station.
                                           atmSStatsVPI 1.3.6.1.4.1.449.2.1.3.1.3.11.1.1.4 integer read-only
The VPI of ATM Station.
                                           atmSStatsVCI 1.3.6.1.4.1.449.2.1.3.1.3.11.1.1.5 integer read-only
The VCI of the ATM Station.
                                           atmSStatsAdmState 1.3.6.1.4.1.449.2.1.3.1.3.11.1.1.6 integer read-only
The VCI of the ATM Station. Enumeration: 'enable': 2, 'disable': 1.
                                           atmSStatsPeer 1.3.6.1.4.1.449.2.1.3.1.3.11.1.1.7 integer read-only
The Peer state of the ATM Station.
                                           atmSStatsAdjacent 1.3.6.1.4.1.449.2.1.3.1.3.11.1.1.8 integer read-only
The Adjacent state of the ATM Station.
                                   atmSDataSummaryStatsTable 1.3.6.1.4.1.449.2.1.3.1.3.11.2 no-access
This table contains ATM Station Data Summary Statistics parameters.
                                       cdx6500atmSDataSummaryStatsEntry 1.3.6.1.4.1.449.2.1.3.1.3.11.2.1 no-access
Entries in the ATM Station Data Summary Statistics Table.
                                           atmSDataSummStatsPortNumber 1.3.6.1.4.1.449.2.1.3.1.3.11.2.1.1 integer read-only
The ATM port number corresponding to this station.
                                           atmSDataSummStatsStnNumber 1.3.6.1.4.1.449.2.1.3.1.3.11.2.1.2 integer read-only
The number of the ATM station.
                                           atmSStatsOctetsInTotal 1.3.6.1.4.1.449.2.1.3.1.3.11.2.1.3 counter read-only
Number of characters received since last node boot or statistics reset.
                                           atmSStatsOctetsOutTotal 1.3.6.1.4.1.449.2.1.3.1.3.11.2.1.4 counter read-only
Number of characters transmitted since last node boot or statistics reset.
                                           atmSStatsFrameInTotal 1.3.6.1.4.1.449.2.1.3.1.3.11.2.1.5 counter read-only
Number of frames transmitted since last node boot or statistics reset.
                                           atmSStatsFrameOutTotal 1.3.6.1.4.1.449.2.1.3.1.3.11.2.1.6 counter read-only
Number of frames transmitted since last node boot or statistics reset.
                                           atmSStatsF5CellInTotal 1.3.6.1.4.1.449.2.1.3.1.3.11.2.1.7 counter read-only
Number of F5 Cells received since last node boot or statistics reset.
                                           atmSStatsF5CellOutTotal 1.3.6.1.4.1.449.2.1.3.1.3.11.2.1.8 counter read-only
Number of F5 Cells transmitted since last node boot or statistics reset.
                                           atmSStatsAISCellInTotal 1.3.6.1.4.1.449.2.1.3.1.3.11.2.1.9 counter read-only
Number of AIS Cells received since last node boot or statistics reset.
                                           atmSStatsRDICellInTotal 1.3.6.1.4.1.449.2.1.3.1.3.11.2.1.10 counter read-only
Number of RDI Cells received since last node boot or statistics reset.
                                           atmSStatsRDICellOutTotal 1.3.6.1.4.1.449.2.1.3.1.3.11.2.1.11 counter read-only
Number of RDI Cells transmitted since last node boot or statistics reset.
                                           atmSStatsCCCellInTotal 1.3.6.1.4.1.449.2.1.3.1.3.11.2.1.12 counter read-only
Number of CC Cells received since last node boot or statistics reset.
                                           atmSStatsCCCellOutTotal 1.3.6.1.4.1.449.2.1.3.1.3.11.2.1.13 counter read-only
Number of CC Cells transmitted since last node boot or statistics reset.
                                           atmSStatsVCFailure 1.3.6.1.4.1.449.2.1.3.1.3.11.2.1.14 integer read-only
The state of VC Failures.
                                           atmSStatsVCAssuranceState 1.3.6.1.4.1.449.2.1.3.1.3.11.2.1.15 displaystring read-only
The state of VC AssuranceState.
                                           atmSStatsOctetsInPerSec 1.3.6.1.4.1.449.2.1.3.1.3.11.2.1.16 counter read-only
The number of Octests in per second.
                                           atmSStatsOctetsOutPerSec 1.3.6.1.4.1.449.2.1.3.1.3.11.2.1.17 counter read-only
The number of Octests out per second.
                                           atmSStatsFramesInPerSec 1.3.6.1.4.1.449.2.1.3.1.3.11.2.1.18 counter read-only
The number of frames in per second.
                                           atmSStatsFramesOutPerSec 1.3.6.1.4.1.449.2.1.3.1.3.11.2.1.19 counter read-only
The number of frames out per second.
                                           atmSStatsDiscardedFrames 1.3.6.1.4.1.449.2.1.3.1.3.11.2.1.20 counter read-only
The total number of frames discarded.
                                           atmSStatsCIBitInForIWF 1.3.6.1.4.1.449.2.1.3.1.3.11.2.1.21 counter read-only
The total number of CI Bit in.
                                           atmSStatsCIBitOutForIWF 1.3.6.1.4.1.449.2.1.3.1.3.11.2.1.22 counter read-only
The total number of CI Bit out.
                                           atmSStatsCLPBitInForIWF 1.3.6.1.4.1.449.2.1.3.1.3.11.2.1.23 counter read-only
The total number of CLP Bit in.
                                           atmSStatsCLPBitOutForIWF 1.3.6.1.4.1.449.2.1.3.1.3.11.2.1.24 counter read-only
The total number of CLP Bit out.
                                           atmSStatsUUBitInForIWF 1.3.6.1.4.1.449.2.1.3.1.3.11.2.1.25 counter read-only
The total number of UU Bit in.
                                           atmSStatsUUBitOutForIWF 1.3.6.1.4.1.449.2.1.3.1.3.11.2.1.26 counter read-only
The total number of UU Bit out.
                 cdx6500Controls 1.3.6.1.4.1.449.2.1.4
                     cdx6500ContATMTable 1.3.6.1.4.1.449.2.1.4.24
                           cdx6500ATMPContTable 1.3.6.1.4.1.449.2.1.4.24.1 no-access
Control parameters for ATM ports.
                               cdx6500ATMPContEntry 1.3.6.1.4.1.449.2.1.4.24.1.1 no-access
Each control applies to a single ATM port.
                                   atmPContPortNumber 1.3.6.1.4.1.449.2.1.4.24.1.1.1 integer no-access
Port number of the ATM port.
                                   atmPContPortControl 1.3.6.1.4.1.449.2.1.4.24.1.1.2 integer read-write
Control operations for the specified ATM port. boot - Boots the ATM port resetstats - Resets the ATM port statistics. Enumeration: 'resetstats': 2, 'boot': 1.
                           cdx6500ATMSContTable 1.3.6.1.4.1.449.2.1.4.24.2 no-access
Control parameters for ATM stations.
                               cdx6500ATMSContEntry 1.3.6.1.4.1.449.2.1.4.24.2.1 no-access
Each control applies to a single ATM station.
                                   atmSContPortNumber 1.3.6.1.4.1.449.2.1.4.24.2.1.1 integer no-access
The ATM port number corresponding to this station.
                                   atmSContStnNumber 1.3.6.1.4.1.449.2.1.4.24.2.1.2 integer no-access
ATM station number.
                                   atmSContStnControl 1.3.6.1.4.1.449.2.1.4.24.2.1.3 integer read-write
Control operations for the specified ATM station. boot - Boots the ATM station resetstats - Resets the ATM station statistics. Enumeration: 'resetstats': 2, 'boot': 1.