PORT-MIB: View SNMP OID List / Download MIB

VENDOR: CORIOLIS NETWORKS


 Home MIB: PORT-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
 portMIB 1.3.6.1.4.1.5812.3.1
The MIB module for cards in coriolis boxes
 portTable 1.3.6.1.4.1.5812.3.2
The port table. This contains the portNo variable, which is used as an index into specific port tables
     portEntry 1.3.6.1.4.1.5812.3.2.1
Entry containing the portNo variable
         portNo 1.3.6.1.4.1.5812.3.2.1.1
The purpose of this variable is to be used as index into tables
         mib2IfIndex 1.3.6.1.4.1.5812.3.2.1.2
This variable serves to identify the slot and port number.
 etherPortTable 1.3.6.1.4.1.5812.3.3
The ethernet port table. This table contains information about the ethernet ports in this device.
     etherPortEntry 1.3.6.1.4.1.5812.3.3.1
Entry containing information about ethernet ports
         etherPortSpeedCfg 1.3.6.1.4.1.5812.3.3.1.1
The desired port speed if Autonegotiation is disabled. Management control of the port speed can also be accomplished through the MAU MIB via ifMauDefaultType. Note that this object provides redundant information with ifMauType. Normally, redundant objects are discouraged. However, in this instance, it allows a management application to configure the duplex mode of an interface without having to know every possible value of ifMauType. This was felt to be sufficiently valuable to justify the redundancy.
         etherPortSpeedStatus 1.3.6.1.4.1.5812.3.3.1.2
The speed of the port. If autoneg is enabled, this is determined by the results of the autoneg process. If autoneg is disabled, this is the same as IfAdminSpeed.
         etherPortDuplexCfg 1.3.6.1.4.1.5812.3.3.1.3
The desired duplex mode of operation of the MAC entity if Autonegotiation is disabled. Management control of the duplex mode can also be accomplished through the MAU MIB via ifMauDefaultType.Note that this object provides redundant information with ifMauType. Normally, redundant objects are discouraged. However, in this instance, it allows a management application to configure the duplex mode of an interface without having to know every possible value of ifMauType. This was felt to be sufficiently valuable to justify the redundancy.
         etherPortLoopback 1.3.6.1.4.1.5812.3.3.1.4
Enables/disables loopback mode.
         etherPortPhyReset 1.3.6.1.4.1.5812.3.3.1.5
Ethernet port phy reset
         etherPortStatsTxPkts64Octets 1.3.6.1.4.1.5812.3.3.1.6
Total 64 byte packets transmitted on ethernet port.
         etherPortStatsTxPkts65to127Octets 1.3.6.1.4.1.5812.3.3.1.7
The total number of packets (including bad packets) transmitted that were between 65 and 127 octets in length inclusive (excluding framing bits but including FCS octets).
         etherPortStatsTxPkts128to255Octets 1.3.6.1.4.1.5812.3.3.1.8
The total number of packets (including bad packets) transmitted that were between 128 and 255 octets in length inclusive (excluding framing bits but including FCS octets).
         etherPortStatsTxPkts256to511Octets 1.3.6.1.4.1.5812.3.3.1.9
The total number of packets (including bad packets) transmitted that were between 256 and 511 octets in length inclusive (excluding framing bits but including FCS octets).
         etherPortStatsTxPkts512to1023Octets 1.3.6.1.4.1.5812.3.3.1.10
The total number of packets (including bad packets) transmitted that were between 512 and 1023 octets in length inclusive (excluding framing bits but including FCS octets).
         etherPortStatsTxPkts1024to1518Octets 1.3.6.1.4.1.5812.3.3.1.11
The total number of packets (including bad packets) transmitted that were between 1024 and 1518 octets in length inclusive (excluding framing bits but including FCS octets).
         etherPortStatsTxPkts1519to1530Octets 1.3.6.1.4.1.5812.3.3.1.12
The total number of packets (including bad packets) transmitted that were between 1519 and 1530 octets in length inclusive (excluding framing bits but including FCS octets).
         etherPortStatsTxFCSErrors 1.3.6.1.4.1.5812.3.3.1.13
Total packets transmitted on ethernet port with FCS errors (if MAC generates the FCS, this can never be incremented).
         etherPortStatsTxOversize 1.3.6.1.4.1.5812.3.3.1.14
Number of frames transmitted greater than 1518 bytes.
         etherPortStatsTxUndersize 1.3.6.1.4.1.5812.3.3.1.15
Number of packets less than 64 bytes transmitted.
         etherPortStatsTxControlFrames 1.3.6.1.4.1.5812.3.3.1.16
Number of control frames transmitted.
         etherPortStatsTxBadFifoUnderrun 1.3.6.1.4.1.5812.3.3.1.17
Number of bad frames (due to Transmit FIFO underrun) transmitted.
         etherPortStatsTxBadFifoOverrun 1.3.6.1.4.1.5812.3.3.1.18
Number of bad frames (due to Transmit FIFO overrun) transmitted.
         etherPortStatsTxDropFifoOverrun 1.3.6.1.4.1.5812.3.3.1.19
Number of frames dropped due to Transmit FIFO underrun.
         etherPortStatsTxBadParityError 1.3.6.1.4.1.5812.3.3.1.20
Number of bad frames (due to parity error) transmitted.
         etherPortStatsTxDropParityError 1.3.6.1.4.1.5812.3.3.1.21
Number of bad frames (due to parity error) dropped.
         etherPortStatsTxBadSequenceError 1.3.6.1.4.1.5812.3.3.1.22
Number of bad frames (due to frame Sequence Error) transmitted.
         etherPortStatsTxDropSequenceError 1.3.6.1.4.1.5812.3.3.1.23
Number of bad frames (due to frame Sequence Error) dropped.
         etherPortStatsTxBadJamError 1.3.6.1.4.1.5812.3.3.1.24
Number of bad frames (due to Jam Bit Error) transmitted.
         etherPortStatsTxDropJamError 1.3.6.1.4.1.5812.3.3.1.25
Number of bad frames (due to Jam Bit Error) dropped.
         etherPortSpeedTrapEnable 1.3.6.1.4.1.5812.3.3.1.26
Indicates whether portSpeedTrap traps should be generated for this interface.
         etherPortDuplexTrapEnable 1.3.6.1.4.1.5812.3.3.1.27
Ethernet port duplex trap enable
         etherPortAutonegTrapEnable 1.3.6.1.4.1.5812.3.3.1.28
Indicates whether autoNegCompleteTrap traps should be generated for this interface.
         etherPortRowStatus 1.3.6.1.4.1.5812.3.3.1.29
This variable is used to create or delete instances of ethernet ports This variable subsumes the admin state variable, and once the row is created, its value returns the admin state of the port
         etherPortAutonegAdvSpeed 1.3.6.1.4.1.5812.3.3.1.30
This specifies what speed capability is advertised for autonegotiation. If 100 MBPS is set, then 10 MBPS is also advertised.This does not apply to Gig Ethernet Phys, since they do not autonegotiate speed or duplex.
         etherPortAutonegAdvDuplex 1.3.6.1.4.1.5812.3.3.1.31
This specifies what duplex capability is advertised for autonegotiation. If Full Duplex is set, then Half Duplex is also adveetised.This does not apply to Gig Ethernet Phys, since they do not autonegotiate speed or duplex.
         etherPortPauseStateReceived 1.3.6.1.4.1.5812.3.3.1.32
The PAUSE mode received from the remote device, as read from the Auto Negotiation Partner Ability GMII Register of the PHY.If autoNegotiation is not enabled and completed, then this is set to undefined. This is used to determine the dot3PauseOperMode for the interface.
         etherPortVlanMode 1.3.6.1.4.1.5812.3.3.1.33
Specifies the VLAN mode for the port
         etherPortDefaultVlanId 1.3.6.1.4.1.5812.3.3.1.34
Specifies what the default Vlan Id is for the port. This is used on ingress only if vlanMode is Enabled and a frame is received either untagged or tagged with a VID not known to the port.
         etherPortRxOverrun 1.3.6.1.4.1.5812.3.3.1.35
The total number of packets dropped by the GMAC due to the occurence of a receive overrun (gig only- supported by GMAC-D2 and later)
         etherPortRxSyncErrors 1.3.6.1.4.1.5812.3.3.1.36
The total number of packets dropped due to loss of sync during packet reception. (GIG only- supported by GMAC-D2 and later)
         etherPortRxDelSeqErrors 1.3.6.1.4.1.5812.3.3.1.37
The total number of packets dropped due to delimiter sequence errors as detected by the GMAC during packet reception. (GIG only- supported by GMAC-D2 and later)
         etherPortRxFifoOverrunErrors 1.3.6.1.4.1.5812.3.3.1.38
The total number of packets dropped by the GMAC due to the occurence of a receive FIFO overrun (gig only- supported by GMAC-D2 and later)
         etherPortRxControlFrames 1.3.6.1.4.1.5812.3.3.1.39
Number of control frames received by this port
         etherPortRxThreshOvrszFrames 1.3.6.1.4.1.5812.3.3.1.40
The total number of threshold oversized frames received by the GMAC (gig only - supported by GMAC-D2 and later)
         etherPortStatsRxPkts1519to1530Octets 1.3.6.1.4.1.5812.3.3.1.41
The total number of packets (including bad packets) received that were between 1519 and 1530 octets in length inclusive (excluding framing bits but including FCS octets).
 tdmIoDS1PortTable 1.3.6.1.4.1.5812.3.4
The DS1 TDM IO Port Table
     tdmIoDS1PortEntry 1.3.6.1.4.1.5812.3.4.1
Entry containing information about TDM IO DS1 ports
         tdmIoDS1PortType 1.3.6.1.4.1.5812.3.4.1.1
The type of TDM IO DS1 port
         tdmIoDS1PortTiming 1.3.6.1.4.1.5812.3.4.1.2
Clock source for the DS1 port loopTiming indicates that the recovered re- ceive clock is used as the transmit clock. localTiming indicates that a local clock source is used or when an external clock is attached to the box containing the interface. throughTiming indicates that recovered re- ceive clock from another interface is used as the transmit clock.
         tdmIoDS1PortBuildOut 1.3.6.1.4.1.5812.3.4.1.5
Line Build Out for Signal Strength. For short haul, a distance (in feet) is chosen. For long haul, an attenuation strength is chosen in Decibels.
         tdmIoDS1PortFraming 1.3.6.1.4.1.5812.3.4.1.6
Framing type implemented for this interface.
         tdmIoDS1PortCoding 1.3.6.1.4.1.5812.3.4.1.7
The type of Zero Code Suppression used on this interface. B8ZS refers to the use of a specified pattern of normal bits and bipolar violations which are used to replace a sequence of eight zero bits. AMI refers to a mode wherein no zero code suppression is present and the line encoding does not solve the problem directly. In this application, the higher layer must provide data which meets or exceeds the pulse density requirements, such as inverting HDLC data.
         tdmIoDS1PortLoopbackState 1.3.6.1.4.1.5812.3.4.1.8
This object indicates the state of loopback on this interface. Idle indicates that there is no loopback running and running indicates that this interface is in loopback mode.
         tdmIoDS1PortLoopbackType 1.3.6.1.4.1.5812.3.4.1.9
This object indicates the type of loopback on this interface. noLoop - the interface is not in loopBack mode. localOn - the interface is running in internal loop. digitalOn - the interface is running in internal loop. remoteOn - the interface is looping away external data.
         tdmIoDS1PortLoopbackResults 1.3.6.1.4.1.5812.3.4.1.10
Results from previous loopback on this port
         tdmIoDS1PortLoopbackLLbActCode 1.3.6.1.4.1.5812.3.4.1.11
User code to enable Automatic Remote Loopback(ARL)
         tdmIoDS1PortLoopbackLLbDeactCode 1.3.6.1.4.1.5812.3.4.1.12
User code to disable Automatic Remote Loopback(ARL)
         tdmIoDS1PortLoopbackLlbActCodeLen 1.3.6.1.4.1.5812.3.4.1.13
Length of user code to enable Automatic Remote Loopback(ARL)
         tdmIoDS1PortLoopbackLlbDeactCodeLen 1.3.6.1.4.1.5812.3.4.1.14
Length of user code to disable Automatic Remote Loopback(ARL)
         tdmIoDS1PortLoopbackLlbControl 1.3.6.1.4.1.5812.3.4.1.15
LLBCODE(activate/deactivate) generation/monitoring control
         tdmIoDS1PortLoopbackLlbGenPath 1.3.6.1.4.1.5812.3.4.1.16
The path (xmit/rcv) for LLBCODE generation
         tdmIoDS1PortLoopbackLlbMonPath 1.3.6.1.4.1.5812.3.4.1.17
The path (xmit/rcv) for LLBCODE monitoring
         tdmIoDS1PortPrbsAlgorithm 1.3.6.1.4.1.5812.3.4.1.18
The PRBS Algorithm
         tdmIoDS1PortPrbsInversion 1.3.6.1.4.1.5812.3.4.1.19
Whether the PRBS stream will be inverted
         tdmIoDS1PortPrbsGenPath 1.3.6.1.4.1.5812.3.4.1.20
The PRBS generator path
         tdmIoDS1PortPrbsMonPath 1.3.6.1.4.1.5812.3.4.1.21
The PRBS monitor path
         tdmIoDS1PortPrbsMonitor 1.3.6.1.4.1.5812.3.4.1.22
PRBS monitor - is it off or on?
         tdmIoDS1PortPrbsTransmit 1.3.6.1.4.1.5812.3.4.1.23
PRBS or normal transmission on transmission line
         tdmIoDS1PortPrbsBec 1.3.6.1.4.1.5812.3.4.1.24
The PRBS bit error counter
         tdmIoDS1PortBertState 1.3.6.1.4.1.5812.3.4.1.25
User specified BERT status
         tdmIoDS1PortBertPattern 1.3.6.1.4.1.5812.3.4.1.26
User specified BERT type
         tdmIoDS1PortBertDuration 1.3.6.1.4.1.5812.3.4.1.27
User specified BERT duration
         tdmIoDS1PortBertResults 1.3.6.1.4.1.5812.3.4.1.28
Results from previous BERT test on this port
         tdmIoDS1PortLineESS15Min 1.3.6.1.4.1.5812.3.4.1.29
The 15 minute Line Errored Seconds Threshold
         tdmIoDS1PortPathESS15Min 1.3.6.1.4.1.5812.3.4.1.30
The 15 minute Path Errored Seconds Threshold
         tdmIoDS1PortLineESS1Day 1.3.6.1.4.1.5812.3.4.1.31
The 1 Day Line Errored Seconds Threshold
         tdmIoDS1PortPathESS1Day 1.3.6.1.4.1.5812.3.4.1.32
The 1 Day Path Errored Seconds Threshold
         tdmIoDS1PortPathCVS15Min 1.3.6.1.4.1.5812.3.4.1.33
The 15 minute Path Coding Violations Threshold
         tdmIoDS1PortPathCVS1Day 1.3.6.1.4.1.5812.3.4.1.34
The 1 day Path Coding Violations Threshold
         tdmIoDS1PortPathSESS15Min 1.3.6.1.4.1.5812.3.4.1.35
The 15 minute Path Severely Errored Seconds Threshold
         tdmIoDS1PortPathSESS1Day 1.3.6.1.4.1.5812.3.4.1.36
The 1 day Path Severely Errored Seconds Threshold
         tdmIoDS1PortPathSASS15Min 1.3.6.1.4.1.5812.3.4.1.37
The 15 minute Path AIS seconds Threshold
         tdmIoDS1PortPathSASS1Day 1.3.6.1.4.1.5812.3.4.1.38
The 1 day Path AIS seconds Threshold
         tdmIoDS1PortPathCSS15Min 1.3.6.1.4.1.5812.3.4.1.39
The 15 minute path controlled slip seconds threshold
         tdmIoDS1PortPathCSS1Day 1.3.6.1.4.1.5812.3.4.1.40
The 1 day path controlled slip seconds threshold
         tdmIoDS1PortPathUASS15Min 1.3.6.1.4.1.5812.3.4.1.41
The 15 minute path unavailable seconds threshold
         tdmIoDS1PortRowStatus 1.3.6.1.4.1.5812.3.4.1.42
This variable is used to create or delete instances of TDM IO DS1 ports. This variable subsumes the admin state variable, and once the row is created, its value returns the admin state of the port
         dsxStatus 1.3.6.1.4.1.5812.3.4.1.43
DSx line status.
         tdmIoDS1PortLCVCount 1.3.6.1.4.1.5812.3.4.1.44
Count of Line Code Violations.
 sonetPortTable 1.3.6.1.4.1.5812.3.5
The proprietary SONET Port Table
     sonetPortEntry 1.3.6.1.4.1.5812.3.5.1
Entry containing information about SONET ports
         sonetPortType 1.3.6.1.4.1.5812.3.5.1.1
The type of SONET port
         sonetPortIdString 1.3.6.1.4.1.5812.3.5.1.2
The identifier string for the SONET port
         sonetPortTiming 1.3.6.1.4.1.5812.3.5.1.3
Clock source for the port
         sonetPortLoopback 1.3.6.1.4.1.5812.3.5.1.4
The types of loopback available on the SONET interface.
         sonetPortScrambling 1.3.6.1.4.1.5812.3.5.1.5
Whether port scrambling is enabled or disabled
         sonetPortChannelization 1.3.6.1.4.1.5812.3.5.1.6
Whether the physical port is concatenated or not
         sonetPortConfigedChans 1.3.6.1.4.1.5812.3.5.1.7
The channels configured on the port
         sonetPortSectESS15Min 1.3.6.1.4.1.5812.3.5.1.8
15 minute section errored seconds threshold
         sonetPortLineESS15Min 1.3.6.1.4.1.5812.3.5.1.9
15 minute line errored seconds threshold
         sonetPortPathESS15Min 1.3.6.1.4.1.5812.3.5.1.10
15 minute path errored seconds threshold
         sonetPortSectESS1Day 1.3.6.1.4.1.5812.3.5.1.11
1 day section errored seconds threshold
         sonetPortLineESS1Day 1.3.6.1.4.1.5812.3.5.1.12
1 day line errored seconds threshold
         sonetPortPathESS1Day 1.3.6.1.4.1.5812.3.5.1.13
1 day path errored seconds threshold
         sonetPortSectCVS15Min 1.3.6.1.4.1.5812.3.5.1.14
15 minute section coding violations threshold
         sonetPortLineCVS15Min 1.3.6.1.4.1.5812.3.5.1.15
15 minute line coding violations threshold
         sonetPortPathCVS15Min 1.3.6.1.4.1.5812.3.5.1.16
15 minutes path coding violations threshold
         sonetPortSectCVS1Day 1.3.6.1.4.1.5812.3.5.1.17
1 day section coding violations threshold
         sonetPortLineCVS1Day 1.3.6.1.4.1.5812.3.5.1.18
1 day line coding violations threshold
         sonetPortPathCVS1Day 1.3.6.1.4.1.5812.3.5.1.19
1 day path coding violations threshold
         sonetPortSectSESS15Min 1.3.6.1.4.1.5812.3.5.1.20
15 minutes section severely errored seconds threshold
         sonetPortLineSESS15Min 1.3.6.1.4.1.5812.3.5.1.21
15 minutes line severely errored seconds threshold
         sonetPortPathSESS15Min 1.3.6.1.4.1.5812.3.5.1.22
15 minutes path severely errored seconds threshold
         sonetPortSectSESS1Day 1.3.6.1.4.1.5812.3.5.1.23
1 day section severely errored seconds threshold
         sonetPortLineSESS1Day 1.3.6.1.4.1.5812.3.5.1.24
1 day line severely errored seconds threshold
         sonetPortPathSESS1Day 1.3.6.1.4.1.5812.3.5.1.25
1 day path severely errored seconds threshold
         sonetPortLineUASS15Min 1.3.6.1.4.1.5812.3.5.1.26
15 minutes line unavailable seconds threshold
         sonetPortPathUASS15Min 1.3.6.1.4.1.5812.3.5.1.27
15 minutes path unavailable seconds threshold
         sonetPortLineUASS1Day 1.3.6.1.4.1.5812.3.5.1.28
1 day line unavailable seconds threshold
         sonetPortPathUASS1Day 1.3.6.1.4.1.5812.3.5.1.29
1 day path unavailable seconds threshold
         sonetPortRowStatus 1.3.6.1.4.1.5812.3.5.1.30
This variable is used to create or delete instances of SONET ports This variable subsumes the admin state variable, and once the row is created, its value returns the admin state of the port
         sonetTCAStatus 1.3.6.1.4.1.5812.3.5.1.31
Represents the Threshold Crossing Alarm.
 atmPortTable 1.3.6.1.4.1.5812.3.6
The ATM Port Table
     atmPortEntry 1.3.6.1.4.1.5812.3.6.1
Entry containing information about atm ports
         atmPortVPTunnel 1.3.6.1.4.1.5812.3.6.1.1
Whether this port is a VP Tunnel
         atmPortMaxTotalBits 1.3.6.1.4.1.5812.3.6.1.2
Max Total Bits of VPI & VCI
         atmPortTiming 1.3.6.1.4.1.5812.3.6.1.3
Timing Mode
         atmPortInCells 1.3.6.1.4.1.5812.3.6.1.4
Input Cell Count
         atmPortOutCells 1.3.6.1.4.1.5812.3.6.1.5
Output Cell Count
         atmPortCDVT 1.3.6.1.4.1.5812.3.6.1.6
Cell Delay Variation Tolerance (CDVT) is measured in units of seconds per cell. For OC12c ATM the link rate is approximately 1.4 million cells per second, each cell time being approximately 700 nanoseconds. Its value is initialized to 50,000 which is approximately 0.7% of the OC12c line rate. The value ranges from 5,000 to 100,000 which gives us a CDVT range of 7 to 141 cell times.
         atmPortMaxActvBits 1.3.6.1.4.1.5812.3.6.1.7
Maximum active VPI/VCI bits
         atmPortHCInCells 1.3.6.1.4.1.5812.3.6.1.8
64 bit input cell count
         atmPortHCOutCells 1.3.6.1.4.1.5812.3.6.1.9
64 bit output cell count
         atmPortRowStatus 1.3.6.1.4.1.5812.3.6.1.10
This variable is used to create or delete instances of atm ports This variable subsumes the admin state variable, and once the row is created, its value returns the admin state of the port
 opticalPortTable 1.3.6.1.4.1.5812.3.7
The Optical Port Table
     opticalPortEntry 1.3.6.1.4.1.5812.3.7.1
This describes the attributes of optical ports in the system
         lambda 1.3.6.1.4.1.5812.3.7.1.1
The purpose of this variable is to be used as the third component of the index into the optical port table
         opticalPortMode 1.3.6.1.4.1.5812.3.7.1.2
The mode of operation of the port. This is set initially by the user and can only be changed by the user. It is not a status. By default, all optical ports in the system come up as working. They have to be explicitly configured to work in a protected mode or to be turned off.
         opticalPortRxSMselect 1.3.6.1.4.1.5812.3.7.1.3
This object selects which lambda to send over the back-plane to the different switch module.
         opticalPortTxSMselect 1.3.6.1.4.1.5812.3.7.1.4
Selects between lambda feeds on the back plane wich originate in different switch module.
         opticalPortRxSignalState 1.3.6.1.4.1.5812.3.7.1.5
Provides the status of the received optical signal - whether it is detected or not.
         opticalPortRxFrameState 1.3.6.1.4.1.5812.3.7.1.6
Frame state of signal as detected by SW at SONET framer. This state is auto set by software.
         opticalPortTxStatus 1.3.6.1.4.1.5812.3.7.1.7
Provides the status of the transmitter for the optical port. This provides the operational condition of the transmitter. The value of it could be Good even though it is not transmitting any signal due to some reason.
         opticalPortTxEnable 1.3.6.1.4.1.5812.3.7.1.8
Whether the transmission of data and interrupts on the optical port is enabled or disabled
         opticalPortLaserPowerLevel 1.3.6.1.4.1.5812.3.7.1.9
The laser power level on the port - this variable is useful for tunable lasers. Currently will return a value of high(1)
         opticalPortLaserWavelength 1.3.6.1.4.1.5812.3.7.1.10
Laser wavelength on the optical port. Currently will return 1 for DWDM ports, 2 for 1310 ports, 3 for 1550 ports and 4 for ports that support both 1310 and 1550 nm wavelengths. This value however will be overshadowed by a 1310 or 1550 wavelength card present in that system. The list will be expanded later to give the exact 15xx wavelength. Useful for tunable lasers to control the 15xx wavelength
         opticalPortRowStatus 1.3.6.1.4.1.5812.3.7.1.11
This variable is used to create or delete instances of optical port
 ringPortTable 1.3.6.1.4.1.5812.3.8
A table containing ring port variables.
     ringPortEntry 1.3.6.1.4.1.5812.3.8.1
Entry in the table for a single ring port.
         ringPortArbiterEnabled 1.3.6.1.4.1.5812.3.8.1.1
The arbiter enabled Boolean defines whether the ring port Arbitration Logic is enabled or not. The Arbitration Logic services requests for extra data columns from an elastic bandwidth pool.
         ringPortFrameMode 1.3.6.1.4.1.5812.3.8.1.2
The frame mode defines the data path mode of the ring port. The choices include AXSON and POS. AXSON frame mode means the ring encapsulates data inside AXSON frames, and POS means data is encapsulated using the Packet over SONET standard HDLC mechanism.
         ringPortMaxChannels 1.3.6.1.4.1.5812.3.8.1.3
The max channels parameter sizes the number of AxSON channels supported on the ring port. This determines number of ingress and egress queues and the amount of queue memory available.
         ringPortMaxSubChannels 1.3.6.1.4.1.5812.3.8.1.4
The max sub-channels parameter sizes the number of AxSON sub-channels supported in a particular AxSON channel. This determines the amount of queue memory required.
         ringPortAutoQueueSizing 1.3.6.1.4.1.5812.3.8.1.5
Defines whether Axson channel queues may be automatically resized during provisioning.
         ringPortRingMode 1.3.6.1.4.1.5812.3.8.1.6
Whether the ring port is connected to the working ring or the protected ring
         ringPortNodeId 1.3.6.1.4.1.5812.3.8.1.7
This defines the temporal discovery of the node in the logical ring
         ringPortAdminStatus 1.3.6.1.4.1.5812.3.8.1.8
Gives the possible ringPort Administration Status .
         ringPortOperStatus 1.3.6.1.4.1.5812.3.8.1.9
Gives the ringPortNodeId operational status of the AXSON interface .
         ringPortRxFrames 1.3.6.1.4.1.5812.3.8.1.10
This object sepcifies the number of frames received at this interface.
         ringPortRxFrameErrors 1.3.6.1.4.1.5812.3.8.1.11
Number of errored frames received at this interface.
         ringPortTxFrames 1.3.6.1.4.1.5812.3.8.1.12
This object sepcifies the number of frames transmitted from this interface.
         ringPortMaxTDMChannels 1.3.6.1.4.1.5812.3.8.1.13
The maximum number of TDM channels supported on the ring
         ringPortK1K2Status 1.3.6.1.4.1.5812.3.8.1.14
The status indicated by the K1,K2 bytes in the SONET frame overhead
         ringPortAISStatus 1.3.6.1.4.1.5812.3.8.1.15
The status indicated by the AIS bytes in the SONET frame overhead
         ringPortPHYStatus 1.3.6.1.4.1.5812.3.8.1.16
The physical status of the ring port.
 tdmIoDS3PortTable 1.3.6.1.4.1.5812.3.9
The DS3 TDM IO Port Table
     tdmIoDS3PortEntry 1.3.6.1.4.1.5812.3.9.1
Entry containing information about TDM IO DS3 ports
         tdmIoDS3PortPBitESS15Min 1.3.6.1.4.1.5812.3.9.1.1
15 minute threshold for P-Bit Errored Seconds
         tdmIoDS3PortPBitESS1Day 1.3.6.1.4.1.5812.3.9.1.2
1 day threshold for P-Bit Errored Seconds
         tdmIoDS3PortPBitSESS15Min 1.3.6.1.4.1.5812.3.9.1.3
15 minute threshold for P-Bit Severely Errored Seconds
         tdmIoDS3PortPBitSESS1Day 1.3.6.1.4.1.5812.3.9.1.4
1 day threshold for P-Bit Severely Errored Seconds
         tdmIoDS3PortSEFSS15Min 1.3.6.1.4.1.5812.3.9.1.5
15 minute threshold for Severely Errored Framing Seconds
         tdmIoDS3PortSEFSS1Day 1.3.6.1.4.1.5812.3.9.1.6
1 day threshold for Severely Errored Framing Seconds
         tdmIoDS3PortUASS15Min 1.3.6.1.4.1.5812.3.9.1.7
15 minute threshold for Severely Errored Framing Seconds
         tdmIoDS3PortUASS1Day 1.3.6.1.4.1.5812.3.9.1.8
1 day threshold for Unavailable Seconds
         tdmIoDS3PortLineCVS15Min 1.3.6.1.4.1.5812.3.9.1.9
15 minute threshold for Line-Coding Violations
         tdmIoDS3PortLineCVS1Day 1.3.6.1.4.1.5812.3.9.1.10
1 day threshold for Line-Coding Violations
         tdmIoDS3PortPBitCVS15Min 1.3.6.1.4.1.5812.3.9.1.11
15 minute threshold for P-Bit Coding Violations
         tdmIoDS3PortPBitCVS1Day 1.3.6.1.4.1.5812.3.9.1.12
1 day threshold for P-Bit Coding Violations
         tdmIoDS3PortLineESS15Min 1.3.6.1.4.1.5812.3.9.1.13
15 minute threshold for Line Errored Seconds
         tdmIoDS3PortLineESS1Day 1.3.6.1.4.1.5812.3.9.1.14
1 day threshold for Line Errored Seconds
         tdmIoDS3PortCBitCVS15Min 1.3.6.1.4.1.5812.3.9.1.15
15 minute threshold for C-Bit Coding Violations
         tdmIoDS3PortCBitCVS1Day 1.3.6.1.4.1.5812.3.9.1.16
1 day threshold for C-Bit Coding Violations
         tdmIoDS3PortCBitESS15Min 1.3.6.1.4.1.5812.3.9.1.17
15 minute threshold for C-Bit Errored Seconds
         tdmIoDS3PortCBitESS1Day 1.3.6.1.4.1.5812.3.9.1.18
1 day threshold for C-Bit Errored Seconds
         tdmIoDS3PortCBitSESS15Min 1.3.6.1.4.1.5812.3.9.1.19
15 minute threshold for C-Bit Severely Errored Seconds
         tdmIoDS3PortCBitSESS1Day 1.3.6.1.4.1.5812.3.9.1.20
1 day threshold for C-Bit Severely Errored Seconds
         tdmIoDS3PortRowStatus 1.3.6.1.4.1.5812.3.9.1.21
This variable is used to create or delete instances of TDM IO DS3 ports. This variable subsumes the admin state variable, and once the row is created, its value returns the admin state of the port
 posPortTable 1.3.6.1.4.1.5812.3.10
The POS Port Table
       posPortEntry 1.3.6.1.4.1.5812.3.10.1
Entry containing information about POS ports
           posPortTransportSegmentCount 1.3.6.1.4.1.5812.3.10.1.1
Number of provisioned connections on port.
           posPortMode 1.3.6.1.4.1.5812.3.10.1.2
mode of operation.
           posPortDefaultVID 1.3.6.1.4.1.5812.3.10.1.3
Ports default VLAN ID.
           posPortMinPktSize 1.3.6.1.4.1.5812.3.10.1.4
It is defined as the minimum number of bytes encapsulated in the POS frame including the FCS, but excluding byte stuffing.
           posPortMaxPktSize 1.3.6.1.4.1.5812.3.10.1.5
It is defined as the maximum number of bytes encapsulated in the POS frame including the FCS, but excluding byte stuffing.
           posPortMinPktViolations 1.3.6.1.4.1.5812.3.10.1.6
This object gives the number of times the system had detected a packet of size less than the acceptable minimum.
           posPortMaxPktViolations 1.3.6.1.4.1.5812.3.10.1.7
This object gives the number of times the system had detected a packet of size greater than the acceptable minimum.