PERSEUS-MIB: View SNMP OID List / Download MIB

VENDOR: 3COM


 Home MIB: PERSEUS-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
 a3Com 1.3.6.1.4.1.43
       linkSwitch1000_mib 1.3.6.1.4.1.43.18
             linkSwitchStackGroup 1.3.6.1.4.1.43.18.1
                 lsStackFwdingAction 1.3.6.1.4.1.43.18.1.1 integer read-write
This object specifies what action a Perseus unit takes when it receives a packet with an unknown destination address. A unit can forward the packet to the downlink (if any) associated with the source port, or it can forward the packet to all its ports. Enumeration: 'notApplicable': 1, 'fwdToDlink': 2, 'fwdToAll': 3.
                 lsStackFwdingMode 1.3.6.1.4.1.43.18.1.2 integer read-write
This object controls whether cut-thru is enabled on the stack. Enabling cut-thru can help to minimise the delay experienced by packets before they are forwarded to their destination. Setting cut-thru to 'fastForward' causes frame forwarding to begin as soon as 32 bytes of the frame have been received. Setting it to 'fragmentFree' causes frame forwarding to begin when 64 bytes have been received. This is slower, but eliminates the risk of forwarding an illegally short frame to the destination port, however a valid length frame might still be forwarded even though it had a CRC error. Setting this object to 'storeAndForward' disables cut-thru completely, and frames will not be forwarded until they have been received in their entirety. Cut-thru cannot operate if the destination port is currently involved in 'cut-thru' from another port. In this case the device will process the frame in store and forward mode. Enumeration: 'fastForward': 1, 'storeAndForward': 3, 'fragmentFree': 2.
             linkSwitchConfigGroup 1.3.6.1.4.1.43.18.2
                 lsConfigPortTable 1.3.6.1.4.1.43.18.2.1 no-access
Table providing configuration information about a port on a Perseus unit.
                     lsConfigPortEntry 1.3.6.1.4.1.43.18.2.1.1 no-access
Configuration options for a single port.
                         lsConPortUnitId 1.3.6.1.4.1.43.18.2.1.1.1 integer read-only
This attribute uniquely identifies a unit on a stack (or a card within a chassis) for which this table entry contains configuration information.
                         lsConPortId 1.3.6.1.4.1.43.18.2.1.1.2 integer read-only
This parameter specifies the second part of the index into this table. Having selected a unit/card, it is now necessary to identify the port on the unit/card.
                         lsConPortWorkGroupId 1.3.6.1.4.1.43.18.2.1.1.3 integer read-write
This attribute uniquely identifies the workgroup of which this port is a member. The attribute is used as an index in the WorkGroup table to locate this port's workgroup entry. If this port is the downlink port for more than one workgroup, this attribute is set to 0. The WorkGroup table must be queried for the workgroups of which it is a member.
                         lsConPortIfIndex 1.3.6.1.4.1.43.18.2.1.1.4 integer read-only
This attribute specifies the index into the ifTable, for the interface corresponding to this port.
                         lsConPortMode 1.3.6.1.4.1.43.18.2.1.1.5 integer read-write
This attribute specifies the mode of the TP link between a port and its endstation. If the attribute is set to 'fullDuplex', frames are sent and received simultaneously without generating collisions on the segment. If the attribute is set to 'halfDuplex', the normal rules of ethernet apply. Not all ports can support full duplex mode. An attempt to set such a port to fullDuplex(3) will be rejected. Enumeration: 'notApplicable': 1, 'fullDuplex': 3, 'halfDuplex': 2.
                         lsConPortIFM 1.3.6.1.4.1.43.18.2.1.1.6 integer read-write
This object controls the Intelligent Flow Management for the port. It specifies what action a port takes whenever it is unable to receive a packet because its buffers are full. If the it is set to off(1), the packet is dropped and no jam signal is transmitted. If the attribute is set to any of the values maxJams6(2) to maxJams13(10), a jam signal is applied to the segment attached to this port in order to backoff the transmitting station. This will be repeated a maximum of 6 to 13 times depending on the setting. If the port is then still unable to receive the packet it is dropped. Intelligent Flow Management should be disabled on ports which are connected to repeated segments. Enumeration: 'off': 2, 'maxJams9': 6, 'maxJams8': 5, 'maxJams7': 4, 'maxJams6': 3, 'maxJams11': 8, 'maxJams10': 7, 'notApplicable': 1, 'maxJams12': 9, 'maxJams13': 10.
                         lsConPortDiscardOnTx 1.3.6.1.4.1.43.18.2.1.1.7 integer read-write
This attribute indicates if the 'Discard-on-transmit' feature is enabled for frames originating at this port and going to any one of the other ports on a Perseus unit. If this attribute is set to on(3), the unit will discard frames destined for any other port on a Perseus unit, if that port's Tx FIFO is full. If this attribute is set to off(2), a frame will not be forwarded to another port until the Tx FIFO has space available for the frame. Enumeration: 'notApplicable': 1, 'off': 2, 'on': 3.
                 lsWorkGroupTable 1.3.6.1.4.1.43.18.2.2 no-access
This table provides configuration information about the workgroups on a Perseus unit. A workgroup is a collection of ports which may freely communicate with each other; they exist in the same broadcast domain. Any port in a workgroup has restricted access to ports in other workgroups; Packets can only be transferred between ports in different workgroups via a router.
                     lsWorkGroupEntry 1.3.6.1.4.1.43.18.2.2.1 no-access
Configuration information about a particular workgroup on a Perseus unit.
                         lsWorkGroupIndex 1.3.6.1.4.1.43.18.2.2.1.1 integer read-only
This attribute uniquely identifies one of the workgroups on a unit. This attribute is also used as an index into the WorkGroup table.
                         lsWorkGroupName 1.3.6.1.4.1.43.18.2.2.1.2 displaystring read-write
This attribute specifies a text string which uniquely identifies the workgroup. It may be set only if the value of lsWorkGroupRowStatus is notInService(2) or notReady(3), or the workgroup does not already exist. In this case, provided the workgroup index is in the range 1 to 16 inclusive the workgroup will be created with lsWorkGroupRowStatus set to notReady(3).
                         lsWorkGroupDLUnitId 1.3.6.1.4.1.43.18.2.2.1.3 integer read-write
This attribute specifies the identity of the unit on which this workgroup's downlink resides. It may be set only if the value of lsWorkGroupRowStatus is notInService(2) or notReady(3), or the workgroup does not already exist. In this case, provided the workgroup index is in the range 1 to 16 inclusive the workgroup will be created with lsWorkGroupRowStatus set to notReady(3). If this object and lsWorkGroupDLPortId are both zero, the workgroup does not have a downlink.
                         lsWorkGroupDLPortId 1.3.6.1.4.1.43.18.2.2.1.4 integer read-write
This attribute identifies the downlink port for this workgroup. It may be set only if the value of lsWorkGroupRowStatus is notInService(2) or notReady(3), or the workgroup does not already exist. In this case, provided the workgroup index is in the range 1 to 16 inclusive the workgroup will be created with lsWorkGroupRowStatus set to notReady(3). If lsWorkGroupDLUnitId and this object are both zero, the workgroup does not have a downlink.
                         lsWorkGroupRowStatus 1.3.6.1.4.1.43.18.2.2.1.5 integer read-write
The WorkGroup table contains a row for each workgroup that exists on a unit up to a maximum of 16. Ports can be assigned to active workgroups. A new workgroup can be created by writing either createAndGo(4) or createAndWait(5) to this object for an instance which does not already exist. (The workgroup may also be created by setting the downlink unit and/or port). Provided the index value is in the range 1 to 16 inclusive, a new workgroup will be created with that number, and default values of downlink unit and port. If the row is created by writing createAndGo(5), the status of the new workgroup becomes active(1) immediately, otherwise it becomes notReady(3), and subsequent reads of this object will return that value. Only if the status of the row is notInService(2) or notReady(3) will sets of the downlink unit or port be successful. Changes will not take effect until active(1) is next written to the rowStatus. Thus, to amend the downlink for a workgroup the network manager must first set rowStatus to notInService(2), set the new values for the downlink, then set rowStatus back to active(1). This will fail if the specified port is not assigned to the workgroup. A workgroup may be deleted by setting its row status to destroy(6). This will be rejected if the workgroup has any ports assigned to it and its rowStatus is other than notReady(3). Enumeration: 'createAndWait': 5, 'notInService': 2, 'notReady': 3, 'createAndGo': 4, 'active': 1, 'destroy': 6.
                         lsWorkGroupDBaction 1.3.6.1.4.1.43.18.2.2.1.6 integer read-write
This object allows a user to carry out operations on this workgroup's address list in the forwarding database. freezeAddrs(2) makes all addresses in the workgroup permanent. The value noAction(1) is always returned in response to a get. Enumeration: 'freezeAddrs': 2, 'noAction': 1.
             linkSwitchMonitorGroup 1.3.6.1.4.1.43.18.3
                 lsMonitorWGTable 1.3.6.1.4.1.43.18.3.1 no-access
This table provides monitoring information on a workgroup which has been setup on a Perseus hub.
                     lsMonitorWGTableEntry 1.3.6.1.4.1.43.18.3.1.1 no-access
Monitoring information for a single workgroup.
                         lsMonWgIndex 1.3.6.1.4.1.43.18.3.1.1.1 integer read-only
A stack/chassis may contain more than one workgroup. This parameter uniquely identifies the workgroup which is the target of the request.
                         lsMonWgTxFrames 1.3.6.1.4.1.43.18.3.1.1.2 counter read-only
This parameter specifies the number of frames (including error frames) which were transmitted by ports in this workgroup.
                         lsMonWgTxOctets 1.3.6.1.4.1.43.18.3.1.1.3 counter read-only
This parameter specifies the number of octets (including octets in error frames) which were transmitted by ports in this workgroup.
                         lsMonWgTxErrors 1.3.6.1.4.1.43.18.3.1.1.4 counter read-only
This parameter specifies the number of error frames which were transmitted by ports in this workgroup.
                         lsMonWgRxCongestion 1.3.6.1.4.1.43.18.3.1.1.5 counter read-only
This parameter specifies the number of frames which were dropped due to congestion (lack of buffer resource) on the receive side of ports in this workgroup.
                         lsMonWgTxCongestion 1.3.6.1.4.1.43.18.3.1.1.6 counter read-only
This parameter specifies the number of frames which were dropped due to congestion (lack of buffer resource) on the transmit side of ports in this workgroup.
                         lsMonWgFilteredFrms 1.3.6.1.4.1.43.18.3.1.1.7 counter read-only
The total number of frames within a workgroup that were filtered because the destination station was on the same segment (port) as the source station.
                         lsMonWgForwardedFrms 1.3.6.1.4.1.43.18.3.1.1.8 counter read-only
The total number of frames that were forwarded successfully by ports in this workgroup to their destinations.
                         lsMonWgTxUnderruns 1.3.6.1.4.1.43.18.3.1.1.9 counter read-only
The total number of frames within this workgroup that were transmitted with a bad CRC because the MMAC did not have enough data to continue transmission.
                         lsMonWgRxDribble 1.3.6.1.4.1.43.18.3.1.1.10 counter read-only
The total number of frames that were received by ports in this workgroup which has dribble bits at the end of the frames
                         lsMonWgCutThrus 1.3.6.1.4.1.43.18.3.1.1.11 counter read-only
The total number of frames that were forwarded to their destinstion in 'cut-thru' mode by ports in this workgroup. When a port is operating in 'cut-thru' mode, it starts forwarding the frame to its destination before the frame has been fully received.
                         lsMonWgJamCount 1.3.6.1.4.1.43.18.3.1.1.12 counter read-only
The total number of attempts made to jam frames due to insufficient resources at the receive ports in this workgroup.
                         lsMonWgClearCounters 1.3.6.1.4.1.43.18.3.1.1.13 integer read-write
This attribute is used to clear all counters on all ports in a workgroup. Enumeration: 'clearCounters': 2, 'noChangeCounters': 1.
                 lsMonitorPortTable 1.3.6.1.4.1.43.18.3.2 no-access
This table provides monitoring information about a port on a Perseus unit. This information is in addition to the statistical information already provided by the 'mrmMonPort' table. Note: The 'mrmMonPort' table has objects which provide the value of RxFrames, RxOctets and RxErrors on a port.
                     lsMonitorPortTableEntry 1.3.6.1.4.1.43.18.3.2.1 no-access
Monitor options for a single port.
                         lsMonPortWgIndex 1.3.6.1.4.1.43.18.3.2.1.1 integer read-only
A stack/chassis may contain more than one workgroup. This parameter uniquely identifies the workgroup which is the target of the request.
                         lsMonPortUnitId 1.3.6.1.4.1.43.18.3.2.1.2 integer read-only
A stack/chassis may contain more than one unit/card. This parameter uniquely identifies the unit/card which is the target of a request.
                         lsMonPortId 1.3.6.1.4.1.43.18.3.2.1.3 integer read-only
A unit/card contains many ports. This parameter uniquely identifies the port which is the target of a request.
                         lsMonPortReceivedFrms 1.3.6.1.4.1.43.18.3.2.1.4 counter read-only
The total number of good and bad frames that were received at this port.
                         lsMonPortTransmittedFrms 1.3.6.1.4.1.43.18.3.2.1.5 counter read-only
The total number of good and bad frames that were transmitted from this port.
                         lsMonPortFilteredFrms 1.3.6.1.4.1.43.18.3.2.1.6 counter read-only
The total number of frames that were filtered because the destination station was on the same segment (port) as the source station.
                         lsMonPortForwardedFrms 1.3.6.1.4.1.43.18.3.2.1.7 counter read-only
The total number of frames which were received by this port and forwarded to their destinations.
                         lsMonPortFragmentFrms 1.3.6.1.4.1.43.18.3.2.1.8 counter read-only
The total number of frames less than 64 octets and with a bad CRC that were received at/transmitted from this port.
                         lsMonPortRxCongestion 1.3.6.1.4.1.43.18.3.2.1.9 counter read-only
This parameter specifies the number of frames which were dropped due to congestion (lack of buffer resource) on the receive side of this port.
                         lsMonPortTxCongestion 1.3.6.1.4.1.43.18.3.2.1.10 counter read-only
This parameter specifies the number of frames which were dropped due to congestion (lack of buffer resource) on the transmit side of this port.
                         lsMonPortTxUnderruns 1.3.6.1.4.1.43.18.3.2.1.11 counter read-only
The total number of frames that were transmitted with an bad CRC because the MMAC did not have enough data to continue transmission.
                         lsMonPortRxDribble 1.3.6.1.4.1.43.18.3.2.1.12 counter read-only
The number of frames that were received on this port with dribble bits at the end of the frame.
                         lsMonPortCutThrus 1.3.6.1.4.1.43.18.3.2.1.13 counter read-only
The total number of frames that were forwarded to their destination in 'cut-through' mode. When a port is operating in 'cut-through' mode, it starts forwarding the frame to its destination before the frame has been fully received.
                         lsMonPortRxJamCount 1.3.6.1.4.1.43.18.3.2.1.14 counter read-only
The total number of attempts made to jam packets due to insufficient resources at the receive port.
                         lsMonPortPercentFwd 1.3.6.1.4.1.43.18.3.2.1.15 integer read-only
This is a high level 'Smart' MIB object. This object provides a running average of the proportion of the received frames that are forwarded. This value is calculated locally on the agent and so does not require processor bandwidth from the management station or occupy valuable network bandwidth communicating with that station. By default an agent supporting this parameter will exhibit the following characteristics :- (1) The parameter will be recalculated at approx 60 second intervals. (2) Every calculation period, the device will read the value of dot1dTpPortInFrames and dot1dTpPortInDiscards. (3) The calculation will be performed on the most recent 4 samples as follows: 4 sum (dot1dTpPortInDiscards(i) / dot1dTpPortInFrames(i)) * 1000/4 i=1 which gives the 'percentage*10' filtered, and then subtracting this from 1000 to give the 'percentage*10' forwarded. Note: dot1dTpPortInDiscards(i) is dot1dTpPortInDiscards(i) - dot1dTpPortInDiscards(i-1). dot1dTpPortInFrames(i) is dot1dTpPortInFrames(i) - dot1dTpPortInFrames(i-1). The value is expressed as a percentage * 10. A default threshold exists on this average so that if a calculated average exceeds 85%, a trap will be sent to the management station. Further traps will not be sent until the average drops to below 50%. A particular device may provide the means of changing the number of samples, the averaging period, threshold and threshold action if it so wishes.
                         lsMonPortBcastBndwth 1.3.6.1.4.1.43.18.3.2.1.16 integer read-only
This is a high level 'Smart' MIB object. This object provides a running average of the Broadcast frame bandwidth in use. This value is calculated locally on the agent and so does not require processor bandwidth from the management station or occupy valuable network bandwidth communicating with that station. By default an agent supporting this parameter will exhibit the following characteristics: (1) The parameter will be recalculated at approx 20 second intervals (2) Every calculation period the device will read the value of mrmMonPortBroadcastFrames (3) The calculation will be performed on the most recent 4 samples as follows: 4 Sum(sample(i)/(time(i) * K)) * 1000/4 i=1 Sample(i) is mrmMonPortBroadcastFrames(i) - mrmMonPortBroadcastFrames(i-1) time(i) is the time between sample(i-1) and sample(i) K is the max frames per unit time (i.e. the available bandwidth) The value is expressed as a percentage * 10. A default threshold exists on this average so that if a calculated average exceeds 20% a trap will be sent to the management station. Further traps will not be sent until the average drops to below 10%. A particular device may provide a means of changing the number of samples, the averaging period, threshold and threshold action if it so wishes.
                         lsMonPortClearCounters 1.3.6.1.4.1.43.18.3.2.1.17 integer read-write
This attribute is used to clear all counters on a port. Enumeration: 'clearCounters': 2, 'noChangeCounters': 1.
             linkSwitchDatabaseGroup 1.3.6.1.4.1.43.18.4
                 lsDatabaseSize 1.3.6.1.4.1.43.18.4.1 integer read-only
This parameter indicates the number of permanent and non-permanent entries currently held in the database on a linkSwitch1000 hub.
                 lsPermDatabaseSize 1.3.6.1.4.1.43.18.4.2 integer read-only
This parameter indicates the number of permanent addresses currently held in the database on a linkSwitch1000.
                 lsDbPortTable 1.3.6.1.4.1.43.18.4.3 no-access
Port View Table
                     lsDbPortEntry 1.3.6.1.4.1.43.18.4.3.1 no-access
Port View Table entry
                         lsDbPortUnitId 1.3.6.1.4.1.43.18.4.3.1.1 integer read-only
A linkSwitch stack may contain up to 4 units. This parameter uniquely identifies the unit on which the address was learnt.
                         lsDbPortPortId 1.3.6.1.4.1.43.18.4.3.1.2 integer read-only
A linkSwitch1000 unit can contain up to 26 ports. This parameter uniquely the port on which the address was learnt.
                         lsDbPortIndex 1.3.6.1.4.1.43.18.4.3.1.3 integer read-only
Multiple addresses can be learnt on a single port. This parameter uniquely identifies one address on a port.
                         lsDbPortAddress 1.3.6.1.4.1.43.18.4.3.1.4 octet string read-write
The physical address of the station which has been learnt on a port on a linkSwitch1000 stack.
                         lsDbPortAddrStatus 1.3.6.1.4.1.43.18.4.3.1.5 integer read-write
This attribute indicates if the address will age out of the database on a linkSwitch1000 unit when it is not the subject of lookup requests (nonPermanent) OR if it remains in the database until the user deletes it (permanent). The user can remove this address from the database by setting this attribute to delete(3). Enumeration: 'permanent': 2, 'nonPermanent': 1, 'delete': 3.
             linkSwitchSmartGroup 1.3.6.1.4.1.43.18.5
                 lsSmartPercentFwd 1.3.6.1.4.1.43.18.5.1 integer read-only
This is a smart MIB object which is used internally by the agent to provide a running average of the percentage of incoming frames which are forwarded. It should not be accessed by a management station and is used by the logic which calculates the value of its associated object 'mrmMonPortPercentFwd'.
                 lsSmartBcastBndwdth 1.3.6.1.4.1.43.18.5.2 integer read-only
This is a smart MIB object which is used internally by the agent to provide a running average of the broadcast bandwidth in use. It should not be accessed by a management station and is used by the logic which calculates its associated object 'lsMonPortBcastBndwdth'.