diff --git a/includes/polling/os/ciscosb.inc.php b/includes/polling/os/ciscosb.inc.php index d1db022857..b00db72926 100644 --- a/includes/polling/os/ciscosb.inc.php +++ b/includes/polling/os/ciscosb.inc.php @@ -13,9 +13,9 @@ if ($poll_device['sysObjectID'] == '.1.3.6.1.4.1.9.6.1.89.26.1') { $hardware = 'SG220-26'; } else { - $hardware = str_replace(' ', '', snmp_get($device, 'CISCOSB-Physicaldescription-MIB::rlPhdUnitGenParamModelName.1', '-Ovq')); + $hardware = str_replace(' ', '', snmp_get($device, 'rlPhdUnitGenParamModelName.1', '-Ovq', 'CISCOSB-Physicaldescription-MIB')); } -$version = snmp_get($device, 'CISCOSB-Physicaldescription-MIB::rlPhdUnitGenParamSoftwareVersion.1', '-Ovq'); -$serial = snmp_get($device, 'CISCOSB-Physicaldescription-MIB::rlPhdUnitGenParamSerialNum.1', '-Ovq'); -$features = snmp_get($device, 'CISCOSB-Physicaldescription-MIB::rlPhdUnitGenParamServiceTag.1', '-Ovq'); +$version = snmp_get($device, 'rlPhdUnitGenParamSoftwareVersion.1', '-Ovq', 'CISCOSB-Physicaldescription-MIB'); +$serial = snmp_get($device, 'rlPhdUnitGenParamSerialNum.1', '-Ovq', 'CISCOSB-Physicaldescription-MIB'); +$features = snmp_get($device, 'rlPhdUnitGenParamServiceTag.1', '-Ovq', 'CISCOSB-Physicaldescription-MIB'); diff --git a/mibs/220AQV1C0-private b/mibs/220AQV1C0-private deleted file mode 100644 index 062ed736fe..0000000000 --- a/mibs/220AQV1C0-private +++ /dev/null @@ -1,75 +0,0 @@ -ZYXEL-ZYWALL-ZLD-COMMON-MIB DEFINITIONS ::= BEGIN - IMPORTS - enterprises - FROM RFC1155-SMI - OBJECT-TYPE - FROM RFC-1212 - TRAP-TYPE - FROM RFC-1215 - zywallZLDCommon - FROM ZYXEL-MIB; - - -- ZyWALL ZLD Key Groups - zldSystem OBJECT IDENTIFIER ::= { zywallZLDCommon 1 } - zldIpSecVPN OBJECT IDENTIFIER ::= { zywallZLDCommon 2 } - - -- ZyWALL ZLD System - sysCPUUsage OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-only - STATUS mandatory - DESCRIPTION - "Device CPU load." - ::= { zldSystem 1 } - - sysRAMUsage OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-only - STATUS mandatory - DESCRIPTION - "Device RAM Usage." - ::= { zldSystem 2 } - - sysCPU5SecUsage OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-only - STATUS mandatory - DESCRIPTION - "Average of past 5 secs cpu load." - ::= { zldSystem 3 } - - sysCPU1MinUsage OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-only - STATUS mandatory - DESCRIPTION - "Average of past 1 min cpu load." - ::= { zldSystem 4 } - - sysCPU5MinUsage OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-only - STATUS mandatory - DESCRIPTION - "Average of past 5 min cpu load." - ::= { zldSystem 5 } - - sysSessionNum OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-only - STATUS mandatory - DESCRIPTION - "Device Session Num." - ::= { zldSystem 6 } - - -- ZyWALL ZLD IpSec VPN - - vpnIpSecTotalThroughput OBJECT-TYPE - SYNTAX INTEGER - MAX-ACCESS read-only - STATUS mandatory - DESCRIPTION - "The VPN total throughput(B/s)." - ::= { zldIpSecVPN 1 } - -END diff --git a/mibs/SNA-SDLC-MIB b/mibs/SNA-SDLC-MIB deleted file mode 100644 index ec1871e9eb..0000000000 --- a/mibs/SNA-SDLC-MIB +++ /dev/null @@ -1,2761 +0,0 @@ -SNA-SDLC-MIB DEFINITIONS ::= BEGIN - -IMPORTS - MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, - Counter32, Integer32, TimeTicks - FROM SNMPv2-SMI - DisplayString, RowStatus, TimeInterval - FROM SNMPv2-TC - MODULE-COMPLIANCE, OBJECT-GROUP - FROM SNMPv2-CONF - ifIndex,ifAdminStatus, ifOperStatus - FROM IF-MIB - mib-2 - FROM RFC1213-MIB; - - -snaDLC MODULE-IDENTITY - LAST-UPDATED "9411150000Z" - ORGANIZATION "IETF SNA DLC MIB Working Group" - CONTACT-INFO - " Wayne Clark - - Postal: cisco Systems, Inc. - 3100 Smoketree Ct. - Suite 1000 - Raleigh, NC 27604 - US - - Tel: +1 919 878 6958 - - E-Mail: wclark@cisco.com" - - DESCRIPTION - "This is the MIB module for objects used to - manage SDLC devices." - -::= { mib-2 41 } - --- --- The following data link controls are modelled in this MIB module: --- --- 1. SDLC --- - -sdlc OBJECT IDENTIFIER ::= { snaDLC 1 } - --- --- THE SDLC GROUP --- ============== --- --- The following resources are modelled in the SDLC group of this --- MIB module: --- --- 1. PORTS --- 2. LINK STATIONS - -sdlcPortGroup OBJECT IDENTIFIER ::= { sdlc 1 } -- Physical Ports -sdlcLSGroup OBJECT IDENTIFIER ::= { sdlc 2 } -- Logical Link Stations - --- --- THE SDLC PORT GROUP --- =================== --- --- The following classes of information is modelled for each SDLC port: --- --- 1. ADMINISTRATIVE ( read/write) --- 2. OPERATIONAL ( read-only) --- 3. STATISTICS ( read-only) - --- Information not found in this group is found in tables described in --- the following RFCs: --- --- 1. RFC1213 - MIB-II --- --- TABLE INDEX --- ==================== ==================== --- a. ifTable ifIndex --- --- 2. RFC1659 - The RS232-like MIB --- --- TABLE INDEX --- ==================== ==================== --- a. rs232PortTable rs232PortIndex --- b. rs232SyncPortTable rs232SyncPortIndex --- c. rs232InSigTable rs232InSigPortIndex, --- rs232InSigName --- d. rs232OutSigTable rs232OutSigPortIndex, --- rs232OutSigName --- ** e. rs232AsyncPortTable rs232AsyncPortIndex --- --- ** rs232AsyncPortTable for ISO 3309.3 ( Start-Stop SDLC). - --- ************************************************************* --- * * --- * THE SDLC PORT ADMINISTRATIVE TABLE * --- * * --- ************************************************************* - -sdlcPortAdminTable OBJECT-TYPE - SYNTAX SEQUENCE OF SdlcPortAdminEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table contains objects that can be - changed to manage an SDLC port. Changing one - of these parameters may take effect in the - operating port immediately or may wait until - the interface is restarted depending on the - details of the implementation. - - Most of the objects in this read-write table - have corresponding read-only objects in the - sdlcPortOperTable that return the current - operating value. - - The operating values may be different from - these configured values if a configured - parameter was changed after the interface was - started." - ::= { sdlcPortGroup 1 } - -sdlcPortAdminEntry OBJECT-TYPE - SYNTAX SdlcPortAdminEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of configured values for an SDLC port." - INDEX { ifIndex } - ::= { sdlcPortAdminTable 1 } - -SdlcPortAdminEntry ::= SEQUENCE -{ - sdlcPortAdminName DisplayString, - sdlcPortAdminRole INTEGER, - sdlcPortAdminType INTEGER, - sdlcPortAdminTopology INTEGER, - sdlcPortAdminISTATUS INTEGER, - sdlcPortAdminACTIVTO TimeInterval, - sdlcPortAdminPAUSE TimeInterval, - sdlcPortAdminSERVLIM Integer32, - sdlcPortAdminSlowPollTimer TimeInterval -} - -sdlcPortAdminName OBJECT-TYPE - SYNTAX DisplayString (SIZE (1..10)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "An octet string that defines the physical port - to which this interface is assigned. It has - implementation-specific significance. Its value - shall be unique within the administered - system. It must contain only ASCII printable - characters. Should an implementation choose to - accept a write operation for this object, it - causes the logical port definition associated - with the table instance to be moved to a - different physical port. A write operation - shall not take effect until the port is cycled - inactive." - ::= { sdlcPortAdminEntry 1 } - -sdlcPortAdminRole OBJECT-TYPE - SYNTAX INTEGER - { - primary(1), - secondary(2), - negotiable(3) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object describes the role that the link - station shall assume the next time a connection - is established. - - Even though this is defined as a port object, - it is a link station attribute in the sense - that a role is per link station. However, it - is not possible to vary link station roles on a - particular port. For example, if an SDLC port - is configured to primary, all link stations on - that port must be primary." - ::= { sdlcPortAdminEntry 2 } - -sdlcPortAdminType OBJECT-TYPE - SYNTAX INTEGER - { - leased(1), - switched(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This parameter defines whether the SDLC port - is to connect to a leased or switched line. A - write operation to this administrative value - shall not take effect until the SDLC port has - been cycled inactive." - DEFVAL { leased } - ::= { sdlcPortAdminEntry 3 } - -sdlcPortAdminTopology OBJECT-TYPE - SYNTAX INTEGER - { - pointToPoint(1), - multipoint(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This parameter defines whether the SDLC port is - capable of operating in either a point-to-point - or multipoint topology. - - sdlcPortAdminTopology == multipoint implies the - port can also operate in a point-to-point - topology. sdlcPortAdminTopology == - pointToPoint does not imply the port can - operate in a multipoint topology. - - A write operation to this administrative value - shall not take effect until the SDLC port has - been cycled inactive." - DEFVAL { pointToPoint } - ::= { sdlcPortAdminEntry 4 } - -sdlcPortAdminISTATUS OBJECT-TYPE - SYNTAX INTEGER - { - inactive(1), - active(2) - } - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This parameter controls the initial value of - the administrative status, ifAdminStatus, of - this SDLC port at port start-up. Depending - on the implementation, a write operation to - this administrative object may not take effect - until the SDLC port has been cycled inactive." - DEFVAL { active } - ::= { sdlcPortAdminEntry 5 } - -sdlcPortAdminACTIVTO OBJECT-TYPE - SYNTAX TimeInterval - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This parameter defines the period of time (in - 1/100ths of a second) that the port will allow a - switched line to remain inactive before - disconnecting. A switched line is considered - to be inactive if there are no I-Frames being - transferred. A value of zero indicates no - timeout. Depending on the implementation, a - write operation to this administered value may - not take effect until the port is cycled - inactive. - - This object only has meaning for SDLC ports - where sdlcPortAdminType == switched - - The object descriptor contains the name of an - NCP configuration parameter, ACTIVTO. Please - note that the value of this object represents - 1/100ths of a second while the NCP ACTIVTO is - represented in seconds." - DEFVAL { 0 } - ::= { sdlcPortAdminEntry 6 } - -sdlcPortAdminPAUSE OBJECT-TYPE - SYNTAX TimeInterval - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object defines the minimum elapsed time - (in 1/100ths of a second) between any two - traversals of the poll list for a primary SDLC - port. Depending on the implementation, a write - operation to this administered value may not - take effect until the port is cycled inactive. - The object descriptor contains the name of an - NCP configuration parameter, PAUSE. Please - note that the value of this object represents - 1/100ths of a second while the NCP PAUSE is - represented in 1/10ths of a second. - - This object only has meaning for SDLC ports - where sdlcPortAdminRole == primary " - DEFVAL { 200 } - ::= { sdlcPortAdminEntry 7 } - -sdlcPortAdminSERVLIM OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object defines the number of times the - active poll list will be traversed before - polling a station on the slow poll list for a - primary, multipoint SDLC port. Depending on - the implementation, a write operation to this - administered value may not take effect until - the port is cycled inactive. - - This object only has meaning for SDLC ports - where - sdlcPortAdminRole == primary - and - sdlcPortAdminTopology == multipoint " - DEFVAL { 20 } - ::= { sdlcPortAdminEntry 8 } - -sdlcPortAdminSlowPollTimer OBJECT-TYPE - SYNTAX TimeInterval - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "This object describes the elapsed time (in - 1/100ths of a second) between polls for failed - secondary link station addresses. Depending - on the implementation, a write operation to - this administered value may not take effect - until the port is cycled inactive. - - This object only has meaning for SDLC ports - where - sdlcPortAdminRole == primary - and - sdlcPortAdminTopology == multipoint " - DEFVAL { 2000 } - ::= { sdlcPortAdminEntry 9 } - --- ************************************************************* --- * * --- * THE SDLC PORT OPERATIONAL TABLE * --- * * --- ************************************************************* - -sdlcPortOperTable OBJECT-TYPE - SYNTAX SEQUENCE OF SdlcPortOperEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table contains current SDLC port - parameters. Many of these objects have - corresponding objects inthe sdlcPortAdminTable." - ::= { sdlcPortGroup 2 } - -sdlcPortOperEntry OBJECT-TYPE - SYNTAX SdlcPortOperEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Currently set parameters for a specific SDLC - port." - INDEX { ifIndex } - ::= { sdlcPortOperTable 1 } - -SdlcPortOperEntry ::= SEQUENCE -{ - sdlcPortOperName DisplayString, - sdlcPortOperRole INTEGER, - sdlcPortOperType INTEGER, - sdlcPortOperTopology INTEGER, - sdlcPortOperISTATUS INTEGER, - sdlcPortOperACTIVTO TimeInterval, - sdlcPortOperPAUSE TimeInterval, - sdlcPortOperSlowPollMethod INTEGER, - sdlcPortOperSERVLIM Integer32, - sdlcPortOperSlowPollTimer TimeInterval, - sdlcPortOperLastModifyTime TimeTicks, - sdlcPortOperLastFailTime TimeTicks, - sdlcPortOperLastFailCause INTEGER -} - -sdlcPortOperName OBJECT-TYPE - SYNTAX DisplayString (SIZE (1..8)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "An octet string that describes the physical - port to which this interface is currently - attached. It has implementation-specific - significance." - ::= { sdlcPortOperEntry 1 } - -sdlcPortOperRole OBJECT-TYPE - SYNTAX INTEGER - { - primary(1), - secondary(2), - undefined(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object describes the role that the link - station has assumed on this connection. - - Even though this is defined as a port object, - it is a link station attribute in the sense - that a role is per link station. However, it - is not possible to vary link station roles on a - particular port. For example, if an SDLC port - is configured to primary, all link stations on - that port must be primary. - - The value of sdlcPortOperRole is undefined(3) - whenever the link station role has not yet been - established by the mode setting command." - ::= { sdlcPortOperEntry 2 } - -sdlcPortOperType OBJECT-TYPE - SYNTAX INTEGER - { - leased(1), - switched(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This parameter defines whether the SDLC port - is currently operating as though connected to a - leased or switched line." - ::= { sdlcPortOperEntry 3 } - -sdlcPortOperTopology OBJECT-TYPE - SYNTAX INTEGER - { - pointToPoint(1), - multipoint(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This parameter defines whether the SDLC port is - currently operating in a point-to-point or - multipoint topology." - ::= { sdlcPortOperEntry 4 } - -sdlcPortOperISTATUS OBJECT-TYPE - SYNTAX INTEGER - { - inactive(1), - active(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This parameter describes the initial value of - the administrative status, ifAdminStatus, of - this SDLC port at last port start-up." - ::= { sdlcPortOperEntry 5 } - - -sdlcPortOperACTIVTO OBJECT-TYPE - SYNTAX TimeInterval - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This parameter defines the period of time (in - 100ths of a second) that the port will allow a - switched line to remain inactive before - disconnecting. A switched line is considered - to be inactive if there are no I-Frames being - transferred. - - The object descriptor contains the name of an - NCP configuration parameter, ACTIVTO. Please - note that the value of this object represents - 1/100ths of a second while the NCP ACTIVTO is - represented in seconds. - A value of zero indicates no timeout." - ::= { sdlcPortOperEntry 6 } - -sdlcPortOperPAUSE OBJECT-TYPE - SYNTAX TimeInterval - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object describes the current minimum - elapsed time (in 1/100ths of a second) between - any two traversals of the poll list for a - primary SDLC port. - - The object descriptor contains the name of an - NCP configuration parameter, PAUSE. Please - note that the value of this object represents - 1/100ths of a second while the NCP PAUSE is - represented in 1/10ths of a second. - - This object only has meaning for SDLC ports - where - sdlcPortAdminRole == primary " - ::= { sdlcPortOperEntry 7 } - -sdlcPortOperSlowPollMethod OBJECT-TYPE - SYNTAX INTEGER - { - servlim(1), - pollpause(2), - other(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object defines the exact method that is in - effect for periodically polling failed secondary - link station addresses. - - If sdlcPortOperSlowPollMethod == servlim, then - sdlcPortOperSERVLIM defines the actual polling - characteristics. - - If sdlcPortOperSlowPollMethod == pollpause, - then sdlcPortOperSlowPollTimer defines the - actual polling characteristics. - - If sdlcPortOperSlowPollMethod == other, then - the polling characteristics are modeled in - vendor-specific objects. - - This object only has meaning for SDLC ports - where - sdlcPortOperRole == primary - and - sdlcPortOperTopology == multipoint " - ::= { sdlcPortOperEntry 8 } - -sdlcPortOperSERVLIM OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object describes the number of times the - active poll list is currently being traversed - before polling a station on the slow poll list - for a primary, multipoint SDLC port. - - This object only has meaning for SDLC ports - where - sdlcPortOperRole == primary - and - sdlcPortOperTopology == multipoint " - ::= { sdlcPortOperEntry 9 } - -sdlcPortOperSlowPollTimer OBJECT-TYPE - SYNTAX TimeInterval - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object describes the elapsed time (in - 1/100ths of a second) between polls for failed - secondary link station addresses. - - This object only has meaning for SDLC ports - where - sdlcPortOperRole == primary - and - sdlcPortOperTopology == multipoint " - ::= { sdlcPortOperEntry 10 } - -sdlcPortOperLastModifyTime OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object describes the value of sysUpTime - when this port definition was last modified. - If the port has not been modified, then this - value shall be zero." - ::= { sdlcPortOperEntry 11 } - -sdlcPortOperLastFailTime OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object describes the value of sysUpTime - when this SDLC port last failed. If the port - has not failed, then this value shall be zero." - ::= { sdlcPortOperEntry 12 } - -sdlcPortOperLastFailCause OBJECT-TYPE - SYNTAX INTEGER - { - undefined(1), - physical(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This enumerated object describes the cause of - the last failure of this SDLC port. If the - port has not failed, then this object has a - value of undefined(1)." - DEFVAL { undefined } - ::= { sdlcPortOperEntry 13 } - --- ************************************************************* --- * * --- * THE SDLC PORT STATISTICS TABLE * --- * * --- ************************************************************* - -sdlcPortStatsTable OBJECT-TYPE - SYNTAX SEQUENCE OF SdlcPortStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Each entry in this table contains statistics - for a specific SDLC port." - ::= { sdlcPortGroup 3 } - -sdlcPortStatsEntry OBJECT-TYPE - SYNTAX SdlcPortStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of statistics for an SDLC port." - INDEX { ifIndex } - ::= { sdlcPortStatsTable 1 } - -SdlcPortStatsEntry ::= SEQUENCE -{ - sdlcPortStatsPhysicalFailures Counter32, - sdlcPortStatsInvalidAddresses Counter32, - sdlcPortStatsDwarfFrames Counter32, - sdlcPortStatsPollsIn Counter32, - sdlcPortStatsPollsOut Counter32, - sdlcPortStatsPollRspsIn Counter32, - sdlcPortStatsPollRspsOut Counter32, - sdlcPortStatsLocalBusies Counter32, - sdlcPortStatsRemoteBusies Counter32, - sdlcPortStatsIFramesIn Counter32, - sdlcPortStatsIFramesOut Counter32, - sdlcPortStatsOctetsIn Counter32, - sdlcPortStatsOctetsOut Counter32, - sdlcPortStatsProtocolErrs Counter32, - sdlcPortStatsActivityTOs Counter32, - sdlcPortStatsRNRLIMITs Counter32, - sdlcPortStatsRetriesExps Counter32, - sdlcPortStatsRetransmitsIn Counter32, - sdlcPortStatsRetransmitsOut Counter32 -} - -sdlcPortStatsPhysicalFailures OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total number of times - this port has failed due to its physical media - since port startup. At port startup time, - this object must be initialized to zero." - ::= { sdlcPortStatsEntry 1 } - -sdlcPortStatsInvalidAddresses OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total number of - frames received by this port with invalid link - station addresses." - ::= { sdlcPortStatsEntry 2 } - -sdlcPortStatsDwarfFrames OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total number of - frames received by this port which were - delivered intact by the physical layer but were - too short to be legal. - - Ignoring the frame check sequence (FCS), a - frame is considered to be too short if it - is less than 2 bytes for sdlcLSOperMODULO of - eight, or if it is less than 3 bytes for - sdlcLSOperMODULO of onetwentyeight." - - ::= { sdlcPortStatsEntry 3 } - -sdlcPortStatsPollsIn OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total number of polls - received by this port since the port was - created." - - ::= { sdlcPortStatsEntry 4 } - -sdlcPortStatsPollsOut OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total number of polls - sent by this port since the port was created." - - ::= { sdlcPortStatsEntry 5 } - -sdlcPortStatsPollRspsIn OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total number of poll - responses received by this port since the port - was created." - - ::= { sdlcPortStatsEntry 6 } - -sdlcPortStatsPollRspsOut OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total number of poll - responses sent by this port since the port was - created." - - ::= { sdlcPortStatsEntry 7 } - -sdlcPortStatsLocalBusies OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total number of - times that the local SDLC link stations on - this port have entered a busy state (RNR). - This object is initialized to zero when the - port is created." - ::= { sdlcPortStatsEntry 8 } - -sdlcPortStatsRemoteBusies OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total number of - times that the adjacent (i.e., remote) SDLC - link stations on this port have entered a busy - state (RNR). This object is initialized to - zero when the port is created." - ::= { sdlcPortStatsEntry 9 } - -sdlcPortStatsIFramesIn OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total number of - I-Frames that have been received by SDLC link - stations on this port. This object is - initialized to zero when the port is created." - ::= { sdlcPortStatsEntry 10 } - -sdlcPortStatsIFramesOut OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total number of - I-Frames that have been transmitted by SDLC - link stations on this port. This object is - initialized to zero when the port is created." - ::= { sdlcPortStatsEntry 11 } - -sdlcPortStatsOctetsIn OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total octets - received from adjacent SDLC link stations on - this port. This object covers the address, - control, and information field of I-Frames - only. This object is initialized to zero when - the port is created." - ::= { sdlcPortStatsEntry 12 } - -sdlcPortStatsOctetsOut OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total octets - transmitted to adjacent SDLC link stations on - this port. This object covers the address, - control, and information field of I-Frames - only. This object is initialized to zero when - the port is created." - ::= { sdlcPortStatsEntry 13 } - -sdlcPortStatsProtocolErrs OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total number of - times that the SDLC link stations on this port - have deactivated the link as a result of - having received a protocol violation from the - adjacent link station. This object is - initialized to zero when the port is created." - ::= { sdlcPortStatsEntry 14 } - -sdlcPortStatsActivityTOs OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total number of - times that the SDLC link stations on this port - have deactivated the link as a result of no - activity on the link. This object is - initialized to zero when the port is created." - ::= { sdlcPortStatsEntry 15 } - -sdlcPortStatsRNRLIMITs OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total number of - times that the SDLC link stations on this port - have deactivated the link as a result of its - RNRLIMIT timer expiring. This object is - initialized to zero when the port is created." - ::= { sdlcPortStatsEntry 16 } - -sdlcPortStatsRetriesExps OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total number of - times that the SDLC link stations on this port - have deactivated the link as a result of a - retry sequence being exhausted. This object - is initialized to zero when the port is - created." - ::= { sdlcPortStatsEntry 17 } - -sdlcPortStatsRetransmitsIn OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total number of - I-Frames retransmitted by remote link stations - for all SDLC link stations on this port. This - object is initialized to zero when the port is - created." - ::= { sdlcPortStatsEntry 18 } - -sdlcPortStatsRetransmitsOut OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total number of - I-Frames retransmitted by all local SDLC link - stations on this port. This object is - initialized to zero when the port is created." - ::= { sdlcPortStatsEntry 19 } - --- --- THE SDLC LINK STATION GROUP --- =========================== --- - --- The following classes of information is modelled for each SDLC link --- station: --- --- 1. ADMINISTRATIVE ( read-write) --- 2. OPERATIONAL ( read-only) --- 3. STATISTICS ( read-only) - --- ************************************************************* --- * * --- * THE SDLC LINK STATION ADMINISTRATIVE TABLE * --- * * --- ************************************************************* - -sdlcLSAdminTable OBJECT-TYPE - SYNTAX SEQUENCE OF SdlcLSAdminEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table contains objects that can be - changed to manage an SDLC link station. - Changing one of these parameters may take - effect in the operating link immediately or may - wait until the link is restarted depending on - the details of the implementation. - - The entries in sdlcLSAdminTable can be created - either by an agent or a management station. The - management station can create an entry in - sdlcLSAdminTable by setting the appropriate - value in sdlcLSAdminRowStatus. - - Most of the objects in this read-create table - have corresponding read-only objects in the - sdlcLSOperTable that reflect the current - operating value. - - The operating values may be different from - these configured values if changed by XID - negotiation or if a configured parameter was - changed after the link was started." - ::= { sdlcLSGroup 1 } - -sdlcLSAdminEntry OBJECT-TYPE - SYNTAX SdlcLSAdminEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of configured values for an SDLC link - station." - INDEX { ifIndex, sdlcLSAddress } - ::= { sdlcLSAdminTable 1 } - -SdlcLSAdminEntry ::= SEQUENCE -{ - sdlcLSAddress INTEGER, - sdlcLSAdminName DisplayString, - sdlcLSAdminState INTEGER, - sdlcLSAdminISTATUS INTEGER, - sdlcLSAdminMAXDATASend Integer32, - sdlcLSAdminMAXDATARcv Integer32, - sdlcLSAdminREPLYTO TimeInterval, - sdlcLSAdminMAXIN INTEGER, - sdlcLSAdminMAXOUT INTEGER, - sdlcLSAdminMODULO INTEGER, - sdlcLSAdminRETRIESm INTEGER, - sdlcLSAdminRETRIESt TimeInterval, - sdlcLSAdminRETRIESn Integer32, - sdlcLSAdminRNRLIMIT TimeInterval, - sdlcLSAdminDATMODE INTEGER, - sdlcLSAdminGPoll INTEGER, - sdlcLSAdminSimRim INTEGER, - sdlcLSAdminXmitRcvCap INTEGER, - sdlcLSAdminRowStatus RowStatus -} - -sdlcLSAddress OBJECT-TYPE - SYNTAX INTEGER (1..255) - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This value is the poll address of the - secondary link station for this SDLC link. It - uniquely identifies the SDLC link station - within a single SDLC port." - ::= { sdlcLSAdminEntry 1 } - -sdlcLSAdminName OBJECT-TYPE - SYNTAX DisplayString (SIZE (1..10)) - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "An octet string that defines the local name of - the SDLC link station. This field may be sent - in the XID3 control vector 0x0E, type 0xF7." - ::= { sdlcLSAdminEntry 2 } - -sdlcLSAdminState OBJECT-TYPE - SYNTAX INTEGER - { - inactive(1), - active(2) - } - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This object controls the desired state of the - SDLC station. The managed system shall attempt - to keep the operational state, sdlcLSOperState, - consistent with this value." - DEFVAL { active } - ::= { sdlcLSAdminEntry 3 } - -sdlcLSAdminISTATUS OBJECT-TYPE - SYNTAX INTEGER - { - inactive(1), - active(2) - } - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This parameter controls the desired state, - sdlcLSAdminState, of the SDLC link station at - link station start-up." - DEFVAL { active } - ::= { sdlcLSAdminEntry 4 } - -sdlcLSAdminMAXDATASend OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This object contains the maximum PDU size that - the local link station thinks it can send to - the adjacent link station before having - received any XID from the ALS. After the - maximum PDU size that the ALS can receive is - known (via XID exchange) that value is - reflected in sdlcLSOperMAXDATASend and takes - precedence over this object. - - This value includes the Transmission Header - (TH) and the Request Header (RH)." - ::= { sdlcLSAdminEntry 5 } - -sdlcLSAdminMAXDATARcv OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This object contains the maximum PDU size that - the local link station can receive from the - adjacent link station. This value is sent in - the XID to the ALS. - - This value includes the Transmission Header - (TH) and the Request Header (RH)." - ::= { sdlcLSAdminEntry 6 } - -sdlcLSAdminREPLYTO OBJECT-TYPE - SYNTAX TimeInterval - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This object controls the reply timeout (in - 1/100ths of a second) for an SDLC link - station. If the link station does not receive - a response to a poll or message before the - specified time expires then the appropriate - error recovery shall be initiated. - - The object descriptor contains the name of an - NCP configuration parameter, REPLYTO. Please - note that the value of this object represents - 1/100ths of a second while the NCP REPLYTO is - represented in 1/10ths of a second. - - Depending on the implementation, a write - operation to this administered value may not - change the operational value, sdlcLSOperREPLYTO, - until the link station is cycled inactive. - - This object only has meaning for SDLC ports - where sdlcPortAdminRole == primary " - DEFVAL { 100 } - ::= { sdlcLSAdminEntry 7 } - -sdlcLSAdminMAXIN OBJECT-TYPE - SYNTAX INTEGER (1..127) - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This object controls the maximum number of - unacknowledged I-frames which an SDLC link - station may receive. This should range from 1 - to (sdlcLSAdminMODULO - 1). This value is sent - in the XID to the ALS. - - A write operation to this administered value - will not change the operational value, - sdlcLSOperMAXIN, until the link station is - cycled inactive." - DEFVAL { 7 } - ::= { sdlcLSAdminEntry 8 } - -sdlcLSAdminMAXOUT OBJECT-TYPE - SYNTAX INTEGER (1..127) - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This object controls the maximum number of - consecutive unacknowledged I-frames which an - SDLC link station shall send without an - acknowledgement. This shall range from 1 to - (sdlcLSAdminMODULO - 1). - - For link stations on switched SDLC lines, - certain implementions may choose to override - this administered value with the value - received in the XID exchange. - - Depending on the implementation, a write - operation to this administered value may not - change the operational value, - sdlcLSOperMAXOUT, until the link station is - cycled inactive. - - An implementation can support only modulo 8, - only modulo 128, or both." - DEFVAL { 1 } - ::= { sdlcLSAdminEntry 9 } - -sdlcLSAdminMODULO OBJECT-TYPE - SYNTAX INTEGER - { - eight(8), - onetwentyeight(128) - } - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This object controls the modulus for an SDLC - link station. This modulus determines the size - of the rotating acknowledgement window used the - SDLC link station pair. - - A write operation to this administered value - will not change the operational value, - sdlcLSOperMODULO, until the link station is - cycled inactive. - - An implementation can support only modulo 8, - only modulo 128, or both." - DEFVAL { eight } - ::= { sdlcLSAdminEntry 10 } - -sdlcLSAdminRETRIESm OBJECT-TYPE - SYNTAX INTEGER (0..128) - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This object controls number of retries in a - retry sequence for the local SDLC link - station. A retry sequence is a series of - retransmitted frames ( data or control) for - which no positive acknowledgement is received. - - The number of times that the retry sequence is - to be repeated is controlled by the object: - sdlcLSAdminRETRIESn. The interval between retry - sequences is controlled by the object: - sdlcLSAdminRETRIESt. - - A value of zero indicates no retries. If the - value of sdlcLSAdminRETRIESm is zero, then the - values of sdlcLSAdminRETRIESt and - sdlcLSAdminRETRIESn should also be zero. - - Depending on the implementation, a write - operation to this administered value may not - change the operational value, - sdlcLSOperRETRIESm, until the link station is - cycled inactive." - DEFVAL { 15 } - ::= { sdlcLSAdminEntry 11 } - -sdlcLSAdminRETRIESt OBJECT-TYPE - SYNTAX TimeInterval - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This object controls the interval (in 1/100ths - of a second) between retry sequences for the - local SDLC link station if multiple retry - sequences are specified . A retry sequence is - a series of retransmitted frames ( data or - control) for which no positive acknowledgement - is received. - - The number of repeated retries sequences is - controlled by the object: sdlcLSAdminRETRIESn. - The retries per sequence is controlled by the - object: sdlcLSAdminRETRIESm. - - The object descriptor contains the name of an - NCP configuration parameter, RETRIESt. Please - note that the value of this object represents - 1/100ths of a second while the NCP RETRIESt is - represented in seconds. - - Depending on the implementation, a write - operation to this administered value may not - change the operational value, - sdlcLSOperRETRIESt, until the link station is - cycled inactive." - DEFVAL { 0 } - ::= { sdlcLSAdminEntry 12 } - -sdlcLSAdminRETRIESn OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This object controls the number of times that - a retry sequence is repeated for the local SDLC - link station. A retry sequence is a series of - retransmitted frames ( data or control) for - which no positive acknowledgement is received. - - The interval between retry sequences is - controlled by the object: sdlcLSAdminRETRIESn. - The retries per sequence is controlled by the - object: sdlcLSAdminRETRIESm. - - Depending on the implementation, a write - operation to this administered value may not - change the operational value, - sdlcLSOperRETRIESn, until the link station is - cycled inactive." - DEFVAL { 0 } - ::= { sdlcLSAdminEntry 13 } - -sdlcLSAdminRNRLIMIT OBJECT-TYPE - SYNTAX TimeInterval - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This object controls the length of time (in - 1/100ths of a second) that an SDLC link station - will allow its adjacent link station to remain - in a busy (RNR) state before declaring it - inoperative. - - A value of sdlcLSAdminRNRLIMIT == 0 means there - is no limit. - - The object descriptor contains the name of an - NCP configuration parameter, RNRLIMIT. Please - note that the value of this object represents - 1/100ths of a second while the NCP RNRLIMIT is - represented in minutes. - - Depending on the implementation, a write - operation to this administered value may not - change the operational value, - sdlcLSOperRNRLIMIT, until the link station is - cycled inactive." - DEFVAL { 18000 } - ::= { sdlcLSAdminEntry 14 } - -sdlcLSAdminDATMODE OBJECT-TYPE - SYNTAX INTEGER - { - half(1), - full(2) - } - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This object controls whether communications - mode with the adjacent link station is - two-way-alternate (half) or two-way-simultaneous - (full). - - A write operation to this administered value - will not change the operational value, - sdlcLSOperDATMODE, until the link station is - cycled inactive." - DEFVAL { half } - ::= { sdlcLSAdminEntry 15 } - -sdlcLSAdminGPoll OBJECT-TYPE - SYNTAX INTEGER (0..254) - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This object describes the group poll address - for this link station instance. If group poll - is not in effect for this link station - instance, the value for sdlcLSAdminGPoll should - be zero. - - Depending on the implementation, a write - operation to this administered value may not - change the operational value, sdlcLSOperGPoll, - until the link station is cycled inactive." - ::= { sdlcLSAdminEntry 16 } - -sdlcLSAdminSimRim OBJECT-TYPE - SYNTAX INTEGER - { - no(1), - yes(2) - } - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This object controls the support for - transmission and receipt of SIM and RIM control - frames for this link station. The value of - this object controls the setting of the - transmit-receive capability sent in the XID - field." - DEFVAL { no } - ::= { sdlcLSAdminEntry 17 } - -sdlcLSAdminXmitRcvCap OBJECT-TYPE - SYNTAX INTEGER - { - twa(1), - tws(2) - } - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This object controls the transmit-receive - capabilities for this SDLC link station. The - value of this object establishes the value of - the transmit-receive capability indicator sent - in the XID image to the adjacent link station." - DEFVAL { twa } - ::= { sdlcLSAdminEntry 18 } - -sdlcLSAdminRowStatus OBJECT-TYPE - SYNTAX RowStatus - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This object is used by a management station to - create or delete the row entry in - sdlcLSAdminTable following the RowStatus - textual convention. - - Upon successful creation of the row, an agent - automatically creates a corresponding entry in - the sdlcLSOperTable with sdlcLSOperState equal - to 'discontacted (1)'." - ::= { sdlcLSAdminEntry 19 } - --- ************************************************************* --- * * --- * THE SDLC LINK STATION OPERATIONAL TABLE * --- * * --- ************************************************************* - -sdlcLSOperTable OBJECT-TYPE - SYNTAX SEQUENCE OF SdlcLSOperEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table contains current SDLC link - parameters. Many of these objects have - corresponding objects in the - sdlcLSAdminTable." - ::= { sdlcLSGroup 2 } - -sdlcLSOperEntry OBJECT-TYPE - SYNTAX SdlcLSOperEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of status and control values for an - SDLC link station." - INDEX { ifIndex, sdlcLSAddress } - ::= { sdlcLSOperTable 1 } - -SdlcLSOperEntry ::= SEQUENCE -{ - sdlcLSOperName DisplayString, - sdlcLSOperRole INTEGER, - sdlcLSOperState INTEGER, - sdlcLSOperMAXDATASend Integer32, - sdlcLSOperREPLYTO TimeInterval, - sdlcLSOperMAXIN INTEGER, - sdlcLSOperMAXOUT INTEGER, - sdlcLSOperMODULO INTEGER, - sdlcLSOperRETRIESm INTEGER, - sdlcLSOperRETRIESt TimeInterval, - sdlcLSOperRETRIESn INTEGER, - sdlcLSOperRNRLIMIT TimeInterval, - sdlcLSOperDATMODE INTEGER, - sdlcLSOperLastModifyTime TimeTicks, - sdlcLSOperLastFailTime TimeTicks, - sdlcLSOperLastFailCause INTEGER, - sdlcLSOperLastFailCtrlIn OCTET STRING, - sdlcLSOperLastFailCtrlOut OCTET STRING, - sdlcLSOperLastFailFRMRInfo OCTET STRING, - sdlcLSOperLastFailREPLYTOs Counter32, - sdlcLSOperEcho INTEGER, - sdlcLSOperGPoll INTEGER, - sdlcLSOperSimRim INTEGER, - sdlcLSOperXmitRcvCap INTEGER -} - -sdlcLSOperName OBJECT-TYPE - SYNTAX DisplayString (SIZE (1..10)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "An octet string that defines the name of the - remote SDLC link station. This field is - received in the XID3 control vector 0x0E, type - 0xF7." - ::= { sdlcLSOperEntry 1 } - -sdlcLSOperRole OBJECT-TYPE - SYNTAX INTEGER - { - primary(1), - secondary(2), - undefined(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the current role that the - link station is assuming. - - The value of sdlcLSOperRole is undefined(3) - whenever the link station role has not yet been - established by the mode setting command." - ::= { sdlcLSOperEntry 2 } - -sdlcLSOperState OBJECT-TYPE - SYNTAX INTEGER - { - discontacted(1), - contactPending(2), - contacted(3), - discontactPending(4) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object describes the operational state of - the SDLC link station. The managed system - shall attempt to keep this value consistent - with the administered state, sdlcLSAdminState" - ::= { sdlcLSOperEntry 3 } - -sdlcLSOperMAXDATASend OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object contains the actual maximum PDU - size that the local link station can send to - the adjacent link station. This object is - established from the value received in the XID - from the adjacent link station. If no XID - is received, then this value is implementation - dependent (for instance, it could be the value - of sdlcLSAdminMAXDATASend). - This value includes the Transmission Header - (TH) and the Request Header (RH)." - ::= { sdlcLSOperEntry 4 } - -sdlcLSOperREPLYTO OBJECT-TYPE - SYNTAX TimeInterval - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the current reply timeout - (in 1/100ths of a second) for an SDLC link - station. If the link station does not receive - a response to a poll or message before the - specified time expires then the appropriate - error recovery shall be initiated. - - The object descriptor contains the name of an - NCP configuration parameter, REPLYTO. Please - note that the value of this object represents - 1/100ths of a second while the NCP REPLYTO is - represented in 1/10ths of a second. - - This object only has meaning for SDLC ports - where sdlcPortOperRole == primary " - ::= { sdlcLSOperEntry 5 } - -sdlcLSOperMAXIN OBJECT-TYPE - SYNTAX INTEGER (1..127) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the current maximum - number of unacknowledged I-frames which an SDLC - link station may receive. This shall range - from 1 to (sdlcLSOperMODULO - 1)." - ::= { sdlcLSOperEntry 6 } - -sdlcLSOperMAXOUT OBJECT-TYPE - SYNTAX INTEGER (1..127) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object controls the maximum number of - consecutive unacknowledged I-frames which an - SDLC link station shall send without an - acknowledgement. This shall range from 1 to - (sdlcLSAdminMODULO - 1). - This value may controlled by the administered - MAXOUT, sdlcLSAdminMAXOUT, or by the MAXIN value - received during the XID exchange." - ::= { sdlcLSOperEntry 7 } - -sdlcLSOperMODULO OBJECT-TYPE - SYNTAX INTEGER - { - eight(8), - onetwentyeight(128) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the current modulus for - an SDLC link station. This modulus determines - the size of rotating acknowledgement window - used by the SDLC link station pair." - DEFVAL { eight } - ::= { sdlcLSOperEntry 8 } - -sdlcLSOperRETRIESm OBJECT-TYPE - SYNTAX INTEGER (0..128) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object controls number of retries in a - retry sequence for an SDLC link station. A - retry sequence is a series of retransmitted - frames ( data or control) for which no positive - acknowledgement is received. - - The current number of times that the retry - sequence is to be repeated is reflected by the - object: sdlcLSOperRETRIESn. The current - interval between retry sequences is reflected - by the object: sdlcLSOperRETRIESt." - ::= { sdlcLSOperEntry 9 } - -sdlcLSOperRETRIESt OBJECT-TYPE - SYNTAX TimeInterval - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the current interval (in - 1/100ths of a second) between retry sequences - for an SDLC link station if multiple retry - sequences are specified. A retry sequence is a - series of retransmitted frames ( data or - control) for which no positive acknowledgement - is received. - - The object descriptor contains the name of an - NCP configuration parameter, RETRIESt. Please - note that the value of this object represents - 1/100ths of a second while the NCP RETRIESt is - represented in seconds. - - The current number of repeated retries - sequences is reflected by the object: - sdlcLSOperRETRIESn. The current retries per - sequence is reflected by the object: - sdlcLSOperRETRIESm." - ::= { sdlcLSOperEntry 10 } - -sdlcLSOperRETRIESn OBJECT-TYPE - SYNTAX INTEGER (0..127) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the current number of - times that a retry sequence is repeated for an - SDLC link station. A retry sequence is a - series of retransmitted frames ( data or - control) for which no positive acknowledgement - is received. - - The current interval between retry sequences is - reflected by the object: sdlcLSOperRETRIESn. - The current retries per sequence is reflected - by the object: sdlcLSOperRETRIESm." - ::= { sdlcLSOperEntry 11 } - -sdlcLSOperRNRLIMIT OBJECT-TYPE - SYNTAX TimeInterval - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the current length of - time (in 1/100ths of a second) that an SDLC - link station will allow its adjacent link - station to remain in a busy (RNR) state before - declaring it inoperative. - - The object descriptor contains the name of an - NCP configuration parameter, RNRLIMIT. Please - note that the value of this object represents - 1/100ths of a second while the NCP RNRLIMIT is - represented in minutes. - - A value of sdlcLSOperRNRLIMIT == 0 means there - is no limit." - ::= { sdlcLSOperEntry 12 } - -sdlcLSOperDATMODE OBJECT-TYPE - SYNTAX INTEGER - { - half(1), - full(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects whether the current - communications mode with the adjacent link - station is two-way-alternate (half) or - two-way-simultaneous (full)." - ::= { sdlcLSOperEntry 13 } - -sdlcLSOperLastModifyTime OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object describes the value of sysUpTime - when this link station definition was last - modified. If the link station has not been - modified, then this value shall be zero." - ::= { sdlcLSOperEntry 14 } - -sdlcLSOperLastFailTime OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object describes the value of sysUpTime - when this SDLC link station last failed. If - the link station has not failed, then this - value shall be zero." - ::= { sdlcLSOperEntry 15 } - -sdlcLSOperLastFailCause OBJECT-TYPE - SYNTAX INTEGER - { - undefined(1), - rxFRMR(2), - txFRMR(3), - noResponse(4), - protocolErr(5), - noActivity(6), - rnrLimit(7), - retriesExpired(8) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This enumerated object reflects the cause of - the last failure of this SDLC link station. If - the link station has not failed, then this - object will have a value of undefined(1)." - DEFVAL { undefined } - ::= { sdlcLSOperEntry 16 } - -sdlcLSOperLastFailCtrlIn OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(1..2)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the last control octet or - octets (depending on modulus) received by this - SDLC link station at the time of the last - failure. If the link station has not failed, - then this value has no meaning." - ::= { sdlcLSOperEntry 17 } - -sdlcLSOperLastFailCtrlOut OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(1..2)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the last control octet or - octets (depending on modulus) sent by this SDLC - link station at the time of the last failure. - If the link station has not failed, then this - value has no meaning." - ::= { sdlcLSOperEntry 18 } - -sdlcLSOperLastFailFRMRInfo OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(3)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the information field of - the FRMR frame if the last failure for this - SDLC link station was as a result of an invalid - frame. Otherwise, this field has no meaning." - ::= { sdlcLSOperEntry 19 } - -sdlcLSOperLastFailREPLYTOs OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the number of times that - the REPLYTO timer had expired for an SDLC link - station at the time of the last failure. If the - link station has not failed, then this value - has no meaning." - ::= { sdlcLSOperEntry 20 } - -sdlcLSOperEcho OBJECT-TYPE - SYNTAX INTEGER - { - no(1), - yes(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object identifies whether the echo bit is - in effect for this particular link station." - DEFVAL { no } - ::= { sdlcLSOperEntry 21 } - -sdlcLSOperGPoll OBJECT-TYPE - SYNTAX INTEGER (0..254) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object describes the group poll address - in effect for this link station instance." - DEFVAL { 0 } - ::= { sdlcLSOperEntry 22 } - -sdlcLSOperSimRim OBJECT-TYPE - SYNTAX INTEGER - { - no(1), - yes(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the support for - transmission and receipt of SIM and RIM control - frames for the adjacent link station. The - value of this object is set from the XID field - received from the adjacent link station." - DEFVAL { no } - ::= { sdlcLSOperEntry 23 } - -sdlcLSOperXmitRcvCap OBJECT-TYPE - SYNTAX INTEGER - { - twa(1), - tws(2) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the transmit-receive - capabilities for the adjacent SDLC link - station. The value of this object is the value - of the transmit-receive capability indicator - received in the XID image from the adjacent - link station." - DEFVAL { twa } - ::= { sdlcLSOperEntry 24 } - - --- ************************************************************* --- * * --- * THE SDLC LINK STATION STATISTICS TABLE * --- * * --- ************************************************************* - -sdlcLSStatsTable OBJECT-TYPE - SYNTAX SEQUENCE OF SdlcLSStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Each entry in this table contains statistics - for a specific SDLC link station." - ::= { sdlcLSGroup 3 } - -sdlcLSStatsEntry OBJECT-TYPE - SYNTAX SdlcLSStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "A list of statistics for an SDLC link station." - INDEX { ifIndex, sdlcLSAddress } - ::= { sdlcLSStatsTable 1 } - -SdlcLSStatsEntry ::= SEQUENCE -{ - sdlcLSStatsBLUsIn Counter32, - sdlcLSStatsBLUsOut Counter32, - sdlcLSStatsOctetsIn Counter32, - sdlcLSStatsOctetsOut Counter32, - sdlcLSStatsPollsIn Counter32, - sdlcLSStatsPollsOut Counter32, - sdlcLSStatsPollRspsIn Counter32, - sdlcLSStatsPollRspsOut Counter32, - sdlcLSStatsLocalBusies Counter32, - sdlcLSStatsRemoteBusies Counter32, - sdlcLSStatsIFramesIn Counter32, - sdlcLSStatsIFramesOut Counter32, - sdlcLSStatsUIFramesIn Counter32, - sdlcLSStatsUIFramesOut Counter32, - sdlcLSStatsXIDsIn Counter32, - sdlcLSStatsXIDsOut Counter32, - sdlcLSStatsTESTsIn Counter32, - sdlcLSStatsTESTsOut Counter32, - sdlcLSStatsREJsIn Counter32, - sdlcLSStatsREJsOut Counter32, - sdlcLSStatsFRMRsIn Counter32, - sdlcLSStatsFRMRsOut Counter32, - sdlcLSStatsSIMsIn Counter32, - sdlcLSStatsSIMsOut Counter32, - sdlcLSStatsRIMsIn Counter32, - sdlcLSStatsRIMsOut Counter32, - sdlcLSStatsDISCIn Counter32, - sdlcLSStatsDISCOut Counter32, - sdlcLSStatsUAIn Counter32, - sdlcLSStatsUAOut Counter32, - sdlcLSStatsDMIn Counter32, - sdlcLSStatsDMOut Counter32, - sdlcLSStatsSNRMIn Counter32, - sdlcLSStatsSNRMOut Counter32, - sdlcLSStatsProtocolErrs Counter32, - sdlcLSStatsActivityTOs Counter32, - sdlcLSStatsRNRLIMITs Counter32, - sdlcLSStatsRetriesExps Counter32, - sdlcLSStatsRetransmitsIn Counter32, - sdlcLSStatsRetransmitsOut Counter32 -} - -sdlcLSStatsBLUsIn OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total basic link - units (BLUs; frames) received from an adjacent - SDLC link station since link station startup. - At link station startup time, this object must - be initialized to zero." - ::= { sdlcLSStatsEntry 1 } - -sdlcLSStatsBLUsOut OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total basic link - units (BLUs; frames), transmitted to an - adjacent SDLC link station since link station - startup. At link station startup time, this - object must be initialized to zero." - ::= { sdlcLSStatsEntry 2 } - -sdlcLSStatsOctetsIn OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total octets received - from an adjacent SDLC link station since link - station startup. This object covers the - address, control, and information field of - I-Frames only. At link station startup time, - this object must be initialized to zero." - ::= { sdlcLSStatsEntry 3 } - -sdlcLSStatsOctetsOut OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total octets - transmitted to an adjacent SDLC link station - since link station startup. This object covers - the address, control, and information field of - I-Frames only. At link station startup time, - this object must be initialized to zero." - ::= { sdlcLSStatsEntry 4 } - -sdlcLSStatsPollsIn OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total polls received - from an adjacent SDLC link station since link - station startup. At link station startup time, - this object must be initialized to zero." - ::= { sdlcLSStatsEntry 5 } - -sdlcLSStatsPollsOut OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total polls sent to - an adjacent SDLC link station since link - station startup. At link station startup time, - this object must be initialized to zero." - ::= { sdlcLSStatsEntry 6 } - -sdlcLSStatsPollRspsOut OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total number of poll - responses sent to the adjacent SDLC link - station since link station startup. This value - includes I-frames that are sent in response to - a poll. - - At link station startup time, this object must - be initialized to zero." - ::= { sdlcLSStatsEntry 7 } - -sdlcLSStatsPollRspsIn OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total number of poll - responses received from the adjacent SDLC link - station since station startup. This value - includes I-frames that are received in response - to a poll. - - At link station startup time, this object must - be initialized to zero." - ::= { sdlcLSStatsEntry 8 } - -sdlcLSStatsLocalBusies OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total number of times - that the local SDLC link station has entered a - busy state (RNR) since link station startup. - At link station startup time, this object must - be initialized to zero." - ::= { sdlcLSStatsEntry 9 } - -sdlcLSStatsRemoteBusies OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total number of times - that an adjacent ( remote) SDLC link station - has entered a busy state (RNR) since link - station startup. At link station startup time, - this object must be initialized to zero." - ::= { sdlcLSStatsEntry 10 } - -sdlcLSStatsIFramesIn OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total I-frames - received from an adjacent SDLC link station - since link station startup. At link station - startup time, this object must be initialized - to zero." - ::= { sdlcLSStatsEntry 11 } - -sdlcLSStatsIFramesOut OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total I-frames - transmitted to an adjacent SDLC link station - since link station startup. At link station - startup time, this object must be initialized - to zero." - ::= { sdlcLSStatsEntry 12 } - -sdlcLSStatsUIFramesIn OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total UI-frames - received from an adjacent SDLC link station - since link station startup." - ::= { sdlcLSStatsEntry 13 } - -sdlcLSStatsUIFramesOut OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total UI-frames - transmitted to an adjacent SDLC link station - since link station startup." - ::= { sdlcLSStatsEntry 14 } - -sdlcLSStatsXIDsIn OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total XID frames - received from an adjacent SDLC link station - since link station startup." - ::= { sdlcLSStatsEntry 15 } - -sdlcLSStatsXIDsOut OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total XID frames - transmitted to an adjacent SDLC link station - since link station startup." - ::= { sdlcLSStatsEntry 16 } - -sdlcLSStatsTESTsIn OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total TEST frames, - commands or responses, received from an - adjacent SDLC link station since link station - startup." - ::= { sdlcLSStatsEntry 17 } - -sdlcLSStatsTESTsOut OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total TEST frames, - commands or responses, transmitted to an - adjacent SDLC link station since link station - startup." - ::= { sdlcLSStatsEntry 18 } - -sdlcLSStatsREJsIn OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total REJ frames - received from an adjacent SDLC link station - since link station startup." - ::= { sdlcLSStatsEntry 19 } - -sdlcLSStatsREJsOut OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total REJ frames - transmitted to an adjacent SDLC link station - since link station startup." - ::= { sdlcLSStatsEntry 20 } - -sdlcLSStatsFRMRsIn OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total frame reject - (FRMR) frames received from an adjacent SDLC - link station since link station startup." - ::= { sdlcLSStatsEntry 21 } - -sdlcLSStatsFRMRsOut OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total frame reject - (FRMR) frames transmitted to an adjacent SDLC - link station since link station startup." - ::= { sdlcLSStatsEntry 22 } - -sdlcLSStatsSIMsIn OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total set - initialization mode (SIM) frames received from - an adjacent SDLC link station since link station - startup." - ::= { sdlcLSStatsEntry 23 } - -sdlcLSStatsSIMsOut OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total set - initialization mode (SIM) frames transmitted to - an adjacent SDLC link station since link station - startup. At link station startup time, this - object must be initialized to zero." - ::= { sdlcLSStatsEntry 24 } - -sdlcLSStatsRIMsIn OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total request - initialization mode (RIM) frames received from - an adjacent SDLC link station since link station - startup. At link station startup time, this - object must be initialized to zero." - ::= { sdlcLSStatsEntry 25 } - -sdlcLSStatsRIMsOut OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total request - initialization mode (RIM) frames transmitted to - an adjacent SDLC link station since link station - startup. At link station startup time, this - object must be initialized to zero." - ::= { sdlcLSStatsEntry 26 } - -sdlcLSStatsDISCIn OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total number of - disconnect (DISC) requests received from an - adjacent SDLC link station since link station - startup. At link station startup time, this - object must be initialized to zero." - ::= { sdlcLSStatsEntry 27 } - -sdlcLSStatsDISCOut OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total number of - disconnect (DISC) requests transmited to an - adjacent SDLC link station since link station - startup. At link station startup time, this - object must be initialized to zero." - ::= { sdlcLSStatsEntry 28 } - -sdlcLSStatsUAIn OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total number of - unnumbered acknowledgements (UA) requests - received from an adjacent SDLC link station - since link station startup. At link station - startup time, this object must be initialized - to zero." - ::= { sdlcLSStatsEntry 29 } - -sdlcLSStatsUAOut OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total number of - unnumbered acknowledgements (UA) requests - transmited to an adjacent SDLC link station - since link station startup. At link station - startup time, this object must be initialized - to zero." - ::= { sdlcLSStatsEntry 30 } - -sdlcLSStatsDMIn OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total number of - disconnect mode (DM) requests received from an - adjacent SDLC link station since link station - startup. At link station startup time, this - object must be initialized to zero." - ::= { sdlcLSStatsEntry 31 } - -sdlcLSStatsDMOut OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total number of - disconnect mode (DM) requests transmited to an - adjacent SDLC link station since link station - startup. At link station startup time, this - object must be initialized to zero." - ::= { sdlcLSStatsEntry 32 } - -sdlcLSStatsSNRMIn OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total number of - set normal response mode (SNRM/SNRME) requests - received from an adjacent SDLC link station - since link station startup. At link station - startup time, this object must be initialized - to zero." - ::= { sdlcLSStatsEntry 33 } - -sdlcLSStatsSNRMOut OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total number of - set normal response mode (SNRM/SNRME) requests - transmited to an adjacent SDLC link station - since link station startup. At link station - startup time, this object must be initialized - to zero." - ::= { sdlcLSStatsEntry 34 } - -sdlcLSStatsProtocolErrs OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total occurrences, - since link station startup, where this SDLC - link station has inactivated the link as a - result of receiving a frame from its adjacent - link station which was in violation of the - protocol. At link station startup time, this - object must be initialized to zero." - ::= { sdlcLSStatsEntry 35 } - -sdlcLSStatsActivityTOs OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total occurrences, - since startup, where this SDLC link station has - inactivated the link as a result of no activity - on the link. At link station startup time, - this object must be initialized to zero." - ::= { sdlcLSStatsEntry 36 } - -sdlcLSStatsRNRLIMITs OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total occurrences, - since startup, where this SDLC link station has - inactivated the link as a result of its - RNRLIMIT timer expiring. At link station - startup time, this object must be initialized - to zero." - ::= { sdlcLSStatsEntry 37 } - -sdlcLSStatsRetriesExps OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total occurrences, - since startup, where this SDLC link station has - inactivated the link as a result of a retry - sequence being exhausted. At link station - startup time, this object must be initialized - to zero." - ::= { sdlcLSStatsEntry 38 } - -sdlcLSStatsRetransmitsIn OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total number of - information frames retransmitted by the remote - link station because the N(s) received from - that link station indicated that one or more - information frames sent by that station were - lost. This event causes the first missing - information frame of a window and all - subsequent information frames to be - retransmitted. At link station startup time, - this object must be initialized to zero. - - Management: If the value of - sdlcLSStatsRetransmitsIn grows over time, then - the quality of the serial line is in - question. You might want to look at - decreasing the value for - sdlcLSAdminMAXDATASend to compensate for the - lower quality line." - ::= { sdlcLSStatsEntry 39 } - -sdlcLSStatsRetransmitsOut OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "This object reflects the total number of - information frames retransmitted to a remote - link station because the N(r) received from - that link station indicated that one or more - information frames sent to that station were - lost. This event causes the first missing - information frame of a window and all - subsequent information frames to be - retransmitted. At link station startup time, - this object must be initialized to zero. - - Management: If the value of - sdlcLSStatsRetransmitsOut grows over time, - then the quality of the serial line is in - question. You might want to look at - decreasing the value for sdlcLSAdminMAXDATASend - to compensate for the lower quality line." - ::= { sdlcLSStatsEntry 40 } - --- --- TRAP DEFINITIONS --- - --- --- Notifications --- - -sdlcTraps OBJECT IDENTIFIER ::= { sdlc 3 } - -sdlcPortStatusChange NOTIFICATION-TYPE - OBJECTS { ifIndex, - ifAdminStatus, - ifOperStatus, - sdlcPortOperLastFailTime, - sdlcPortOperLastFailCause - } - STATUS current - DESCRIPTION - "This trap indicates that the state of an SDLC - port has transitioned to active or inactive." - ::= { sdlcTraps 1 } - -sdlcLSStatusChange NOTIFICATION-TYPE - OBJECTS { ifIndex, - sdlcLSAddress, - sdlcLSOperState, - sdlcLSAdminState, - sdlcLSOperLastFailTime, - sdlcLSOperLastFailCause, - sdlcLSOperLastFailFRMRInfo, - sdlcLSOperLastFailCtrlIn, - sdlcLSOperLastFailCtrlOut, - sdlcLSOperLastFailREPLYTOs - } - STATUS current - DESCRIPTION - "This trap indicates that the state of an SDLC - link station has transitioned to contacted or - discontacted." - ::= { sdlcTraps 2 } - - --- --- Conformance Information --- - -sdlcConformance OBJECT IDENTIFIER ::= { sdlc 4 } - -sdlcCompliances OBJECT IDENTIFIER ::= { sdlcConformance 1 } -sdlcGroups OBJECT IDENTIFIER ::= { sdlcConformance 2 } - --- --- Compliance Statements --- - -sdlcCoreCompliance MODULE-COMPLIANCE - STATUS current - DESCRIPTION - "The core compliance statement for all SDLC - nodes." - MODULE - MANDATORY-GROUPS - { - sdlcCorePortAdminGroup, - sdlcCorePortOperGroup, - sdlcCorePortStatsGroup, - sdlcCoreLSAdminGroup, - sdlcCoreLSOperGroup, - sdlcCoreLSStatsGroup - } - - OBJECT sdlcPortAdminName - MIN-ACCESS read-only - DESCRIPTION - "Write access is not required." - OBJECT sdlcPortAdminRole - MIN-ACCESS read-only - DESCRIPTION - "Write access is not required." - - OBJECT sdlcPortAdminType - MIN-ACCESS read-only - DESCRIPTION - "Write access is not required." - - OBJECT sdlcPortAdminTopology - MIN-ACCESS read-only - DESCRIPTION - "Write access is not required." - - OBJECT sdlcPortAdminISTATUS - MIN-ACCESS read-only - DESCRIPTION - "Write access is not required." - - OBJECT sdlcLSAddress - MIN-ACCESS read-only - DESCRIPTION - "Write access is not required." - - OBJECT sdlcLSAdminName - MIN-ACCESS read-only - DESCRIPTION - "Write access is not required." - - OBJECT sdlcLSAdminState - MIN-ACCESS read-only - DESCRIPTION - "Write access is not required." - - OBJECT sdlcLSAdminISTATUS - MIN-ACCESS read-only - DESCRIPTION - "Write access is not required." - - OBJECT sdlcLSAdminMAXDATASend - MIN-ACCESS read-only - DESCRIPTION - "Write access is not required." - - OBJECT sdlcLSAdminMAXDATARcv - MIN-ACCESS read-only - DESCRIPTION - "Write access is not required." - - OBJECT sdlcLSAdminMAXIN - MIN-ACCESS read-only - DESCRIPTION - "Write access is not required." - - OBJECT sdlcLSAdminMAXOUT - MIN-ACCESS read-only - DESCRIPTION - "Write access is not required." - - OBJECT sdlcLSAdminMODULO - MIN-ACCESS read-only - DESCRIPTION - "Write access is not required." - - OBJECT sdlcLSAdminRETRIESm - MIN-ACCESS read-only - DESCRIPTION - "Write access is not required." - - OBJECT sdlcLSAdminRETRIESt - MIN-ACCESS read-only - DESCRIPTION - "Write access is not required." - - OBJECT sdlcLSAdminRETRIESn - MIN-ACCESS read-only - DESCRIPTION - "Write access is not required." - - OBJECT sdlcLSAdminRNRLIMIT - MIN-ACCESS read-only - DESCRIPTION - "Write access is not required." - - OBJECT sdlcLSAdminDATMODE - MIN-ACCESS read-only - DESCRIPTION - "Write access is not required." - - OBJECT sdlcLSAdminGPoll - MIN-ACCESS read-only - DESCRIPTION - "Write access is not required." - - OBJECT sdlcLSAdminSimRim - MIN-ACCESS read-only - DESCRIPTION - "Write access is not required." - - OBJECT sdlcLSAdminRowStatus - MIN-ACCESS read-only - DESCRIPTION - "Write access is not required." - - ::= { sdlcCompliances 1 } - -sdlcPrimaryCompliance MODULE-COMPLIANCE - STATUS current - DESCRIPTION - "The compliance statement for all nodes that - are performing the role of a Primary link - station." - MODULE - MANDATORY-GROUPS { sdlcPrimaryGroup } - - OBJECT sdlcPortAdminPAUSE - MIN-ACCESS read-only - DESCRIPTION - "Write access is not required." - - OBJECT sdlcLSAdminREPLYTO - MIN-ACCESS read-only - DESCRIPTION - "Write access is not required." - - ::= { sdlcCompliances 2 } - -sdlcPrimaryMultipointCompliance MODULE-COMPLIANCE - STATUS current - DESCRIPTION - "The compliance statement for all nodes that - are performing the role of a primary link - station on a multipoint line." - MODULE - MANDATORY-GROUPS { sdlcPrimaryMultipointGroup } - - OBJECT sdlcPortAdminSERVLIM - MIN-ACCESS read-only - DESCRIPTION - "Write access is not required." - - OBJECT sdlcPortAdminSlowPollTimer - MIN-ACCESS read-only - DESCRIPTION - "Write access is not required." - - ::= { sdlcCompliances 3 } - - --- --- Core Conformance Groups for All Link Stations --- - -sdlcCoreGroups OBJECT IDENTIFIER ::= { sdlcGroups 1 } - -sdlcCorePortAdminGroup OBJECT-GROUP - OBJECTS - { - sdlcPortAdminName, sdlcPortAdminRole, - sdlcPortAdminType, sdlcPortAdminTopology, - sdlcPortAdminISTATUS - } - STATUS current - DESCRIPTION - "The sdlcCorePortAdminGroup defines objects - which are common to the PortAdmin group of all - compliant link stations." - ::= { sdlcCoreGroups 1 } - -sdlcCorePortOperGroup OBJECT-GROUP - OBJECTS - { - sdlcPortOperName, - sdlcPortOperRole, - sdlcPortOperType, - sdlcPortOperTopology, - sdlcPortOperISTATUS, - sdlcPortOperACTIVTO, - sdlcPortOperLastFailTime, - sdlcPortOperLastFailCause - } - STATUS current - DESCRIPTION - "The sdlcCorePortOperGroup defines objects - which are common to the PortOper group of all - compliant link stations." - ::= { sdlcCoreGroups 2 } - - -sdlcCorePortStatsGroup OBJECT-GROUP - OBJECTS - { - sdlcPortStatsPhysicalFailures, - sdlcPortStatsInvalidAddresses, - sdlcPortStatsDwarfFrames - } - STATUS current - DESCRIPTION - "The sdlcCorePortStatsGroup defines objects - which are common to the PortStats group of all - compliant link stations." - ::= { sdlcCoreGroups 3 } - - -sdlcCoreLSAdminGroup OBJECT-GROUP - OBJECTS - { - sdlcLSAddress, - sdlcLSAdminName, - sdlcLSAdminState, - sdlcLSAdminISTATUS, - sdlcLSAdminMAXDATASend, - sdlcLSAdminMAXDATARcv, - sdlcLSAdminMAXIN, - sdlcLSAdminMAXOUT, - sdlcLSAdminMODULO, - sdlcLSAdminRETRIESm, - sdlcLSAdminRETRIESt, - sdlcLSAdminRETRIESn, - sdlcLSAdminRNRLIMIT, - sdlcLSAdminDATMODE, - sdlcLSAdminGPoll, - sdlcLSAdminSimRim, - sdlcLSAdminRowStatus - } - STATUS current - DESCRIPTION - "The sdlcCorePortAdminGroup defines objects - which are common to the PortAdmin group of all - compliant link stations." - ::= { sdlcCoreGroups 4 } - -sdlcCoreLSOperGroup OBJECT-GROUP - OBJECTS - { - sdlcLSOperRole, - sdlcLSOperState, - sdlcLSOperMAXDATASend, - sdlcLSOperMAXIN, - sdlcLSOperMAXOUT, - sdlcLSOperMODULO, - sdlcLSOperRETRIESm, - sdlcLSOperRETRIESt, - sdlcLSOperRETRIESn, - sdlcLSOperRNRLIMIT, - sdlcLSOperDATMODE, - sdlcLSOperLastFailTime, - sdlcLSOperLastFailCause, - sdlcLSOperLastFailCtrlIn, - sdlcLSOperLastFailCtrlOut, - sdlcLSOperLastFailFRMRInfo, - sdlcLSOperLastFailREPLYTOs, - sdlcLSOperEcho, - sdlcLSOperGPoll - } - STATUS current - DESCRIPTION - "The sdlcCorePortOperGroup defines objects - which are common to the PortOper group of all - compliant link stations." - ::= { sdlcCoreGroups 5 } - - -sdlcCoreLSStatsGroup OBJECT-GROUP - OBJECTS - { - sdlcLSStatsBLUsIn, - sdlcLSStatsBLUsOut, - sdlcLSStatsOctetsIn, - sdlcLSStatsOctetsOut, - sdlcLSStatsPollsIn, - sdlcLSStatsPollsOut, - sdlcLSStatsPollRspsIn, - sdlcLSStatsPollRspsOut, - sdlcLSStatsLocalBusies, - sdlcLSStatsRemoteBusies, - sdlcLSStatsIFramesIn, - sdlcLSStatsIFramesOut, - sdlcLSStatsRetransmitsIn, - sdlcLSStatsRetransmitsOut, - sdlcLSStatsUIFramesIn, - sdlcLSStatsUIFramesOut, - sdlcLSStatsXIDsIn, - sdlcLSStatsXIDsOut, - sdlcLSStatsTESTsIn, - sdlcLSStatsTESTsOut, - sdlcLSStatsREJsIn, - sdlcLSStatsREJsOut, - sdlcLSStatsFRMRsIn, - sdlcLSStatsFRMRsOut, - sdlcLSStatsSIMsIn, - sdlcLSStatsSIMsOut, - sdlcLSStatsRIMsIn, - sdlcLSStatsRIMsOut, - sdlcLSStatsProtocolErrs, - sdlcLSStatsRNRLIMITs, - sdlcLSStatsRetriesExps - } - STATUS current - DESCRIPTION - "The sdlcCorePortStatsGroup defines objects - which are common to the PortStats group of all - compliant link stations." - ::= { sdlcCoreGroups 6 } - - --- --- Conformance Groups for Primary Link Stations --- - -sdlcPrimaryGroups OBJECT IDENTIFIER ::= { sdlcGroups 2 } - -sdlcPrimaryGroup OBJECT-GROUP - OBJECTS - { - sdlcPortAdminPAUSE, - sdlcPortOperPAUSE, - sdlcLSAdminREPLYTO, - sdlcLSOperREPLYTO - } - STATUS current - DESCRIPTION - "The sdlcPrimaryGroup defines objects which - are common to all compliant primary link - stations." - ::= { sdlcPrimaryGroups 1 } - -sdlcPrimaryMultipointGroup OBJECT-GROUP - OBJECTS - { - sdlcPortAdminSERVLIM, - sdlcPortAdminSlowPollTimer, - sdlcPortOperSlowPollMethod, - sdlcPortOperSERVLIM, - sdlcPortOperSlowPollTimer - } - STATUS current - DESCRIPTION - "The sdlcPrimaryMultipointGroup defines objects - which are common to all compliant primary link - stations that are in a multipoint topology." - ::= { sdlcPrimaryGroups 2 } - - -END diff --git a/mibs/SYNOPTICS-COMMON-MIB b/mibs/SYNOPTICS-COMMON-MIB deleted file mode 100644 index 144c7a2e5a..0000000000 --- a/mibs/SYNOPTICS-COMMON-MIB +++ /dev/null @@ -1,2032 +0,0 @@ --- SECTION 1: Top Level Definitions - -SYNOPTICS-COMMON-MIB DEFINITIONS ::= BEGIN - --- Common MIB Release 4.7.4 --- Revision 05/29/95 - --- Copyright 1995 Bay Networks, Inc. --- All rights reserved. --- This Bay Networks SNMP Management Information Base Specification --- (Specification) embodies Bay Networks' confidential and --- proprietary intellectual property. Bay Networks retains all --- title and ownership in the Specification, including any --- revisions. - --- This Specification is supplied "AS IS," and Bay Networks makes --- no warranty, either express or implied, as to the use, --- operation, condition, or performance of the Specification. - - --- Imports - -IMPORTS - Counter, Gauge, TimeTicks, IpAddress - FROM RFC1155-SMI - DisplayString - FROM RFC1213-MIB - OBJECT-TYPE - FROM RFC-1212 - s3SnmpAgent, series3000, SnpxBackplaneType, SnpxChassisType - FROM SYNOPTICS-ROOT-MIB; - - --- Textual Conventions - -S3ModuleType ::= INTEGER { - empty(1), -- nothing installed - other(2), -- none of the following - m3302(3), -- STP ethernet Host Module - m3304-ST(4), -- FOIRL ethernet Host Module - m3305(5), -- UTP ethernet Host Module - m3308(6), -- 10 base-T ethernet Host Module - m3313(7), -- AUI ethernet NMM w/ RS232 port - m3313M(8), -- AUI ethernet NMM w/ RS232 + modem - m3314-ST(9), -- FOIRL ethernet NMM w/ RS232 - m3314M-ST(10), -- FOIRL ethernet NMM w/ RS232 + modem - m3323(11), -- AUI Local Bridge - m3324-ST(12), -- FOIRL Local Bridge - m3502(13), -- STP Token Ring Host Module - m3532(14), -- STP Token Ring Repeater - m3552(15), -- STP Ring in/ Ring out Module - m3301(16), -- Thin Net ethernet Host Module - m3307(17), -- 10 base-T 50 pin Host Module - m3356(18), -- Ethernet Remote Bridge - m3512(19), -- T.R. NMM w/ STP ring in/ring out - m3514(20), -- T.R. NMM w/ FOIRL ring in/ring out - m3505(21), -- UTP Token Ring Host Module - m3554(22), -- FOIRL ring in/ring out Module - m3534(23), -- FOIRL Repeater - m3383(24), -- AUI ethernet Local Router - m3384(25), -- FOIRL ethernet Local Router - m331x(26), -- ethernet NMM module w/unknown MDA type - m351x(27), -- t.r. NMM module w/unknown MDA type - m3502-A(28), -- STP Token Ring Host Module - m3902(29), -- STP FDDI Host Module - m3904(30), -- Fiber FDDI Host Module - m3910S(31), -- FDDI Super NMM - m3386(32), -- Cisco Remote Router - m3394(33), -- Ethernet-localtalk router - m3395(34), -- XYPLEX terminal server - m3323S(35), -- High Speed Local Bridge with AUI - m3324S-ST(36), -- High Speed Local Bridge with FOIRL - m3307A(37), -- 10baseT with amp connector - m3308A(38), -- 10baseT (Ibid) - m3505A(39), -- UTP Token Ring Host Module - m3513(40), -- STP TR repeater NMM - m3333(41), -- ethernet retiming module AUI - m3334-ST(42), -- ethernet retiming module FOIRL - m3040(43), -- model 3040 NCE (SPARCStation on a card) - m3100R(44), -- 3100R Summing Module - notUsed45(45), -- not assigned - notUsed46(46), -- not assigned - m2810-hm(47), -- host part of 2810 non-modular Ethernet - m2810-nmm(48), -- nmm part of 2810 non-modular Ethernet - m3313S(49), -- Ethernet NMM+ with AUI - m3314S(50), -- Ethernet NMM+ with FOIRL - m3368(51), -- 10Base-T LattisSecure Host Module - m3512S(52), -- Model 3512S Token Ring NMM - m3513S(53), -- Model 3513S Token Ring NMM - m3514S(54), -- Model 3514S Token Ring NMM - m3522(55), -- Model 3522 Token Ring bridge - m2912(56), -- FDDI STP workgroup concentrator - m2914(57), -- FDDI Fiber workgroup concentrator - notUsed58(58), -- not assigned - m3301-75(59), -- Thin net Enet Host Module for 75 ohms - m3301-93(60), -- Thin net Enet Host Module for 93 ohms - m271x-nmm(61), -- nmm part of 271x - m2705-hm(62), -- host connection to 2705 - m2715-hm(63), -- host part of 2715 - m2813-nmm(64), -- nmm part of 2813 - m2814-nmm(65), -- nmm part of 2814 - m2813-hm(66), -- host part of 2813 - m2814-hm(67), -- host part of 2814 - m2803-hm(68), -- cascaded 2803 - m2804-hm(69), -- cascaded 2804 - m3395A(70), -- Xyplex terminal server - m3040S(71), -- NCE (SPARCStation on a card) - m3502B(72), -- Model 3502B Token Ring Host Module - m3505B(73), -- Model 3505B Token Ring Host Module - m2715-F-hm(74), -- host part of 2715-F - m2712-hm(75), -- host part of 2712 - m2712-F-hm(76), -- host part of 2712-F - m2702-hm(77), -- host connection to 2702 - m2702-C-hm(78), -- host connection to 2702-C - m2705-F-hm(79), -- host connection to 2705-F - m2702-F-hm(80), -- host connection to 2702-F - m2705-C-hm(81), -- host connection to 2705-C - m3902A(82), -- Model 3902A FDDI host module - m2912A(83), -- FDDI SDDI workgroup concentrator - m3313A(84), -- Model 3313A Ethernet NMM - m3314A(85), -- Model 3314A Ethernet NMM - m3307HD(86), -- Model 3307HD Ethernet host module - m3328(87), -- Model 3328 Ethernet Switching Engine - m3904-2SM(88), -- Model 3904SM FDDI host module - m3910S-SM(89), -- Model 3910SM FDDI NMM - m3800(90), -- Cisco multi Media Router - m3910S-SD(91), -- Model 3910S-SD FDDI SDDI NMM - m3904-4SM(92), -- Model 3904-4SM FDDI single mode fiber host - m2915(93), -- Model 2915 FDDI UTP workgroup concentrator - m3910SA(94), -- Model 3910SA FDDI NMM II - m3910SA-SM(95), -- Model 3910SA FDDI NMM II with single mode fiber - m3905(96), -- Model 3905 FDDI UTP Host Module - m2715B-hm(97), -- host part of 2715B - m2705B-hm(98), -- host connection to 2705B - m2715B-F-hm(99), -- host part of 2715B-F - m2712B-hm(100), -- host part of 2712B - m2712B-F-hm(101), -- host part of 2712B-F - m2702B-C-hm(102), -- host connection to 2702B-C - m3304A(103), -- Redundant Ethernet Host Module - m3486(104), -- Model 3486 Lattis Engine / 486 - m3308B(105), -- Model 3308B 10BASE-T Host Module - m2813SA-nmm(106), -- nmm part of 2813SA - m2814SA-nmm(107), -- nmm part of 2814SA - m3517SA(108), -- Model 3517SA Token Ring NMM - m810M(109), -- Model 810M eight port 10BASE-T Hub - m3313SA(110), -- Model 3313SA Ethernet NMM - m3314SA(111), -- Model 3314SA Ethernet NMM - m3522A(112), -- Model 3522A Token Ring Bridge - m3504-ST(113), -- Model 3504-ST Token Ring Host - m3513SA(114), -- Model 3513SA Token Ring NMM - mAlcatel-Eth-nmm(115), -- nmm part of Alcatel Ethernet workgroup conc. - mAlcatel-Eth-hm1(116), -- host part of Alcatel Ethernet workgroup conc. - mAlcatel-Eth-hm(117), -- cascaded Alcatel Ethernet workgroup conc. - m2486-nmm(118), -- nmm part of 2486 - m2486-hm(119), -- host part of 2486 - m3174(120), -- Model 3174 Communications Controller Module - m271xSA-nmm(121), -- nmm part of 271xSA - m3299C(122), -- Model 3299-C Terminal Multiplexor Adapter Module - m3299U(123), -- Model 3299-U TTP Terminal Multiplexor Adapter Module - m3299F(124), -- Model 3299-F Fiber Optic Terminal Adapter Module - m2300x(125), -- Model 2300x - m2310x(126), -- Model 2310x - m3410(127), -- Model 3410 Fast Ethernet Network Management Module - m3405(128), -- Model 3405 Fast Ethernet Host Module with - -- 12 100BASE-TX ports - m3475(129) -- Model 3475 Fast Ethernet Host Module with - -- 11 100BASE-TX ports and 1 100BASE-FX port - - } --- This type is used to specify a module. - - -S3PsType ::= INTEGER { - other(1), -- none of the following - low(2), -- 200 watt supply (3000) - -- 50 watt supply (281x) - medium(3), -- 360 watt supply (3000) - -- 110 watt supply (3030) - -- 85 watt supply (2715) - -- 33 wattt supply (2300x & 2310x) - high(4), -- 460 watt supply (3000) - -- 150 watt supply (3030) - -- 150 watt supply (2914 & 2912) - redundantCapable(5), -- redundant backplane (3000) - empty(6) -- nothing installed - } --- This type is used to specify the power supply type. Where used, --- the descriptions specify the valid values. - --- Groups - -s3AgentSw OBJECT IDENTIFIER ::= { s3SnmpAgent 1 } -s3AgentNetProtocol OBJECT IDENTIFIER ::= { s3SnmpAgent 2 } -s3AgentIpProtocol OBJECT IDENTIFIER ::= { s3AgentNetProtocol 1 } --- this one is defined in the IPX MIB --- s3AgentIpxProtocol OBJECT IDENTIFIER ::= { s3AgentNetProtocol 2 } --- this one is defined in section 3. --- s3AgentTrapReceiverTable OBJECT IDENTIFIER ::= { s3SnmpAgent 3 } -s3AgentHw OBJECT IDENTIFIER ::= { s3SnmpAgent 4 } -s3AgentSpecific OBJECT IDENTIFIER ::= { s3SnmpAgent 5 } -s3AgentLocImage OBJECT IDENTIFIER ::= { s3SnmpAgent 6 } --- this one is defined in the IPX MIB --- s3AgentIPXTrapReceiverTable OBJECT IDENTIFIER ::= { s3SnmpAgent 7 } - -s3000Chassis OBJECT IDENTIFIER ::= { series3000 1 } -s3000RedundantPs OBJECT IDENTIFIER ::= { s3000Chassis 10 } -s3000Ethernet OBJECT IDENTIFIER ::= { series3000 2 } -s3000TokenRing OBJECT IDENTIFIER ::= { series3000 3 } -s3000FDDI OBJECT IDENTIFIER ::= { series3000 4 } -s3000Bridge OBJECT IDENTIFIER ::= { series3000 5 } -s3000TerminalServer OBJECT IDENTIFIER ::= { series3000 6 } -s3000LattisTalk OBJECT IDENTIFIER ::= { series3000 7 } -s3000Trb OBJECT IDENTIFIER ::= { series3000 8 } - - - --- SECTION 2: Concentrator Chassis - --- Chassis Group - - --- Implementation of this group is mandatory for all SynOptics --- Series 3000 agents - - -s3ChassisType OBJECT-TYPE - SYNTAX SnpxChassisType - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The chassis type." - ::= { s3000Chassis 1 } - -s3ChassisBkplType OBJECT-TYPE - SYNTAX SnpxBackplaneType - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The chassis backplane type." - ::= { s3000Chassis 2 } - -s3ChassisBkplRev OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The chassis backplane revision." - ::= { s3000Chassis 3 } - -s3ChassisPsType OBJECT-TYPE - SYNTAX S3PsType - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The chassis power supply type. This value is - valid only when the backplane type is not - other(1). If the chassis has a redundant backplane, - the agent returns redundantCapable(5), even if only - one power supply is installed. The objects - s3RedPsPrimaryConfig and s3RedPsSecondaryConfig - should be consulted to determine the installed - power supply type(s) with redundant backplanes." - ::= { s3000Chassis 4 } - -s3ChassisPsStatus OBJECT-TYPE - SYNTAX INTEGER { - ok(1), -- supply ok - primaryFail(2), -- primary power supply failure - secondaryFail(3), -- secondary power supply failure - bothFail(4) -- both power supplies failed - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The chassis power supply status." - ::= { s3000Chassis 5 } - -s3ChassisFanStatus OBJECT-TYPE - SYNTAX INTEGER { - ok(1), -- fans are running - fail(2), -- fan(s) are broken - other(3) -- unknown fan status or no fan - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The status of the chassis cooling fan." - ::= { s3000Chassis 6 } - - - --- Chassis Slot Configuration Table - - -s3SlotConfigTable OBJECT-TYPE - SYNTAX SEQUENCE OF S3SlotConfigEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "The chassis slot configuration table." - ::= { s3000Chassis 7 } - -s3SlotConfigEntry OBJECT-TYPE - SYNTAX S3SlotConfigEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "What type of module is in each slot of the chassis." - INDEX { s3SlotNumber } - ::= { s3SlotConfigTable 1 } - - -S3SlotConfigEntry ::= SEQUENCE { - s3SlotNumber - INTEGER, - s3SlotModuleId - INTEGER, - s3SlotModuleType - S3ModuleType, - s3SlotModuleDescr - DisplayString, - s3SlotModuleLed - OCTET STRING, - s3SlotModuleMdaId - INTEGER - } - -s3SlotNumber OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The 3000 Chassis slot number. Valid entries are 1-12." - ::= { s3SlotConfigEntry 1 } - -s3SlotModuleId OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "ID for the module. Values are specified in - SynOptics technical documents." - ::= { s3SlotConfigEntry 2 } - -s3SlotModuleType OBJECT-TYPE - SYNTAX S3ModuleType - ACCESS read-only - STATUS deprecated - DESCRIPTION - "The type of module this entry represents. - Values are specified in SynOptics technical documents." - ::= { s3SlotConfigEntry 3 } - -s3SlotModuleDescr OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..128)) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Module description. Values are specified in - SynOptics technical documents." - ::= { s3SlotConfigEntry 4 } - -s3SlotModuleLed OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(8)) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Status of the module LEDs. Format is specified in - SynOptics technical documents. NOTE: the 291x FDDI - workgroup concentrators actually return a string - with size of 10." - ::= { s3SlotConfigEntry 5 } - -s3SlotModuleMdaId OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "ID of the medium-dependent part of the board. - The value is board dependent. Values are specified - in SynOptics technical documents." - ::= { s3SlotConfigEntry 6 } - - - --- Chassis Common Board Table - - -s3CommonBoardTable OBJECT-TYPE - SYNTAX SEQUENCE OF S3CommonBoardEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A table containing information about the boards - currently plugged into the 3000 Chassis. This - board table contains an entry for each non-empty - slot in the s3SlotConfigTable, EXCEPT for those - slots containing Retiming Modules. - - All of the information in this board table is - retrievable using the NMI commands that are common - to all boards integrated into the SynOptics - Series 3000 Concentrators." - ::= { s3000Chassis 8 } - -s3CommonBoardEntry OBJECT-TYPE - SYNTAX S3CommonBoardEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A table entry containing information about a - single Board currently plugged into the 3000 - Chassis. These values can be retrieved using the - common board NMI commands." - INDEX { s3CommonBoardIndex } - ::= { s3CommonBoardTable 1 } - -S3CommonBoardEntry ::= SEQUENCE { - s3CommonBoardIndex - INTEGER, - s3CommonBoardId - INTEGER, - s3CommonBoardHwVer - INTEGER, - s3CommonBoardStatus - INTEGER, - s3CommonBoardReset - INTEGER, - s3CommonBoardPartStatus - INTEGER, - s3CommonBoardNmCntlStatus - INTEGER, - s3CommonBoardPsStatus - INTEGER, - s3CommonBoardPartTime - TimeTicks - } - -s3CommonBoardIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each board. Its value ranges - between 1 and 12. The value for each board must - remain constant at least from one re-initialization - of the entity's network management system to the - next re-initialization." - ::= { s3CommonBoardEntry 1 } - -s3CommonBoardId OBJECT-TYPE - SYNTAX INTEGER { - m331x(1), - m3302(2), - m332x(3), - m3304ST(4), - m3305(5), - m333x(6), - m3307(7), - m3308(8), - m3301(9), - m3904(10), - m3902(11), - m3910S(12), --- mNotAssigned13(13), - m331xS(14), - m3100R(15), - m3502(16), - m3502A(17), - m353x(18), - m3040(19), - m3505(20), - m3505A(21), - m355x(22), - m3040S(23), - m351x(24), - m332xS(25), - m338x(26), - m3328(27), - m3395(28), - m3394(29), - m3522(30), - m3395A(31), - m3800(32), --- mNotAssigned33(33), --- mNotAssigned34(34), --- mNotAssigned35(35), - m3368(36), --- mNotAssigned37(37), - m3308A(38), - m2810nmm(39), - m2810hm(40), - m3301ohms75(41), - m3301ohms93(42), - m2912(43), - m2914(44), - m3502B(45), - m3505B(46), - m3307HD(47), - m2702Fhm(48), - m2712Fhm(49), - m2712hm(50), - m2702hm(51), - m2813nmm(52), - m2813hm(53), - m2814hm(54), - m2803hm(55), - m3356(56), - m2814nmm(57), - m2804hm(58), - m2702Chm(59), - m2715Fhm(60), - m2705Fhm(61), - m2705Chm(62), - m3902A(63), - m2912A(64), - m271xnmm(65), - m2715hm(66), - m3910SSD(67), - m3313A(68), - m3314A(69), - m3304A(70), - m3910SA(71), - m2705hm(72), - m3905(73), - m2915(74), - m2715Bhm(75), - m2705Bhm(76), - m2715BFhm(77), - m2712Bhm(78), - m2712BFhm(79), - m2702BChm(80), --- mNotAssigned81(81), - m3486(82), --- mNotAssigned83(83), --- mNotAssigned84(84), --- mNotAssigned85(85), --- mNotAssigned86(86), --- mNotAssigned87(87), - m810m(88), --- mNotAssigned89(89), --- mNotAssigned90(90), --- mNotAssigned91(91), --- mNotAssigned92(92), --- mNotAssigned93(93), --- mNotAssigned94(94), --- mNotAssigned95(95), --- mNotAssigned96(96), --- mNotAssigned97(97), --- mNotAssigned98(98), --- mNotAssigned99(99), --- mNotAssigned100(100), - m3517SA(101), - m3308B(102), - m2813SAnmm(103), - m2814SAnmm(104), - m3313SA(105), - m3314SA(106), - m3174(107), - m3522A(108), - m3513SA(109), - m271xSAnmm(110), - m2300x(114), - m2310x(115), - m3299C(116), - m3299U(117), - m3299F(119), - m3410(120), - m3405(121), - m3475(122), - mAlcatelEthConcnmm(250), - mAlcatelEthConchm(251), - mAlcatelEthExpConchm(252) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This is the ID of the board, which is 'hard-coded' in the - board, and identifies the board's basic functionality. - Some boards have the capability to change aspects of - their functionality, such as media type, interface types, - or power supply wattages, by plugging in different daughter - cards. Other boards may identify the type of cable plugged - into them. The boards that have these capabilities use - different values for the object s3SlotModuleMda to identify - the changable portion of the functionality currently used. - Boards that do not support these capabilities typically set - the object s3SlotModuleMda to 255 or zero. The combination - of the value of this object and the s3SlotModuleMda object - are then mapped by software to determine the type of - module (i.e., s3SlotModuleType). - - Notes: 1.) The object s3SlotModuleType is marked - as deprecated. - 2.) Agents do not implement a complete mapping of - s3CommonBoardId and s3SlotModuleMda to - s3SlotModuleType. The mapping that is performed - pertains to the media type of the agent. - - The possible values for this object are: - m331x(1)...................331x Ethernet NMM - m3302(2)...................3302 Ethernet STP Host - m332x(3)...................332x Ethernet Local Bridge - m3304ST(4).................3304 Ethernet FOIRL-ST Host - m3305(5)...................3305 Ethernet UTP Host - m333x(6)...................333x Ethernet Repeater/Retiming - m3307(7)...................3307 Ethernet 50 Pin UTP Host - m3308(8)...................3308 10BaseT UTP Host - m3301(9)...................3301 10Base2 Thin Net Host - m3904(10)..................3904 FDDI Multimode Fiber Host - m3902(11)..................3902 FDDI STP Host - m3910S(12).................3910S FDDI NMM - m331xS(14).................331xS Ethernet NMM - m3100R(15).................3100R Power Supply Summing - m3502(16)..................3502 Token Ring Passive STP Host - m3502A(17).................3502A Token Ring Passive STP/UTP Host - m353x(18)..................353x Token Ring RI/RO Repeater - m3040(19)..................3040 Network Control Engine (NCE) - m3505(20)..................3505 Token Ring Active UTP Host - m3505A(21).................3505A Token Ring Active UTP Host - m355x(22)..................355x Token Ring FOIRL RI/RO Repeater - m3040S(23).................3040S Network Control Engine - m351x(24)..................351x Token Ring NMM - m332xS(25).................332xS Ethernet High Speed Local Bridge - m338x(26)..................338x Ethernet Remote Router - m3328(27)..................3328 Ethernet Switching Engine (ESE) - m3395(28)..................3395 Terminal Server - m3394(29)..................3394 LattisTalk Router/Repeater - m3522(30)..................3522 Token Ring Local Bridge - m3395A(31).................3395A Terminal Server - m3800(32)..................3800 Multimedia Router - m3368(36)..................3368 Ethernet LattisSecure Host - m3308A(38).................3308A 10BaseT Host - m2810nmm(39)...............2810 Ethernet NMM - m2810hm(40)................2810 Ethernet Host - m3301ohms75(41)............3301-75 Ethernet Thin Net Host (75-ohm) - m3301ohms93(42)............3301-93 Ethernet Thin Net Host (93-ohm) - m2912(43)..................2912 FDDI STP Concentrator - m2914(44)..................2914 FDDI Fiber Concentrator - m3502B(45).................3502B Token Ring Passive STP/UTP Host - m3505B(46).................3505B Token Ring Active STP/UTP Host - m3307HD(47)................3307HD Ethernet 100 Pin UTP Host - m2702Fhm(48)...............2702F Token Ring Passive Host - m2712Fhm(49)...............2712F Token Ring Passive Host - m2712hm(50)................2712 Token Ring Passive Host - m2702hm(51)................2702 Token Ring Passive Host - m2813nmm(52)...............2813 Ethernet NMM - m2813hm(53)................2813 Ethernet Host - m2814hm(54)................2814 Ethernet Host - m2803hm(55)................2803 Ethernet Host - m3356(56)..................3356 Ethernet Remote Bridge - m2814nmm(57)...............2814 Ethernet NMM - m2804hm(58)................2804 Ethernet Host - m2702Chm(59)...............2702C Token Ring Passive Host - m2715Fhm(60)...............2715F Token Ring Active Host - m2705Fhm(61)...............2705F Token Ring Active Host - m2705Chm(62)...............2705C Token Ring Active Host - m3902A(63).................3902A FDDI STP Host - m2912A(64).................2912A FDDI STP Concentrator - m271xnmm(65)...............271x Token Ring NMM - m2715hm(66)................2715 Token Ring Active Host - m3910SSD(67)...............3910S-SD FDDI NMM - m3313A(68).................3313A Ethernet NMM - m3314A(69).................3314A Ethernet NMM - m3304A(70).................3304A Ethernet 10BaseF Host - m3910SA(71)................3910SA FDDI NMM - m2705hm(72)................2705 Token Ring Active Host - m3905(73)..................3905 FDDI UTP Host - m2915(74)..................2915 FDDI UTP Concentrator - m2715Bhm(75)...............2715B Token Ring Active Host - m2705Bhm(76)...............2505B Token Ring Active Host - m2715BFhm(77)..............2715B-F Token Ring Active Host - m2712Bhm(78)...............2712B Token Ring Passive Host - m2712BFhm(79)..............2712B-F Token Ring Passive Host - m2702BChm(80)..............2702B-C Token Ring Passive Host - m3486(82)..................3486 LattisEngine/486 - m810m(88)..................810M Ethernet Concentrator - m3517SA(101)...............3517SA Token Ring NMM - m3308B(102)................3308B 10BaseT Host - m2813SAnmm(103)............2813SA Ethernet NMM - m2814SAnmm(104)............2814SA Ethernet NMM - m3313SA(105)...............3313SA Ethernet NMM - m3314SA(106)...............3314SA Ethernet NMM - m3174(107).................3174 Workstation Controller - m3522A(108)................3522A Token Ring Local Bridge - m3513SA(109)...............3513SA Token Ring NMM - m271xSAnmm(110)............271xSA Token Ring NMM - m2300x(114)................2300x Product - m2310x(115)................2310x Product - m3299C(116)................3299-C Terminal Multiplexor Adapter - m3299U(117)................3299-U TTP Terminal Multiplexor Adapter - m3299F(119)................3299-F Fiber Optic Terminal Adapter - m3410(120).................3410 Fast Ethernet Network - Management Module - m3405(121).................3405 Fast Ethernet Host Module with - 12 100BASE-TX ports - m3475(122).................3475 Fast Ethernet Host Module with - 11 100BASE-TX ports and 1 100BASE-FX port - - mAlcatelEthConcnmm(250)....Alcatel Ethernet NMM - mAlcatelEthConchm(251).....Alcatel Ethernet Host - mAlcatelEthExpConchm(252)..Alcatel Ethernet Expansion Host" - ::= { s3CommonBoardEntry 2 } - -s3CommonBoardHwVer OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The hardware revision of the board. - 0=Rev. A, 1=Rev. B, etc." - ::= { s3CommonBoardEntry 3 } - -s3CommonBoardStatus OBJECT-TYPE - SYNTAX INTEGER { - ok(1), -- good status - fail(2) -- bad status - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This indicates the operational status of the board." - ::= { s3CommonBoardEntry 4 } - -s3CommonBoardReset OBJECT-TYPE - SYNTAX INTEGER { - noReset(1), -- not resetting - reset(2) -- resetting - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "This indicates the reset state of the board. - Writing with the value reset (2) will reset - the board." - ::= { s3CommonBoardEntry 5 } - -s3CommonBoardPartStatus OBJECT-TYPE - SYNTAX INTEGER { - enabled(1), -- board enabled - partition(2), -- board partitioned indefinitely - timedPartition(3) -- board partitioned for a - -- time period - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Tells whether the board is partitioned or enabled. - Writing with the value partition(2) will partition - the board indefinitely and writing with the value - enabled(1) will enable the board. - - If a timed partition is desired, then this object - must be written with timedPartition(3) and in the - same PDU a partition duration must be supplied in - s3CommonBoardPartTime. Timed partitions will not - survive across a reset. In this case the port will - go to the partition(2) state. - - Boards cannot be partitioned in the 2810 concentrator - and other workgroup concentrators. These agents will - implement this object as read-only." - ::= { s3CommonBoardEntry 6 } - -s3CommonBoardNmCntlStatus OBJECT-TYPE - SYNTAX INTEGER { - notNmControl(1), -- board not under NM control - nmControl(2) -- board under NM control - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Tells whether the board is under network management - control. The value nmControl(2) indicates that the - board or one or more ports are being controlled by - network management. This means that the board - or one or more ports are partitioned via a network - manager." - ::= { s3CommonBoardEntry 7 } - -s3CommonBoardPsStatus OBJECT-TYPE - SYNTAX INTEGER { - ok(1), -- good status - fail(2) -- bad status - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This indicates the operational status of the board - power supply. A fail(2) indicates that one of the - power supplies on the board has failed." - ::= { s3CommonBoardEntry 8 } - -s3CommonBoardPartTime OBJECT-TYPE - SYNTAX TimeTicks - ACCESS read-write - STATUS mandatory - DESCRIPTION - "When partitioning the board for a specified time, - s3CommonBoardPartStatus must be set with - timedPartition(3) and this object must be supplied - with the duration value. If a PDU sets - s3CommonBoardPartStatus and not this object, the - board will not be partitioned. This value is - decremented while the board is partitioned - until the value reaches zero at which time the - board is enabled." - ::= { s3CommonBoardEntry 9 } - - --- Packed Slot Configuration Table - - -s3SlotConfigOctetString OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(12..144)) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Packed octet string for the slot configuration table. - Format is specified in SynOptics technical documents. - NOTE: the 291x FDDI workgroup concentrators actually - return a string with size a multiple of 14." - ::= { s3000Chassis 9 } - - - --- Redundant Power Supply Group - - --- Support of the entire Redundant Power Supply group is mandatory --- for every SynOptics 4.1 agent in a chassis with redundant --- backplane. (These are the agents that return the value --- redundantCapable(5) for s3ChassisPsType. Note: this does not --- include the FDDI 4.0 agents.) - - -s3RedPsPlus5vCurrent OBJECT-TYPE - SYNTAX Gauge - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This gauge is measured in amperes." - ::={ s3000RedundantPs 1 } - -s3RedPsPlus12vCurrent OBJECT-TYPE - SYNTAX Gauge - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This gauge is measured in amperes." - ::={ s3000RedundantPs 2 } - -s3RedPsAmbientTempStatus OBJECT-TYPE - SYNTAX INTEGER { - other(1), - normalTemperature(2), - aboveNormalTemp(3) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This status indicates whether the ambient - temperature is normal, i.e., below 40 degree C." - ::={ s3000RedundantPs 3 } - -s3RedPsAmbientTemperature OBJECT-TYPE - SYNTAX Gauge - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This gauge is measured in Celsius." - ::={ s3000RedundantPs 4 } - -s3RedPsPrimaryConfig OBJECT-TYPE - SYNTAX S3PsType - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This indicates the primary power supply type - (PS 1). Note that value redundantCapable(5) - should not be returned for this object." - ::={ s3000RedundantPs 5 } - -s3RedPsSecondaryConfig OBJECT-TYPE - SYNTAX S3PsType - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This indicates the secondary power supply type - (PS 2). Note that value redundantCapable(5) - should not be returned for this object." - ::={ s3000RedundantPs 6 } - -s3RedPsDiodeStatus OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- not applicable - bothOk(2), -- both diodes ok - primaryFail(3), -- primary diode fail - secondaryFail(4), -- secondary diode fail - bothFail(5) -- both diode fail - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This gives the status of the summing diode on the - 3100R associated with the indicated power supply." - ::={ s3000RedundantPs 7 } - -s3RedPsPowerAlarm OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- not applicable - bothOk(2), -- both power supplies ok - primaryFail(3), -- primary supply fail - secondaryFail(4), -- secondary supply fail - bothFail(5) -- both supplies fail - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This tells whether the indicated power supply is - sensing voltage on the backplane." - ::={ s3000RedundantPs 8 } - - - --- Channel Divider Information - -s3ChassisBkPlEthChanDiv OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A value that describes the divisions of the - segmentable ethernet channel. For those devices - that do not implement a backplane with this feature, - they still need to implement this object and return - a value (i.e., zero) to indicate that no divisions - are enabled. - - The value is a sum (i.e., integer bit string). - This value initially takes the value of zero, - then for each division that is enabled on the channel, - 2 raised to a power is added to the sum. The powers - are according to the following table: - - Division between Power - Slots 4 and 5 0 - Slots 6 and 7 1 - Slots 8 and 9 2 - - For example, a channel with no divisions enabled - (i.e., not segmented) would have a value of 0. - A channel with divisions between slots 6 and 7, - and slots 8 and 9 enabled (i.e., having three - segments) would have a value of 6 (2**1 + 2**2)." - ::= { s3000Chassis 11 } - - -s3ChassisEnetChannelAType OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- unknown or no Ethernet - aSegmentable(2), -- Enet chan A is segmentable - aNotSegmentable(3) -- Enet chan A is not segmentable - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The agent will return aSegmentable(2) for the 3000N, - 3000NT, 3000S, 3000SR, and any other backplanes in - which Ethernet channel A can be divided into multiple - segments. The value aNotSegmentable(3) indicates - that the Ethernet backplane channel A cannot be - segmented. - - For Token Ring or FDDI workgroup concentrators, or - other devices in which there is no Ethernet channel, - the agent will return other(1)." - ::= { s3000Chassis 12 } - - - --- SECTION 3: Agent Configuration - --- Agent Software Group - - --- Implementation of this group is mandatory for all SynOptics --- Series 3000 agents - - -s3AgentType OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- none of the following - m3313(2), -- AUI Ethernet NMM w/ RS232 port - -- (may also be returned by a 2810) - m3313M(3), -- AUI Enet NMM w/ RS232 port + modem - m3314-ST(4), -- FOIRL Ethernet NMM w/ RS232 - m3314M-ST(5), -- FOIRL Ethernet NMM w/ RS232 + modem - m2310(6), -- Model 2310 - m3512(7), -- T.R. NMM w/ STP ring in/ring out - m3514(8), -- T.R. NMM w/ FOIRL ring in/ring out - m332x(9), -- Low Speed Local Bridge - m3356(10), -- Ethernet Remote Bridge - m332xS(11), -- High Speed Local Bridge - m3910S(12), -- FDDI Super NMM - m3395(13), -- terminal server - m3394(14), -- Ethernet-localtalk router - m3513(15), -- TR NMM with STP repeater - m331xS(16), -- Ethernet NMM+ - m291x(17), -- FDDI 291x workgroup concentrator - m271x(18), -- T.R. 271x workgroup concentrator - m281x(19), -- Ethernet 281x workgroup concentrator - m331xA(20), -- Ethernet 331xA NMM - m3522(21), -- Token Ring Local Bridge Module - m2722(22), -- Standalone Token Ring Local Bridge - m281xSA(23), -- Ethernet 281xSA workgroup concentator - m810M(24), -- Ethernet LattisHub 810M NMM - m351xSA(25), -- T.R. 351xSA NMM - m331xSA(26), -- Ethernet 331xSA NMM - m271xSA(27), -- T.R. 271xSA workgroup concentrator - m2486(28), -- LattisEngine 2486 - m2300x(29), -- 2300x product - m2310x(30) -- 2310x product - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The 3000 series agent's Module type." - ::= {s3AgentSw 1 } - -s3AgentFwVer OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The agent's module firmware version - 0=Rev A,1=Rev B,etc." - ::= { s3AgentSw 2 } - -s3AgentSwMajorVer OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The agent major software version number. - (version is specified as major.minor.maint or 3.0.1). - Object is in decimal." - ::= { s3AgentSw 3 } - -s3AgentSwMinorVer OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The agent minor software version number - (version is specified as major.minor.maint or 3.0.1). - Object is in decimal." - ::= { s3AgentSw 4 } - --- NOTE: the maintenance object, s3AgentSwMaintVer, is defined below. - -s3AgentBootProtocol OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- boot protocol not listed here - bootp-tftp(2), - tftp-only(3), - ieee802-1e(4), - proprietary(5), -- supported proprietary boot protocol - dll-download(6) -- direct async binary download (Retix) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Boot protocol used to load the module with its software. - On Agents with the Local Load option the value return by - this object is valid only if the MIB object - s3LocImageLoadMode is remoteBoot(2) or localAsBackup(4)." - ::= {s3AgentSw 5 } - -s3AgentBootFile OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..64)) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The name of the boot file that is sent to the file - server during boot time. The actual boot protocol - used to retrieve the file is determined by - s3AgentBootProtocol. - - This parameter will not take effect until written - into EEPROM (s3AgentWriteEeprom) and a reset - (s3AgentReset) is issued. This parameter is used - only if the s3AgentBootMode is set to use EEPROM." - ::= { s3AgentSw 6 } - -s3AgentAuthTrap OBJECT-TYPE - SYNTAX INTEGER { - disable(1), -- disable authentication traps - enable(2) -- enable authentication traps - } - ACCESS read-write - STATUS deprecated - DESCRIPTION - "Enable or disable the use of authentication error - trap generation. - - This parameter will take effect only after a restart - (s3AgentRestart) is issued. This parameter will not - survive a reset (s3AgentReset) unless the specific - NMM configuration file is updated to reflect the - change. - - This object is now deprecated. Managers should use - the snmpEnableAuthenTraps object in MIB-II instead. - This object is aliased to snmpEnableAuthenTraps. - Changing either variable will change the other - accordingly." - ::= { s3AgentSw 7 } - -s3AgentLocation OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..64)) - ACCESS read-write - STATUS deprecated - DESCRIPTION - "This is a informational string that could be used - to show the physical location (i.e. area) of the - NMM or concentrator. - - This parameter will take effect only after a restart - (s3AgentRestart) is issued. This parameter will not - survive a reset (s3AgentReset) unless the specific - NMM configuration file is updated to reflect the - change. - - This object is now deprecated. Managers should use - the sysLocation object in MIB-II instead." - ::= { s3AgentSw 8 } - -s3AgentMibLevel OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Used to determine current MIB release supported - by agent. The encoding of this object is of the - following form: xyy, where x is the major version - number and yy is the minor version number. Thus, - version 3.0 would be represented as 300, version - 3.01 would be 301 and 3.1 would be 310. Object is - in decimal. Values that correspond to each agent - type and version are specified in the other - SynOptics documentation." - ::= { s3AgentSw 9 } - -s3AgentFeatureLevel OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS deprecated - DESCRIPTION - "Used to determine feature level of the agent. - The encoding of this object is of the following - form: xyy, where x is the major version - number and yy is the minor version number. Thus, - feature level version 1.0 would be represented as - 100, version 1.01 would be 101 and 1.1 would be 110. - Object is in decimal. The current values are the - following: - 100 - 331x V3.x - - Basic Agent - 100 - 351x - - Basic Agent - 100 - 271x V3.x - - Basic Agent - 101 - 281x V5.0 - - Basic Agent - - Dual Stack - 102 - 331x V4.2.0 - - Basic Agent - - Non Segmentable Chassis - - Ethernet Common board table - - Ethernet Command port table - - redundant power supply group - 103 - 331xA V4.2.0 - - Basic Agent - - Segmentable chassis - - Ethernet Common board table - - Ethernet Common port table - - redundant power supply group - - Ethernet plus statistics, - 104 - 331xA V4.2.0 - - Basic Agent - - Non-Segmentable chassis - - Ethernet Common board table - - Ethernet Common port table - - redundant power supply group - - Ethernet plus statistics, - 109 - 331x V4.2.0 - - Basic Agent - - Segmentable Chassis - - Ethernet Common board table - - Ethernet Common port table - - redundant power supply group - 112 - 281x V5.1.0 - - Basic Agent - - Dual Stack - - Network to MAC address mapping - 113 - 331x V5.1.0 - - Basic Agent - - Segmentable chassis - - Full Truffle Support - - Dual Stack - - Network to MAC address mapping - 114 - 331x V5.1.0 - - Basic Agent - - Non-Segmentable chassis - - Full Truffle Support - - Dual Stack - - Network to MAC address mapping - 115 - 331xA V5.1.0 - - Basic Agent - - Segmentable chassis - - Dual Stack - - Full Truffle Support - - Network to MAC address mapping - 116 - 331xA V5.1.0 - - Basic Agent - - Non-Segmentable chassis - - Dual Stack - - Full Truffle Support - - Network to MAC address mapping - 200 - 331x V4.0 & V4.0.1 - - Advanced Agent - 200 - 271x V4.x - - Advanced Agent - 200 - 351x V4.x - - Advanced Agent - 200 - all FDDI Agents - 201 - 331x V4.1.0, V4.1.1 - - Advanced Agent - - redundant power supply group - 202 - 331xS V4.1.0, V4.1.1 - - Advanced Agent - - redundant power supply group - - DS/SD traffic tables, - - Ethernet plus statistics, - - frame type distribution table - - frame length distribution table - 203 - 281x V4.2.0 - - Advanced Agent - - Dual Stack - 204 - 331x V4.2.0 - - Advanced Agent - - Non-Segmentable chassis - - Ethernet Common board table - - Ethernet Common port table - - redundant power supply group - 205 - 331xS V4.2.0 - - Advanced Agent - - Segmentable chassis - - Ethernet Common board table - - Ethernet Common port table - - redundant power supply group - - DS/SD traffic tables, - - Ethernet plus statistics, - - frame type distribution table - - frame length distribution table - 206 - 331xS V4.2.0 - - Advanced Agent - - Non-Segmentable chassis - - Ethernet Common board table - - Ethernet Common port table - - redundant power supply group - - DS/SD traffic tables, - - Ethernet plus statistics, - - frame type distribution table - - frame length distribution table - 207 - 331xA V4.2.0 - - Advanced agent - - Segmentable chassis - - Ethernet Common board table - - Ethernet Common port table - - redundant power supply group - - Ethernet plus statistics, - 208 - 331xA V4.2.0 - - Advanced agent - - Non-Segmentable chassis - - Ethernet Common board table - - Ethernet Common port table - - redundant power supply group - - Ethernet plus statistics, - 209 - 331x V4.2.0 - - Advanced agent - - Segmentable chassis - - Ethernet Common board table - - Ethernet Command port table - - redundant power supply group - 212 - 331x V5.1.0 - - Advanced Agent - - Dual Stack - - Network to MAC address mapping - - RMON Ether Stats, History, Alarm, Event Groups - 213 - 281x V5.1.0 - - Advanced Agent - - Segmentable chassis - - Full Truffle Support - - Dual Stack - - Network to MAC address mapping - - RMON Ether Stats, History, Alarm, Event Groups - 214 - 331x V5.1.0 - - Advanced Agent - - Non-Segmentable chassis - - Full Truffle Support - - Dual Stack - - Network to MAC address mapping - - RMON Ether Stats, History, Alarm, Event Groups - 215 - 331xA V5.1.0 - - Advanced Agent - - Segmentable chassis - - RMON Ether Stats, History, Alarm, Event Groups - - Dual Stack - - Full Truffle Support - - Network to MAC address mapping - 216 - 331xA V5.1.0 - - Advanced Agent - - Non-Segmentable chassis - - Full Truffle Support - - Dual Stack - - Network to MAC address mapping - - RMON Ether Stats, History, Alarm, Event Groups - 217 - 331xS V5.1.0 - - Advanced Agent - - Segmentable chassis - - Full Truffle Support - - Dual Stack - - Network to MAC address mapping - - RMON Ether Stats, History, Alarm, Event Groups - - Bulk table retrieval for traffic matrix - 218 - 331xS V5.1.0 - - Advanced Agent - - Non-Segmentable chassis - - Full Truffle Support - - Dual Stack - - Network to MAC address mapping - - RMON Ether Stats, History, Alarm, Event Groups - - Bulk table retrieval for traffic matrix" - ::= { s3AgentSw 10 } - -s3AgentMySlotId OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Slot where this agent currently resides. If - hardware is unable to determine then a 0 should - be returned." - ::= { s3AgentSw 11 } - -s3AgentUnAuthIp OBJECT-TYPE - SYNTAX IpAddress - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This object contains the IP address of the last - station that tried to access this agent with an - invalid community string. This object is used - as a VarBind in an Authentication Trap PDU. A get - request will return the last value used, and will - return the null address 0.0.0.0 if no - authentication traps have been sent." - ::= { s3AgentSw 12 } - -s3AgentUnAuthComm OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(0..20)) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This object contains the community string of the - last unauthenticated attempt to access this agent. - This object is used as a VarBind in an Authentication - Trap PDU. A get request will return the last value - used, and will return the null string (length 0) if - no authentication traps have been sent." - ::= { s3AgentSw 13 } - -s3AgentSwLicenseCode OBJECT-TYPE - SYNTAX DisplayString (SIZE(8)) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The software license code assigned to this agent. - This code is required for initializing the agent. - The code consists of exactly eight printable - characters." - ::= { s3AgentSw 14 } - -s3AgentPerformance OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This counts the CPU idle time of the agent - in units of 10 microseconds." - ::= { s3AgentSw 15 } - -s3AgentSwMaintVer OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The agent software maintenance version number - (version is specified as major.minor.maint or 3.0.1). - Object is in decimal." - ::= { s3AgentSw 16 } - -s3AgentConfigLoadMode OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- configuration source not listed here - remoteConfig(2), -- use net, not local configuartion data - localConfig(3), -- use local configuration data - localAsBackup(4) -- try net, if fails use local - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "This indicates whether the agent should get - configuration data from the network, use the local - configuration data, or try the network first and then - fall back to local configuration if the network load - fails. This object applies only to agents with boot - prom support for agent configuration load options. - - This parameter will not take effect until written into - EEPROM (s3AgentWriteEeprom) and a reset (s3AgentReset) - is issued." - ::= { s3AgentSw 17 } - -s3AgentConfigActualSource OBJECT-TYPE - SYNTAX INTEGER { - other(1), - remoteConfig(2), - localConfig(3) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This indicates whether the agent loaded configuration - data from the network or used the local configuration - data." - ::= { s3AgentSw 18 } - -s3AgentMgmtProtoMode OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- unknown or other - ip(2), -- IP only, all IPX packets will be dropped - ipx(3), -- IPX only, all IP packets will be dropped - ipAndIpx(4) -- both IP and IPX packets will be accepted - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "This indicates from which network transports over - which the agent will accept SNMP requests. This object - only applies to agents with IP and IPX dual stack support. - - This parameter will not take effect until written into - EEPROM (s3AgentWriteEeprom) and a reset (s3AgentReset) - or a restart (s3AgentRestart) is issued." - ::= { s3AgentSw 19 } - -s3AgentActualMgmtProtocol OBJECT-TYPE - SYNTAX INTEGER { - other(1), - ip(2), - ipx(3), - ipAndIpx(4) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This indicates which network transports over which - the agent will currently accept SNMP requests." - ::= { s3AgentSw 20 } - -s3AgentImageFile OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..64)) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The name of the agent image file that the NMM loads - at boot time. - - This parameter will not take effect until written to - EEPROM (s3AgentWriteEeprom) and a reset (s3AgentReset) - is issued. This parameter is used only if s3AgentBootMode - is set to use eeprom(1), s3AgentConfigLoadMode is set to - localConfig(3) and s3LocImageLoadMode is not set to - localBoot(3)." - ::= { s3AgentSw 21 } - - - --- Agent Network Protocol Group - - --- Implementation of this group is mandatory for all SynOptics --- Series 3000 agents - - -s3AgentIpAddr OBJECT-TYPE - SYNTAX IpAddress - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The Agent's administrative IP address. The - current operational IP address can be obtained - by the ipAdEntAddr entry in the ipAddrTable. - - This parameter will take effect only after a - restart (s3AgentRestart) is issued. This parameter - will not survive a reset (s3AgentReset) unless it - is written into EEPROM (s3AgentWriteEeprom). This - parameter is used only if the s3AgentBootMode is - set to use EEPROM." - ::= { s3AgentIpProtocol 1 } - -s3AgentNetMask OBJECT-TYPE - SYNTAX IpAddress - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The Agent's administrative subnet mask. The - current operational subnet mask can be obtained - by the ipAdEntNetMask entry in the ipAddrTable. - - This parameter will take effect only after a - restart (s3AgentRestart) is issued. This parameter - will not survive a reset (s3AgentReset) unless it - is written into EEPROM (s3AgentWriteEeprom). This - parameter is used only if the agentBootMode is set - to use EEPROM. - - NOTE: The Model 331x (3313, 3313M, 3314-ST, - 3314M-ST) Ethernet NMM agents do not store this - parameter in EEPROM, so for these agents the subnet - mask configuration must be downloaded in the - configuration file." - ::= { s3AgentIpProtocol 2 } - -s3AgentDefaultGateway OBJECT-TYPE - SYNTAX IpAddress - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The Agent's administrative default gateway IP - address. The current operational default gateway's - IP address can be obtained from the ipRoutingTable. - - This parameter will take effect only after a - restart (s3AgentRestart) is issued. This parameter - will not survive a reset (s3AgentReset) unless it - is written into EEPROM (s3AgentWriteEeprom). This - parameter is used only if the agentBootMode is set - to use EEPROM." - ::= { s3AgentIpProtocol 3 } - -s3AgentBootServerAddr OBJECT-TYPE - SYNTAX IpAddress - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The IP address to which the requests for boot files - are sent. The protocol used to retrieve the boot - files is determined by object s3AgentBootProtocol. - - This parameter will not take effect until until - written into EEPROM (s3AgentWriteEeprom) and a - reset (s3AgentReset) is issued. This parameter is - used only if the s3AgentBootMode is set to use EEPROM." - ::= { s3AgentIpProtocol 4 } - -s3AgentSecDefaultGateway OBJECT-TYPE - SYNTAX IpAddress - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The agent's administrative secondary default - gateway IP address. This default gateway's IP - address will be used when the primary default - gateway (s3AgentDefaultGateway) is determined - unreachable. - - This parameter will not survive a reset (s3AgentReset) - unless it is written into EEPROM (s3AgentWriteEeprom)." - ::= { s3AgentIpProtocol 5 } - -s3AgentPingDefaultRtrSwitch OBJECT-TYPE - SYNTAX INTEGER { - other(1), - on(2), - off(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Controls whether the agent will periodically send - out the icmp echos (pings) to the default router(s). - The values are: - other(1)...unknown or other - on(2)......agent will periodically send out pings - to the default router(s). - off(3).....agent won't send out the pings to the - default router(s)." - ::= { s3AgentIpProtocol 6} - -s3AgentPingDefaultRtrTime OBJECT-TYPE - SYNTAX TimeTicks - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The time interval that the agent uses to send - out the pings periodically to the default router(s) - to check if the router(s) are still reachable." - ::= { s3AgentIpProtocol 7} - -s3AgentBootRouter OBJECT-TYPE - SYNTAX IpAddress - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The default route IP address used at boot - time to download the NMM's agent configuration - and image files from the TFTP server. - - This parameter will not survive a reset - (s3AgentReset) unless it is written into EEPROM - (s3AgentWriteEeprom)." - ::= { s3AgentIpProtocol 8 } - - - --- Agent Trap Receiver Table - - --- Implementation of this group is mandatory for all SynOptics --- Series 3000 agents - - -s3AgentTrapReceiverTable OBJECT-TYPE - SYNTAX SEQUENCE OF S3AgentTrapReceiverEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "Table containing list of NMS's that are to receive - traps generated by this NMM." - ::= { s3SnmpAgent 3 } - -s3AgentTrapReceiverEntry OBJECT-TYPE - SYNTAX S3AgentTrapReceiverEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A destination address and community string to a - particular trap server, along with a trap filter - and entry aging capability." - INDEX { s3AgentTrapRcvrNetAddress } - ::= { s3AgentTrapReceiverTable 1 } - -S3AgentTrapReceiverEntry ::= SEQUENCE { - s3AgentTrapRcvrStatus - INTEGER, - s3AgentTrapRcvrNetAddress - OCTET STRING, - s3AgentTrapRcvrComm - OCTET STRING, - s3AgentTrapRcvrAgeTime - TimeTicks - } - -s3AgentTrapRcvrStatus OBJECT-TYPE - SYNTAX INTEGER { - other (1), -- none of the following - valid (2), -- a valid address - invalid (3) -- an invalid address - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Setting this object to the value invalid(3) has - the effect of invalidating the corresponding entry - in the s3AgentTrapReceiverTable. That is, it - effectively disassociates the address identified - with the entry by removing the entry from the table. - On a read the value of valid(2) should be returned - if the entry contains a valid record, or invalid(3) - should be returned if the entry contains an invalid - record." - ::= { s3AgentTrapReceiverEntry 1 } - -s3AgentTrapRcvrNetAddress OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(4)) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "IP address for trap server that is to receive - the trap." - ::= { s3AgentTrapReceiverEntry 2 } - -s3AgentTrapRcvrComm OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(0..20)) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Community string used for traps sent to this - trap receiver." - ::= { s3AgentTrapReceiverEntry 3 } - -s3AgentTrapRcvrAgeTime OBJECT-TYPE - SYNTAX TimeTicks - ACCESS read-write - STATUS mandatory - DESCRIPTION - "This is the time interval used to age entries out - of the trap receiver table. The default value if - not specified will be 0, or infinite, never to be - aged out." - ::= { s3AgentTrapReceiverEntry 4 } - - - --- Agent Hardware Group - - --- Implementation of this group is mandatory for all --- SynOptics Series 3000 agents - - - -s3AgentStatus OBJECT-TYPE - SYNTAX INTEGER { - offline(1), -- the agent is offline - online(2) -- the agent is online - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This indicates whether the NMM is online(2) and - operating, or offline(1) (ie: not connected to the - concentrator backplane)." - ::= { s3AgentHw 1 } - -s3AgentMdaHwVer OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The network management module's MDA hardware - version number (0=Rev. A, 1=Rev. B, etc.)." - ::= { s3AgentHw 2 } - -s3AgentMode OBJECT-TYPE - SYNTAX INTEGER { - primary(1), -- in primary mode - secondary(2), -- in secondary mode - other(3) -- the other values do not apply - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "This indicates whether the NMM is operating in - primary(1) or secondary(2) mode." - ::= { s3AgentHw 3 } - -s3AgentReset OBJECT-TYPE - SYNTAX INTEGER { - noReset(1), -- not resetting - reset(2) -- reset - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Network management module reset status. Writing - a reset(2) to this object will reset the NMM and - perform a download and restart." - ::= { s3AgentHw 4 } - -s3AgentRestart OBJECT-TYPE - SYNTAX INTEGER { - noRestart(1), -- not restarting - restart(2) -- restart - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Network management module restart status. - Writing a restart(2) to this object will restart - the NMM. This initializes all the counters, - re-reads the EEPROM data structure and starts - executing from the beginning of the code." - ::= { s3AgentHw 5 } - -s3AgentBootMode OBJECT-TYPE - SYNTAX INTEGER { - eeprom(1), - net(2), - otherCase(3) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The method for obtaining boot parameter information. - The possible values are: - eeprom(1)......get boot info from eeprom - net(2).........get boot info from remote server - otherCase(3)...not eeprom or net - - This parameter will not take effect until written - into EEPROM (s3AgentWriteEeprom) and a reset - (s3AgentReset) is issued. - - Note: In previous versions of this MIB the name - associated with the value '2' was 'other', - which implied the same meaning as it does - now. Thus to prevent confusion, the name - for value '3' was chosen to be 'otherCase'." - ::= { s3AgentHw 6 } - -s3AgentWriteEeprom OBJECT-TYPE - SYNTAX INTEGER { - noWriteEeprom(1), -- not writing EEPROM - writeEeprom(2) -- write EEPROM - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Network management module EEPROM write status. - Writing a (2) to this object will write the contents - of current EEPROM data structure in the EEPROM." - ::= { s3AgentHw 7 } - -s3AgentBaudRate OBJECT-TYPE - SYNTAX Gauge - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Specifies the baud rate in bits per second of - either the internal modem or the RS-232 port. - - This parameter will take effect only after a - restart (s3AgentRestart) is issued. This parameter - will not survive a reset (s3AgentReset) unless - the specific NMM configuration file is updated - to reflect the change." - ::= { s3AgentHw 8 } - -s3AgentInitString OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..64)) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "This is the initialization string used to establish - the out-of-band connection. (i.e. could contain the - string ATDT,415-960-1100 for an internal or external - modem). This is used as a hint for the network manager - since this string is not used by the agent to initiate - a connection to a management station. - - This parameter will take effect only after a restart - (s3AgentRestart) is issued. This parameter will not - survive a reset (s3AgentReset) unless the specific - NMM configuration file is updated to reflect - the change." - ::= { s3AgentHw 9 } - -s3AgentEepromSize OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The size of the EEPROM of the agent in units of bytes." - ::= { s3AgentHw 10 } - -s3AgentEpromSize OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The size of the EPROM of the agent in units of bytes." - ::= { s3AgentHw 11 } - -s3AgentDramSize OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The size of the DRAM of the agent in units of bytes." - ::= { s3AgentHw 12 } - -s3AgentHexDisplay OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..4)) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current 4 ASCII character display of the agent. - - Agents with no hex display hardware should return a - zero length string." - ::= { s3AgentHw 13 } - -s3AgentFlashStatus OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- unknown status - ok(2), -- the flash device is valid - fail(3) -- the flash device is invalid - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This indicates the operational status of the flash - device of the agent. A fail(3) indicates that either - the flash device configuration on board is not valid - or the flash EEPROMs on the board have failed." - ::= { s3AgentHw 14 } - - - --- Agent Local Image Group - - --- This group is mandatory for agents with image code stored in --- local EPROM. Other agents should return NoSuch if asked for --- any of the objects in this group. - - -s3LocImageValid OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- unknown status - localImageValid(2), -- local image is valid - localImageInvalid(3) -- local image is invalid - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This indicates whether the agent has a valid local - code image on board. An EPROM checksum failure would - cause the agent to return localImageInvalid(3)." - ::= { s3AgentLocImage 1 } - -s3LocImageMajorVersion OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The major software version number of the - locally-stored image. This object applies only to - agents with valid local image. Other agents - should return zero." - ::= { s3AgentLocImage 2 } - -s3LocImageMinorVersion OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The minor software version number of the - locally-stored image. This object applies only - to agents with valid local image. Other agents - should return zero." - ::= { s3AgentLocImage 3 } - -s3LocImageLoadMode OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- unknown status - remoteBoot(2), -- use net, not local image, - -- and update local image - -- if net image is different - localBoot(3), -- boot from local image, not net - localAsBackup(4), -- try net, if fails use local, - -- but if net is OK, then update - -- local image when net image - -- is different - remoteNoUpdate(5), -- use net, not local image, - -- and don't update local image - remoteNewUpdate(6), -- use net, not local image, - -- update local image if new - -- image is newer - localAutoUpdate(7) -- check net image, if newer, - -- then update local image, - -- and use this image - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "This indicates whether the agent should get code - from the network, use a local image, or try the - network first and then fall back to local image if - the network boot fails. The localBoot(3) and - localAsBackup(4) values apply only to agents with - local load option. Note: on agents that have - no local storage, either remoteBoot(2), or - remoteNoUpdate(5) may be specified, however - the value remoteBoot(2) is prefered due to - backwards compatibility " - ::= { s3AgentLocImage 4 } - -s3LocImageActualSource OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- unknown status - remoteImage(2), -- downloaded code from network - localImage(3) -- loaded code from local EPROM - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This indicates whether the agent loaded code from - the network or used a local image. When the the - ImageLoadMode is localAsBackup, this variable - indicates whether the network load was successful." - ::= { s3AgentLocImage 5 } - -s3LocImageMaintVersion OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The maintenance software version number of the - locally-stored image. This object applies only - to agents with valid local image. Other agents - should return zero." - ::= { s3AgentLocImage 6 } - - -END diff --git a/mibs/SYNOPTICS-ETHERNET-MIB b/mibs/SYNOPTICS-ETHERNET-MIB deleted file mode 100644 index a53278e676..0000000000 --- a/mibs/SYNOPTICS-ETHERNET-MIB +++ /dev/null @@ -1,5658 +0,0 @@ --- SECTION 1: Top Level Definitions - - -SYNOPTICS-ETHERNET-MIB DEFINITIONS ::= BEGIN - - --- Ethernet MIB Release 4.6.0 --- Revision 10/19/94 - --- Copyright 1990-94 SynOptics Communications, Inc. --- All rights reserved. --- This SynOptics SNMP Management Information Base Specification --- (Specification) embodies SynOptics' confidential and --- proprietary intellectual property. SynOptics retains all --- title and ownership in the Specification, including any --- revisions. - --- This Specification is supplied "AS IS," and SynOptics makes --- no warranty, either express or implied, as to the use, --- operation, condition, or performance of the Specification. - - --- Imports - -IMPORTS - Counter, TimeTicks, Gauge, IpAddress - FROM RFC1155-SMI - DisplayString, PhysAddress - FROM RFC1213-MIB - OBJECT-TYPE - FROM RFC-1212 - SnpxChassisType, SnpxBackplaneType - FROM SYNOPTICS-ROOT-MIB - s3000Ethernet, S3ModuleType - FROM SYNOPTICS-COMMON-MIB; - - --- Groups - -s3000EnetConcentrator OBJECT IDENTIFIER ::= { s3000Ethernet 1 } -s3000EnetBoard OBJECT IDENTIFIER ::= { s3000Ethernet 2 } -s3000EnetLocBridge OBJECT IDENTIFIER ::= { s3000EnetBoard 2 } -s3000EnetRemBridge OBJECT IDENTIFIER ::= { s3000EnetBoard 3 } -s3000EnetRouter OBJECT IDENTIFIER ::= { s3000EnetBoard 4 } -s3000EnetPort OBJECT IDENTIFIER ::= { s3000Ethernet 3 } -s3000EnetNmm OBJECT IDENTIFIER ::= { s3000Ethernet 4 } -s3000EnetNode OBJECT IDENTIFIER ::= { s3000Ethernet 5 } -s3000EnetTopology OBJECT IDENTIFIER ::= { s3000Ethernet 6 } -s3000EnetNmmTopology OBJECT IDENTIFIER ::= { s3000EnetTopology 1 } -s3000EnetBridTopology OBJECT IDENTIFIER ::= { s3000EnetTopology 2 } -s3000EnetTopInfo OBJECT IDENTIFIER ::= { s3000EnetTopology 3 } -s3000EnetThreshold OBJECT IDENTIFIER ::= { s3000Ethernet 8 } -s3000EnetSADATraffic OBJECT IDENTIFIER ::= { s3000Ethernet 9 } -s3000EnetPlusStatistics OBJECT IDENTIFIER ::= { s3000Ethernet 10 } -s3000EnetPlusConc OBJECT IDENTIFIER ::= { s3000EnetPlusStatistics 3 } -s3000EnetFrameSizeDist OBJECT IDENTIFIER ::= { s3000Ethernet 11 } -s3000EnetFrameConc OBJECT IDENTIFIER ::= { s3000EnetFrameSizeDist 3 } -s3000EnetProtoTypeDist OBJECT IDENTIFIER ::= { s3000Ethernet 12 } -s3000EnetProtoConc OBJECT IDENTIFIER ::= { s3000EnetProtoTypeDist 3 } -s3000EnetHosts OBJECT IDENTIFIER ::= { s3000Ethernet 13 } - --- SECTION 2: Ethernet Status and Statistics Group - --- The Ethernet Status and Statistics group consists of Concentrator --- Group, Board Table, Local Bridge Board Table, Local Bridge Port --- Table, Remote Bridge Board Table, Remote Bridge Port Table, Router --- Board Table, and Port Table. - - --- Concentrator Group - --- Implementation of this group is mandatory for all --- SynOptics Series 3000 Ethernet NMM agents - -s3EnetConcRetimingStatus OBJECT-TYPE - SYNTAX INTEGER { - off(1), -- retiming off - on(2) -- retiming on - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Does this concentrator have retiming turned on. - Writing a 1 will turn off retiming and writing a - 2 will turn on retiming. This will change the - active state of retiming but will change the value - in EEPROM only when agentWriteEeprom is set.The - factory default of this state is on. - - Retiming cannot be disabled in the 2810 concentrator. - The 2810 agent will implement this object as read-only." - ::= { s3000EnetConcentrator 1 } - -s3EnetConcFrmsRxOk OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames that are successfully - received by the concentrator. This does not include - frames received with a frame-too-long, runt, FCS, or - alignment errors. - - This counter includes broadcast and multicast frames - that are received." - ::= { s3000EnetConcentrator 2 } - -s3EnetConcOctetsRxOk OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Contains a count of data and padding octets in frames - that are successfully received by the concentrator. - This does not include frames received with a - frame-too-long, runt, FCS, or alignment errors. - - This counter includes octets in broadcast and multicast - frames that are received. - - This counter does not include the octets in the - CRC field. The octets in the address and length/type - fields are counted." - ::= { s3000EnetConcentrator 3 } - -s3EnetConcMcastFrmsRxOk OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames that are successfully - received by the concentrator and are directed to an - active non-broadcast group address. This does not - include frames received with a frame-too-long, runt, - FCS, or alignment errors. - - Only frames that are for a multicast address that - this interface is receiving are counted. Broadcast - packets are not included." - ::= { s3000EnetConcentrator 4 } - -s3EnetConcBcastFrmsRxOk OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames that are successfully - received by the concentrator and are directed to the - broadcast group address. This does not include frames - received with a frame-too-long, runt, FCS, or - alignment errors. - - Multicast packets are not included." - ::= { s3000EnetConcentrator 5 } - -s3EnetConcColls OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of the collisions at the - concentrator level. For NMM+ this is a true counter. - For other NMMs this is a summation of all the port - level collision 'flags' for all ports." - ::= { s3000EnetConcentrator 6 } - - - --- MAC Receive Error Statistics - --- A hierarchical order has been established for those objects listed --- below such that when multiple error conditions can be associated --- with one frame, only one condition is counted. This hierarchy, --- in descending order is: - --- frame too long --- runt frames --- fragments --- alignment error --- frame check error - - -s3EnetConcTooLongErrors OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames that are received by - the concentrator and exceed the maximum permitted - frame size. This counter is incremented when the - frameTooLong error is detected." - ::= { s3000EnetConcentrator 7 } - -s3EnetConcRuntErrors OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - concentrator that are less than the minimum permitted - frame size and have a good FCS." - ::= { s3000EnetConcentrator 8 } - -s3EnetConcFragErrors OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - concentrator that are less than the minimum permitted - frame size and have a bad FCS or alignment error." - ::= { s3000EnetConcentrator 9 } - -s3EnetConcAlignErrors OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - concentrator that are not an integral number of - octets in length and do not pass the FCS check. - This counter is incremented when the alignment - Error status is detected." - ::= { s3000EnetConcentrator 10 } - -s3EnetConcFcsErrors OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - concentrator that are an integral number of octets - in length that do not pass the FCS check. This - counter is incremented when the frame Check Error - status is detected." - ::= { s3000EnetConcentrator 11 } - -s3EnetConcLateCollErrors OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a total concentrator count of the - late collisions. For NMM+ this is a true counter. - For other NMMs this is a summation of all the port - level late collision 'flags' for all ports." - ::= { s3000EnetConcentrator 12 } - -s3EnetConcSecureStatus OBJECT-TYPE - SYNTAX INTEGER { - other(1), - concSecureOn(2),-- security active, controlled at conc level - portCheckOn(3), -- security controlled at port level - slotCheckOn(4), -- security controlled at board level - concSecureOff(5)-- all concentrator security deactivated - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "This s3EnetConcSecureStatus object indicates whether - the security features (both allowed nodes and - LattisSecure) for the concentrator are active or - inactive. If security is active, this object also - indicates whether the allowed nodes feature is - controlled at the concentrator, board, or port level. - LattisSecure features are always controlled at the - port level. (See the Authorized Nodes tables for - more information about how the allowed nodes and - LattisSecure receive security features are - configured.) - - If this object is set to concSecureOn(2), then the - allowed nodes feature is controlled at the - concentrator level and activated for every - non-LattisSecure Ethernet port in the concentrator. - If an authorized node violation occurs on any port, - the action specified in s3EnetConcAuthAction is taken. - - If this object is set to portCheckOn(3), then allowed - nodes is controlled at the port level by the - s3EnetPortSecureStatus object for that port. The - port's s3EnetPortAuthAction determines the action - taken when authorized nodes violations occur on that - port. - - If this object is set to slotCheckOn(4), then allowed - nodes is controlled at the board level by the - s3EnetBoardSecureStatus object for that board. - The board's s3EnetBoardAuthAction determines the - action taken when authorized nodes violations - occur on that board's ports. - - If this object is set to concentratorOff(5), then - all security features, including LattisSecure, are - deactivated for the entire concentrator. - - No matter what the status of this object, the board - and port level SecureStatus and AuthAction are not - lost even if they are not currently being used. Thus, - the user can change a port's status even if this object - is slotCheckOn(4). If this object is then changed to - portCheckOn(3), then the change will take effect. - - The agent must support download of this object in the - CFG file. - - In release 4.0, this object was called - s3EnetConcAuthStatus." - ::= { s3000EnetConcentrator 13} - -s3EnetConcAuthAction OBJECT-TYPE - SYNTAX INTEGER { - other(1), - noAction(2), -- ignore auth violations - sendTrap(3), -- send trap to management station(s) - partition(4), -- partition the port with no time limit - sendTrapPartition(5)-- do both sendTrap and partition - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "If s3EnetConcSecureStatus is concSecureOn(2) and a - violation occurs, then the action specified by this - object will take place. On a partition, only the - port that the violation occurs on will be partitioned. - - This object does not apply to LattisSecure ports. - - The agent must support download of this object in - the CFG file." - ::= { s3000EnetConcentrator 14 } - -s3EnetConcSecurityLock OBJECT-TYPE - SYNTAX INTEGER { - other(1), - locked(2), - notLocked(3) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If s3EnetConcSecurityLock is locked(2), the agent will - refuse all requests to modify the 'security configuration' - (defined below) by returning a BadValue return value. - If s3EnetConcSecurityLock is notLocked(3), requests to - modify security configuration will be handled in the - usual manner. SetRequests for objects not included - in the security configuration are not affected by the - state of this object. - - Objects that are part of the security configuration - are s3EnetConcAuthStatus, s3EnetConcAuthAction, - s3EnetBoardAuthStatus, s3EnetBoardAuthAction, - s3EnetPortAuthStatus, s3EnetPortAuthAction, - s3EnetPortAddrLearnMode, s3EnetPortTxSecurity, - and all of the objects in the s3EnetAuthNodesTable." - ::= { s3000EnetConcentrator 15 } - -s3EnetConcEnetChan OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- unknown or other - enetA(2), -- Ethernet channel A - enetB(3) -- Ethernet channel B - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Identifies the channel to which this NMM is - currently monitoring." - ::= { s3000EnetConcentrator 16 } - - - --- Board Table - - -s3EnetBoardTable OBJECT-TYPE - SYNTAX SEQUENCE OF S3EnetBoardEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A table of board-related objects. The number of - entries is given by the number of Ethernet host - module and network management module boards that - are contained in same backplane Ethernet segment - as the reporting NMM." - ::= { s3000EnetBoard 1 } - -s3EnetBoardEntry OBJECT-TYPE - SYNTAX S3EnetBoardEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A table containing objects about Ethernet boards - which are currently plugged into the 3000 chassis." - INDEX { s3EnetBoardIndex } - ::= { s3EnetBoardTable 1 } - -S3EnetBoardEntry ::= SEQUENCE { - s3EnetBoardIndex - INTEGER, --- the bounded below are obsoleted - s3EnetBoardType - INTEGER, - s3EnetBoardHwVer - INTEGER, - s3EnetBoardStatus - INTEGER, - s3EnetBoardReset - INTEGER, - s3EnetBoardPartStatus - INTEGER, - s3EnetBoardNmCntlStatus - INTEGER, - s3EnetBoardPsStatus - INTEGER, --- the bounded above are obsoleted - s3EnetBoardFrmsRxOk - Counter, - s3EnetBoardOctetsRxOk - Counter, - s3EnetBoardMcastFrmsRxOk - Counter, - s3EnetBoardBcastFrmsRxOk - Counter, - s3EnetBoardColls - Counter, - s3EnetBoardTooLongErrors - Counter, - s3EnetBoardRuntErrors - Counter, - s3EnetBoardAlignErrors - Counter, - s3EnetBoardFcsErrors - Counter, - s3EnetBoardLateCollErrors - Counter, - s3EnetBoardAuthStatus - INTEGER, - s3EnetBoardAuthAction - INTEGER, - s3EnetBoardUpStamp - TimeTicks - } - - s3EnetBoardIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each board. Its value ranges - between 1 and 12. The value for each board must - remain constant at least from one re-initialization - of the entity's network management system to the next - re-initialization." - ::= { s3EnetBoardEntry 1 } - -s3EnetBoardType OBJECT-TYPE - SYNTAX INTEGER { - empty(1), -- nothing installed - other(2), -- none of the following - m3302(3), -- Model 3302 - m3304-ST(4), -- Model 3304-ST - m3305(5), -- Model 3305 - m3308(6), -- Model 3308 - m3313(7), -- Model 3313 - m3313M(8), -- Model 3313M - m3314-ST(9), -- Model 3314 - m3314M-ST(10), -- Model 3314M-ST - m3323(11), -- Model 3323 - m3324-ST(12), -- Model 3324-ST - m3301(16), -- Model 3301 - m3307(17), -- Model 3307 - m3356(18), -- Model 3356 - m3383(24), -- Model 3383 - m3384(25), -- Model 3384 - m331x(26), -- unknown 331x - m3386(32), -- Model 3386 - m3394(33), -- Model 3394 - m3395(34), -- Model 3395 - m3323S(35), -- Model 3323S - m3324S-ST(36), -- Model 3324S-ST - m3307A(37), -- Model 3307A - m3308A(38) -- Model 3308A - } - ACCESS read-only - STATUS obsolete - DESCRIPTION - "See s3SlotModuleType" - ::= { s3EnetBoardEntry 2 } - -s3EnetBoardHwVer OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS obsolete - DESCRIPTION - "See s3CommonBoardHwVer" - ::= { s3EnetBoardEntry 3 } - -s3EnetBoardStatus OBJECT-TYPE - SYNTAX INTEGER { - ok(1), -- good status - fail(2) -- bad status - } - ACCESS read-only - STATUS obsolete - DESCRIPTION - "See s3CommonBoardStatus" - ::= { s3EnetBoardEntry 4 } - -s3EnetBoardReset OBJECT-TYPE - SYNTAX INTEGER { - noReset(1), -- not resetting - reset(2) -- resetting - } - ACCESS read-write - STATUS obsolete - DESCRIPTION - "See s3CommonBoardReset" - ::= { s3EnetBoardEntry 5 } - -s3EnetBoardPartStatus OBJECT-TYPE - SYNTAX INTEGER { - enabled(1), -- board enabled - partition(2) -- board partitioned - } - ACCESS read-write - STATUS obsolete - DESCRIPTION - "See s3CommonBoardPartStatus" - ::= { s3EnetBoardEntry 6 } - -s3EnetBoardNmCntlStatus OBJECT-TYPE - SYNTAX INTEGER { - notNmControl(1),-- board not under NM control - nmControl(2) -- board under NM control - } - ACCESS read-only - STATUS obsolete - DESCRIPTION - "See s3CommonBoardCntlStatus" - ::= { s3EnetBoardEntry 7 } - -s3EnetBoardPsStatus OBJECT-TYPE - SYNTAX INTEGER { - ok(1), -- good status - fail(2) -- bad status - } - ACCESS read-only - STATUS obsolete - DESCRIPTION - "See s3CommonBoardPsStatus" - ::= { s3EnetBoardEntry 8 } - -s3EnetBoardFrmsRxOk OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames that are successfully - received by the board. This does not include frames - received with a frame-too-long, runt, FCS, or alignment - errors. - - This counter includes broadcast and multicast frames - that are received." - ::= { s3EnetBoardEntry 9 } - -s3EnetBoardOctetsRxOk OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Contains a count of data and padding octets in frames - that are successfully received by the board. This does - not include frames received with a frame-too-long, runt, - FCS, or alignment errors. - - This counter includes octets in broadcast and multicast - frames that are received. - - This counter does not include the octets in the - CRC field. The octets in the address and length/type - fields are counted." - ::= { s3EnetBoardEntry 10 } - -s3EnetBoardMcastFrmsRxOk OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames that are successfully - received by the board and are directed to an active - non-broadcast group address. This does not include - frames received with a frame-too-long, runt, FCS, or - alignment errors. - - Only frames that are for a multicast address that - this interface is receiving are counted. Broadcast - packets are not included." - ::= { s3EnetBoardEntry 11 } - -s3EnetBoardBcastFrmsRxOk OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames that are successfully - received by the board and are directed to the broadcast - group address. This does not include frames received - with a frame-too-long, runt, FCS, or alignment errors. - Multicast packets are not included." - ::= { s3EnetBoardEntry 12 } - -s3EnetBoardColls OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a board level count of collisions. - For NMM+ this is a true counter. For other NMMs - this is a summation of all the port level collision - 'flags' for this board." - ::= { s3EnetBoardEntry 13 } - - - --- MAC Receive Error Statistics - --- A hierarchical order has been established for those objects listed --- below such that when multiple error condition can be associated --- with one frame, only one condition is counted. This hierarchy, --- in descending order is: - --- frame Too Long --- runt frames --- alignment Error --- frame Check Error - - -s3EnetBoardTooLongErrors OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames that are received by - the board and exceed the maximum permitted frame size. - This counter is incremented when the frameTooLong - error is detected." - ::= { s3EnetBoardEntry 14 } - -s3EnetBoardRuntErrors OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the board - that are less than the minimum permitted frame size and - have a good FCS." - ::= { s3EnetBoardEntry 15 } - -s3EnetBoardAlignErrors OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the board - that are not an integral number of octets in length and - do not pass the FCS check. This counter is incremented - when the alignmentError status is detected." - ::= { s3EnetBoardEntry 16 } - -s3EnetBoardFcsErrors OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the board - that are an integral number of octets in length that - do not pass the FCS check. This counter is incremented - when the frameCheckError status is detected." - ::= { s3EnetBoardEntry 17 } - -s3EnetBoardLateCollErrors OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of the board level late collisions. - For NMM+ this is a true counter. For other NMMs this is a - summation of all the port level late collision 'flags' for - this board." - ::= { s3EnetBoardEntry 18 } - -s3EnetBoardAuthStatus OBJECT-TYPE - SYNTAX INTEGER { - other(1), - on(2), -- allowed nodes activated on this board - off(3) -- allowed nodes deactivated on this board - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "This object is only used if s3EnetConcSecureStatus is - set to slotCheckOn(4). In this case, turning this object - on(2) means that any node that is heard on this board - which is not allowed on this board (i.e., not in AuthNode - table with the slotIndex equal to this board or 0 for all - boards) will cause the action specified in - s3EnetBoardAuthAction to take place. - - If s3EnetConcSecureStatus is set to slotCheckOn(4) but - this object is set to off(3), then the authorized nodes - feature for this board is deactivated. - - If s3EnetConcSecureStatus is not set to slotCheckOn(4), - then this object will not be used but will maintain - its settings unless explicitly changed. - - This object does not affect the configuration or - functioning of security features on LattisSecure - Host Modules." - ::= { s3EnetBoardEntry 19 } - -s3EnetBoardAuthAction OBJECT-TYPE - SYNTAX INTEGER { - other(1), - noAction(2), -- ignore auth violations - sendTrap(3), -- send trap to management station(s) - partition(4), -- partition the port with no time limit - sendTrapPartition(5)-- do both sendTrap and partition - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "If s3EnetConcSecureStatus is slotCheckOn(4) and - s3EnetBoardAuthStatus is on(2) and an authorized nodes - violation occurs on the board, then the action specified - by this object will take place. On a partition, only the - port that the violation occurs on will be partitioned. - - This object does not apply to LattisSecure ports." - ::= { s3EnetBoardEntry 20 } - -s3EnetBoardUpStamp OBJECT-TYPE - SYNTAX TimeTicks - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The time ( in hundredths of a second) that the board - was first seen as a member of this NMM's segment." - ::= {s3EnetBoardEntry 21 } - - - --- Local Bridge Board Table - - -s3EnetLocBridgeSlotTable OBJECT-TYPE - SYNTAX SEQUENCE OF S3EnetLocBridgeEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A table of Local Bridge Board entries. The number of - entries is determined by the Concentrator Slot - Configuration Table. Only those entries that are - Ethernet local bridges will have entries in this list." - ::= { s3000EnetLocBridge 1 } - -s3EnetLocBridgeEntry OBJECT-TYPE - SYNTAX S3EnetLocBridgeEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A table containing objects about Boards which are - local bridges that are currently plugged into the - 3000 chassis." - INDEX { s3EnetLocBridgeIndex } - ::= { s3EnetLocBridgeSlotTable 1 } - -S3EnetLocBridgeEntry ::= SEQUENCE { - s3EnetLocBridgeIndex - INTEGER, - s3EnetLocBridgeDescr - DisplayString, - s3EnetLocBridgePortCount - INTEGER, - s3EnetLocBridgeDiagSts - OCTET STRING, - s3EnetLocBridgeBootSts - INTEGER, - s3EnetLocBridgeStandbySts - INTEGER - } - -s3EnetLocBridgeIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each board. Its value ranges between - 1 and 12. The value for each board must remain constant - at least from one re-initialization of the entity's - network management system to the next re-initialization." - ::= { s3EnetLocBridgeEntry 1 } - -s3EnetLocBridgeDescr OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..128)) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Description of the local bridge board." - ::= { s3EnetLocBridgeEntry 2 } - -s3EnetLocBridgePortCount OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Number of ports that are on the local bridge board." - ::= { s3EnetLocBridgeEntry 3 } - -s3EnetLocBridgeDiagSts OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(4)) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Latest Diagnostic LED Status that has been recorded." - ::= { s3EnetLocBridgeEntry 4 } - -s3EnetLocBridgeBootSts OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- unknown booting status - reqstToBoot(2), -- board is requesting to boot - notReqstToBoot(3)-- board is not requesting to boot - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of the board as it relates - to rebooting." - ::= { s3EnetLocBridgeEntry 5 } - -s3EnetLocBridgeStandbySts OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- unknown booting status - standby(2), -- bridge is in standby mode - notStandby(3) -- bridge is operational and not standby - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This status says whether the local bridge is active - or in standby mode." - ::= { s3EnetLocBridgeEntry 6 } - - - --- Local Bridge Port Table - - -s3EnetLocBridgePortTable OBJECT-TYPE - SYNTAX SEQUENCE OF S3EnetLocBridgePortEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A table of Port entries that are part of a local - bridge. The number of entries is determined by knowing - the number of local bridge boards that are installed - by looking at s3ChassisSlotConfigTable and by knowing - how many ports are on a local bridge board by looking at - s3EnetLocBridgePortCount." - ::= { s3000EnetLocBridge 2 } - -s3EnetLocBridgePortEntry OBJECT-TYPE - SYNTAX S3EnetLocBridgePortEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A table containing objects about the ports of the - local bridges that are currently plugged into the - 3000 chassis." - INDEX { s3EnetLocBridgePortSlotIndex, s3EnetLocBridgePortIndex } - ::= { s3EnetLocBridgePortTable 1 } - -S3EnetLocBridgePortEntry ::= SEQUENCE { - s3EnetLocBridgePortSlotIndex - INTEGER, - s3EnetLocBridgePortIndex - INTEGER, - s3EnetLocBridgePortMdaId - INTEGER, - s3EnetLocBridgePortIf - INTEGER, - s3EnetLocBridgePortDescr - DisplayString, - s3EnetLocBridgePortOpSts - INTEGER - } - -s3EnetLocBridgePortSlotIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each board. Its value ranges - between 1 and 12. The value for each board must - remain constant at least from one re-initialization - of the entity's network management system to the - next re-initialization." - ::= { s3EnetLocBridgePortEntry 1 } - -s3EnetLocBridgePortIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each port. Its value ranges - between 1 and 12. The value for each port must - remain constant at least from one re-initialization - of the entity's network management system to the - next re-initialization." - ::= { s3EnetLocBridgePortEntry 2 } - -s3EnetLocBridgePortMdaId OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Medium dependent ID for the port. See s3SlotModuleMdaId - in the SynOptics Common MIB." - ::= { s3EnetLocBridgePortEntry 3 } - -s3EnetLocBridgePortIf OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- unknown interfaces - etherEther(2), -- ethernet to ethernet bridge - etherTokenRing(3)-- ethernet to token ring bridge - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Bridge interface types." - ::= { s3EnetLocBridgePortEntry 4 } - -s3EnetLocBridgePortDescr OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..128)) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A text description of the port." - ::= { s3EnetLocBridgePortEntry 5 } - -s3EnetLocBridgePortOpSts OBJECT-TYPE - SYNTAX INTEGER { - other(1), - standby(2), - notStandby(3) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Operating status of the port." - ::= { s3EnetLocBridgePortEntry 6 } - - - --- Remote Bridge Board Table - - -s3EnetRemBridgeSlotTable OBJECT-TYPE - SYNTAX SEQUENCE OF S3EnetRemBridgeEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A table of Remote Bridge Board entries. The number - of entries is determined by the Concentrator Slot - Configuration Table. Only those entries that are - Ethernet remote bridges will have entries in this list." - ::= { s3000EnetRemBridge 1 } - -s3EnetRemBridgeEntry OBJECT-TYPE - SYNTAX S3EnetRemBridgeEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A table containing objects about Boards which are - remote bridges that are currently plugged into the - 3000 chassis." - INDEX { s3EnetRemBridgeIndex } - ::= { s3EnetRemBridgeSlotTable 1 } - -S3EnetRemBridgeEntry ::= SEQUENCE { - s3EnetRemBridgeIndex - INTEGER, - s3EnetRemBridgeDescr - DisplayString , - s3EnetRemBridgePortCount - INTEGER, - s3EnetRemBridgeDiagSts - OCTET STRING, - s3EnetRemBridgeBootSts - INTEGER, - s3EnetRemBridgeStandbySts - INTEGER - } - -s3EnetRemBridgeIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each board. Its value ranges - between 1 and 12. The value for each board must - remain constant at least from one re-initialization - of the entity's network management system to the - next re-initialization." - ::= { s3EnetRemBridgeEntry 1 } - -s3EnetRemBridgeDescr OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..128)) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Description of the board." - ::= { s3EnetRemBridgeEntry 2 } - -s3EnetRemBridgePortCount OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Number of ports that are on the board." - ::= { s3EnetRemBridgeEntry 3 } - -s3EnetRemBridgeDiagSts OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(4)) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Latest Diagnostic LED Status that has been recorded." - ::= { s3EnetRemBridgeEntry 4 } - -s3EnetRemBridgeBootSts OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- unknown booting status - reqstToBoot(2), -- board is requesting to boot - notReqstToBoot(3)-- board is not requesting to boot - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current status of the board as it relates to rebooting." - ::= { s3EnetRemBridgeEntry 5 } - -s3EnetRemBridgeStandbySts OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- unknown booting status - standby(2), -- remote bridge is in standby mode - notStandby(3) -- remote bridge is active not in standby - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This status says whether the remote bridge is active - or in standby mode." - ::= { s3EnetRemBridgeEntry 6 } - - - --- Remote Bridge Port Table - - -s3EnetRemBridgePortTable OBJECT-TYPE - SYNTAX SEQUENCE OF S3EnetRemBridgePortEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A table of Port entries that are part of a remote - bridge. The number of entries is determined by - knowing the number of remote bridge boards that are - installed by looking at s3ChassisSlotConfigTable and - by knowing how many ports are on a remote bridge - board by looking at s3EnetRemBridgePortCount." - ::= { s3000EnetRemBridge 2 } - -s3EnetRemBridgePortEntry OBJECT-TYPE - SYNTAX S3EnetRemBridgePortEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A table containing objects about the ports of the - remote bridges that are currently plugged into the - 3000 chassis." - INDEX { s3EnetRemBridgePortSlotIndex, - s3EnetRemBridgePortIndex } - ::= { s3EnetRemBridgePortTable 1 } - -S3EnetRemBridgePortEntry ::= SEQUENCE { - s3EnetRemBridgePortSlotIndex - INTEGER, - s3EnetRemBridgePortIndex - INTEGER, - s3EnetRemBridgePortMdaId - INTEGER, - s3EnetRemBridgePortDescr - DisplayString, - s3EnetRemBridgePortOpSts - INTEGER, - s3EnetRemBridgePortRdySnd - INTEGER, - s3EnetRemBridgePortClrSnd - INTEGER, - s3EnetRemBridgePortCarDt - INTEGER - } - -s3EnetRemBridgePortSlotIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each board. Its value ranges - between 1 and 12. The value for each board must - remain constant at least from one re-initialization - of the entity's network management system to the - next re-initialization." - ::= { s3EnetRemBridgePortEntry 1 } - -s3EnetRemBridgePortIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each port. Its value ranges - between 1 and 12. The value for each port must - remain constant at least from one re-initialization - of the entity's network management system to the next - re-initialization." - ::= { s3EnetRemBridgePortEntry 2 } - -s3EnetRemBridgePortMdaId OBJECT-TYPE - SYNTAX INTEGER { - other(1), - ethernet(2), - x21Barrier(3), - x21Unbarrier(4), - rs232(5), - rs449(6), - v35(7), - g703(8), - t1(9) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Medium dependent ID for the port." - ::= { s3EnetRemBridgePortEntry 3 } - -s3EnetRemBridgePortDescr OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..128)) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A text description of the port." - ::= { s3EnetRemBridgePortEntry 4 } - -s3EnetRemBridgePortOpSts OBJECT-TYPE - SYNTAX INTEGER { - other(1), - standby(2), - operational(3), - noLink(4) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Operating status of the port." - ::= { s3EnetRemBridgePortEntry 5 } - -s3EnetRemBridgePortRdySnd OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- unknown status - rdySnd(2), -- ready to send - notRdySnd(3) -- not ready to send - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Ready to send status of the port." - ::= { s3EnetRemBridgePortEntry 6 } - -s3EnetRemBridgePortClrSnd OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- unknown status - clrSnd(2), -- clear to send - notClrSnd(3) -- not clear to send - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Clear to send status of the port." - ::= { s3EnetRemBridgePortEntry 7 } - -s3EnetRemBridgePortCarDt OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- unknown status - carDt(2), -- carrier detected - noCarDt(3) -- no carrier detected - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Carrier detect status of the port." - ::= { s3EnetRemBridgePortEntry 8 } - - - --- Router Board Table - - -s3EnetRouterSlotTable OBJECT-TYPE - SYNTAX SEQUENCE OF S3EnetRouterEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A table of Router Board entries. The number of - entries is determined by the Concentrator Slot - Configuration Table. Only those entries that - are Ethernet routers will have entries in this list." - ::= { s3000EnetRouter 1 } - -s3EnetRouterEntry OBJECT-TYPE - SYNTAX S3EnetRouterEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A table containing objects about Boards which - are routers that are currently plugged into the - 3000 chassis." - INDEX { s3EnetRouterIndex } - ::= { s3EnetRouterSlotTable 1 } - -S3EnetRouterEntry ::= SEQUENCE { - s3EnetRouterIndex - INTEGER, - s3EnetRouterDescr - DisplayString, - s3EnetRouterDiagSts - OCTET STRING, - s3EnetRouterStandbySts - INTEGER - } - -s3EnetRouterIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each board. Its value ranges - between 1 and 12. The value for each board must - remain constant at least from one re-initialization - of the entity's network management system to the - next re-initialization." - ::= { s3EnetRouterEntry 1 } - -s3EnetRouterDescr OBJECT-TYPE - SYNTAX DisplayString (SIZE(0..128)) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Description of the router board." - ::= { s3EnetRouterEntry 2 } - -s3EnetRouterDiagSts OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(4)) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Latest Diagnostic LED Status that has been recorded." - ::= { s3EnetRouterEntry 3 } - -s3EnetRouterStandbySts OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- unknown booting status - standby(2), -- router is in standby mode - notStandby(3) -- router is operational, not in standby - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This status says whether the router is active or in - standby mode." - ::= { s3EnetRouterEntry 4 } - - - --- Common Board Table - -s3EnetCommonBoardTable OBJECT-TYPE - SYNTAX SEQUENCE OF S3EnetCommonBoardEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "Information maintained for each Ethernet board. The - information can be retrieved for any Ethernet board, - even if the board is not on the same backplane Ethernet - segment as this NMM. - - The instance is the slot number of the concentrator - that the board occupies." - ::= { s3000EnetBoard 5 } - -s3EnetCommonBoardEntry OBJECT-TYPE - SYNTAX S3EnetCommonBoardEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "There is one entry per Ethernet board in this table." - INDEX { s3EnetCommonBoardIndex } - ::= { s3EnetCommonBoardTable 1 } - -S3EnetCommonBoardEntry ::= SEQUENCE { - s3EnetCommonBoardIndex - INTEGER, - s3EnetCommonBoardEnetAB - INTEGER, - s3EnetCommonBoardChanSwitch - INTEGER, - s3EnetCommonBoardRedund - INTEGER - } - -s3EnetCommonBoardIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each board. Its value ranges - between 1 and 12. The value for each board must - remain constant at least from one re-initialization - of the entity's network management system to the - next re-initialization." - ::= { s3EnetCommonBoardEntry 1 } - -s3EnetCommonBoardEnetAB OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- unknown or other - enetA(2), -- Ethernet channel A - enetB(3), -- Ethernet channel B - enetAandEnetB(4) -- Both Ethernet channels A and B - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The channel to which the board is connected. The - primary use of this object is for providing realtime - switching of boards between channel A and channel B. - It is also returned in the enetChannelChange trap, in - which case it indicates a board is switched from one - channel to the other. The write capability of this - object can only apply to those modules with channel - switching function. Any attempt to write this object - for a non-switchable board, the agent will return - badValue." - ::= { s3EnetCommonBoardEntry 2 } - -s3EnetCommonBoardChanSwitch OBJECT-TYPE - SYNTAX INTEGER { - other(1), - switchCapable(2), - notSwitchCapable(3) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The agent will return switchCapable(2) for any - Ethernet host board which can be switched between - Ethernet channels. The value notSwitchCapable(3) - indicates that the Ethernet board can not be switched - to another channel." - ::= { s3EnetCommonBoardEntry 3 } - - -s3EnetCommonBoardRedund OBJECT-TYPE - SYNTAX INTEGER { - other(1), - redundCapable(2), - notRedundCapable(3) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The agent will return redundCapable(2) for any Ethernet - host board which can provide hardware and/or software - controlled redundancy on the port level. The value - notRedundCapable(3) indicates that the Ethernet board - can not support port redundancy." - ::= { s3EnetCommonBoardEntry 4 } - - --- Port Table - - -s3EnetPortTable OBJECT-TYPE - SYNTAX SEQUENCE OF S3EnetPortEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A list of port entries. The number of entries is - given by learning the type of board from the - information in the s3ChassisSlotConfigTable." - ::= { s3000EnetPort 1 } - -s3EnetPortEntry OBJECT-TYPE - SYNTAX S3EnetPortEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A table containing objects about the Ports of - each board plugged into the 3000 chassis which - are on the same backplane Ethernet segment as - the reporting NMM." - INDEX { s3EnetPortBoardIndex, s3EnetPortIndex } - ::= { s3EnetPortTable 1 } - -S3EnetPortEntry ::= SEQUENCE { - s3EnetPortBoardIndex - INTEGER, - s3EnetPortIndex - INTEGER, - s3EnetPortLinkStatus - INTEGER, - s3EnetPortPartStatus - INTEGER, - s3EnetPortJabberStatus - INTEGER, - s3EnetPortFrmsRxOk - Counter, - s3EnetPortOctetsRxOk - Counter, - s3EnetPortMcastFrmsRxOk - Counter, - s3EnetPortBcastFrmsRxOk - Counter, - s3EnetPortColls - Counter, - s3EnetPortTooLongErrors - Counter, - s3EnetPortRuntErrors - Counter, - s3EnetPortAlignErrors - Counter, - s3EnetPortFcsErrors - Counter, - s3EnetPortLateCollErrors - Counter, - s3EnetPortAuthStatus - INTEGER, - s3EnetPortAuthAction - INTEGER, - s3EnetPortPartTime - TimeTicks, - s3EnetPortType - INTEGER, - s3EnetPortInterconStatus - INTEGER, - s3EnetPortAddrCollect - INTEGER, - s3EnetPortAddrLearnMode - INTEGER, - s3EnetPortTxSecurity - INTEGER - } - -s3EnetPortBoardIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each board. Its value ranges - between 1 and 12. The value for each board must - remain constant at least from one reinitialization - of the entity's network management system to the - next reinitialization." - ::= { s3EnetPortEntry 1 } - -s3EnetPortIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each port. Its value is dependent - on the board type. The value for each port must - remain constant at least from one re-initialization - of the entity's network management system to the - next re-initialization." - ::= { s3EnetPortEntry 2 } - -s3EnetPortLinkStatus OBJECT-TYPE - SYNTAX INTEGER { - off(1), -- link is not connected - on(2), -- link is connected - other(3) -- returned for AUI - } - ACCESS read-only - STATUS deprecated - DESCRIPTION - "Tells whether the port is receiving link status." - ::= { s3EnetPortEntry 3 } - -s3EnetPortPartStatus OBJECT-TYPE - SYNTAX INTEGER { - enabled(1), -- port enabled - partition(2), -- port partitioned - autoPartition(3), -- port auto-partitioned - timedPartition(4), -- timed partition - latSecPartition(5) -- port partitioned by LattisSecure - } - ACCESS read-write - STATUS deprecated - DESCRIPTION - "This indicates the operational status of the Port. - Writing a partition(2) will partition the port - indefinitely and enabled(1) will enable the port. - - If a timed partition is desired, then writing - timedPartition(4) to this object at the same time - that a time value is supplied in s3EnetPortPartTime - is required. Timed partitions will not survive across - a reset. In this case the port will go to the - partition(2) state. - - The value latSecPartition(5) is returned when the port - has been automatically partitioned by the LattisSecure - Host Module because of a security violation. The value - autoPartition(3) is returned when the port has been - automatically partitioned by the repeater using the - 802.3 repeater auto-partition function. - - The agent will not allow this object to be set to - autoPartition(3) or latSecPartition(5) using an - SNMP request." - ::= { s3EnetPortEntry 4 } - -s3EnetPortJabberStatus OBJECT-TYPE - SYNTAX INTEGER { - ok(1), - jabbering(2) -- Port receiving jabber - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Tells whether the DTE connected to the Port is - jabbering or not." - ::= { s3EnetPortEntry 5 } - -s3EnetPortFrmsRxOk OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames that are successfully - received by the port. This does not include frames - received with a frame-too-long, runt, FCS, or alignment - errors. This counter includes broadcast and multicast - frames that are received." - ::= { s3EnetPortEntry 6 } - -s3EnetPortOctetsRxOk OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Contains a count of data and padding octets in frames - that are successfully received by the port. This does - not include frames received with a frame-too-long, runt, - FCS, or alignment errors. - - This counter includes octets in broadcast and multicast - frames that are received. - - This counter does not include the octets in the - CRC field. The octets in the address and length/type - fields are counted." - ::= { s3EnetPortEntry 7 } - -s3EnetPortMcastFrmsRxOk OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames that are successfully - received by the port and are directed to an active - non-broadcast group address. This does not include - frames received with a frame-too-long, runt, FCS, or - alignment errors. - - Only frames that are for a multicast address that this - interface is receiving are counted. Broadcast packets - are not included." - ::= { s3EnetPortEntry 8 } - -s3EnetPortBcastFrmsRxOk OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames that are successfully - received by the port and are directed to the broadcast - group address. This does not include frames received - with a frame-too-long, runt, FCS, or alignment errors. - - Multicast packets are not included." - ::= { s3EnetPortEntry 9 } - -s3EnetPortColls OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of collisions. For NMM+ this is a - true counter. For other NMMs this is a count of the - collision flags." - ::= { s3EnetPortEntry 10 } - - - --- Port MAC Error Statistics - --- A hierarchical order has been established for those objects listed --- below such that when multiple error conditions can be associated --- with one frame, only one condition is counted. This hierarchy, --- in descending order is: - --- frame too long --- runt frames --- alignment error --- frame check error - - -s3EnetPortTooLongErrors OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames that are received by - the port and exceed the maximum permitted frame size. - This counter is incremented when the frameTooLong - error is detected." - ::= { s3EnetPortEntry 11 } - -s3EnetPortRuntErrors OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the port - that are less than the minimum permitted frame size and - have a good FCS." - ::= { s3EnetPortEntry 12 } - -s3EnetPortAlignErrors OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the port - that are not an integral number of octets in length and - do not pass the FCS check. This counter is incremented - when the alignmentError status is detected." - ::= { s3EnetPortEntry 13 } - -s3EnetPortFcsErrors OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received the port - that are an integral number of octets in length that - do not pass the FCS check. This counter is incremented - when the frameCheckError status is detected." - ::= { s3EnetPortEntry 14 } - -s3EnetPortLateCollErrors OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of late collisions. For NMM+ - this is a true counter. For other NMMs this is a count - of the late collision flags." - ::= { s3EnetPortEntry 15 } - -s3EnetPortAuthStatus OBJECT-TYPE - SYNTAX INTEGER { - other(1), - on(2), -- auth checking activated on this port - off(3) -- auth checking deactivated on this port - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "This object is only used if s3EnetConcSecureStatus - is set to portCheckOn(3) or if the port is on a - LattisSecure Host Module. - - In this case, turning this object on(2) means that - any node that heard on this port which is not allowed - on this port will cause the action specified in - s3EnetPortAuthAction to take place. - - This object does not affect the LattisSecure transmit - security feature for the port. It is incompatible with - LattisSecure continuous learning mode. If the value of - s3EnetPortAddrLearnMode for a LattisSecure port is - continuousLearn(3), turning this object to on(2) for - that port will not have any affect. - - If s3EnetConcSecureStatus is set to portCheckOn(3) but - this object is set to off(3), then all authorized nodes - or LattisSecure receive security features for this port - are deactivated. - - If s3EnetConcSecureStatus is not set to portCheckOn(3), - then this object will not be used for allowed nodes, - but will be used for LattisSecure." - ::= { s3EnetPortEntry 16 } - -s3EnetPortAuthAction OBJECT-TYPE - SYNTAX INTEGER { - other(1), - noAction(2), -- ignore auth violations - sendTrap(3), -- send trap to management station(s) - partition(4), -- partition the port with no time limit - sendTrapPartition(5)-- do both sendTrap and partition - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "If s3EnetConcSecureStatus is portCheckOn(3) or this - port is on a LattisSecure Host Module, and - s3EnetPortAuthStatus is on(2) and an authorized nodes - violation occurs on this port, then the action specified - by this object will take place on this port. - - If the port is a LattisSecure port, the authorized - nodes security will be implemented by the LattisSecure - Host Module." - ::= { s3EnetPortEntry 17 } - -s3EnetPortPartTime OBJECT-TYPE - SYNTAX TimeTicks - ACCESS read-write - STATUS deprecated - DESCRIPTION - "When partitioning the port for a specified time, - s3EnetPortPartStatus must be set with timedpartition(4) - and this object must be supplied with the duration - value. If a PDU sets s3EnetPortPartStatus and not - this object, the port will not be partitioned." - ::= { s3EnetPortEntry 18} - -s3EnetPortType OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- unknown or other - tenBaseT(2), -- 10BASE-T, "normal" or MDI-X - tenBaseTMdi(3), -- 10BASE-T, switched to MDI - aui(4), -- AUI (10Base5 to coax) - bnc(5), -- BNC (10Base2 to thinnet) - foirl(6), -- FOIRL - tenBaseFL(7), -- 10BASE-FL - switch(8), -- Switch, MDI-X - switchMdi(9), -- Switch, MDI - tenBaseFLRedund(10) -- 10BASE-FL, redundancy - } - ACCESS read-only - STATUS deprecated - DESCRIPTION - "The media connection type for this port. - - Note that this object was called s3EnetPortMDIXSwitch - in the Ethernet 3.3 and 4.0 MIBs." - ::= { s3EnetPortEntry 19 } - -s3EnetPortInterconStatus OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- unknown or host - interconnect(2) -- identified as interconnect port - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This object tells whether the port is connected to a - host or to an interconnect (defined to be another NMM - that is sending hello messages). - - The NMM agent will assign this object the value other(1) - on initialization. If it sees hello messages coming in - on the port, it will change the InterconStatus to be - interconnect(2)." - ::= { s3EnetPortEntry 20 } - -s3EnetPortAddrCollect OBJECT-TYPE - SYNTAX INTEGER { - default(1), -- follow default rules for - -- address collection - neverCollect(2),-- don't collect addrs, - -- whatever intercon status - alwaysCollect(3)-- do collect address, regardless - -- of config - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "This object tells whether the NMM should collect - node address information from this port for the Find - Nodes, Show Nodes, and Traffic Matrix (NMM+ only) - tables. - - By default, the node addresses are collected only - from ports that are not identified as interconnect - ports. In addition, allowed nodes checking is - done only on ports that are not interconnect ports. - This object provides a means of overriding the default - for collection and checking of node addresses. - - Setting this variable to default(1) tells the NMM to - collect and check addresses if and only the port has - not been identified as an interconnect port. - - To disable node address collection and checking on a - port, set this object to neverCollect(2). - - To collect and check node addresses for an interconnect - port, set this object to alwaysCollect(3). - - This object and its default setting has no affect - on LattisSecure receive or transmit security features. - - To restore the 'natural' value for the port, set this - object to default(1)." - ::= { s3EnetPortEntry 21 } - - -s3EnetPortAddrLearnMode OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- unknown or not LattisSecure port - noAutoLearn(2), -- auto learn off - continuousLearn(3),-- continuously pick up new addresses - oneShotLearn(4) -- learn one address then quit learning - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "This object indicates whether the port should - automatically learn the port address by reading the - source address on the incoming packets. This object - applies only to ports on a LattisSecure Host Module. - For other ports, the agent returns the value other. - - A Get will return the current learning mode of the port. - - Setting to noAutoLearn(2) can be used to turn off - continuousLearn (3) or oneShotLearn(4). - - The value of this object is in effect regardless of the - value of s3EnetConcSecureStatus or s3EnetPortAuthStatus. - - Continuous learning is not compatible with LattisSecure - receive security, thus s3EnetPortAddrLearnMode should not - be set to continuousLearn(3) when s3EnetPortAuthStatus - is on(2). If this combination is set, the receive - security will not function. - - If this object is set to oneShotLearn(4), the agent will - store the address (when it is learned) into the allowed - nodes tables. This can cause the current address to be - written over. - - Because continuous learning is not compatible with - receive security, addresses learned while the port - is in continuous learning mode will not be stored in - the allowed nodes tables. - - Attempts to set the value to other(1) on a LattisSecure - port will be rejected by the agent. Likewise, attempts - to set the value to noAutoLearn(2), continuousLearn(3), - or oneShotLearn(4) on a non-LattisSecure port will be - rejected." - ::= { s3EnetPortEntry 22 } - -s3EnetPortTxSecurity OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- unknown or not LattisSecure port - on(2), -- LattisSecure transmit security enabled - off(3) -- LattisSecure transmit security disabled - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "This value of this object is meaningful only when - s3EnetConcSecureStatus is not set to concSecureOff(5) - (i.e., if security features are activated on the - concentrator). - - This object applies only to ports on LattisSecure Host - Modules. For other ports, the agent will return other(1) - in response to a get request. - - The value off(3) indicates that LattisSecure transmit - security is disabled on this LattisSecure port. The - value on(2) indicates that LattisSecure transmit security - is enabled on this LattisSecure port. - - Attempts to set the value to other(1) on a LattisSecure - port will be rejected by the agent. Likewise, attempts - to set the value to on(2) or off(3) on a non-LattisSecure - port will be rejected." - ::= { s3EnetPortEntry 23 } - - - --- Common Port Table - -s3EnetCommonPortTable OBJECT-TYPE - SYNTAX SEQUENCE OF S3EnetCommonPortEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table provides a list of port entries. The - number of entries is given for any Ethernet board - in the concentrator, even if the board is not on the - same Ethernet segment as this NMM." - ::= { s3000EnetPort 2 } - -s3EnetCommonPortEntry OBJECT-TYPE - SYNTAX S3EnetCommonPortEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A table containing objects about the ports of each - Ethernet board plugged into the 3000-series chassis." - INDEX { s3EnetCommonPortBoardIndex, s3EnetCommonPortIndex } - ::= { s3EnetCommonPortTable 1 } - -S3EnetCommonPortEntry ::= SEQUENCE { - s3EnetCommonPortBoardIndex - INTEGER, - s3EnetCommonPortIndex - INTEGER, - s3EnetCommonPortLinkStatus - INTEGER, - s3EnetCommonPortPartStatus - INTEGER, - s3EnetCommonPortType - INTEGER, - s3EnetCommonPortPartTime - TimeTicks - } - -s3EnetCommonPortBoardIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each board. Its value ranges - between 1 and 12. The value for each board must - remain constant at least from one re-initialization - of the entity's network management system to the - next re-initialization." - ::= { s3EnetCommonPortEntry 1 } - -s3EnetCommonPortIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each port. Its value is dependent - on the board type." - ::= { s3EnetCommonPortEntry 2 } - -s3EnetCommonPortLinkStatus OBJECT-TYPE - SYNTAX INTEGER { - off(1), -- link is not connected - on(2), -- link is connected - other(3) -- returned for AUI - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Tells whether the port is receiving link status." - ::= { s3EnetCommonPortEntry 3 } - -s3EnetCommonPortPartStatus OBJECT-TYPE - SYNTAX INTEGER { - enabled(1), -- port enabled - partition(2), -- port partitioned - autoPartition(3), -- port auto-partitioned - timedPartition(4), -- timed partition - latSecPartition(5) -- port partitioned by LattisSecure - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "This indicates the operational status of the Port. - Writing a partition(2) will partition the port - indefinitely and enabled(1) will enable the port. - - If a timed partition is desired, then writing - timedPartition(4) to this object at the same time - that a time value is supplied in s3EnetCommonPortPartTime - is required. Timed partitions will not survive across - a reset. In this case the port will go to the - partition(2) state. - - The value latSecPartition(5) is returned when the port - has been automatically partitioned by the LattisSecure - Host Module because of a security violation. The value - autoPartition(3) is returned when the port has been - automatically partitioned by the repeater using the - 802.3 repeater auto-partition function. - - The agent will not allow this object to be set to - autoPartition(3) or latSecPartition(5) using an SNMP - request. - - Note that the value timedPartition(4) is returned only - when the board is timed partitioned by this NMM." - ::= { s3EnetCommonPortEntry 4 } - -s3EnetCommonPortType OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- unknown or other - tenBaseT(2), -- 10BASE-T, "normal" or MDI-X - tenBaseTMdi(3), -- 10BASE-T, switched to MDI - aui(4), -- AUI (10BASE5 to coax) - bnc(5), -- BNC(10BASE2 to thinnet) - foirl(6), -- FOIRL - tenBaseFL(7), -- 10BASE-FL - switch(8), -- Switch, MDI-X - switchMdi(9), -- Switch, MDI - tenBaseFLRedund(10) -- 10BASE-FL, redundancy - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The media connnection type for this port. - - Note that this object was called s3EnetPortMDIXSwitch - in the Ethernet 3.3 and 4.0 MIBs." - ::= { s3EnetCommonPortEntry 5 } - -s3EnetCommonPortPartTime OBJECT-TYPE - SYNTAX TimeTicks - ACCESS read-write - STATUS mandatory - DESCRIPTION - "When partitioning the port for a specified time, - s3EnetCommonPortPartStatus must be set with - timedPartition(4) and this object must be supplied - with the duration value. If a PDU sets - s3EnetCommonPortPartStatus and not this object, - the port will not be partitioned." - ::= { s3EnetCommonPortEntry 6 } - - --- Redundant Port Table - -s3EnetRedPortTable OBJECT-TYPE - SYNTAX SEQUENCE OF S3EnetRedPortEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A table of ports for each 10BASE-FL board with - redundancy capability. The number of boards is - determined by checking s3EnetCommonBoardRedund having - a value of redundCapable(2) for each board in table - s3EnetCommonBoardTable." - ::= { s3000EnetPort 3 } - -s3EnetRedPortEntry OBJECT-TYPE - SYNTAX S3EnetRedPortEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "An entry in the table of ports on boards with - redundancy capability. Entries in the table cannot - be created or deleted via SNMP. - - Row modification via SNMP is allowed only for ports - that support either hardware or software redundancy, - but the amount of modifications between the two varies. - - Entries for boards that support hardware-redundancy - only allow the objects s3EnetRedPortRedundMode, - s3EnetRedPortSwitchoverStatus, and - s3EnetRedPortSwitchoverTime to be modified. - The object s3EnetRedPortRedundMode can only - be modified on certain agent versions (see the - description of the object for more details). - - Entries for boards that support software-redundancy - allow the objects s3EnetRedPortRedundMode, - s3EnetRedPortCompanionSlotNo, - s3EnetRedPortCompanionPortNo, - s3EnetRedPortSwitchoverStatus, and - s3EnetRedPortSwitchoverTime to be modified. - - Software-redundant pairs are configured by sending - the objects s3EnetRedPortRedundMode, - s3EnetRedPortCompanionSlotNo, and - s3EnetRedPortCompanionPortNo in the same SNMP SET - PDU, with the object s3EnetRedPortRedundMode - set to the value of swActive(4) or swStandby(5). - - When changing an existing software-redundant pair, - the existing pair must first be broken up by setting - the object s3EnetRedPortRedundMode to standalone(1), - and then a new pair must be configured as described - above." - INDEX { s3EnetRedPortBoardIndex, - s3EnetRedPortIndex } - ::= { s3EnetRedPortTable 1 } - -S3EnetRedPortEntry ::= SEQUENCE { - s3EnetRedPortBoardIndex - INTEGER, - s3EnetRedPortIndex - INTEGER, - s3EnetRedPortRedundMode - INTEGER, - s3EnetRedPortOperStatus - INTEGER, - s3EnetRedPortRemoteOperStatus - INTEGER, - s3EnetRedPortCompanionSlotNo - INTEGER, - s3EnetRedPortCompanionPortNo - INTEGER, - s3EnetRedPortSwitchoverStatus - INTEGER, - s3EnetRedPortSwitchoverTime - TimeTicks, - s3EnetRedPortCapability - INTEGER - } - -s3EnetRedPortBoardIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index of the slot containing the board. The value - for each board must remain constant at least from one - re-initialization of the entity's network management - system to the next re-initialization." - ::= { s3EnetRedPortEntry 1 } - -s3EnetRedPortIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index of the port on the module." - ::= { s3EnetRedPortEntry 2 } - -s3EnetRedPortRedundMode OBJECT-TYPE - SYNTAX INTEGER { - standAlone(1), - hwActive(2), - hwStandby(3), - swActive(4), - swStandby(5) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The redundancy mode of the port. - - The possible values read, which report the redundancy - mode of the port, are: - standalone(1)...the port is not in any redundant pair. - hwActive(2).....the port is the active companion in - a hardware-redundant pair. - hwStandby(3)....the port is the standby companion - in a hardware-redundant pair. - swActive(4).....the port is the active companion in - a software-redundant pair. - swStandby(5)....the port is the standby companion - in a software-redundant pair. - - The values that can be written, which change the redundancy - mode, are: - standalone(1)...causes the software-redundant pair - to be broken up. - hwActive(2).....if the previous value was hwStandby(3), - this value will cause the port to become - the active port in the hardware-redundant - pair (i.e., a switchover). - hwStandby(3)....if the previous value was hwActive(2), - this value will cause the port to become - the standby port in the hardware-redundant - pair (i.e., a switchover). - swActive(4).....if the previous value was swStandby(5), - this value will cause the port to become - the active port in the software-redundant - pair (i.e., a switchover). - swStandby(5)....if the previous value was swActive(4), - this value will cause the port to become - the standby port in the software-redundant - pair (i.e., a switchover). - - Notes: 1.) The value standalone(1) cannot be written to - effect hardware-redundant pairs." - ::= { s3EnetRedPortEntry 3 } - -s3EnetRedPortOperStatus OBJECT-TYPE - SYNTAX INTEGER { - other(1), - ok(2), - localFault(3), - remoteFault(4) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This object indicates port's redundancy status. - The values are: - other(1).........none of the following - ok(2)............no fault - localFault(3)....the local port has sensed a fault condition. - remoteFault(4)...the remote port has sensed a fault - condition and has signaled the local port - accordingly. - - Either a localFault(3) or remoteFault(4) condition should - cause a redundant port pair to switchover. - - Notes: If the redundant link is generating on - 10BASE-FL without remote fault capability, - the value remoteFault(4) will not be reported." - ::= { s3EnetRedPortEntry 4 } - -s3EnetRedPortRemoteOperStatus OBJECT-TYPE - SYNTAX INTEGER { - snpxFLRemFltCpblPortUp(1), - snpxFLFBRemFltCpblPortUp(2), - tenBaseFLPortUp(3), - tenBaseFBPortUp(4), - snpxRemFltCpblPortFault(5), - tenBaseFBPortFault(6), - unknown(7) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This object reflects the real time status of the - received data from the remote port. - - A value of snpxFLRemFltCpblPortUp(1) indicates that - the remote port is capable of 10BASE-FL signaling, as - well as SynOptics proprietary remote fault signaling. - A remote fault on such a port is indicated by - snpxRemFltCpblPortFault(5). - - A value of snpxFLFBRemFltCpblPortUp(2) indicates that - the remote port is capable of 10BASE-FL, 10BASE-FB and - SynOptics proprietary remote fault signaling. A remote - fault on such a port is indicated by - snpxRemFltCpblPortFault(5). - - A value of tenBaseFLPortUp(3) indicates that the remote - port uses regular idle 10BASE-FL signaling, and is - incapable of remote fault signaling. - - A value of tenBaseFBPortUp(4) indicates that the remote - port uses 10BASE-FB synchronous signaling. A remote - fault on such a port is indicated by - tenBaseFBPortFault(6). - - A value of unknown(7) indicates that the remote signal - received is none of the above." - ::= { s3EnetRedPortEntry 5 } - -s3EnetRedPortCompanionSlotNo OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The slot number of the other port which is in the - redundant pair. In the case of a standalone port, - a value of 0 will be returned. - - Note: This object is only writable for ports that - support software-redundancy." - ::= { s3EnetRedPortEntry 6 } - -s3EnetRedPortCompanionPortNo OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The port number of the other port which is in the - redundant pair. In the case of a standalone port, - a value of 0 will be returned. - - Note: This object is only writable for ports that - support software-redundancy." - ::= { s3EnetRedPortEntry 7 } - -s3EnetRedPortSwitchoverStatus OBJECT-TYPE - SYNTAX INTEGER { - other(1), - timedSwitchover(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The switchover status of the redundant port pair. - - The following values can be written: - timedSwitchover(2)...Immediately causes the active - port to become the standby - port, and the standby port to - become the active port. Then - once the value of - s3EnetRedPortSwitchoverTime - has elapsed to zero, the ports - revert back to their orignal - roles. - - The following values can be read: - other(1).............The port is NOT undergoing a - timed switchover. - timedSwitchover(2)...The port is undergoing a - timed switchover. - - Notes: 1.) When writing timedSwitchover(2) to this - object, the SET request must also specify a - value for the object s3EnetRedSwitchoverTime. - - 2.) Once the timed switchover has taken place, - the value of this object reverts from - timedSwitchover(2) to other(1)." - DEFVAL { other } - ::= { s3EnetRedPortEntry 8 } - -s3EnetRedPortSwitchoverTime OBJECT-TYPE - SYNTAX TimeTicks - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The length of time before the ports making up - the redundant port pair revert back to their orignal - active or standby roles as defined before the timed - switchover was setup. - - The value of this object is meaningful (i.e., non-zero) - only when the redundant port pair is undergoing a - timed switchover, which is indicated by the object - s3EnetRedPortSwitchoverStatus having the value - of timedSwitchover(2). - - This object may only be written in the same SET - request that changes the object - s3EnetRedPortSwitchoverStatus to timedSwitchover(2). - Afterwards, it indicates the amount of time left - before the timed switchover is completed, at which - time another switchover occurs and - s3EnetRedPortSwitchoverStatus is changed to - other(1). - - This object has the value of zero if the port is not - undergoing a timed switchover, or if the amount - of time is unavailable." - DEFVAL { 0 } - ::= { s3EnetRedPortEntry 9 } - -s3EnetRedPortCapability OBJECT-TYPE - SYNTAX INTEGER { - hwRedOnly(1), - swRedOnly(2), - notRedunCapable(3) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The redundancy capability of the port: - hwRedOnly(1).........hardware redundancy only. - swRedOnly(2).........software redundacy only. - notRedunCapable(3)...port not capable of being - configured into a redundant - port pair. - - A value of hwRedOnly(1) or swRedOnly(2) means that - the port is capable of being configured into a - redundant port pair." - ::= { s3EnetRedPortEntry 10 } - - --- Redundant Ports Table Last Change Timestamp - -s3EnetRedPortLastChg OBJECT-TYPE - SYNTAX TimeTicks - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The value of sysUptime when the last change in the - redundant ports table was observed by the agent." - ::= { s3000EnetPort 4 } - - --- SECTION 3: Network Management Module Group - --- This group is OBSOLETE! - - --- Module Group - -s3EnetNmmType OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- none of the following - m3313(2), -- Model 3313 - m3313M(3), -- Model 3313M - m3314-ST(4), -- Model 3314-ST - m3314M-ST(5), -- Model 3314M-ST - m3138(6) -- Model 3138 - } - ACCESS read-only - STATUS obsolete - DESCRIPTION - "See s3AgentType" - ::= { s3000EnetNmm 1 } - -s3EnetNmmMdaHwVer OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS obsolete - DESCRIPTION - "See AgentMdaHwVer" - ::= { s3000EnetNmm 2 } - -s3EnetNmmFwVer OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS obsolete - DESCRIPTION - "See s3AgentFwVer" - ::= { s3000EnetNmm 3 } - -s3EnetNmmSwMajorVer OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS obsolete - DESCRIPTION - "See s3AgentSwMajor" - ::= { s3000EnetNmm 4 } - -s3EnetNmmSwMinorVer OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS obsolete - DESCRIPTION - "See s3AgentSwMinor" - ::= { s3000EnetNmm 5 } - -s3EnetNmmStatus OBJECT-TYPE - SYNTAX INTEGER { - offline(1), -- the nmm is offline - online(2) -- the nmm is online - } - ACCESS read-only - STATUS obsolete - DESCRIPTION - "See s3AgentStatus" - ::= { s3000EnetNmm 6 } - -s3EnetNmmMode OBJECT-TYPE - SYNTAX INTEGER { - primary(1), -- in primary mode - secondary(2) -- in secondary mode - } - ACCESS read-write - STATUS obsolete - DESCRIPTION - "See s3AgentMode" - ::= { s3000EnetNmm 7 } - -s3EnetNmmReset OBJECT-TYPE - SYNTAX INTEGER { - notreset(1), -- not reseting - reset(2) -- reset - } - ACCESS read-write - STATUS obsolete - DESCRIPTION - "See s3AgentReset" - ::= { s3000EnetNmm 8 } - -s3EnetNmmRestart OBJECT-TYPE - SYNTAX INTEGER { - notrestart(1), -- not restarting - restart(2) -- restart - } - ACCESS read-write - STATUS obsolete - DESCRIPTION - "See s3AgentRestart" - ::= { s3000EnetNmm 9 } - - --- EEPROM Configuration Group - -s3EnetNmmIpAddr OBJECT-TYPE - SYNTAX IpAddress - ACCESS read-write - STATUS obsolete - DESCRIPTION - "See s3AgentIpAddr" - ::= { s3000EnetNmm 10 } - -s3EnetNmmNetMask OBJECT-TYPE - SYNTAX IpAddress - ACCESS read-write - STATUS obsolete - DESCRIPTION - "See s3AgentNetMask" - ::= { s3000EnetNmm 11 } - -s3EnetNmmDefaultGateway OBJECT-TYPE - SYNTAX IpAddress - ACCESS read-write - STATUS obsolete - DESCRIPTION - "See s3AgentDefaultGateway" - ::= { s3000EnetNmm 12 } - -s3EnetNmmFileServerAddr OBJECT-TYPE - SYNTAX IpAddress - ACCESS read-write - STATUS obsolete - DESCRIPTION - "See s3AgentBootServerAddr" - ::= { s3000EnetNmm 13 } - -s3EnetNmmBootFile OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(0..64)) - ACCESS read-write - STATUS obsolete - DESCRIPTION - "See s3AgentBootFile" - ::= { s3000EnetNmm 14 } - -s3EnetNmmBootMode OBJECT-TYPE - SYNTAX INTEGER { - eeprom(1), - bootp(2) - } - ACCESS read-write - STATUS obsolete - DESCRIPTION - "See s3AgentBootMode" - ::= { s3000EnetNmm 15 } - -s3EnetNmmWriteEeprom OBJECT-TYPE - SYNTAX INTEGER { - notWriteEeprom(1), - writeEeprom(2) - } - ACCESS read-write - STATUS obsolete - DESCRIPTION - "See s3AgentWriteEeprom" - ::= { s3000EnetNmm 16 } - -s3EnetNmmBaudRate OBJECT-TYPE - SYNTAX Gauge - ACCESS read-only - STATUS obsolete - DESCRIPTION - "See s3AgentBaudRate" - ::= { s3000EnetNmm 17 } - -s3EnetNmmInitString OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(0..64)) - ACCESS read-write - STATUS obsolete - DESCRIPTION - "See s3AgentInitString" - ::= { s3000EnetNmm 18 } - -s3EnetNmmLocation OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(0..64)) - ACCESS read-write - STATUS obsolete - DESCRIPTION - "See s3AgentLocation" - ::= { s3000EnetNmm 19 } - - - --- Trap Server Table - -s3EnetNmmTrapServerTable OBJECT-TYPE - SYNTAX SEQUENCE OF S3EnetNmmTrapServerEntry - ACCESS not-accessible - STATUS obsolete - DESCRIPTION - "See s3AgentTrapReceiverTable" - ::= { s3000EnetNmm 20 } - -s3EnetNmmTrapServerEntry OBJECT-TYPE - SYNTAX S3EnetNmmTrapServerEntry - ACCESS not-accessible - STATUS obsolete - DESCRIPTION - "See s3AgentTrapReceiverEntry" - INDEX { s3EnetNmmTrapServerAddress } - ::= { s3EnetNmmTrapServerTable 1 } - -S3EnetNmmTrapServerEntry ::= SEQUENCE { - s3EnetNmmTrapType - INTEGER, - s3EnetNmmTrapServerAddress - IpAddress, - s3EnetNmmTrapServerComm - OCTET STRING - } - -s3EnetNmmTrapType OBJECT-TYPE - SYNTAX INTEGER { - other(1), - invalid(2) - } - ACCESS read-write - STATUS obsolete - DESCRIPTION - "See s3AgentTrapRcvrStatus" - ::= { s3EnetNmmTrapServerEntry 1 } - -s3EnetNmmTrapServerAddress OBJECT-TYPE - SYNTAX IpAddress - ACCESS read-write - STATUS obsolete - DESCRIPTION - "See s3AgentTrapRcvrNetAddress" - ::= { s3EnetNmmTrapServerEntry 2 } - -s3EnetNmmTrapServerComm OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(0..20)) - ACCESS read-write - STATUS obsolete - DESCRIPTION - "See s3AgentTrapRcvrComm" - ::= { s3EnetNmmTrapServerEntry 3 } - -s3EnetNmmAuthTrap OBJECT-TYPE - SYNTAX INTEGER { - disable(1), - enable(2) - } - ACCESS read-write - STATUS obsolete - DESCRIPTION - "See s3AgentAuthTrap" - ::= { s3000EnetNmm 21 } - - - --- SECTION 4: Node Lists Group - --- The Node Lists group includes the Show Nodes, Find Nodes, and --- Allowed Nodes tables. - --- Implementation of this group is mandatory for all --- SynOptics Series 3000 Ethernet NMM agents - - --- Show Nodes Table - - -s3EnetShowNodesTable OBJECT-TYPE - SYNTAX SEQUENCE OF S3EnetShowNodesEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "Table containing a list of all of the nodes that have - been active during the aging interval that are currently - connected to the network through this concentrator. - This table is different from the FindNodes table in that - this table is indexed using the slot, port, and MAC address - attributes associated with the node. This allows a - manager to get all nodes based on slot, slot-port, or - slot-port-MAC." - ::= { s3000EnetNode 1 } - -s3EnetShowNodesEntry OBJECT-TYPE - SYNTAX S3EnetShowNodesEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "List of nodes active on the concentrator and the slot - and port the nodes are on." - INDEX { s3EnetShowNodesSlotIndex, - s3EnetShowNodesPortIndex, - s3EnetShowNodesMacAddress } - ::= { s3EnetShowNodesTable 1 } - -S3EnetShowNodesEntry ::= SEQUENCE { - s3EnetShowNodesSlotIndex - INTEGER, - s3EnetShowNodesPortIndex - INTEGER, - s3EnetShowNodesMacAddress - PhysAddress, - s3EnetShowNodesStatus - INTEGER, - s3EnetShowNodesVendorType - INTEGER, - s3EnetShowNodesAuthStatus - INTEGER - } - -s3EnetShowNodesSlotIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The board number the node is on. Valid entries are 1-12." - ::= { s3EnetShowNodesEntry 1 } - -s3EnetShowNodesPortIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The port number the node is on. Valid entries are 1-12." - ::= { s3EnetShowNodesEntry 2 } - -s3EnetShowNodesMacAddress OBJECT-TYPE - SYNTAX PhysAddress (SIZE(6)) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This object contains the MAC address (i.e. the - Ethernet address) of the node." - ::= { s3EnetShowNodesEntry 3 } - -s3EnetShowNodesStatus OBJECT-TYPE - SYNTAX INTEGER { - active(1), -- node has transmitted in past 5 seconds - inactive(2) -- node has not transmitted in past 5 secs - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The status of the node. Determines whether the node - has actively transmitted or not over the last 5 seconds." - ::= { s3EnetShowNodesEntry 4 } - -s3EnetShowNodesVendorType OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- unknown vendor - threeCom(2) -- 3Com adapter card - } - ACCESS read-only - STATUS deprecated - DESCRIPTION - "The vendor type of the adapter seen on this port. If - the vendor is unknown other(1) should be returned." - ::= { s3EnetShowNodesEntry 5 } - -s3EnetShowNodesAuthStatus OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- unknown configuration - network(2), -- node learned by listening to network - nmm(3), -- node is NMM or known device from diff conc - authorized(4) -- node was authorized to use this slot/port. - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The object is used determine how the node was added to - this table. If the node was learned by listening to the - network then on reads network(2) should be returned. If - the node is another NMM or known concentrator device, - then nmm(3) is returned. If the device's MAC - address is unknown because of some unknown but legal - configuration, then other(1) should be returned and - s3EnetShowNodesMacAddress should return all zeros. - If the node was entered into the AllowedNode list - via management control, and was seen on a port that it - was authorized to use, then authorized(4) should - be returned." - ::= { s3EnetShowNodesEntry 6 } - - --- Table Aging Control - - -s3EnetNodeAgeInterval OBJECT-TYPE - SYNTAX TimeTicks - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The time used for aging of the nodes in tables - s3EnetShowNodesTable and s3EnetFindNodesTable. - Once a node has completely aged it will be - removed from these tables. - - Note: - Agents that implement the s3EnetSdTrafTable and - s3EnetDsTrafTable tables and do not implement the - the object s3EnetTrafAgeInterval (i.e., agents prior - to version 5.3), also use s3EnetNodeAgeInterval to - age the nodes in these two tables." - ::= { s3000EnetNode 2 } - - --- Find Nodes Table - - -s3EnetFindNodesTable OBJECT-TYPE - SYNTAX SEQUENCE OF S3EnetFindNodesEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "Table containing a list of all of the nodes that have - been active during the aging interval that are - currently connected to the network through this - concentrator. This table is different than the - ShowNodes table in that this table is index using - only the MAC address attribute associated with the node. - This allows a manager to be able to quickly determine - if a node with a particular MAC address is located - on this concentrator or not." - ::= { s3000EnetNode 3 } - -s3EnetFindNodesEntry OBJECT-TYPE - SYNTAX S3EnetFindNodesEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "Entry in the table containing the slot, port and MAC - address of a node connected to the Ethernet through - this concentrator." - INDEX { s3EnetFindNodesMacAddress } - ::= { s3EnetFindNodesTable 1 } - -S3EnetFindNodesEntry ::= SEQUENCE { - s3EnetFindNodesMacAddress - PhysAddress, - s3EnetFindNodesSlotIndex - INTEGER, - s3EnetFindNodesPortIndex - INTEGER - } - -s3EnetFindNodesMacAddress OBJECT-TYPE - SYNTAX PhysAddress (SIZE(6)) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "MAC address of node that this entry in the table is for." - ::= { s3EnetFindNodesEntry 1 } - -s3EnetFindNodesSlotIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The board that the node is connected through." - ::= { s3EnetFindNodesEntry 2 } - -s3EnetFindNodesPortIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The port that the node is connected through." - ::= { s3EnetFindNodesEntry 3 } - - - --- Authorized Nodes Table - --- The authorized nodes table lists the MAC addresses of hosts that --- are authorized to send packets into the concentrator. Each entry --- in the table must have a unique MAC address. A MAC address may --- be authorized to use a single port, any port on a board, or any --- port in the concentrator. - --- This table can be modified in the following ways: --- * initial download in a configuration file --- * SNMP set request --- * LattisSecure "one-shot" automatic address learning (addresses --- learned while the port is in continuous auto learn mode will --- not be stored in the allowed nodes tables). - - -s3EnetAuthNodesTable OBJECT-TYPE - SYNTAX SEQUENCE OF S3EnetAuthNodesEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "Table containing a list of MAC addresses and the slot - and ports that the MAC address is allowed to be heard on, - in case the authorized node feature is turned on. - - If a MAC is allowed on any slot and port then the entry - will have the slot=0 and the port=0. If the MAC address - is allowed on a particular board then slot=allowed board - and port=0. If the MAC is only allowed on one port then - the entry will contain a slot value and port value - between 1-12. - - Allowed nodes for LattisSecure ports must be configured - for that specific port. The agent will reject an attempt - to create a slot-level entry for slot=x, port=0, if the - board in slot x is a LattisSecure Host Module. Only a - single address may be configured for a LattisSecure port. - Adding a second address (with the same LattisSecure - slot-port number) to the table will cause the first - address to be replaced with the new entry. - - A MAC address can only appear in the table one time. - To determine when a station heard on the network must - be verified in this table please read the complete - description of the authorized node list feature as - described with object S3EnetConcAuthStatus. - - Entries in this table may be downloaded via the CFG file - or can be added via SNMP. All adds via SNMP will be - lost when the system is reset." - ::= { s3000EnetNode 4 } - -s3EnetAuthNodesEntry OBJECT-TYPE - SYNTAX S3EnetAuthNodesEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "Entry in the table containing a MAC address of a - node that is allowed on the ethernet through this - concentrator." - INDEX { s3EnetAuthNodesMacAddr } - ::= { s3EnetAuthNodesTable 1 } - -S3EnetAuthNodesEntry ::= SEQUENCE { - s3EnetAuthNodesMacAddr - PhysAddress, - s3EnetAuthNodesSlotIndex - INTEGER, - s3EnetAuthNodesPortIndex - INTEGER, - s3EnetAuthNodesStatus - INTEGER - } - -s3EnetAuthNodesMacAddr OBJECT-TYPE - SYNTAX PhysAddress (SIZE(6)) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "MAC address of node that this entry in the table - is for." - ::= { s3EnetAuthNodesEntry 1 } - -s3EnetAuthNodesSlotIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The board that the node is allowed to be heard through. - If this object is 0, then the MAC address is allowed - on any board in the concentrator. In this case - s3EnetAuthNodesPortIndex should also be 0. Otherwise, - this object describes the slot that the MAC address of - this entry is allowed to connect to." - ::= { s3EnetAuthNodesEntry 2 } - -s3EnetAuthNodesPortIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The port that the node is allowed to be heard through. - If this object is 0, then the MAC address of this entry - is allowed to connect to any port on the board (if - s3EnetAuthNodesSlotIndex is not 0) or if - s3EnetAuthNodesSlotIndex is 0, then the MAC address is - allowed to be heard from any port on the concentrator. - Otherwise, this object specifies which port on the - s3EnetAuthNodesSlotIndex this MAC address is allowed - to be heard on." - ::= { s3EnetAuthNodesEntry 3 } - -s3EnetAuthNodesStatus OBJECT-TYPE - SYNTAX INTEGER { - invalid(1), -- delete entry - valid(2) -- add entry - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The status of the AuthNodes entry. The primary use - of this object is for modifying the AuthNodes table. - It is also returned in the enetAuthViolation trap, - in which case it indicates whether the violating - MAC address was found in the AuthNodes table. - - Setting this entry to invalid(1) causes the entry to be - deleted from the table. Setting a new entry with valid(2) - causes the entry to be created in the table. The response - to a get request or get-next request will always - indicate a status of valid(2), since invalid entries - are removed from the table." - ::= { s3EnetAuthNodesEntry 4 } - - -s3EnetMaxNodesPerPort OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Maximun number of MAC address remembered by the - agent on a per port basis, this number should be - smaller than the maximum limit imposed by the agent." - ::= {s3000EnetNode 5} - - - --- SECTION 5: Ethernet Topology Group - --- The Ethernet Topology Group includes NMM and Bridge topology tables. - --- Implementation of this group is mandatory for all --- SynOptics Series 3000 Ethernet agents - - --- NMM Topology Table - - -s3EnetTopNmmTable OBJECT-TYPE - SYNTAX SEQUENCE OF S3EnetTopNmmEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A table of the NMM's in the flat network." - ::= { s3000EnetNmmTopology 1 } - -s3EnetTopNmmEntry OBJECT-TYPE - SYNTAX S3EnetTopNmmEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "Table that contains information about NMMs that are - in the same flat network as this NMM." - INDEX { s3EnetTopNmmSlot, - s3EnetTopNmmPort, - s3EnetTopNmmIpAddr } - ::= { s3EnetTopNmmTable 1 } - -S3EnetTopNmmEntry ::= SEQUENCE { - s3EnetTopNmmSlot - INTEGER, - s3EnetTopNmmPort - INTEGER, - s3EnetTopNmmIpAddr - IpAddress, - s3EnetTopNmmMacAddr - PhysAddress, - s3EnetTopNmmChassisType - SnpxChassisType, - s3EnetTopNmmBkplType - SnpxBackplaneType, - s3EnetTopNmmLocalSeg - INTEGER, - s3EnetTopNmmNumSeen - INTEGER, - s3EnetTopNmmModuleType - S3ModuleType, - s3EnetTopNmmNumLinks - INTEGER, - s3EnetTopNmmChgStatus - INTEGER - } - -s3EnetTopNmmSlot OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Slot that the NMM this entry is for can be found using the - topology protocol. This is the slot from which a topology - message was received." - ::= { s3EnetTopNmmEntry 1 } - -s3EnetTopNmmPort OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Port that the NMM this entry is for can be found using the - topology protocol. This is the port from which a topology - message was received." - ::= { s3EnetTopNmmEntry 2 } - -s3EnetTopNmmIpAddr OBJECT-TYPE - SYNTAX IpAddress - ACCESS read-only - STATUS mandatory - DESCRIPTION - "IpAddress of the NMM this entry is for. This is the - IP address of the NMM that sent a topology message." - ::= { s3EnetTopNmmEntry 3 } - -s3EnetTopNmmMacAddr OBJECT-TYPE - SYNTAX PhysAddress (SIZE(6)) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "MAC Address of the NMM this entry is for." - ::= { s3EnetTopNmmEntry 4 } - -s3EnetTopNmmChassisType OBJECT-TYPE - SYNTAX SnpxChassisType - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Concentrator type of the NMM this entry is for. - The enumerated values of this object are the same as - defined in the common MIB for object s3ChassisType." - ::= { s3EnetTopNmmEntry 5 } - -s3EnetTopNmmBkplType OBJECT-TYPE - SYNTAX SnpxBackplaneType - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Concentrator backplane type of the NMM this entry is for. - The enumerated values of this object are the same as - defined in the common MIB for object s3ChassisBkplType." - ::= { s3EnetTopNmmEntry 6 } - -s3EnetTopNmmLocalSeg OBJECT-TYPE - SYNTAX INTEGER { - true(1), - false(2) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Does this entry NMM exist in the same segment as this - (the reporting) NMM." - ::= { s3EnetTopNmmEntry 7 } - -s3EnetTopNmmNumSeen OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Number of NMMs visible from the slot-port pair that - this NMM is seen through." - ::= { s3EnetTopNmmEntry 8 } - -s3EnetTopNmmModuleType OBJECT-TYPE - SYNTAX S3ModuleType - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The module type of the NMM that this entry is for. - The values of this object are equivalent to those defined - in the common MIB for object s3SlotModuleType." - ::= { s3EnetTopNmmEntry 9 } - -s3EnetTopNmmNumLinks OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Number of links through which NMMs are visible on this NMM." - ::= { s3EnetTopNmmEntry 10 } - -s3EnetTopNmmChgStatus OBJECT-TYPE - SYNTAX INTEGER { - changed(1), -- NMM detected topology change - noChange(2) -- NMM has not detected a top change - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "If this NMM has detected any change of topology relative - to itself it will set this object to change(1), otherwise - noChange(2) will be returned." - ::= { s3EnetTopNmmEntry 11 } - - --- Update Time Interval - -s3EnetTopNmmHelloTime OBJECT-TYPE - SYNTAX TimeTicks - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Hello Time interval used in the topology update protocol." - ::= { s3000EnetNmmTopology 2 } - --- Encoded Octet String for NMM Topology Table - -s3EnetTopNmmSubsetTable OBJECT-TYPE - SYNTAX SEQUENCE OF S3EnetTopNmmSubsetEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "Encoded octet string of the s3EnetTopNmmTable." - ::= { s3000EnetNmmTopology 3 } - -s3EnetTopNmmSubsetEntry OBJECT-TYPE - SYNTAX S3EnetTopNmmSubsetEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "Encoded octet string of the s3EnetTopNmmTable. - Instance returned in Response PDU: - On GETs: instance specified is the instance returned. - On GET-NEXTs: instance returned is the instance of - the last record contained in the octet string." - INDEX { s3EnetTopNmmSlot, - s3EnetTopNmmPort, - s3EnetTopNmmIpAddr } - ::= { s3EnetTopNmmSubsetTable 1 } - -S3EnetTopNmmSubsetEntry ::= SEQUENCE { - s3EnetTopNmmSubset - OCTET STRING - } - -s3EnetTopNmmSubset OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(0..1400)) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Encoded octet string. On reads it contains an integral - number of s3EnetTopNmmEntry records. All entries are - the same size. Values are specified in SynOptics - technical documents." - ::= { s3EnetTopNmmSubsetEntry 1 } - - - --- Bridge Topology Table - - -s3EnetTopBridgeTable OBJECT-TYPE - SYNTAX SEQUENCE OF S3EnetTopBridgeEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A table of Bridges that are in the same segment as - this NMM network." - ::= { s3000EnetBridTopology 1 } - -s3EnetTopBridgeEntry OBJECT-TYPE - SYNTAX S3EnetTopBridgeEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "Table that contains information about Bridges that - are in the same segment as this NMM." - INDEX { s3EnetTopBridgeIpAddr } - ::= { s3EnetTopBridgeTable 1 } - -S3EnetTopBridgeEntry ::= SEQUENCE { - s3EnetTopBridgeIpAddr - IpAddress, - s3EnetTopBridgeNumber - INTEGER, - s3EnetTopBridgeMacAddr - PhysAddress, - s3EnetTopBridgeType - INTEGER, - s3EnetTopBridgeStatus - INTEGER, - s3EnetTopBridgeSlotNum - INTEGER, - s3EnetTopBridgePortNum - INTEGER, - s3EnetTopBridgeModuleType - S3ModuleType, - s3EnetTopBridgeHelloPortNum - INTEGER, - s3EnetTopBridgeHelloPortType - INTEGER, - s3EnetTopBridgeHelloPortStatus - INTEGER, - s3EnetTopBridgeCompBridgeMac1 - PhysAddress, - s3EnetTopBridgeCompBridgeMac2 - PhysAddress - } - -s3EnetTopBridgeIpAddr OBJECT-TYPE - SYNTAX IpAddress - ACCESS read-only - STATUS mandatory - DESCRIPTION - "IP address of the bridge from the Hello PDU." - ::= { s3EnetTopBridgeEntry 1 } - -s3EnetTopBridgeNumber OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Bridge Number assigned to this bridge." - ::= { s3EnetTopBridgeEntry 2 } - -s3EnetTopBridgeMacAddr OBJECT-TYPE - SYNTAX PhysAddress (SIZE(6)) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "MAC Address of this bridge." - ::= { s3EnetTopBridgeEntry 3 } - -s3EnetTopBridgeType OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- not of a defined type - localSyn2Port(2),-- local synoptics bridge: 2 ported - remoteSyn3Port(3),-- remote synoptics bridge: 3 ported - etherSwitch(4) -- Kalpana EtherSwitch - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Kind of bridge this entry represents." - ::= { s3EnetTopBridgeEntry 4 } - -s3EnetTopBridgeStatus OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- unknown state - active(2), - standby(3) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Current operational status of this bridge." - ::= { s3EnetTopBridgeEntry 5 } - -s3EnetTopBridgeSlotNum OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Slot on the concentrator that the Hello PDU from - the bridge was received." - ::= { s3EnetTopBridgeEntry 6 } - -s3EnetTopBridgePortNum OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Port on concentrator that the Hello PDU from - the bridge was received." - ::= { s3EnetTopBridgeEntry 7 } - -s3EnetTopBridgeModuleType OBJECT-TYPE - SYNTAX S3ModuleType - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Module type of the board that the Hello PDU from the - Bridge was received." - ::= { s3EnetTopBridgeEntry 8 } - -s3EnetTopBridgeHelloPortNum OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Port Number on the Bridge from which the Hello PDU was sent." - ::= { s3EnetTopBridgeEntry 9 } - -s3EnetTopBridgeHelloPortType OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- not of a defined type - ether(2), -- ethernet interface - tokenRing4(3), -- token ring interface, 4 Mbits - tokenRing16(4), -- token ring interface, 16 Mbits - fddi(5), -- fddi interface - t1(6) -- t1 interface - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Type of the Port on the Bridge from which the Hello - PDU was sent." - ::= { s3EnetTopBridgeEntry 10 } - -s3EnetTopBridgeHelloPortStatus OBJECT-TYPE - SYNTAX INTEGER { - other(1), -- unknown state - active(2), - standby(3) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Status of the Port on the Bridge from which the Hello - PDU was sent." - ::= { s3EnetTopBridgeEntry 11 } - -s3EnetTopBridgeCompBridgeMac1 OBJECT-TYPE - SYNTAX PhysAddress (SIZE(6)) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Contains one of the 2 companion MAC addresses of the - remote bridge. If this entry is for a local bridge or - is unknown, then this object should - contain the MAC address of 0:0:0:0:0:0." - ::= { s3EnetTopBridgeEntry 12 } - -s3EnetTopBridgeCompBridgeMac2 OBJECT-TYPE - SYNTAX PhysAddress (SIZE(6)) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Contains one of the 2 companion MAC addresses of the - remote bridge. If this entry is for a local bridge - or is unknown, then this object should contain the - MAC address of 0:0:0:0:0:0." - ::= { s3EnetTopBridgeEntry 13 } - - --- Encoded Octet String for Bridge Topology Table - -s3EnetTopBdgSubsetTable OBJECT-TYPE - SYNTAX SEQUENCE OF S3EnetTopBdgSubsetEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "Encoded octet string of the s3EnetTopBridgeTable." - ::= { s3000EnetBridTopology 2 } - -s3EnetTopBdgSubsetEntry OBJECT-TYPE - SYNTAX S3EnetTopBdgSubsetEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "Encoded octet string of the s3EnetTopBridgeTable. - Instance returned in Response PDU: - On GETs: instance specified is the instance returned. - On GET-NEXTs: instance returned is the instance - of the last record contained in the octet string." - INDEX { s3EnetTopBridgeIpAddr } - ::= { s3EnetTopBdgSubsetTable 1 } - -S3EnetTopBdgSubsetEntry ::= SEQUENCE { - s3EnetTopBdgSubset - OCTET STRING - } - -s3EnetTopBdgSubset OBJECT-TYPE - SYNTAX OCTET STRING (SIZE(0..1400)) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Encoded octet string. On reads it contains an integral - number of s3EnetTopBridgeEntry records. All entries are - the same size. Values are specified in SynOptics - technical documents." - ::= { s3EnetTopBdgSubsetEntry 1 } - - --- Topology Status Objects - -s3EnetTopNmmLstChg OBJECT-TYPE - SYNTAX TimeTicks - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The value of sysUpTime the last time an entry in the - NMM topology table was added, deleted, or modified. If - the NMM topology table has not changed since cold/warm - start of the agent, then the value is zero." - ::= { s3000EnetTopInfo 1 } - -s3EnetTopBridgeLstChg OBJECT-TYPE - SYNTAX TimeTicks - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The value of sysUpTime the last time an entry in the - bridge topology table was added, deleted, or modified. - If the bridge topology table has not changed since - cold/warm start of the agent, then the value is zero." - ::= { s3000EnetTopInfo 2 } - --- SECTION 6: Threshold Group - - --- The Threshold group consists of the threshold table. - --- Implementation of this group is mandatory for all --- SynOptics Series 3000 Ethernet agents - --- Threshold Table - -s3EnetThreshTable OBJECT-TYPE - SYNTAX SEQUENCE OF S3EnetThreshEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "The table of thresholds. - - There are three kinds of thresholds supported - in the threshold table: port thresholds, slot - thresholds, and concentrator thresholds. The - object s3EnetThreshObject in the threshold table - is used to specify the kind of threshold for the - table entry. - - When the value of the object s3EnetThreshObject - is port(4), the threshold entry applies to a - specific port, which is identified by the value - of the objects s3EnetThreshSlot and - s3EnetThreshPort. The port must be on the same - segment as the NMM in order for the NMM to - monitor the threshold. - - When the value of the object s3EnetThreshObject - is slot(3), the threshold entry applies to a - specific slot, which is identified by the value - of the object s3EnetThreshSlot. The slot must - be on the same segment as the NMM in order for - the NMM to monitor the threshold. - - When the value of the object s3EnetThreshObject - is concentrator(2), the threshold entry applies - to the segment the NMM is connected to within - the concentrator." - ::= { s3000EnetThreshold 1 } - -s3EnetThreshEntry OBJECT-TYPE - SYNTAX S3EnetThreshEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A row in the Ethernet Threshold Table. - - The following columns must be specified in a - SNMP SET request to create a row in the table - for each of the three kinds of thresholds (each - name is prefixed by s3EnetThresh): - - PORT SLOT CONCENTRATOR - ========= ========= ============ - Status=(1) Status=(1) Status=(1) - Object=(4) Object=(3) Object=(2) - Slot Slot - Port - Type Type Type - Condition Condition Condition - SetValue SetValue SetValue - Action Action Action - *Duration Duration Duration - - with the object s3EnetThreshStatus set to the - value addActive(1). - - Notes: 1.) The value of s3EnetThreshObject - selects the kind of threshold for - the row (i.e., for port thresholds - it is set to the value port(4), for - slot thresholds it is set to the - value slot(3), and for concentrator - thresholds it is set to the value - concentrator(2)). - - 2.) The object s3EnetThreshPort is not - used for creating slot level - thresholds, and is set to 0 by the - agent when the row is created. - - 3.) The objects s3EnetThreshPort and - s3EnetThreshSlot are not used for - creating concentrator level - thresholds, and are both set to - 0 by the agent when the row is - created. - - 4.) The value of s3EnetThreshDuration - is ignored for port level link - status thresholds. - - To delete a row in the table, the object - s3EnetThreshStatus needs to be specified in a - SNMP SET request with its value equal to - delDead(2)." - INDEX { s3EnetThreshIndex } - ::= { s3EnetThreshTable 1 } - -S3EnetThreshEntry ::= SEQUENCE { - s3EnetThreshIndex - INTEGER, - s3EnetThreshStatus - INTEGER, - s3EnetThreshObject - INTEGER, - s3EnetThreshSlot - INTEGER, - s3EnetThreshPort - INTEGER, - s3EnetThreshType - INTEGER, - s3EnetThreshCondition - INTEGER, - s3EnetThreshSetValue - INTEGER, - s3EnetThreshActualValue - INTEGER, - s3EnetThreshAction - INTEGER, - s3EnetThreshExceedCount - Counter, - s3EnetThreshDuration - TimeTicks - } - -s3EnetThreshIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index into the threshold table." - ::= { s3EnetThreshEntry 1 } - -s3EnetThreshStatus OBJECT-TYPE - SYNTAX INTEGER { - addActive(1), - delDead(2) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "The status of the threshold. - - The possible values for a write are: - - addActive(1)...If the entry does not exist, the - entry is created as long as - the other necessary objects - are in the SNMP SET request. - If the entry does exist - and is inactive, it is - activated. - delDead(2).....Causes the entry to be deleted - from the table. It could take - 5 seconds after delDead(2) is - written to actually delete the - entry due to task scheduling. - - The possible values for a read are: - - addActive(1)...This threshold entry is active. - delDead(2).....This threshold entry is inactive - and will be deleted in 5 - seconds or less." - ::= { s3EnetThreshEntry 2 } - -s3EnetThreshObject OBJECT-TYPE - SYNTAX INTEGER { - other(1), - concentrator(2), - slot(3), - port(4) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Specifies the part of the concentrator the - threshold applies. The possible values are: - - other(1)..........Unknown threshold (error) - concentrator(2)...The threshold applies to the - segment the NMM is connected - to within the concentrator - slot(3)...........The threshold applies to a - specific slot in the - concentrator identified by - s3EnetThreshSlot - port(4)...........The threshold applies to a - specific port in the - concentrator identified by - s3EnetThreshSlot and - s3EnetThreshPort - - All values are read-write with the exception of - other(1), which is read-only. - - See the description of the object s3EnetThreshType - for the explanation of which thresholds are - applicable to port(4), slot(3), and - concentrator(2)." - ::= { s3EnetThreshEntry 3 } - -s3EnetThreshSlot OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "If s3EnetThreshObject is slot(3) or port(4), then - this contains a valid slot. Otherwise, the contents - of this object is meaningless." - ::= { s3EnetThreshEntry 4 } - -s3EnetThreshPort OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "If s3EnetThreshObject is port(4), then this contains - a valid port. Otherwise, the contents of this object - is meaningless." - ::= { s3EnetThreshEntry 5 } - -s3EnetThreshType OBJECT-TYPE - SYNTAX INTEGER { - other(1), - goodBytes(2), - goodPkts(3), - badPkts(4), - crcPkts(5), - misaligned(6), - runtPkts(7), - fragPkts(8), - tooLong(9), - collision(10), - lateColls(11), - linkStatus(12), - multicast(13), - broadcast(14), - shortEvents(15), - srcAddrChanges(16), - dataRateMismatches(17), - networkErrors(18), - badToGoodPktRatio(19), - netErrToGoodPktRatio(20), - colltoGoodPktRatio(21), - collBackOffErr(22) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Determines which type of threshold applies to - this entry. The possible values that can be - read and written are listed below. - - Applicable to ALL Thresholds - ============================================== - goodBytes(2).........Count of good bytes - goodPkts(3)..........Count of good packets - badPkts(4)...........Count of bad packets - crcPkts(5)...........Count of packets with CRC - errors - misaligned(6)........Count of misaligned packets - runtPkts(7)..........Count of runt packets - fragPkts(8)..........Count of fragmented packets - tooLong(9)...........Count of too long packets - collision(10)........Count of collisions - lateColls(11)........Count of late collisions - - multicast(13)........Count of multicast packets - broadcast(14)........Count of broadcast packets - shortEvents(15)......Count of short events - - dataRateMismatches(17).... - Count of data rate - mismatches - networkErrors(18)......... - Count of short events, - late collisions, and - data rate mismatches - badToGoodPktRatio(19)..... - Ratio of bad packets to - good packets, where - bad packets is the sum - of packets with alignment - errors, packets with FCS - errors, runt packets, and - packets that are too long - netErrToGoodPktRatio(20)... - Ratio of network error - packets to good packets, - where network error - packets is the sum of - short event packets, - packets with late - collisions, and data - rate mismatch packets - colltoGoodPktRatio(21)..... - Ratio of collision packets - to good packets - - Applicable ONLY to Port Thresholds - ============================================== - linkStatus(12).......Status of the link - srcAddrChanges(16)...Count of source address - changes - - Applicable ONLY to Concentrator Thresholds - ============================================== - collBackOffErr(22)...Count of collision backoff - errors - - Note: 1.) The value other(1) can only be - read and it indicates the entry - has an invalid or unknown threshold - type." - ::= { s3EnetThreshEntry 6 } - -s3EnetThreshCondition OBJECT-TYPE - SYNTAX INTEGER { - other(1), - crossValue(2), - overValue(3), - overRate(4), - linkOn(5), - linkOff(6), - overRatio(7) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Conditions that set off the threshold. The - possible values are: - - other(1)........None of the following - crossValue(2)...The value of - s3EnetThreshActualValue - crosses the value of - s3EnetThreshSetValue (i.e., - either from lower to higher - or from higher to lower) - overValue(3)....The value of - s3EnetThreshActualValue is - greater than - s3EnetThreshSetValue - overRate(4).....The rate of - s3EnetThreshActualValue/sec - is greater than - s3EnetThreshSetValue/sec - linkOn(5).......The link status of the port - has changed to ON - linkOff(6)......The link status of the port - has changed to OFF - overRatio(7)....The ratio in - s3EnetThreshActualValue is - greater than - s3EnetThreshSetValue. - Both values are in units of - 0.01% (i.e., 100 equals 1.0%) - - The values that the object s3EnetThreshCondition - can have is actually dependent on the value of the - object s3EnetThreshType. The table below shows - the valid combinations between the two objects. - - If s3EnetThreshType Allowed Values For - Is Equal To s3EnetThreshCondition Are - =================== ========================= - goodBytes(2) 2, 3, 4 - goodPkts(3) 2, 3, 4 - badPkts(4) 2, 3, 4 - crcPkts(5) 2, 3, 4 - misaligned(6) 2, 3, 4 - runtPkts(7) 2, 3, 4 - fragPkts(8) 2, 3, 4 - tooLong(9) 2, 3, 4 - collision(10) 2, 3, 4 - lateColls(11) 2, 3, 4 - linkStatus(12) 5, 6 - multicast(13) 2, 3, 4 - broadcast(14) 2, 3, 4 - shortEvents(15) 2, 3, 4 - srcAddrChanges(16) 2, 3, 4 - dataRateMismatches(17) 2, 3, 4 - networkErrors(18) 2, 3, 4 - badToGoodPktRatio(19) 7 - netErrToGoodPktRatio(20) 7 - colltoGoodPktRatio(21) 7 - collBackOffErr(22) 2, 3, 4 - - When the condition specified is crossValue(2) or - overValue(3), the value of s3EnetThreshActualValue - is accumulated from the beginning of the duration - window and is checked every 5 seconds. - - When the condition specified is overRate(4) or - overRatio(5), and the duration is less than or - equal to 5 seconds, the value of - s3EnetThreshActualValue is based on the data - accumulated during the 5 second sampling period. - - When the condition specified is overRate(4) or - overRatio(5), and the duration is greater than - 5 seconds, the value of s3EnetThreshActualValue - is based on the data accumulated during the - entire duration window." - ::= { s3EnetThreshEntry 7 } - -s3EnetThreshSetValue OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Threshold setting value." - ::= { s3EnetThreshEntry 8 } - -s3EnetThreshActualValue OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Current value of the threshold counter. This - object is set to zero at the begining of each - duration window." - ::= { s3EnetThreshEntry 9 } - -s3EnetThreshAction OBJECT-TYPE - SYNTAX INTEGER { - other(1), - noAction(2), - sendTrap(3), - res4(4), - res5(5), - partSlot(6), - partSlotPort(7), - res8(8), - res9(9), - trapPartSlot(10), - trapPartSlotPort(11) - } - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Determines what action is to take place if the - threshold condition occurs. The possible values - that can be read and written are listed below. - - Applicable to ALL Thresholds - ============================================== - noAction(2)............Take no action - sendTrap(3)............Send a trap - - - Applicable ONLY to Port Thresholds - ============================================== - partSlot(6)............Partition the slot - identified by - s3EnetThreshSlot - partSlotPort(7)........Partition the port - identified by - s3EnetThreshSlot and - s3EnetThreshPort - - Applicable ONLY to Slot Thresholds - ============================================== - trapPartSlot(10).......Send a trap and - partition the slot - identified by - s3EnetThreshSlot - trapPartSlotPort(11)...Send a trap and - partition the port - identified by - s3EnetThreshSlot and - s3EnetThreshPort - - Notes: 1.) The value other(1) can only be - read and it indicates the entry - has an invalid or unknown threshold - action. - - 2.) The values res4(4), res5(5), res8(8), - and res9(9) are no longer used and - should never be read or written. - - The timing and frequency of the action taken when - the threshold condition is met is dependent upon - the type of condition (i.e., s3EnetThreshCondition) - and the length of the duration window (i.e., - s3EnetThreshDuration). - - If the threshold conditionÊis crossValue(2), the - action will be taken only ONCE during the duration - window at the sampling period the condition is - first met. - - If the threshold condition is overValue(3), - linkOn(5), or linkOff(6), the action will be - taken at each sampling period the condition - is met until the end of the duration window. - - If the threshold condition is overRate(4) or - overRatio(5) the action will be taken only ONCE - at the end of the duration window if the - condition is met." - ::= { s3EnetThreshEntry 10 } - -s3EnetThreshExceedCount OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Counter for how many times the selected threshold - has reached its setting value." - ::= { s3EnetThreshEntry 11 } - -s3EnetThreshDuration OBJECT-TYPE - SYNTAX TimeTicks - ACCESS read-write - STATUS mandatory - DESCRIPTION - "Length of window over which threshold counts - are summed, specified in intervals of 500 - TimeTicks (i.e., 5 seconds). This window is - broken down into 5 second sampling periods - for purposes of checking the threshold - conditions, and determining when the actions - specified need to take place when the condition - occurs. - - If this object is written with a value that is - not evenly divisible by 500, the agent will - internally round the value up to the closest - integral of 500 before it is used in threshold - calculations (i.e., a value of 12 can be - written, but will be interpreted as 15). - - Notes: 1.) A value of zero indicates an - infinite duration window if the - value of s3EnetThreshCondition - is crossValue(2) or overValue(3). - - 2.) If the value of - s3EnetThreshCondition is - overRate(4) or overRatio(5), - a value of zero is equivalent - to a duration window of 5 - seconds. - - 3.) If the value of s3EnetThreshType - is linkStatus(12), this value of - this object is ignore and assumed - to be infinite." - ::= { s3EnetThreshEntry 12 } - -s3EnetThreshTableSize OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The maximum number of entries in the table - s3EnetThreshTable." - ::= { s3000EnetThreshold 2 } - - --- SECTION 7: Traffic Matrix Group - - --- This group consists of the SA-DA and the DA-SA tables - --- Implementation of this group is mandatory for all --- SynOptics Series 3000 Ethernet agents - - --- SA-DA Table - -s3EnetSdTrafTable OBJECT-TYPE - SYNTAX SEQUENCE OF S3EnetSdTrafEntry - ACCESS not-accessible - STATUS deprecated - DESCRIPTION - "This table contains a list of entries which provide - SA-DA traffic information. Specifically frame and - byte counter values are provided per unique SA-DA - pair. The indexing scheme of this table allows an - SA list to be retrieved using GETNEXT. An SA list - is a list of entries that have a common SA, however, - different DAs." - ::= { s3000EnetSADATraffic 1 } - -s3EnetSdTrafEntry OBJECT-TYPE - SYNTAX S3EnetSdTrafEntry - ACCESS not-accessible - STATUS deprecated - DESCRIPTION - "An entry in the SA-DA traffic table." - INDEX { s3EnetSdTrafMacSA, - s3EnetSdTrafMacDA} - ::= { s3EnetSdTrafTable 1 } - -S3EnetSdTrafEntry ::= SEQUENCE { - s3EnetSdTrafMacSA - PhysAddress, - s3EnetSdTrafMacDA - PhysAddress, - s3EnetSdTrafFrames - Counter, - s3EnetSdTrafBytes - Counter - } - -s3EnetSdTrafMacSA OBJECT-TYPE - SYNTAX PhysAddress (SIZE(6)) - ACCESS read-only - STATUS deprecated - DESCRIPTION - "Source MAC address." - ::= { s3EnetSdTrafEntry 1 } - -s3EnetSdTrafMacDA OBJECT-TYPE - SYNTAX PhysAddress (SIZE(6)) - ACCESS read-only - STATUS deprecated - DESCRIPTION - "Destination MAC address." - ::= { s3EnetSdTrafEntry 2 } - -s3EnetSdTrafFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS deprecated - DESCRIPTION - "The number of good frames received by the concentrator - for a SA-DA pair." - ::= { s3EnetSdTrafEntry 3 } - -s3EnetSdTrafBytes OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS deprecated - DESCRIPTION - "The number of bytes in good frames received by the - concentrator for a SA-DA pair." - ::= { s3EnetSdTrafEntry 4 } - - - --- DA-SA Table - -s3EnetDsTrafTable OBJECT-TYPE - SYNTAX SEQUENCE OF S3EnetDsTrafEntry - ACCESS not-accessible - STATUS deprecated - DESCRIPTION - "This table contains a list of entries which provide - DA-SA traffic information. Specifically frame and - byte counter values are provided per unique DA-SA - pair. The indexing scheme of this table allows a - DA list to be retrieved using GETNEXT. A DA list - is a list of entries that have a common DA, however, - different SAs." - ::= { s3000EnetSADATraffic 2 } - -s3EnetDsTrafEntry OBJECT-TYPE - SYNTAX S3EnetDsTrafEntry - ACCESS not-accessible - STATUS deprecated - DESCRIPTION - "An entry in the DA-SA table." - INDEX { s3EnetDsTrafMacDA, - s3EnetDsTrafMacSA } - ::= { s3EnetDsTrafTable 1 } - -S3EnetDsTrafEntry ::= SEQUENCE { - s3EnetDsTrafMacDA - PhysAddress, - s3EnetDsTrafMacSA - PhysAddress, - s3EnetDsTrafFrames - Counter, - s3EnetDsTrafBytes - Counter - } - -s3EnetDsTrafMacDA OBJECT-TYPE - SYNTAX PhysAddress (SIZE(6)) - ACCESS read-only - STATUS deprecated - DESCRIPTION - "Destination MAC address." - ::= { s3EnetDsTrafEntry 1} - -s3EnetDsTrafMacSA OBJECT-TYPE - SYNTAX PhysAddress (SIZE(6)) - ACCESS read-only - STATUS deprecated - DESCRIPTION - "Source MAC address." - ::= { s3EnetDsTrafEntry 2 } - -s3EnetDsTrafFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS deprecated - DESCRIPTION - "The number of good frames received by the concentrator - for a DA-SA pair." - ::= { s3EnetDsTrafEntry 3 } - -s3EnetDsTrafBytes OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS deprecated - DESCRIPTION - "The number of bytes in good frames received by the - concentrator for a DA-SA pair." - ::= { s3EnetDsTrafEntry 4 } - - - --- Paged Traffic Matrix Table - -s3EnetPagedTrafTable OBJECT-TYPE - SYNTAX SEQUENCE OF S3EnetPagedTrafEntry - ACCESS not-accessible - STATUS deprecated - DESCRIPTION - "This table contains a list of entries for the 'paged' - Traffic Matrix table." - ::= { s3000EnetSADATraffic 3 } - -s3EnetPagedTrafEntry OBJECT-TYPE - SYNTAX S3EnetPagedTrafEntry - ACCESS not-accessible - STATUS deprecated - DESCRIPTION - "A 'paged' entry in the Traffic Matrix table." - INDEX { s3EnetTrafPageNo } - ::= {s3EnetPagedTrafTable 1 } - -S3EnetPagedTrafEntry ::= SEQUENCE { - s3EnetTrafPageNo - INTEGER, - s3EnetTrafPageEntries - OCTET STRING - } - -s3EnetTrafPageNo OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS deprecated - DESCRIPTION - "A specific page in the Traffic Matrix table." - ::= { s3EnetPagedTrafEntry 1 } - -s3EnetTrafPageEntries OBJECT-TYPE - SYNTAX OCTET STRING (SIZE (1..400)) - ACCESS read-only - STATUS deprecated - DESCRIPTION - "This OCTET STRING contains up to 20 valid Traffic - Matrix table entries. The entries will not be in any - logical order. Each entry consists of a 20-byte octet - string including a 6-byte source MAC address, a 6-byte - destination MAC address, a received good frame count, - and a byte count in good frames received. The counters - are 4-bytes each where the first one is high-order byte - and the last one is low-order byte." - ::= { s3EnetPagedTrafEntry 2 } - -s3EnetTrafAgeInterval OBJECT-TYPE - SYNTAX TimeTicks - ACCESS read-write - STATUS deprecated - DESCRIPTION - "The time used for aging of the nodes in tables - s3EnetSdTrafTable and s3EnetDsTrafTable. - Once a node has completely aged it will be - removed from these tables. - - Note: - Agents that do not implement this object - (i.e., agents prior to version 5.3) use the - object s3EnetNodeAgeInterval to perform this - function." - ::= { s3000EnetSADATraffic 4 } - --- SECTION 8: Ethernet "PLUS" Statistics Group - - --- This group consists of a port table, board table, and --- concentrator group. - --- This group is mandatory for 3313S and 3314S NMMs agents. --- This group is not implemented by other agents. - - --- Port "PLUS" Statistics Table - -s3EnetPlusPortTable OBJECT-TYPE - SYNTAX SEQUENCE OF S3EnetPlusPortEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table provides a list of entries, each entry - providing information related to frame MAC level - error conditions per port. This table is conceptually - an extension to the s3EnetPortTable and is - only implemented by the 3313S and 3314S NMMs." - ::= { s3000EnetPlusStatistics 1 } - -s3EnetPlusPortEntry OBJECT-TYPE - SYNTAX S3EnetPlusPortEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "An entry in the Plus Port table." - INDEX { s3EnetPlusPortBoardIndex, - s3EnetPlusPortIndex } - ::= { s3EnetPlusPortTable 1 } - -S3EnetPlusPortEntry ::= SEQUENCE { - s3EnetPlusPortBoardIndex - INTEGER, - s3EnetPlusPortIndex - INTEGER, - s3EnetPortFragments - Counter, - s3EnetPortShortEvents - Counter, - s3EnetPortAutoPartitions - Counter, - s3EnetPortRateMismatches - Counter, - s3EnetPortJabbers - Counter, - s3EnetPortLastSrcAddr - PhysAddress, - s3EnetPortSrcAddrChanges - Counter - } - -s3EnetPlusPortBoardIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each board. Its value ranges between - 1 and 12. (This is the slot number.)" - ::= { s3EnetPlusPortEntry 1 } - -s3EnetPlusPortIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each port. Its value typically ranges - between 1 and 12." - ::= { s3EnetPlusPortEntry 2 } - -s3EnetPortFragments OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of fragments received by the - board between 80-512 bits (64 bytes), inclusively, - with invalid FCS or alignment errors. (These - commonly represent collision fragments, and are - not errors. Collision fragments were called - FragErrors in the rev 3.x MIB, and were counted - only on a per-board basis.)" - ::= { s3EnetPlusPortEntry 3 } - -s3EnetPortShortEvents OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of fragments received by the - port shorter than 80 bits." - ::= { s3EnetPlusPortEntry 4 } - -s3EnetPortAutoPartitions OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of times the ports on the board - have autopartitioned due to excessive collisions (more - than 32 consecutive collisions). This count is an - approximation and may be less than the total count." - ::= { s3EnetPlusPortEntry 5 } - -s3EnetPortRateMismatches OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of the occurrences of out of - spec bit rates. This indicates the number of times - FIFO buffer over-runs or underruns due to transmission - rate errors." - ::= { s3EnetPlusPortEntry 6 } - -s3EnetPortJabbers OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of the times that MAU jabber - lockup protection (MJLP) was invoked because transmission - of data from this port exceeded 5 msec in duration. - This information can be useful in identifying faulty - stations." - ::= { s3EnetPlusPortEntry 7 } - -s3EnetPortLastSrcAddr OBJECT-TYPE - SYNTAX PhysAddress (SIZE(6)) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This is the source address of the last packet - received through this port." - ::={ s3EnetPlusPortEntry 8 } - -s3EnetPortSrcAddrChanges OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This is the number of times that the - s3EnetPortLastSrcAddr object for this has changed." - ::={ s3EnetPlusPortEntry 9 } - - - --- Board "PLUS" Statistics Table - - -s3EnetPlusBoardTable OBJECT-TYPE - SYNTAX SEQUENCE OF S3EnetPlusBoardEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table provides a list of entries, each entry - providing information related to frame MAC level - error conditions per board. This table is conceptually - an extension to the s3EnetboardTable and is - only implemented by the 3313S and 3314S NMMs." - ::= { s3000EnetPlusStatistics 2 } - -s3EnetPlusBoardEntry OBJECT-TYPE - SYNTAX S3EnetPlusBoardEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "An entry in the Plus Board table." - INDEX { s3EnetPlusBoardIndex } - ::= { s3EnetPlusBoardTable 1 } - -S3EnetPlusBoardEntry ::= SEQUENCE { - s3EnetPlusBoardIndex - INTEGER, - s3EnetBoardFragments - Counter, - s3EnetBoardShortEvents - Counter, - s3EnetBoardAutoPartitions - Counter, - s3EnetBoardRateMismatches - Counter, - s3EnetBoardJabbers - Counter - } - -s3EnetPlusBoardIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The board number part of an index." - ::= { s3EnetPlusBoardEntry 1 } - -s3EnetBoardFragments OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of fragments received by the - board between 80-512 bits (64 bytes), inclusively, - with invalid FCS or alignment errors. (These - commonly represent collision fragments, and are - not errors. Collision fragments were called - FragErrors in the rev 3.x MIB, and were counted - only on a per-concentrator basis.)" - ::= { s3EnetPlusBoardEntry 2 } - -s3EnetBoardShortEvents OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of fragments received by - the board shorter than 80 bits." - ::= { s3EnetPlusBoardEntry 3 } - -s3EnetBoardAutoPartitions OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of times the ports on this - board have been autopartitioned due to excessive - collisions (more than 32 consecutive collisions). - This count is an approximation and may be less than - the total count." - ::= { s3EnetPlusBoardEntry 4 } - -s3EnetBoardRateMismatches OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of the occurrences of out of - spec bit rates. This indicates the number of times - FIFO buffer over-runs or underruns due to - transmission rate errors." - ::= { s3EnetPlusBoardEntry 5 } - -s3EnetBoardJabbers OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of the times that MAU jabber - lockup protection (MJLP) was invoked because - transmission of data from a port on this board - exceeded 5 msec in duration. This information can - be useful in identifying faulty stations." - ::= { s3EnetPlusBoardEntry 6 } - - - --- Concentrator "PLUS" Statistics Group - - --- This group is conceptually an extension to the --- s3000EnetConcentrator group and is only implemented by the --- 3313S and 3314S NMMs. - -s3EnetConcShortEvents OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of fragments received by - the concentrator shorter than 80 bits." - ::= { s3000EnetPlusConc 1 } - -s3EnetConcAutoPartitions OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of times the ports on this - concentrator have been autopartitioned due to - excessive collisions (more than 32 consecutive - collisions). This count is based on a one-bit - counter (flag) per port in the host modules, and - will not always represent the total count." - ::= { s3000EnetPlusConc 2} - -s3EnetConcRateMismatches OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of the occurrences of out - of spec bit rates. This indicates the number of - times FIFO buffer over-runs or underruns due to - transmission rate errors." - ::= { s3000EnetPlusConc 3 } - -s3EnetConcJabbers OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of the times that MAU jabber - lockup protection (MJLP) was invoked because - transmission of data from a port on this - concentrator exceeded 5 msec in duration. - This information can be useful in identifying - faulty stations." - ::= { s3000EnetPlusConc 4 } - -s3EnetConcCollBackoffErrors OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a total concentrator count of the - collision events that occur during the normal - collision window (i.e., the collisions is not - a late collision) and do not have a runt error." - ::= { s3000EnetPlusConc 5 } - - - --- SECTION 9: Frame Size Distribution Group - - --- This group consists of a port table, board table, and concentrator group. - --- This group is mandatory for 3313S and 3314S NMMs agents. --- This group is not implemented by other agents. - - --- Port Frame Size Table - -s3EnetFrSizePortTable OBJECT-TYPE - SYNTAX SEQUENCE OF S3EnetFrSizePortEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table provides a list of entries, each entry - providing information related to frame sizes of - packets received on a port. The variables - defined for the entries are only supported - by 3313S and 3314S NMM." - ::= { s3000EnetFrameSizeDist 1 } - -s3EnetFrSizePortEntry OBJECT-TYPE - SYNTAX S3EnetFrSizePortEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "An entry in the FrSize Port table." - INDEX { s3EnetFrSizePortBoardIndex, - s3EnetFrSizePortIndex } - ::= { s3EnetFrSizePortTable 1 } - -S3EnetFrSizePortEntry ::= SEQUENCE { - s3EnetFrSizePortBoardIndex - INTEGER, - s3EnetFrSizePortIndex - INTEGER, - s3EnetFrSizePort64to127 - Counter, - s3EnetFrSizePort128to255 - Counter, - s3EnetFrSizePort256to511 - Counter, - s3EnetFrSizePort512to1023 - Counter, - s3EnetFrSizePort1024to1518 - Counter - } - -s3EnetFrSizePortBoardIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each board. Its value ranges - between 1 and 12. (This is the slot number.)" - ::= { s3EnetFrSizePortEntry 1 } - -s3EnetFrSizePortIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each port. Its value typically - ranges between 1 and 12." - ::= { s3EnetFrSizePortEntry 2 } - -s3EnetFrSizePort64to127 OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - port that are in the range of 64 octets to 127 - octets, inclusive." - ::= { s3EnetFrSizePortEntry 3 } - -s3EnetFrSizePort128to255 OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - port that are in the range of 128 octets to 255 - octets, inclusive." - ::= { s3EnetFrSizePortEntry 4 } - - -s3EnetFrSizePort256to511 OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - port that are in the range of 256 octets to 511 - octets, inclusive." - ::= { s3EnetFrSizePortEntry 5 } - -s3EnetFrSizePort512to1023 OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - port that are in the range of 512 octets to 1023 - octets, inclusive." - ::= { s3EnetFrSizePortEntry 6 } - -s3EnetFrSizePort1024to1518 OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - port that are in the range of 1024 octets to 1518 - octets, inclusive." - ::= { s3EnetFrSizePortEntry 7 } - - - --- Board Frame Size Table - - -s3EnetFrSizeBoardTable OBJECT-TYPE - SYNTAX SEQUENCE OF S3EnetFrSizeBoardEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table provides a list of entries, each entry - providing information related to frame MAC level - error conditions per board. The variables defined - for the entries are only supported by 3313S and - 3314S NMMs. The use of any variable in this table - for other NMMs will cause the NMMs to return - noSuchName error status in the response." - ::= { s3000EnetFrameSizeDist 2 } - -s3EnetFrSizeBoardEntry OBJECT-TYPE - SYNTAX S3EnetFrSizeBoardEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "An entry in the FrSize Board table." - INDEX { s3EnetFrSizeBoardIndex } - ::= { s3EnetFrSizeBoardTable 1 } - -S3EnetFrSizeBoardEntry ::= SEQUENCE { - s3EnetFrSizeBoardIndex - INTEGER, - s3EnetFrSizeBoard64to127 - Counter, - s3EnetFrSizeBoard128to255 - Counter, - s3EnetFrSizeBoard256to511 - Counter, - s3EnetFrSizeBoard512to1023 - Counter, - s3EnetFrSizeBoard1024to1518 - Counter - } - -s3EnetFrSizeBoardIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each board. Its value ranges between - 1 and 12. (This is the slot number.)" - ::= { s3EnetFrSizeBoardEntry 1 } - -s3EnetFrSizeBoard64to127 OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - board that are in the range of 64 octets to 127 - octets, inclusive." - ::= { s3EnetFrSizeBoardEntry 2 } - -s3EnetFrSizeBoard128to255 OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - board that are in the range of 128 octets to 255 - octets, inclusive." - ::= { s3EnetFrSizeBoardEntry 3 } - - -s3EnetFrSizeBoard256to511 OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - board that are in the range of 256 octets to 511 - octets, inclusive." - ::= { s3EnetFrSizeBoardEntry 4 } - -s3EnetFrSizeBoard512to1023 OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - board that are in the range of 512 octets to 1023 - octets, inclusive." - ::= { s3EnetFrSizeBoardEntry 5 } - -s3EnetFrSizeBoard1024to1518 OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - board that are in the range of 1024 octets to 1518 - octets, inclusive." - ::= { s3EnetFrSizeBoardEntry 6 } - - - --- Concentrator Frame Size Group - - --- This group is mandatory for 3313S and 3314S NMMs agents. --- This group does not exist in other agents. - -s3EnetFrSizeConc64to127 OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - concentrator that are in the range of 64 octets to 127 - octets, inclusive." - ::= { s3000EnetFrameConc 1 } - -s3EnetFrSizeConc128to255 OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - concentrator that are in the range of 128 octets to 255 - octets, inclusive." - ::= { s3000EnetFrameConc 2 } - - -s3EnetFrSizeConc256to511 OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - concentrator that are in the range of 256 octets to 511 - octets, inclusive." - ::= { s3000EnetFrameConc 3 } - -s3EnetFrSizeConc512to1023 OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - concentrator that are in the range of 512 octets to 1023 - octets, inclusive." - ::= { s3000EnetFrameConc 4 } - -s3EnetFrSizeConc1024to1518 OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - concentrator that are in the range of 1024 octets to 1518 - octets, inclusive." - ::= { s3000EnetFrameConc 5 } - - - --- SECTION 10: Protocol Type Group - - --- This group consists of a port table, board table, and concentrator --- group. - --- This group is mandatory for 3313S and 3314S NMMs agents. This group --- does not exist in other agents. - --- Each good frame is counted as either 802.3 or Ethernet, and also --- counted under one of the more specific protocol type categories. --- If it does not fit into one of the more specific categories, it is --- counted as an "other" protocol type. - --- Port Protocol Type Table - -s3EnetProtoPortTable OBJECT-TYPE - SYNTAX SEQUENCE OF S3EnetProtoPortEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table provides a list of entries, each entry - providing information related to packet protocol - type distributions per port. The variables defined - for the entries are only supported by 3313S and - 3314S NMMs. The use of any variable in this table - for other NMMs will cause the NMMs to return - noSuchName error status in the response." - ::= { s3000EnetProtoTypeDist 1 } - -s3EnetProtoPortEntry OBJECT-TYPE - SYNTAX S3EnetProtoPortEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "An entry in the Proto Port table." - INDEX { s3EnetProtoPortBoardIndex, - s3EnetProtoPortIndex } - ::= { s3EnetProtoPortTable 1 } - -S3EnetProtoPortEntry ::= SEQUENCE { - s3EnetProtoPortBoardIndex - INTEGER, - s3EnetProtoPortIndex - INTEGER, - s3EnetProtoPort8023Frames - Counter, - s3EnetProtoPortEthernetFrames - Counter, - s3EnetProtoPortOtherFrames - Counter, - s3EnetProtoPortSnaFrames - Counter, - s3EnetProtoPortIpFrames - Counter, - s3EnetProtoPortIsoFrames - Counter, - s3EnetProtoPortArpFrames - Counter, - s3EnetProtoPortDecIVFrames - Counter, - s3EnetProtoPortDecLatFrames - Counter, - s3EnetProtoPortEthTalkFrames - Counter, - s3EnetProtoPortXnsFrames - Counter, - s3EnetProtoPortIpxFrames - Counter, - s3EnetProtoPortDecLavcFrames - Counter, - s3EnetProtoPortNetBiosFrames - Counter, - s3EnetProtoPortBrdgSpanTreeFrames - Counter - } - -s3EnetProtoPortBoardIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each board. Its value ranges between - 1 and 12. (This is the slot number.)" - ::= { s3EnetProtoPortEntry 1 } - -s3EnetProtoPortIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each port. Its value typically ranges - between 1 and 12." - ::= { s3EnetProtoPortEntry 2 } - -s3EnetProtoPort8023Frames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - port that are of 802.3 type." - ::= { s3EnetProtoPortEntry 3 } - -s3EnetProtoPortEthernetFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - port that are of Ethernet type." - ::= { s3EnetProtoPortEntry 4 } - -s3EnetProtoPortOtherFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - port that are of types not counted by individual - counters below." - ::= { s3EnetProtoPortEntry 5 } - -s3EnetProtoPortSnaFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - port that are of SNA type." - ::= { s3EnetProtoPortEntry 6 } - -s3EnetProtoPortIpFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - port that are of IP type." - ::= { s3EnetProtoPortEntry 7 } - -s3EnetProtoPortIsoFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - port that are of ISO type." - ::= { s3EnetProtoPortEntry 8 } - -s3EnetProtoPortArpFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - port that are of ARP type." - ::= { s3EnetProtoPortEntry 9 } - -s3EnetProtoPortDecIVFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - port that are of DECIV type." - ::= { s3EnetProtoPortEntry 10 } - -s3EnetProtoPortDecLatFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - port that are of DECLAT type." - ::= { s3EnetProtoPortEntry 11 } - -s3EnetProtoPortEthTalkFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - port that are of EtherTalk type." - ::= { s3EnetProtoPortEntry 12 } - -s3EnetProtoPortXnsFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - port that are of XNS type." - ::= { s3EnetProtoPortEntry 13 } - -s3EnetProtoPortIpxFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - port that are of IPX type." - ::= { s3EnetProtoPortEntry 14 } - -s3EnetProtoPortDecLavcFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - port that are of DEC LAVC type." - ::= { s3EnetProtoPortEntry 15 } - -s3EnetProtoPortNetBiosFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - port that are of NETBIOS type." - ::= { s3EnetProtoPortEntry 16 } - -s3EnetProtoPortBrdgSpanTreeFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - port that are of Bridge Spanning Tree type." - ::= { s3EnetProtoPortEntry 17 } - --- Board Protocol Type Table - - -s3EnetProtoBoardTable OBJECT-TYPE - SYNTAX SEQUENCE OF S3EnetProtoBoardEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "This table provides a list of entries, each entry - providing information related to packet protocol - type distribution per board. The variables defined - for the entries are only supported by 3313S and - 3314S NMMs. The use of any variable in this table - for other NMMs will cause the NMMs to return - noSuchName error status in the response." - ::= { s3000EnetProtoTypeDist 2 } - -s3EnetProtoBoardEntry OBJECT-TYPE - SYNTAX S3EnetProtoBoardEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "An entry in the Proto Board table." - INDEX { s3EnetProtoBoardIndex } - ::= { s3EnetProtoBoardTable 1 } - -S3EnetProtoBoardEntry ::= SEQUENCE { - s3EnetProtoBoardIndex - INTEGER, - s3EnetProtoBoard8023Frames - Counter, - s3EnetProtoBoardEthernetFrames - Counter, - s3EnetProtoBoardOtherFrames - Counter, - s3EnetProtoBoardSnaFrames - Counter, - s3EnetProtoBoardIpFrames - Counter, - s3EnetProtoBoardIsoFrames - Counter, - s3EnetProtoBoardArpFrames - Counter, - s3EnetProtoBoardDecIVFrames - Counter, - s3EnetProtoBoardDecLatFrames - Counter, - s3EnetProtoBoardEthTalkFrames - Counter, - s3EnetProtoBoardXnsFrames - Counter, - s3EnetProtoBoardIpxFrames - Counter, - s3EnetProtoBoardDecLavcFrames - Counter, - s3EnetProtoBoardNetBiosFrames - Counter, - s3EnetProtoBoardBrdgSpanTreeFrames - Counter - } - -s3EnetProtoBoardIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "A unique value for each board. Its value ranges between - 1 and 12. (This is the slot number.)" - ::= { s3EnetProtoBoardEntry 1 } - -s3EnetProtoBoard8023Frames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - board that are of 802.3 type." - ::= { s3EnetProtoBoardEntry 2 } - -s3EnetProtoBoardEthernetFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - board that are of Ethernet type." - ::= { s3EnetProtoBoardEntry 3 } - -s3EnetProtoBoardOtherFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - board that are of types not specified below." - ::= { s3EnetProtoBoardEntry 4 } - -s3EnetProtoBoardSnaFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - board that are of SNA type." - ::= { s3EnetProtoBoardEntry 5 } - -s3EnetProtoBoardIpFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - board that are of IP type." - ::= { s3EnetProtoBoardEntry 6 } - -s3EnetProtoBoardIsoFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - board that are of ISO type." - ::= { s3EnetProtoBoardEntry 7 } - -s3EnetProtoBoardArpFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - board that are of ARP type." - ::= { s3EnetProtoBoardEntry 8 } - -s3EnetProtoBoardDecIVFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - board that are of DECIV type." - ::= { s3EnetProtoBoardEntry 9 } - -s3EnetProtoBoardDecLatFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - board that are of DECLAT type." - ::= { s3EnetProtoBoardEntry 10 } - -s3EnetProtoBoardEthTalkFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - board that are of EtherTalk type." - ::= { s3EnetProtoBoardEntry 11 } - -s3EnetProtoBoardXnsFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - board that are of XNS type." - ::= { s3EnetProtoBoardEntry 12 } - -s3EnetProtoBoardIpxFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - board that are of IPX type." - ::= { s3EnetProtoBoardEntry 13 } - -s3EnetProtoBoardDecLavcFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - board that are of DEC LAVC type." - ::= { s3EnetProtoBoardEntry 14 } - -s3EnetProtoBoardNetBiosFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - board that are of NETBIOS type." - ::= { s3EnetProtoBoardEntry 15 } - -s3EnetProtoBoardBrdgSpanTreeFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - board that are of Bridge Spanning Tree type." - ::= { s3EnetProtoBoardEntry 16 } - - - --- Concentrator Protocol Type Group - --- This group is mandatory for 3313S and 3314S NMMs agents. --- This group does not exist in other agents. - -s3EnetProtoConc8023Frames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - concentrator that are of 802.3 type." - ::= { s3000EnetProtoConc 1 } - -s3EnetProtoConcEthernetFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - concentrator that are of Ethernet type." - ::= { s3000EnetProtoConc 2 } - -s3EnetProtoConcOtherFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - concentrator that are of types not specified below." - ::= { s3000EnetProtoConc 3 } - -s3EnetProtoConcSnaFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - concentrator that are of SNA type." - ::= { s3000EnetProtoConc 4 } - -s3EnetProtoConcIpFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - concentrator that are of IP type." - ::= { s3000EnetProtoConc 5 } - -s3EnetProtoConcIsoFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - concentrator that are of ISO type." - ::= { s3000EnetProtoConc 6 } - -s3EnetProtoConcArpFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - concentrator that are of ARP type." - ::= { s3000EnetProtoConc 7 } - -s3EnetProtoConcDecIVFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - concentrator that are of DECIV type." - ::= { s3000EnetProtoConc 8 } - -s3EnetProtoConcDecLatFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - concentrator that are of DECLAT type." - ::= { s3000EnetProtoConc 9 } - -s3EnetProtoConcEthTalkFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - concentrator that are of EtherTalk type." - ::= { s3000EnetProtoConc 10 } - -s3EnetProtoConcXnsFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - concentrator that are of XNS type." - ::= { s3000EnetProtoConc 11} - -s3EnetProtoConcIpxFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - concentrator that are of IPX type." - ::= { s3000EnetProtoConc 12 } - -s3EnetProtoConcDecLavcFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - concentrator that are of DEC LAVC type." - ::= { s3000EnetProtoConc 13 } - -s3EnetProtoConcNetBiosFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - concentrator that are of NETBIOS type." - ::= { s3000EnetProtoConc 14 } - -s3EnetProtoConcBrdgSpanTreeFrames OBJECT-TYPE - SYNTAX Counter - ACCESS read-only - STATUS mandatory - DESCRIPTION - "This contains a count of frames received by the - concentrator that are of Bridge Spanning Tree type." - ::= { s3000EnetProtoConc 15 } - - - --- SECTION 11: Host Group - - --- Host Table - -s3EnetHostTableSize OBJECT-TYPE - SYNTAX INTEGER (0..65535) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The current number of entries in table s3EnetHostTable." - ::= { s3000EnetHosts 1 } - -s3EnetHostLastDeleteTime OBJECT-TYPE - SYNTAX TimeTicks - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The value of sysUpTime when the last entry was - deleted from table s3EnetHostTable due to a shortage - of resources. If no deletions have occurred, then - the value is zero." - ::= { s3000EnetHosts 2 } - -s3EnetHostTable OBJECT-TYPE - SYNTAX SEQUENCE OF S3EnetHostEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A Table containing MAC/Network address pairs - that have been detected on the segment." - ::= { s3000EnetHosts 3 } - -s3EnetHostEntry OBJECT-TYPE - SYNTAX S3EnetHostEntry - ACCESS not-accessible - STATUS mandatory - DESCRIPTION - "A row in the table of MAC/Network address - pairs. Entries can not be created or deleted - via SNMP operations. New entries are added when - a new MAC/Network address pair is detected. - An entry is removed to add a new entry when - the table is full. The entry that is removed is - the one that has been least recently observed." - INDEX { s3EnetHostIndex } - ::= { s3EnetHostTable 1 } - -S3EnetHostEntry ::= SEQUENCE { - s3EnetHostIndex INTEGER, - s3EnetHostObserveOrder INTEGER, - s3EnetHostNetAddr OCTET STRING, - s3EnetHostAddrType INTEGER, - s3EnetHostMacAddress PhysAddress, - s3EnetHostSlotIndex INTEGER, - s3EnetHostPortIndex INTEGER, - s3EnetHostLearnMethod INTEGER, - s3EnetHostTimeStamp TimeTicks - } - -s3EnetHostIndex OBJECT-TYPE - SYNTAX INTEGER (1..65535) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The index of the MAC/Network address pair. - The value is between 1 and N, where N is the value - of s3EnetHostTableSize. The association of this - index to a pair may change when a pair is removed - from the table due to a resource shortage. - s3EnetHostLastDeleteTime must be monitored to - determine when this condition has occured." - ::= { s3EnetHostEntry 1 } - -s3EnetHostObserveOrder OBJECT-TYPE - SYNTAX INTEGER (1..65535) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The relative ordering of the MAC/Network adddress - pair. There is a global value that starts at 1 and - increases by one for each observation of an address - pair. When the maximum value of 65535 is reached, - the next value will be 1. The global value is used - to update this object each time the MAC/Network address - pair is observed (and when the entry is initially - created). Since the global value starts over again - after it reaches its maximum value, there may be - more than one entry that has the same value." - ::= { s3EnetHostEntry 2 } - -s3EnetHostNetAddr OBJECT-TYPE - SYNTAX OCTET STRING - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The network address (in network order) of the - MAC/Network address pair." - ::= { s3EnetHostEntry 3 } - -s3EnetHostAddrType OBJECT-TYPE - SYNTAX INTEGER { - other(1), - ip(2), - ipx(3) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The type of address that is stored in the object - s3EnetHostNetAddr for this entry. The values are: - other(1)...Unknown type - ip(2)......IP address - ipx(3).....IPX address" - ::= { s3EnetHostEntry 4 } - -s3EnetHostMacAddress OBJECT-TYPE - SYNTAX PhysAddress (SIZE(6)) - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The MAC address (in canonical order) of the - MAC/Network address pair." - ::= { s3EnetHostEntry 5 } - -s3EnetHostSlotIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The board index that the host is connected through." - ::= { s3EnetHostEntry 6 } - -s3EnetHostPortIndex OBJECT-TYPE - SYNTAX INTEGER - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The port index that the host is connected through." - ::= { s3EnetHostEntry 7 } - -s3EnetHostLearnMethod OBJECT-TYPE - SYNTAX INTEGER { - other(1), - arpRequest(2), - arpResponse(3), - ripRequest(4), - ripResponse(5) - } - ACCESS read-only - STATUS mandatory - DESCRIPTION - "Indicates the method that was used to discover the - MAC/Network address pair. The methods that can be - used for discovery are shown below. - - other(1).........Indicates an unknown discovery - method. - arpRequest(2)....Indicates that ARP request packets - were used for discovery. - arpResponse(3)...Indicates that ARP response packets - were used for discovery. - ripRequest(4)....Indicates that RIP request packets - were used for discovery. - ripResponse(5)...Indicates that RIP response packets - were used for discovery." - ::= { s3EnetHostEntry 8 } - -s3EnetHostTimeStamp OBJECT-TYPE - SYNTAX TimeTicks - ACCESS read-only - STATUS mandatory - DESCRIPTION - "The value of sysUpTime when the MAC/Network address - pair was last observed on the segment." - ::= { s3EnetHostEntry 9 } - -END - diff --git a/mibs/SYNOPTICS-ROOT-MIB b/mibs/SYNOPTICS-ROOT-MIB deleted file mode 100644 index 73c73599e1..0000000000 --- a/mibs/SYNOPTICS-ROOT-MIB +++ /dev/null @@ -1,774 +0,0 @@ - -SYNOPTICS-ROOT-MIB DEFINITIONS ::= BEGIN - -IMPORTS - MODULE-IDENTITY, enterprises - FROM SNMPv2-SMI - TEXTUAL-CONVENTION - FROM SNMPv2-TC; - -synoptics MODULE-IDENTITY - LAST-UPDATED "200703090000Z" - ORGANIZATION "Nortel Networks" - CONTACT-INFO "Nortel Networks" - DESCRIPTION - "SynOptics Root MIB - - Copyright 1996 - 2007 Nortel Networks, Inc. - All rights reserved. - This Nortel Networks SNMP Management Information Base Specification - (Specification) embodies Nortel Networks' confidential and - proprietary intellectual property. Nortel Networks retains all - title and ownership in the Specification, including any - revisions. - - This Specification is supplied 'AS IS,' and Nortel Networks makes - no warranty, either express or implied, as to the use, - operation, condition, or performance of the Specification." - - REVISION "200703090000Z" -- 09 Mar 2007 - DESCRIPTION "Version 234: Added additional BSG definitions." - - REVISION "200702260000Z" -- 26 Feb 2007 - DESCRIPTION "Version 233: Remove some unnecessary BSG definitions." - - REVISION "200702220000Z" -- 22 Feb 2007 - DESCRIPTION "Version 232: Added additional BotanyBay definitions." - - REVISION "200702200000Z" -- 20 Feb 2007 - DESCRIPTION "Version 231: Added BSG definitions." - - REVISION "200611140000Z" -- 11 Nov 2006 - DESCRIPTION "Version 230: Added definitions for bayStackErrorMessageMib." - - REVISION "200609010000Z" -- 01 Sept 2006 - DESCRIPTION "Version 229: Added definitions for ERS2500." - - REVISION "200607060000Z" -- 06 July 2006 - DESCRIPTION "Version 228: Fix botany bay definitions." - - REVISION "200606230000Z" -- 23 June 2006 - DESCRIPTION "Version 227: Added bayStackDhcpSnoopingMib and bayStackArpInspectionMib." - - REVISION "200605180000Z" -- 18 May 2006 - DESCRIPTION "Version 226: Added section to track branches under bayStackMibs." - - REVISION "200604120000Z" -- 12 April 2006 - DESCRIPTION "Version 225: Fix typo." - - REVISION "200604060000Z" -- 04 April 2006 - DESCRIPTION "Version 224: Added Botany Bay definitions." - - REVISION "200603170000Z" -- 17 March 2006 - DESCRIPTION "Version 223: Added BSR definitions." - - REVISION "200603100000Z" -- 10 March 2006 - DESCRIPTION "Version 222: Added additional BES definitions." - - REVISION "200603020000Z" -- 02 March 2006 - DESCRIPTION "Version 221: Added BAP definitions." - - REVISION "200601170000Z" -- 17 January 2006 - DESCRIPTION "Version 220: Added mOME6500." - - REVISION "200511040000Z" -- 04 November 2005 - DESCRIPTION "Version 219: Added various BES definitions." - - REVISION "200510110000Z" -- 11 October 2005 - DESCRIPTION "Version 218: Added mMetro3500." - - REVISION "200506130000Z" -- 13 June 2005 - DESCRIPTION "Version 217: Added mNnVPNGw3070." - - REVISION "200506020000Z" -- 06 June 2005 - DESCRIPTION "Version 216: Added mSnsa4050." - - REVISION "200504210000Z" -- 21 Apr 2005 - DESCRIPTION "Version 215: Added ntwsTrapezeNetworks." - - REVISION "200503240000Z" -- 24 Mar 2005 - DESCRIPTION "Version 214: more enumeration label changes to reflect - rebranding of baystack products." - - REVISION "200503150000Z" -- 15 Mar 2005 - DESCRIPTION "Version 213: change enumeration labels to reflect rebranding - of baystack products." - - REVISION "200502140000Z" -- 14 Feb 2005 - DESCRIPTION "Version 212: added Nortel WLAN sysObjectID values" - - REVISION "200411230000Z" -- 23 Nov 2004 - DESCRIPTION "Version 211: added mMetroESU1850-12G-AC and - mMetroESU1850-12G-DC" - - REVISION "200410130000Z" -- 13 Oct 2004 - DESCRIPTION "Version 210: added support for Outrigger and Dragline." - - REVISION "200408300000Z" -- 30 Aug 2004 - DESCRIPTION "Version 209: added support for Baystack 470 24T/48T - PWR switches" - - REVISION "200407200001Z" -- 20 Jul 2004 - DESCRIPTION "Version 208: Fix typo" - - REVISION "200407200000Z" -- 20 Jul 2004 - DESCRIPTION "Version 207: Added version number" - - REVISION "200407190000Z" -- 19 Jul 2004 - DESCRIPTION "Added enum 127 to SnpxChassisType Textual Convention" - - REVISION "200305050000Z" -- 05 May 2003 - DESCRIPTION "v196: Conversion to SMIv2" - ::= { enterprises 45 } - --- Textual Conventions - -SnpxBackplaneType ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION "" - SYNTAX INTEGER { - other(1), -- none of the following - eth(2), -- ethernet - ethTok(3), -- ethernet and tokenring - ethFddi(4), -- ethernet and FDDI - ethTokFddi(5), -- ethernet, tokenring, and FDDI - ethTokRed(6), -- ethernet and tokenring with - -- redundant powersupply - ethTokFddiRed(7), -- ethernet, tokenring, and FDDI - -- with redundant powersupply - tok(8), -- tokenring - enetTrFastEnet(9), -- ethernet, tokenring, and fast ethernet - enetFastEnet(10), -- ethernet and fast ethernet - enetTrFastEnetRed(11), -- ethernet, tokenring, and fast ethernet - -- with redundant powersupply - enetFastGigEnet(12) -- ethernet, fast, and gigabit ethernet - } --- This type is used to specify a concentrator backplane. - - -SnpxChassisType ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION "" - SYNTAX INTEGER { - other(1), -- none of the following - m3000(2), -- product 3000 - m3030(3), -- product 3030 - m2310(4), -- product 2310 - m2810(5), -- product 2810 - m2912(6), -- product 2912 - m2914(7), -- product 2914 - m271x(8), -- product 271x - m2813(9), -- product 2813 - m2814(10), -- product 2814 - m2915(11), -- product 2915 - m5000(12), -- product 5000 - m2813SA(13), -- product 2813SA - m2814SA(14), -- product 2814SA - m810M(15), -- product 810M - m1032x(16), -- product EtherCell - m5005(17), -- product 5005 - mAlcatelEthConc(18), -- product Alcatel Ethernet workgroup conc. - m2715SA(20), -- product 2715SA - m2486(21), -- product 2486 - m28xxx(22), -- product 28000 series - m2300x(23), -- product 23000 series - m5DN00x(24), -- product 5DN00x series - mBayStackEth(25), -- product BayStack Ethernet - m2310x(26), -- product 23100 series - mBayStack100Hub(27), -- product 100Base-T Hub - m3000FastEth(28), -- product 3000 Fast Ethernet - mXediaSwitch(29), -- product Orion switch - notUsed(30), -- not used - m28200EthSwitch(31), -- product DDS - mCent6Slot(32), -- product Centillion - mCent12Slot(33), -- product Centillion - mCent1Slot(34), -- product Centillion - mBayStack301(35), -- product BayStack 301 - mBayStackTr(36), -- product BayStack TokenRing Hub - mFVC10625(37), -- product FVC Multimedia Switch - mSwitchNode(38), -- product Switch Node - mBayStack302(39), -- product BayStack 302 Switch - mBayStack350(40), -- product BayStack 350 Switch - mBayStack150(41), -- product BayStack 150 Ethernet Hub - mCent50N3Slot(42), -- product Centillion 50N switch - mCent50T3Slot(43), -- product Centillion 50T switch - mBayStack303-304(44), -- product BayStack 303 and 304 Switches - mBayStack200(45), -- product BayStack 200 Ethernet Hub - mBayStack250(46), -- product BayStack 250 10/100 Ethernet Hub - mBayStack450(48), -- product BayStack 450 10/100/1000 Switches - mBayStack410(49), -- product BayStack 410 10/100 Switches - mPassport1200(50), -- product Passport 1200 L3 Switch - mPassport1250(51), -- product Passport 1250 L3 Switch - mPassport1100(52), -- product Passport 1100 L3 Switch - mPassport1150(53), -- product Passport 1150 L3 Switch - mPassport1050(54), -- product Passport 1050 L3 Switch - mPassport1051(55), -- product Passport 1051 L3 Switch - mPassport8610(56), -- product Passport 8610 L3 Switch - mPassport8606(57), -- product Passport 8606 L3 Switch - mPassport8010(58), -- product Passport 8010 - mPassport8006(59), -- product Passport 8006 - mBayStack670(60), -- product BayStack 670 wireless access point - mPassport740(61), -- product Passport 740 - mPassport750(62), -- product Passport 750 - mPassport790(63), -- product Passport 790 - mBPS2000(64), -- product Business Policy Switch 2000 10/100 Switches - mPassport8110(65), -- product Passport 8110 L2 Switch - mPassport8106(66), -- product Passport 8106 L2 Switch - mBayStack3580(67), -- product BayStack 3580 Gig Switch - mBayStack10(68), -- product BayStack 10 Power Supply Unit - mBayStack420(69), -- product BayStack 420 10/100 Switch - mMetro1200ESM(70), -- product OPTera Metro 1200 Ethernet Service Module - mPassport8010co(71), -- product OPTera 8010co - mPassport8610co(72), -- product OPTera 8610co L3 switch - mPassport8110co(73), -- product OPTera 8110co L2 switch - mPassport8003(74), -- product OPTera 8003 - mPassport8603(75), -- product OPTera 8603 L3 switch - mPassport8103(76), -- product OPTera 8103 L2 switch - mBayStack380(77), -- product BayStack 380 10/100/1000 Switch - mES470-48T(78), -- product Ethernet Switch 470-48T - mMetro1450ESM(79), -- product OPTera Metro 1450 Ethernet Service Module - mMetro1400ESM(80), -- product OPTera Metro 1400 Ethernet Service Module - mAlteonSwitch(81), -- product Alteon Switch Family - mES460-24T-PWR(82), -- product Ethernet Switch 460-24T-PWR - mMetro8010(83), -- product OPTera Metro 8010 OPM L2 Switch - mMetro8010co(84), -- product OPTera Metro 8010co OPM L2 Switch - mMetro8006(85), -- product OPTera Metro 8006 OPM L2 Switch - mMetro8003(86), -- product OPTera Metro 8003 OPM L2 Switch - mAlteon180e(87), -- product Alteon 180e - mAlteonAD3(88), -- product Alteon AD3 - mAlteon184(89), -- product Alteon 184 - mAlteonAD4(90), -- product Alteon AD4 - mPassport1424(91), -- product Passport 1424 L3 switch - mPassport1648(92), -- product Passport 1648 L3 switch - mPassport1612(93), -- product Passport 1612 L3 switch - mPassport1624(94), -- product Passport 1624 L3 switch - mBayStack380-24F(95), -- product BayStack 380-24F Fiber 1000 Switch - mERS5510-24T(96), -- product Ethernet Routing Switch 5510-24T - mERS5510-48T(97), -- product Ethernet Routing Switch 5510-48T - mES470-24T(98), -- product Ethernet Switch 470-24T - mWLANAccessPoint2220(99), -- product Nortel Networks Wireless LAN Access Point 2220 - mPassport2402(100), -- product Passport RBS 2402 L3 switch - mAlteon2424(101), -- product Alteon Application Switch 2424 - mAlteon2224(102), -- product Alteon Application Switch 2224 - mAlteon2208(103), -- product Alteon Application Switch 2208 - mAlteon2216(104), -- product Alteon Application Switch 2216 - mAlteon3408(105), -- product Alteon Application Switch 3408 - mAlteon3416(106), -- product Alteon Application Switch 3416 - mWLANSecuritySwitch2250(107), -- product Nortel Networks Wireless LAN SecuritySwitch 2250 - mES425-48T(108), -- product Ethernet Switch 425-48T - mES425-24T(109), -- product Ethernet Switch 425-24T - mWLANAccessPoint2221(110), -- product Nortel Networks Wireless LAN Access Point 2221 - mMetroESU1800-24T(111), -- product Nortel Metro Ethernet Service Unit 24-T SPF switch - mMetroESU1800-24T-LX-DC(112), -- product Nortel Metro Ethernet Service Unit 24-T LX DC switch - mPassport8310(113), -- product Passport 8300 10-slot chassis - mPassport8306(114), -- product Passport 8300 6-slot chassis - mERS5520-24T-PWR(115), -- product Ethernet Routing Switch 5520-24T-PWR - mERS5520-48T-PWR(116), -- product Ethernet Routing Switch 5520-48T-PWR - mNnVPNGw3050(117), -- product Nortel Networks VPN Gateway 3050 - mAlteonSSL310(118), -- product Alteon SSL 310 10/100 - mAlteonSSL310Fiber(119), -- product Alteon SSL 310 10/100 Fiber - mAlteonSSL310FIPS(120), -- product Alteon SSL 310 10/100 FIPS - mAlteonSSL410(121), -- product Alteon SSL 410 10/100/1000 - mAlteonSSL410Fiber(122), -- product Alteon SSL 410 10/100/1000 Fiber - mAlteonAS2424SSL(123), -- product Alteon Application Switch 2424-SSL - mES325-24T(124), -- product Ethernet Switch 325-24T - mES325-24G(125), -- product Ethernet Switch 325-24G - mWLANAccessPoint2225(126), -- product Nortel Networks Wireless LAN Access Point 2225 - mWLANSecuritySwitch2270(127), -- product Nortel Networks Wireless LAN SecuritySwitch 2270 - mES470-24T-PWR(128), -- product 24-port Ethernet Switch 470-24T-PWR - mES470-48T-PWR(129), -- product 48-port Ethernet Switch 470-48T-PWR - mERS5530-24TFD(130), -- product Ethernet Routing Switch 5530-24TFD - mES3510-24T(131), -- product Ethernet Switch 3510-24T - mMetroESU1850-12G-AC(132), -- product Nortel Metro Ethernet Service Unit 12G AC L3 switch - mMetroESU1850-12G-DC(133), -- product Nortel Metro Ethernet Service Unit 12G DC L3 switch - mSnas4050(134), -- Nortel Secure Access Switch - mNnVPNGw3070(135), -- Nortel Networks VPN Gateway 3070 - mMetro3500(136), -- OPTera Metro 3500 - mBES1010-24T(137), -- SMB BES 1010 24T - mBES1010-48T(138), -- SMB BES 1010 48T - mBES1020-24T-PWR(139), -- SMB BES 1020 24T PWR - mBES1020-48T-PWR(140), -- SMB BES 1020 48T PWR - mBES2010-24T(141), -- SMB BES 2010 24T - mBES2010-48T(142), -- SMB BES 2010 48T - mBES2020-24T-PWR(143), -- SMB BES 2020 24T PWR - mBES2020-48T-PWR(144), -- SMB BES 2020 48T PWR - mBES110-24T(145), -- SMB BES 110 24T - mBES110-48T(146), -- SMB BES 110 48T - mBES120-24T-PWR(147), -- SMB BES 120 24T PWR - mBES120-48T-PWR(148), -- SMB BES 120 48T PWR - mBES210-24T(149), -- SMB BES 210 24T - mBES210-48T(150), -- SMB BES 210 48T - mBES220-24T-PWR(151), -- SMB BES 220 24T PWR - mBES220-48T-PWR(152), -- SMB BES 220 48T PWR - mOME6500(153), -- OME 6500 - mERS4548GT(154), -- Ethernet Routing Switch 4548GT - mERS4548GT-PWR(155), -- Ethernet Routing Switch 4548GT-PWR - mERS4550T(156), -- Ethernet Routing Switch 4550T - mERS4550T-PWR(157), -- Ethernet Routing Switch 4550T-PWR - mERS4526FX(158), -- Ethernet Routing Switch 4526FX - mERS2500-26T(159), -- Ethernet Routing Switch 2500-26T - mERS2500-26T-PWR(160), -- Ethernet Routing Switch 2500-26T-PWR - mERS2500-50T(161), -- Ethernet Routing Switch 2500-50T - mERS2500-50T-PWR(162), -- Ethernet Routing Switch 2500-50T-PWR - mERS4526GWX-PWR(167), -- Ethernet Routing Switch 4526GWX-PWR - mERS4526GWX(166), -- Ethernet Routing Switch 4526GWX - mERS4524GT(165), -- Ethernet Routing Switch 4524GT - mERS4526T-PWR(164), -- Ethernet Routing Switch 4526T-PWR - mERS4526T(163) -- Ethernet Routing Switch 4526T - } - --- Top Branches under "synoptics" - -products OBJECT IDENTIFIER ::= { synoptics 1 } -temporary OBJECT IDENTIFIER ::= { synoptics 2 } -registration OBJECT IDENTIFIER ::= { synoptics 3 } -policy OBJECT IDENTIFIER ::= { synoptics 4 } -bayStackMibs OBJECT IDENTIFIER ::= { synoptics 5 } -ntwsTrapezeNetworks OBJECT IDENTIFIER ::= { synoptics 6 } - - --- Branches under "products" - -series1000 OBJECT IDENTIFIER ::= { products 1 } -s3SnmpAgent OBJECT IDENTIFIER ::= { products 2 } -series3000 OBJECT IDENTIFIER ::= { products 3 } -superAgent OBJECT IDENTIFIER ::= { products 4 } -specialTraps OBJECT IDENTIFIER ::= { products 5 } -series5000 OBJECT IDENTIFIER ::= { products 6 } -lanSwitch OBJECT IDENTIFIER ::= { products 7 } -snpxRmonExt OBJECT IDENTIFIER ::= { products 8 } -wirelessLAN OBJECT IDENTIFIER ::= { products 9 } -powerSupply OBJECT IDENTIFIER ::= { products 10 } --- powerSupply moved to 10 because of conflicts -wlan2200 OBJECT IDENTIFIER ::= { products 11 } - - --- Branches under "temporary" - --- ieee8023 OBJECT IDENTIFIER ::= { temporary 1 } --- proj1(del) OBJECT IDENTIFIER ::= { temporary 2 } --- proj2(sa) OBJECT IDENTIFIER ::= { temporary 3 } --- proj3(lc) OBJECT IDENTIFIER ::= { temporary 4 } --- proj4(pen) OBJECT IDENTIFIER ::= { temporary 5 } --- proj5(phe) OBJECT IDENTIFIER ::= { temporary 6 } --- proj6(fddi) OBJECT IDENTIFIER ::= { temporary 7 } --- proj7(xo) OBJECT IDENTIFIER ::= { temporary 8 } - --- Branches under "registration" (values for object sysObjectId) -s3reg-other OBJECT IDENTIFIER ::= { registration 1 } - - -s3reg-3000 OBJECT IDENTIFIER ::= { registration 2 } - s3reg-3000-enetNMM - OBJECT IDENTIFIER ::= { s3reg-3000 1 } - s3reg-3000-trNMM - OBJECT IDENTIFIER ::= { s3reg-3000 2 } - s3reg-3000-FDDI-NMM - OBJECT IDENTIFIER ::= { s3reg-3000 3 } - s3reg-3000-FastEthNMM - OBJECT IDENTIFIER ::= { s3reg-3000 4 } - s3reg-3000-ethSwitchNMM - OBJECT IDENTIFIER ::= { s3reg-3000 5 } - - -s3reg-3030 OBJECT IDENTIFIER ::= { registration 3 } - s3reg-3030-enetNMM - OBJECT IDENTIFIER ::= { s3reg-3030 1 } - s3reg-3030-trNMM - OBJECT IDENTIFIER ::= { s3reg-3030 2 } - s3reg-3030-FDDI-NMM - OBJECT IDENTIFIER ::= { s3reg-3030 3 } - s3reg-3030-ethSwitchNMM - OBJECT IDENTIFIER ::= { s3reg-3030 4 } - - -s3reg-2310 OBJECT IDENTIFIER ::= { registration 4 } - s3reg-2310-enetNMM - OBJECT IDENTIFIER ::= { s3reg-2310 1 } - s3reg-2310-trNMM - OBJECT IDENTIFIER ::= { s3reg-2310 2 } - s3reg-2310-FDDI-NMM - OBJECT IDENTIFIER ::= { s3reg-2310 3 } - - -s3reg-332X OBJECT IDENTIFIER ::= { registration 5 } -s3reg-332XS OBJECT IDENTIFIER ::= { registration 6 } -s3reg-3356 OBJECT IDENTIFIER ::= { registration 7 } - - -s3reg-2810 OBJECT IDENTIFIER ::= { registration 8 } - s3reg-2810-enetNMM - OBJECT IDENTIFIER ::= { s3reg-2810 1 } - - -s3reg-2715 OBJECT IDENTIFIER ::= { registration 9 } - s3reg-2715-trNMM - OBJECT IDENTIFIER ::= { s3reg-2715 1 } - - -s3reg-291X OBJECT IDENTIFIER ::= { registration 10 } - s3reg-291X-FDDI-NMM - OBJECT IDENTIFIER ::= { s3reg-291X 1 } - - -s3reg-3394 OBJECT IDENTIFIER ::= { registration 11 } - -s3reg-281X OBJECT IDENTIFIER ::= { registration 12 } - s3reg-281X-enetNMM - OBJECT IDENTIFIER ::= { s3reg-281X 1 } - - -s5reg-5000 OBJECT IDENTIFIER ::= { registration 13 } - s5reg-5000-ethNMM -- Ethernet NMM in 5000 Chassis - OBJECT IDENTIFIER ::= { s5reg-5000 1 } - s5reg-5000-tokNMM -- Token Ring NMM in 5000 Chassis - OBJECT IDENTIFIER ::= { s5reg-5000 2 } - s5reg-5000-fddNMM -- FDDI NMM in 5000 Chassis - OBJECT IDENTIFIER ::= { s5reg-5000 3 } - s5reg-5000-atmNMM -- ATM NMM in 5000 Chassis - OBJECT IDENTIFIER ::= { s5reg-5000 4 } - s5reg-5000-ethSwitchNMM -- Ethernet Switch NMM in 5000 Chassis - OBJECT IDENTIFIER ::= {s5reg-5000 5} - s5reg-5000-ethFastEthNMM -- 10/100 Ethernet NMM in 5000 Chassis - OBJECT IDENTIFIER ::= { s5reg-5000 6 } - s5reg-5000-eth10-100SwitchNMM -- 10/100 Ethernet Switch NMM in 5000 Chassis - OBJECT IDENTIFIER ::= { s5reg-5000 7 } - - -s3reg-281XSA OBJECT IDENTIFIER ::= { registration 14 } - s3reg-281XSA-enetNMM - OBJECT IDENTIFIER ::= { s3reg-281XSA 1 } - - -lsreg-28xxx OBJECT IDENTIFIER ::= { registration 15 } - lsreg-28xxx-NMM - OBJECT IDENTIFIER ::= { lsreg-28xxx 1 } - - -s3reg-8xx OBJECT IDENTIFIER ::= { registration 16 } - s3reg-810M-enetNMM - OBJECT IDENTIFIER ::= { s3reg-8xx 1 } - - -s5reg-5005 OBJECT IDENTIFIER ::= { registration 17 } - s5reg-5005-ethNMM -- Ethernet NMM in 5005 Chassis - OBJECT IDENTIFIER ::= { s5reg-5005 1 } - s5reg-5005-tokNMM -- Token Ring NMM in 5005 Chassis - OBJECT IDENTIFIER ::= { s5reg-5005 2 } - s5reg-5005-ethSwitchNMM -- Ethernet Switch NMM in 5005 Chassis - OBJECT IDENTIFIER ::= { s5reg-5005 3 } - s5reg-5005-fddNMM -- FDDI NMM in 5005 Chassis - OBJECT IDENTIFIER ::= { s5reg-5005 4 } - s5reg-5005-ethFastEthNMM -- 10/100 Ethernet NMM in 5005 Chassis - OBJECT IDENTIFIER ::= { s5reg-5005 5 } - s5reg-5005-eth10-100SwitchNMM -- 10/100 Ethernet Switch NMM in 5005 Chassis - OBJECT IDENTIFIER ::= { s5reg-5005 7 } - -s3reg-AlcatelConc OBJECT IDENTIFIER ::= { registration 18 } - s3reg-AlcatelEthConc-enetNMM - OBJECT IDENTIFIER ::= { s3reg-AlcatelConc 1 } - - -s3reg-271XSA OBJECT IDENTIFIER ::= { registration 19 } - s3reg-271XSA-trNMM OBJECT IDENTIFIER ::= { s3reg-271XSA 1 } - - -ecreg-1032x OBJECT IDENTIFIER ::= { registration 20 } - s3reg-1032x-NMM OBJECT IDENTIFIER ::= { ecreg-1032x 1 } - - -sreg-5DN00x OBJECT IDENTIFIER ::= { registration 21 } - sreg-5DN00x-EthNMM OBJECT IDENTIFIER ::= { sreg-5DN00x 1 } - - -sreg-BayStackEth OBJECT IDENTIFIER ::= { registration 22 } - sreg-BayStackEth-ethNMM OBJECT IDENTIFIER ::= { sreg-BayStackEth 1 } - - -sreg-2300x OBJECT IDENTIFIER ::= { registration 23 } - sreg-2300x-NMM OBJECT IDENTIFIER ::= { sreg-2300x 1 } - - -sreg-2310x OBJECT IDENTIFIER ::= { registration 24 } - sreg-2310x-NMM OBJECT IDENTIFIER ::= { sreg-2310x 1 } - -sreg-Orion OBJECT IDENTIFIER ::= { registration 25 } - sreg-Orion-ethNMM OBJECT IDENTIFIER ::= { sreg-Orion 1 } - -sreg-BayStack100Hub OBJECT IDENTIFIER ::= { registration 26 } - sreg-BayStack100Unit-12Port - OBJECT IDENTIFIER ::= { sreg-BayStack100Hub 1 } - -sreg-BayStackTr OBJECT IDENTIFIER ::= { registration 27 } - sreg-BayStackTr-trNMM -- BayStackTr NMM in a virtual Chassis - OBJECT IDENTIFIER ::= { sreg-BayStackTr 1 } - -lsreg-28200 OBJECT IDENTIFIER ::= { registration 28 } - lsreg-28200-ethSwitchNMM -- 28200 Ethernet Switch - OBJECT IDENTIFIER ::= { lsreg-28200 1 } - -sreg-BayStack302 OBJECT IDENTIFIER ::= { registration 29 } - sreg-BayStack302-9port -- BayStack302 8+1Tx/Fx 10 Mb/s Ethernet Switch - OBJECT IDENTIFIER ::= { sreg-BayStack302 1 } - -sreg-BayStack350 OBJECT IDENTIFIER ::= { registration 30 } - sreg-BayStack350-ethSwitchNMM -- BayStack350 Family 10/100 Adaptive Switches - OBJECT IDENTIFIER ::= { sreg-BayStack350 1 } - sreg-BayStack350-24T-ethSwitchNMM -- BayStack 350-24T and -12T 10/100/1000 Adaptive Switches - OBJECT IDENTIFIER ::= { sreg-BayStack350 2 } - -sreg-BayStack150Eth OBJECT IDENTIFIER ::= { registration 31 } - sreg-BayStack150Eth-ethNMM - OBJECT IDENTIFIER ::= { sreg-BayStack150Eth 1 } - -sreg-BayStack303-304 OBJECT IDENTIFIER ::= { registration 32 } - sreg-BayStack303-304-Sw -- 12-24 10mb 1 100mb with MDA Switch - OBJECT IDENTIFIER ::= { sreg-BayStack303-304 1 } - sreg-BayStack303-24T-Sw -- 24 10mb 1 100mb with 2 MDA Switch - OBJECT IDENTIFIER ::= { sreg-BayStack303-304 2 } - -sreg-BayStack200Eth OBJECT IDENTIFIER ::= { registration 33 } - sreg-BayStack200Eth-ethNMM --BayStack200 Ethernet Hub - OBJECT IDENTIFIER ::= { sreg-BayStack200Eth 1 } - -sreg-BayStack250Eth OBJECT IDENTIFIER ::= { registration 34 } - sreg-BayStack250Eth-ethNMM --BayStack250 10/100 Ethernet Hub - OBJECT IDENTIFIER ::= { sreg-BayStack250Eth 1 } - -sreg-BayStack450 OBJECT IDENTIFIER ::= { registration 35 } - sreg-BayStack450-ethSwitchNMM --BayStack450 10/100/1000 Ethernet Switch - OBJECT IDENTIFIER ::= { sreg-BayStack450 1 } - -sreg-BayStack410 OBJECT IDENTIFIER ::= { registration 36 } - sreg-BayStack410-24T-ethSwitchNMM --BayStack 410-24T 10/100 Adaptive Switches - OBJECT IDENTIFIER ::= { sreg-BayStack410 1 } - -sreg-BayStackICS OBJECT IDENTIFIER ::= { registration 37 } - sreg-BayStackICS-NMM --BayStack Integrated Communication Server - OBJECT IDENTIFIER ::= { sreg-BayStackICS 1 } - -s5reg-Accelar8010 OBJECT IDENTIFIER ::= { registration 38 } - s5reg-Accelar8132TX --Ethernet Switch 32 port in 8010 Chassis - OBJECT IDENTIFIER ::= { s5reg-Accelar8010 1 } - s5reg-Accelar8148TX --Ethernet Switch 48 port in 8010 Chassis - OBJECT IDENTIFIER ::= { s5reg-Accelar8010 2 } - -sreg-BayStack670 OBJECT IDENTIFIER ::= { registration 39 } - sreg-BayStack670-wirelessLAN -- BayStack 670 11Mb/s wireless access point - OBJECT IDENTIFIER ::= { sreg-BayStack670 1 } - -sreg-BPS2000 OBJECT IDENTIFIER ::= { registration 40 } - sreg-BPS2000-24T-ethSwitchNMM -- BPS 2000-24T 10/100 Switches - OBJECT IDENTIFIER ::= { sreg-BPS2000 1 } - -sreg-BayStack3580 OBJECT IDENTIFIER ::= { registration 41 } - sreg-BayStack3580-16F-gigEthSwitch --BayStack 3580-16F Gigabit Switch - OBJECT IDENTIFIER ::= { sreg-BayStack3580 1 } - -sreg-BayStack10 OBJECT IDENTIFIER ::= { registration 42 } - sreg-BayStack10-powerSupplyUnit -- BayStack 10 Power Supply Unit - OBJECT IDENTIFIER ::= { sreg-BayStack10 1 } - -sreg-BayStack420 OBJECT IDENTIFIER ::= { registration 43 } - sreg-BayStack420-24T-ethSwitchNMM -- BayStack 420-24T 10/100 Switch - OBJECT IDENTIFIER ::= { sreg-BayStack420 1 } - -sreg-Metro1200ESM OBJECT IDENTIFIER ::= { registration 44 } - sreg-Metro1200ESM-12T-ethSwitchNMM -- OPTera Metro 1200 Ethernet Service Module - OBJECT IDENTIFIER ::= { sreg-Metro1200ESM 1 } - -sreg-BayStack380 OBJECT IDENTIFIER ::= { registration 45 } - sreg-BayStack380-24T-ethSwitchNMM -- BayStack 380-24T Switch 10/100/1000 Switch - OBJECT IDENTIFIER ::= { sreg-BayStack380 1 } - -sreg-BayStack470 OBJECT IDENTIFIER ::= { registration 46 } - sreg-BayStack470-48T-ethSwitchNMM -- BayStack 470-48T Switch 10/100 Switch - OBJECT IDENTIFIER ::= { sreg-BayStack470 1 } - -sreg-Metro1450ESM OBJECT IDENTIFIER ::= { registration 47 } - sreg-Metro1450ESM-12T2GBIC-ethSwitchNMM -- OPTera Metro 1450 Ethernet Service Module - OBJECT IDENTIFIER ::= { sreg-Metro1450ESM 1 } - -sreg-Metro1400ESM OBJECT IDENTIFIER ::= { registration 48 } - sreg-Metro1400ESM-12T2GBIC-ethSwitchNMM -- OPTera Metro 1400 Ethernet Service Module - OBJECT IDENTIFIER ::= { sreg-Metro1400ESM 1 } - -sreg-BayStack460-24T-PWR OBJECT IDENTIFIER ::= { registration 49 } - sreg-BayStack460-24T-PWR-ethSwitchNMM -- BayStack 460-24T-PWR - OBJECT IDENTIFIER ::= { sreg-BayStack460-24T-PWR 1 } - -sreg-Metro8000 OBJECT IDENTIFIER ::= { registration 50 } - sreg-Metro8000-8664GB-OPM -- OPTera Metro 8000 4 Ports Open Protocol Module - OBJECT IDENTIFIER ::= { sreg-Metro8000 1 } - -sreg-BayStack380-24F OBJECT IDENTIFIER ::= { registration 51 } - sreg-BayStack380-24F-ethSwitchNMM -- BayStack 380-24F Switch 1000 Fiber Switch - OBJECT IDENTIFIER ::= { sreg-BayStack380-24F 1 } - -sreg-BayStack5510-24T OBJECT IDENTIFIER ::= { registration 52 } - sreg-BayStack5510-24T-ethSwitchNMM -- BayStack 5510-24T - OBJECT IDENTIFIER ::= { sreg-BayStack5510-24T 1 } - -sreg-BayStack5510-48T OBJECT IDENTIFIER ::= { registration 53 } - sreg-BayStack5510-48T-ethSwitchNMM -- BayStack 5510-48T - OBJECT IDENTIFIER ::= { sreg-BayStack5510-48T 1 } - -sreg-BayStack470-24T OBJECT IDENTIFIER ::= { registration 54 } - sreg-BayStack470-24T-ethSwitchNMM -- BayStack 470-24T Switch 10/100 Switch - OBJECT IDENTIFIER ::= { sreg-BayStack470-24T 1 } - --- Nortel Networks Wireless LAN Access Point 2220 -sreg-WLANAccessPoint2220 OBJECT IDENTIFIER ::= { registration 55 } - sreg-WLANAccessPoint2220-wirelessAP - OBJECT IDENTIFIER ::= { sreg-WLANAccessPoint2220 1 } - --- Nortel Networks Wireless LAN Security Switch 2250 -sreg-WLANSecuritySwitch2250 OBJECT IDENTIFIER ::= { registration 56 } - --- Nortel Networks BayStack 425, 48 and 24 port devices -sreg-BayStack425 OBJECT IDENTIFIER ::= { registration 57 } -sreg-BayStack425-48T OBJECT IDENTIFIER ::= { sreg-BayStack425 1 } -sreg-BayStack425-24T OBJECT IDENTIFIER ::= { sreg-BayStack425 2 } - --- Nortel Networks Wireless LAN Access Point 2221 -sreg-WLANAccessPoint2221 OBJECT IDENTIFIER ::= { registration 58 } - sreg-WLANAccessPoint2221-wirelessAP - OBJECT IDENTIFIER ::= { sreg-WLANAccessPoint2221 1 } - -sreg-BayStack5520 OBJECT IDENTIFIER ::= { registration 59 } -sreg-BayStack5520-24T-PWR OBJECT IDENTIFIER ::= { sreg-BayStack5520 1 } -sreg-BayStack5520-48T-PWR OBJECT IDENTIFIER ::= { sreg-BayStack5520 2 } - --- Nortel Networks WLAN Security Siwtch 2270 -sreg-WLANSecuritySwitch OBJECT IDENTIFIER ::= { registration 60 } -sreg-WLANSecuritySwitch2270 OBJECT IDENTIFIER ::= { sreg-WLANSecuritySwitch 1 } - --- Nortel Networks BayStack 325 -sreg-BayStack325 OBJECT IDENTIFIER ::= { registration 61 } -sreg-BayStack325-24T OBJECT IDENTIFIER ::= { sreg-BayStack325 1 } -sreg-BayStack325-24G OBJECT IDENTIFIER ::= { sreg-BayStack325 2 } - --- Nortel Networks Wireless LAN Access Point 2225 -sreg-WLANAccessPoint2225 OBJECT IDENTIFIER ::= { registration 62 } - sreg-WLANAccessPoint2225-wirelessAP - OBJECT IDENTIFIER ::= { sreg-WLANAccessPoint2225 1 } - - -sreg-BayStack470-24T-PWR OBJECT IDENTIFIER ::= { registration 63 } - sreg-BayStack470-24T-PWR-ethSwitchNMM -- BayStack 470-24T-PWR Switch 10/100 Switch - OBJECT IDENTIFIER ::= { sreg-BayStack470-24T-PWR 1 } - -sreg-BayStack470-48T-PWR OBJECT IDENTIFIER ::= { registration 64 } - sreg-BayStack470-48T-PWR-ethSwitchNMM -- BayStack 470-48T-PWR Switch 10/100 Switch - OBJECT IDENTIFIER ::= { sreg-BayStack470-48T-PWR 1 } - --- Ethernet Routing Switch 5530-24TFD -sreg-EthernetRoutingSwitch5530-24TFD OBJECT IDENTIFIER ::= { registration 65 } - --- Ethernet Switch 3510-24T -sreg-EthernetSwitch3510-24T OBJECT IDENTIFIER ::= { registration 66 } - --- Nortel WLAN -sreg-NortelWLAN OBJECT IDENTIFIER ::= { registration 67 } -sreg-NortelWLAN2350 OBJECT IDENTIFIER ::= { sreg-NortelWLAN 1 } -sreg-NortelWLAN2360 OBJECT IDENTIFIER ::= { sreg-NortelWLAN 2 } -sreg-NortelWLAN2361 OBJECT IDENTIFIER ::= { sreg-NortelWLAN 3 } -sreg-NortelWLAN2370 OBJECT IDENTIFIER ::= { sreg-NortelWLAN 4 } -sreg-NortelWLAN2380 OBJECT IDENTIFIER ::= { sreg-NortelWLAN 5 } - --- SMB BES -sreg-SMB-BES OBJECT IDENTIFIER ::= { registration 68 } -sreg-SMB-BES-GIG OBJECT IDENTIFIER ::= { sreg-SMB-BES 1 } -sreg-SMB-BES-1010-24T OBJECT IDENTIFIER ::= { sreg-SMB-BES-GIG 1 } -sreg-SMB-BES-1010-48T OBJECT IDENTIFIER ::= { sreg-SMB-BES-GIG 2 } -sreg-SMB-BES-1020-24T-PWR OBJECT IDENTIFIER ::= { sreg-SMB-BES-GIG 3 } -sreg-SMB-BES-1020-48T-PWR OBJECT IDENTIFIER ::= { sreg-SMB-BES-GIG 4 } -sreg-SMB-BES-2010-24T OBJECT IDENTIFIER ::= { sreg-SMB-BES-GIG 5 } -sreg-SMB-BES-2010-48T OBJECT IDENTIFIER ::= { sreg-SMB-BES-GIG 6 } -sreg-SMB-BES-2020-24T-PWR OBJECT IDENTIFIER ::= { sreg-SMB-BES-GIG 7 } -sreg-SMB-BES-2020-48T-PWR OBJECT IDENTIFIER ::= { sreg-SMB-BES-GIG 8 } - -sreg-SMB-BES-FE OBJECT IDENTIFIER ::= { sreg-SMB-BES 2 } -sreg-SMB-BES-110-24T OBJECT IDENTIFIER ::= { sreg-SMB-BES-FE 1 } -sreg-SMB-BES-110-48T OBJECT IDENTIFIER ::= { sreg-SMB-BES-FE 2 } -sreg-SMB-BES-120-24T-PWR OBJECT IDENTIFIER ::= { sreg-SMB-BES-FE 3 } -sreg-SMB-BES-120-48T-PWR OBJECT IDENTIFIER ::= { sreg-SMB-BES-FE 4 } -sreg-SMB-BES-210-24T OBJECT IDENTIFIER ::= { sreg-SMB-BES-FE 5 } -sreg-SMB-BES-210-48T OBJECT IDENTIFIER ::= { sreg-SMB-BES-FE 6 } -sreg-SMB-BES-220-24T-PWR OBJECT IDENTIFIER ::= { sreg-SMB-BES-FE 7 } -sreg-SMB-BES-220-48T-PWR OBJECT IDENTIFIER ::= { sreg-SMB-BES-FE 8 } - -sreg-SMB-BES-50-FE-12T-PWR OBJECT IDENTIFIER ::= { sreg-SMB-BES 3 } -sreg-SMB-BES-50-FE-24T-PWR OBJECT IDENTIFIER ::= { sreg-SMB-BES 4 } -sreg-SMB-BES-50-GE-12T-PWR OBJECT IDENTIFIER ::= { sreg-SMB-BES 5 } -sreg-SMB-BES-50-GE-24T-PWR OBJECT IDENTIFIER ::= { sreg-SMB-BES 6 } - --- SMB BAP -sreg-SMB-BAP OBJECT IDENTIFIER ::= { registration 69 } -sreg-SMB-BAP-WirelessAccessPoint OBJECT IDENTIFIER ::= { sreg-SMB-BAP 1 } -sreg-SMB-BAP-WirelessAccessPoint-BAP110 OBJECT IDENTIFIER ::= { sreg-SMB-BAP-WirelessAccessPoint 1 } -sreg-SMB-BAP-WirelessAccessPoint-BAP120 OBJECT IDENTIFIER ::= { sreg-SMB-BAP-WirelessAccessPoint 2 } - --- SMB BSR (Business Secure Router) -sreg-SMB-BSR OBJECT IDENTIFIER ::= { registration 70 } -sreg-SMB-BSR222 OBJECT IDENTIFIER ::= { sreg-SMB-BSR 1 } -sreg-SMB-BSR252 OBJECT IDENTIFIER ::= { sreg-SMB-BSR 2 } - --- Botany Bay (ERS 45xx Series) -sreg-ERS-45xx OBJECT IDENTIFIER ::= { registration 71 } -sreg-ERS-4548GT OBJECT IDENTIFIER ::= { sreg-ERS-45xx 1 } -sreg-ERS-4548GT-PWR OBJECT IDENTIFIER ::= { sreg-ERS-45xx 2 } -sreg-ERS-4550T OBJECT IDENTIFIER ::= { sreg-ERS-45xx 3 } -sreg-ERS-4550T-PWR OBJECT IDENTIFIER ::= { sreg-ERS-45xx 4 } -sreg-ERS-4526FX OBJECT IDENTIFIER ::= { sreg-ERS-45xx 5 } -sreg-ERS-4526GTX-PWR OBJECT IDENTIFIER ::= { sreg-ERS-45xx 6 } -sreg-ERS-4526GTX OBJECT IDENTIFIER ::= { sreg-ERS-45xx 7 } -sreg-ERS-4524GT OBJECT IDENTIFIER ::= { sreg-ERS-45xx 8 } -sreg-ERS-4526T-PWR OBJECT IDENTIFIER ::= { sreg-ERS-45xx 9 } -sreg-ERS-4526T OBJECT IDENTIFIER ::= { sreg-ERS-45xx 10 } - --- ERS 25xx Series) -sreg-ERS-25xx OBJECT IDENTIFIER ::= { registration 72 } -sreg-ERS-2500-26T OBJECT IDENTIFIER ::= { sreg-ERS-25xx 1 } -sreg-ERS-2500-26T-PWR OBJECT IDENTIFIER ::= { sreg-ERS-25xx 2 } -sreg-ERS-2500-50T OBJECT IDENTIFIER ::= { sreg-ERS-25xx 3 } -sreg-ERS-2500-50T-PWR OBJECT IDENTIFIER ::= { sreg-ERS-25xx 4 } - --- SMB BSG (Business Services Gateway) -sreg-SMB-BSG OBJECT IDENTIFIER ::= { registration 73 } -sreg-SMB-BSGX4E OBJECT IDENTIFIER ::= { sreg-SMB-BSG 1 } -sreg-SMB-BSG8EW OBJECT IDENTIFIER ::= { sreg-SMB-BSG 2 } -sreg-SMB-BSG12AW OBJECT IDENTIFIER ::= { sreg-SMB-BSG 3 } -sreg-SMB-BSG12TW OBJECT IDENTIFIER ::= { sreg-SMB-BSG 4 } -sreg-SMB-BSG12EW OBJECT IDENTIFIER ::= { sreg-SMB-BSG 5 } - --- --------------------------------------------------------- --- Branches under 'policy' --- --------------------------------------------------------- - --- --------------------------------------------------------- --- Branches under 'bayStackMibs' --- --------------------------------------------------------- --- bayStack10Mib OBJECT IDENTIFIER ::= { bayStackMibs 1 } --- bayStackNotificationsMib OBJECT IDENTIFIER ::= { bayStackMibs 2 } --- bayStackEapExtMib OBJECT IDENTIFIER ::= { bayStackMibs 3 } --- nnRapidSpanningTreeMib OBJECT IDENTIFIER ::= { bayStackMibs 4 } --- nnMultipleSpanningTreeMib OBJECT IDENTIFIER ::= { bayStackMibs 5 } --- bayStackMulticastFloodingMib OBJECT IDENTIFIER ::= { bayStackMibs 6 } --- bayStackLacpExtMib OBJECT IDENTIFIER ::= { bayStackMibs 7 } --- bayStackPethExtMib OBJECT IDENTIFIER ::= { bayStackMibs 8 } --- bayStackAdacMib OBJECT IDENTIFIER ::= { bayStackMibs 9 } --- nortelSecureNetworkAccessMib OBJECT IDENTIFIER ::= { bayStackMibs 10 } --- bayStackVrrpExtMib OBJECT IDENTIFIER ::= { bayStackMibs 11 } --- bayStackStatsMib OBJECT IDENTIFIER ::= { bayStackMibs 12 } --- bayStackMib OBJECT IDENTIFIER ::= { bayStackMibs 13 } --- bayStackOspfExtMib OBJECT IDENTIFIER ::= { bayStackMibs 14 } --- bayStackEcmpMib OBJECT IDENTIFIER ::= { bayStackMibs 15 } --- bayStackPhyTestMib OBJECT IDENTIFIER ::= { bayStackMibs 16 } --- bayStackDhcpSnoopingMib OBJECT IDENTIFIER ::= { bayStackMibs 17 } --- bayStackArpInspectionMib OBJECT IDENTIFIER ::= { bayStackMibs 18 } --- bayStackErrorMessageMib OBJECT IDENTIFIER ::= { bayStackMibs 19 } - - -END - diff --git a/mibs/CISCOSB-1-BONJOUR-SERVICE-MIB b/mibs/cisco/CISCOSB-1-BONJOUR-SERVICE-MIB similarity index 100% rename from mibs/CISCOSB-1-BONJOUR-SERVICE-MIB rename to mibs/cisco/CISCOSB-1-BONJOUR-SERVICE-MIB diff --git a/mibs/CISCOSB-3SW2SWTABLES-MIB b/mibs/cisco/CISCOSB-3SW2SWTABLES-MIB similarity index 100% rename from mibs/CISCOSB-3SW2SWTABLES-MIB rename to mibs/cisco/CISCOSB-3SW2SWTABLES-MIB diff --git a/mibs/CISCOSB-AAA b/mibs/cisco/CISCOSB-AAA similarity index 100% rename from mibs/CISCOSB-AAA rename to mibs/cisco/CISCOSB-AAA diff --git a/mibs/CISCOSB-BANNER-MIB b/mibs/cisco/CISCOSB-BANNER-MIB similarity index 100% rename from mibs/CISCOSB-BANNER-MIB rename to mibs/cisco/CISCOSB-BANNER-MIB diff --git a/mibs/CISCOSB-BONJOUR-MIB b/mibs/cisco/CISCOSB-BONJOUR-MIB similarity index 100% rename from mibs/CISCOSB-BONJOUR-MIB rename to mibs/cisco/CISCOSB-BONJOUR-MIB diff --git a/mibs/CISCOSB-BRGMACSWITCH-MIB b/mibs/cisco/CISCOSB-BRGMACSWITCH-MIB similarity index 100% rename from mibs/CISCOSB-BRGMACSWITCH-MIB rename to mibs/cisco/CISCOSB-BRGMACSWITCH-MIB diff --git a/mibs/CISCOSB-BRIDGE-SECURITY b/mibs/cisco/CISCOSB-BRIDGE-SECURITY similarity index 100% rename from mibs/CISCOSB-BRIDGE-SECURITY rename to mibs/cisco/CISCOSB-BRIDGE-SECURITY diff --git a/mibs/CISCOSB-BRIDGEMIBOBJECTS-MIB b/mibs/cisco/CISCOSB-BRIDGEMIBOBJECTS-MIB similarity index 100% rename from mibs/CISCOSB-BRIDGEMIBOBJECTS-MIB rename to mibs/cisco/CISCOSB-BRIDGEMIBOBJECTS-MIB diff --git a/mibs/CISCOSB-BaudRate-MIB b/mibs/cisco/CISCOSB-BaudRate-MIB similarity index 100% rename from mibs/CISCOSB-BaudRate-MIB rename to mibs/cisco/CISCOSB-BaudRate-MIB diff --git a/mibs/CISCOSB-CDB-MIB b/mibs/cisco/CISCOSB-CDB-MIB similarity index 100% rename from mibs/CISCOSB-CDB-MIB rename to mibs/cisco/CISCOSB-CDB-MIB diff --git a/mibs/CISCOSB-CDP-MIB b/mibs/cisco/CISCOSB-CDP-MIB similarity index 100% rename from mibs/CISCOSB-CDP-MIB rename to mibs/cisco/CISCOSB-CDP-MIB diff --git a/mibs/CISCOSB-CLI-MIB b/mibs/cisco/CISCOSB-CLI-MIB similarity index 100% rename from mibs/CISCOSB-CLI-MIB rename to mibs/cisco/CISCOSB-CLI-MIB diff --git a/mibs/CISCOSB-COPY-MIB b/mibs/cisco/CISCOSB-COPY-MIB similarity index 100% rename from mibs/CISCOSB-COPY-MIB rename to mibs/cisco/CISCOSB-COPY-MIB diff --git a/mibs/CISCOSB-CPU-COUNTERS-MIB b/mibs/cisco/CISCOSB-CPU-COUNTERS-MIB similarity index 100% rename from mibs/CISCOSB-CPU-COUNTERS-MIB rename to mibs/cisco/CISCOSB-CPU-COUNTERS-MIB diff --git a/mibs/CISCOSB-DEBUGCAPABILITIES-MIB b/mibs/cisco/CISCOSB-DEBUGCAPABILITIES-MIB similarity index 100% rename from mibs/CISCOSB-DEBUGCAPABILITIES-MIB rename to mibs/cisco/CISCOSB-DEBUGCAPABILITIES-MIB diff --git a/mibs/CISCOSB-DEVICEPARAMS-MIB b/mibs/cisco/CISCOSB-DEVICEPARAMS-MIB similarity index 100% rename from mibs/CISCOSB-DEVICEPARAMS-MIB rename to mibs/cisco/CISCOSB-DEVICEPARAMS-MIB diff --git a/mibs/CISCOSB-DHCP-MIB b/mibs/cisco/CISCOSB-DHCP-MIB similarity index 100% rename from mibs/CISCOSB-DHCP-MIB rename to mibs/cisco/CISCOSB-DHCP-MIB diff --git a/mibs/CISCOSB-DHCPCL-MIB b/mibs/cisco/CISCOSB-DHCPCL-MIB similarity index 100% rename from mibs/CISCOSB-DHCPCL-MIB rename to mibs/cisco/CISCOSB-DHCPCL-MIB diff --git a/mibs/CISCOSB-DHCPv6 b/mibs/cisco/CISCOSB-DHCPv6 similarity index 100% rename from mibs/CISCOSB-DHCPv6 rename to mibs/cisco/CISCOSB-DHCPv6 diff --git a/mibs/CISCOSB-DHCPv6-CLIENT b/mibs/cisco/CISCOSB-DHCPv6-CLIENT similarity index 100% rename from mibs/CISCOSB-DHCPv6-CLIENT rename to mibs/cisco/CISCOSB-DHCPv6-CLIENT diff --git a/mibs/CISCOSB-DHCPv6-RELAY b/mibs/cisco/CISCOSB-DHCPv6-RELAY similarity index 100% rename from mibs/CISCOSB-DHCPv6-RELAY rename to mibs/cisco/CISCOSB-DHCPv6-RELAY diff --git a/mibs/CISCOSB-DNSCL-MIB b/mibs/cisco/CISCOSB-DNSCL-MIB similarity index 100% rename from mibs/CISCOSB-DNSCL-MIB rename to mibs/cisco/CISCOSB-DNSCL-MIB diff --git a/mibs/CISCOSB-DOT1X-MIB b/mibs/cisco/CISCOSB-DOT1X-MIB similarity index 100% rename from mibs/CISCOSB-DOT1X-MIB rename to mibs/cisco/CISCOSB-DOT1X-MIB diff --git a/mibs/CISCOSB-Dlf-MIB b/mibs/cisco/CISCOSB-Dlf-MIB similarity index 100% rename from mibs/CISCOSB-Dlf-MIB rename to mibs/cisco/CISCOSB-Dlf-MIB diff --git a/mibs/CISCOSB-EEE-MIB b/mibs/cisco/CISCOSB-EEE-MIB similarity index 100% rename from mibs/CISCOSB-EEE-MIB rename to mibs/cisco/CISCOSB-EEE-MIB diff --git a/mibs/CISCOSB-EMBWEB-MIB b/mibs/cisco/CISCOSB-EMBWEB-MIB similarity index 100% rename from mibs/CISCOSB-EMBWEB-MIB rename to mibs/cisco/CISCOSB-EMBWEB-MIB diff --git a/mibs/CISCOSB-ENDOFMIB-MIB b/mibs/cisco/CISCOSB-ENDOFMIB-MIB similarity index 100% rename from mibs/CISCOSB-ENDOFMIB-MIB rename to mibs/cisco/CISCOSB-ENDOFMIB-MIB diff --git a/mibs/CISCOSB-ERRDISABLE-RECOVERY-MIB b/mibs/cisco/CISCOSB-ERRDISABLE-RECOVERY-MIB similarity index 100% rename from mibs/CISCOSB-ERRDISABLE-RECOVERY-MIB rename to mibs/cisco/CISCOSB-ERRDISABLE-RECOVERY-MIB diff --git a/mibs/CISCOSB-EVENTS-MIB b/mibs/cisco/CISCOSB-EVENTS-MIB similarity index 100% rename from mibs/CISCOSB-EVENTS-MIB rename to mibs/cisco/CISCOSB-EVENTS-MIB diff --git a/mibs/CISCOSB-File b/mibs/cisco/CISCOSB-File similarity index 100% rename from mibs/CISCOSB-File rename to mibs/cisco/CISCOSB-File diff --git a/mibs/CISCOSB-GREEN-MIB b/mibs/cisco/CISCOSB-GREEN-MIB similarity index 100% rename from mibs/CISCOSB-GREEN-MIB rename to mibs/cisco/CISCOSB-GREEN-MIB diff --git a/mibs/CISCOSB-GVRP-MIB b/mibs/cisco/CISCOSB-GVRP-MIB similarity index 100% rename from mibs/CISCOSB-GVRP-MIB rename to mibs/cisco/CISCOSB-GVRP-MIB diff --git a/mibs/CISCOSB-HWENVIROMENT b/mibs/cisco/CISCOSB-HWENVIROMENT similarity index 100% rename from mibs/CISCOSB-HWENVIROMENT rename to mibs/cisco/CISCOSB-HWENVIROMENT diff --git a/mibs/CISCOSB-IP b/mibs/cisco/CISCOSB-IP similarity index 100% rename from mibs/CISCOSB-IP rename to mibs/cisco/CISCOSB-IP diff --git a/mibs/CISCOSB-IPV6FHS-MIB b/mibs/cisco/CISCOSB-IPV6FHS-MIB similarity index 100% rename from mibs/CISCOSB-IPV6FHS-MIB rename to mibs/cisco/CISCOSB-IPV6FHS-MIB diff --git a/mibs/CISCOSB-IPv6 b/mibs/cisco/CISCOSB-IPv6 similarity index 100% rename from mibs/CISCOSB-IPv6 rename to mibs/cisco/CISCOSB-IPv6 diff --git a/mibs/CISCOSB-IpRouter b/mibs/cisco/CISCOSB-IpRouter similarity index 100% rename from mibs/CISCOSB-IpRouter rename to mibs/cisco/CISCOSB-IpRouter diff --git a/mibs/CISCOSB-JUMBOFRAMES-MIB b/mibs/cisco/CISCOSB-JUMBOFRAMES-MIB similarity index 100% rename from mibs/CISCOSB-JUMBOFRAMES-MIB rename to mibs/cisco/CISCOSB-JUMBOFRAMES-MIB diff --git a/mibs/CISCOSB-LBD-MIB b/mibs/cisco/CISCOSB-LBD-MIB similarity index 100% rename from mibs/CISCOSB-LBD-MIB rename to mibs/cisco/CISCOSB-LBD-MIB diff --git a/mibs/CISCOSB-LLDP-MIB b/mibs/cisco/CISCOSB-LLDP-MIB similarity index 100% rename from mibs/CISCOSB-LLDP-MIB rename to mibs/cisco/CISCOSB-LLDP-MIB diff --git a/mibs/CISCOSB-LOCALIZATION-MIB b/mibs/cisco/CISCOSB-LOCALIZATION-MIB similarity index 100% rename from mibs/CISCOSB-LOCALIZATION-MIB rename to mibs/cisco/CISCOSB-LOCALIZATION-MIB diff --git a/mibs/CISCOSB-MAC-BASE-PRIO b/mibs/cisco/CISCOSB-MAC-BASE-PRIO similarity index 100% rename from mibs/CISCOSB-MAC-BASE-PRIO rename to mibs/cisco/CISCOSB-MAC-BASE-PRIO diff --git a/mibs/CISCOSB-MIB b/mibs/cisco/CISCOSB-MIB similarity index 100% rename from mibs/CISCOSB-MIB rename to mibs/cisco/CISCOSB-MIB diff --git a/mibs/CISCOSB-MIR-MIB b/mibs/cisco/CISCOSB-MIR-MIB similarity index 100% rename from mibs/CISCOSB-MIR-MIB rename to mibs/cisco/CISCOSB-MIR-MIB diff --git a/mibs/CISCOSB-MNGINF-MIB b/mibs/cisco/CISCOSB-MNGINF-MIB similarity index 100% rename from mibs/CISCOSB-MNGINF-MIB rename to mibs/cisco/CISCOSB-MNGINF-MIB diff --git a/mibs/CISCOSB-MULTISESSIONTERMINAL-MIB b/mibs/cisco/CISCOSB-MULTISESSIONTERMINAL-MIB similarity index 100% rename from mibs/CISCOSB-MULTISESSIONTERMINAL-MIB rename to mibs/cisco/CISCOSB-MULTISESSIONTERMINAL-MIB diff --git a/mibs/CISCOSB-PHY-MIB b/mibs/cisco/CISCOSB-PHY-MIB similarity index 100% rename from mibs/CISCOSB-PHY-MIB rename to mibs/cisco/CISCOSB-PHY-MIB diff --git a/mibs/CISCOSB-POE-MIB b/mibs/cisco/CISCOSB-POE-MIB similarity index 100% rename from mibs/CISCOSB-POE-MIB rename to mibs/cisco/CISCOSB-POE-MIB diff --git a/mibs/CISCOSB-POLICY-MIB b/mibs/cisco/CISCOSB-POLICY-MIB similarity index 100% rename from mibs/CISCOSB-POLICY-MIB rename to mibs/cisco/CISCOSB-POLICY-MIB diff --git a/mibs/CISCOSB-Physicaldescription-MIB b/mibs/cisco/CISCOSB-Physicaldescription-MIB similarity index 100% rename from mibs/CISCOSB-Physicaldescription-MIB rename to mibs/cisco/CISCOSB-Physicaldescription-MIB diff --git a/mibs/CISCOSB-ProtectedPorts-MIB b/mibs/cisco/CISCOSB-ProtectedPorts-MIB similarity index 100% rename from mibs/CISCOSB-ProtectedPorts-MIB rename to mibs/cisco/CISCOSB-ProtectedPorts-MIB diff --git a/mibs/CISCOSB-QOS-CLI-MIB b/mibs/cisco/CISCOSB-QOS-CLI-MIB similarity index 100% rename from mibs/CISCOSB-QOS-CLI-MIB rename to mibs/cisco/CISCOSB-QOS-CLI-MIB diff --git a/mibs/CISCOSB-RLINVENTORYENT-MIB b/mibs/cisco/CISCOSB-RLINVENTORYENT-MIB similarity index 100% rename from mibs/CISCOSB-RLINVENTORYENT-MIB rename to mibs/cisco/CISCOSB-RLINVENTORYENT-MIB diff --git a/mibs/CISCOSB-RMON b/mibs/cisco/CISCOSB-RMON similarity index 100% rename from mibs/CISCOSB-RMON rename to mibs/cisco/CISCOSB-RMON diff --git a/mibs/CISCOSB-SCT-MIB b/mibs/cisco/CISCOSB-SCT-MIB similarity index 100% rename from mibs/CISCOSB-SCT-MIB rename to mibs/cisco/CISCOSB-SCT-MIB diff --git a/mibs/CISCOSB-SECSD-MIB b/mibs/cisco/CISCOSB-SECSD-MIB similarity index 100% rename from mibs/CISCOSB-SECSD-MIB rename to mibs/cisco/CISCOSB-SECSD-MIB diff --git a/mibs/CISCOSB-SECURITY-SUITE b/mibs/cisco/CISCOSB-SECURITY-SUITE similarity index 100% rename from mibs/CISCOSB-SECURITY-SUITE rename to mibs/cisco/CISCOSB-SECURITY-SUITE diff --git a/mibs/CISCOSB-SENSORENTMIB b/mibs/cisco/CISCOSB-SENSORENTMIB similarity index 100% rename from mibs/CISCOSB-SENSORENTMIB rename to mibs/cisco/CISCOSB-SENSORENTMIB diff --git a/mibs/CISCOSB-SMARTPORTS-MIB b/mibs/cisco/CISCOSB-SMARTPORTS-MIB similarity index 100% rename from mibs/CISCOSB-SMARTPORTS-MIB rename to mibs/cisco/CISCOSB-SMARTPORTS-MIB diff --git a/mibs/CISCOSB-SMON-MIB b/mibs/cisco/CISCOSB-SMON-MIB similarity index 100% rename from mibs/CISCOSB-SMON-MIB rename to mibs/cisco/CISCOSB-SMON-MIB diff --git a/mibs/CISCOSB-SNMP-MIB b/mibs/cisco/CISCOSB-SNMP-MIB similarity index 100% rename from mibs/CISCOSB-SNMP-MIB rename to mibs/cisco/CISCOSB-SNMP-MIB diff --git a/mibs/CISCOSB-SOCKET-MIB b/mibs/cisco/CISCOSB-SOCKET-MIB similarity index 100% rename from mibs/CISCOSB-SOCKET-MIB rename to mibs/cisco/CISCOSB-SOCKET-MIB diff --git a/mibs/CISCOSB-SSH-MIB b/mibs/cisco/CISCOSB-SSH-MIB similarity index 100% rename from mibs/CISCOSB-SSH-MIB rename to mibs/cisco/CISCOSB-SSH-MIB diff --git a/mibs/CISCOSB-SSL b/mibs/cisco/CISCOSB-SSL similarity index 100% rename from mibs/CISCOSB-SSL rename to mibs/cisco/CISCOSB-SSL diff --git a/mibs/CISCOSB-STACK-MIB b/mibs/cisco/CISCOSB-STACK-MIB similarity index 100% rename from mibs/CISCOSB-STACK-MIB rename to mibs/cisco/CISCOSB-STACK-MIB diff --git a/mibs/CISCOSB-STORMCTRL-MIB b/mibs/cisco/CISCOSB-STORMCTRL-MIB similarity index 100% rename from mibs/CISCOSB-STORMCTRL-MIB rename to mibs/cisco/CISCOSB-STORMCTRL-MIB diff --git a/mibs/CISCOSB-SYSLOG-MIB b/mibs/cisco/CISCOSB-SYSLOG-MIB similarity index 100% rename from mibs/CISCOSB-SYSLOG-MIB rename to mibs/cisco/CISCOSB-SYSLOG-MIB diff --git a/mibs/CISCOSB-SYSMNG-MIB b/mibs/cisco/CISCOSB-SYSMNG-MIB similarity index 100% rename from mibs/CISCOSB-SYSMNG-MIB rename to mibs/cisco/CISCOSB-SYSMNG-MIB diff --git a/mibs/CISCOSB-SpecialBpdu-MIB b/mibs/cisco/CISCOSB-SpecialBpdu-MIB similarity index 100% rename from mibs/CISCOSB-SpecialBpdu-MIB rename to mibs/cisco/CISCOSB-SpecialBpdu-MIB diff --git a/mibs/CISCOSB-TBI-MIB b/mibs/cisco/CISCOSB-TBI-MIB similarity index 100% rename from mibs/CISCOSB-TBI-MIB rename to mibs/cisco/CISCOSB-TBI-MIB diff --git a/mibs/CISCOSB-TCPSESSIONS b/mibs/cisco/CISCOSB-TCPSESSIONS similarity index 100% rename from mibs/CISCOSB-TCPSESSIONS rename to mibs/cisco/CISCOSB-TCPSESSIONS diff --git a/mibs/CISCOSB-TELNET-MIB b/mibs/cisco/CISCOSB-TELNET-MIB similarity index 100% rename from mibs/CISCOSB-TELNET-MIB rename to mibs/cisco/CISCOSB-TELNET-MIB diff --git a/mibs/CISCOSB-TIMEBASED-PORT-SHUTDOWN-MIB b/mibs/cisco/CISCOSB-TIMEBASED-PORT-SHUTDOWN-MIB similarity index 100% rename from mibs/CISCOSB-TIMEBASED-PORT-SHUTDOWN-MIB rename to mibs/cisco/CISCOSB-TIMEBASED-PORT-SHUTDOWN-MIB diff --git a/mibs/CISCOSB-TIMESYNCHRONIZATION-MIB b/mibs/cisco/CISCOSB-TIMESYNCHRONIZATION-MIB similarity index 100% rename from mibs/CISCOSB-TIMESYNCHRONIZATION-MIB rename to mibs/cisco/CISCOSB-TIMESYNCHRONIZATION-MIB diff --git a/mibs/CISCOSB-TRACEROUTE-MIB b/mibs/cisco/CISCOSB-TRACEROUTE-MIB similarity index 100% rename from mibs/CISCOSB-TRACEROUTE-MIB rename to mibs/cisco/CISCOSB-TRACEROUTE-MIB diff --git a/mibs/CISCOSB-TRAPS-MIB b/mibs/cisco/CISCOSB-TRAPS-MIB similarity index 100% rename from mibs/CISCOSB-TRAPS-MIB rename to mibs/cisco/CISCOSB-TRAPS-MIB diff --git a/mibs/CISCOSB-TRUNK-MIB b/mibs/cisco/CISCOSB-TRUNK-MIB similarity index 100% rename from mibs/CISCOSB-TRUNK-MIB rename to mibs/cisco/CISCOSB-TRUNK-MIB diff --git a/mibs/CISCOSB-TUNNEL-MIB b/mibs/cisco/CISCOSB-TUNNEL-MIB similarity index 100% rename from mibs/CISCOSB-TUNNEL-MIB rename to mibs/cisco/CISCOSB-TUNNEL-MIB diff --git a/mibs/CISCOSB-Tuning b/mibs/cisco/CISCOSB-Tuning similarity index 100% rename from mibs/CISCOSB-Tuning rename to mibs/cisco/CISCOSB-Tuning diff --git a/mibs/CISCOSB-UDLD-MIB b/mibs/cisco/CISCOSB-UDLD-MIB similarity index 100% rename from mibs/CISCOSB-UDLD-MIB rename to mibs/cisco/CISCOSB-UDLD-MIB diff --git a/mibs/CISCOSB-UDP b/mibs/cisco/CISCOSB-UDP similarity index 100% rename from mibs/CISCOSB-UDP rename to mibs/cisco/CISCOSB-UDP diff --git a/mibs/CISCOSB-WBA-MIB b/mibs/cisco/CISCOSB-WBA-MIB similarity index 100% rename from mibs/CISCOSB-WBA-MIB rename to mibs/cisco/CISCOSB-WBA-MIB diff --git a/mibs/CISCOSB-WeightedRandomTailDrop-MIB b/mibs/cisco/CISCOSB-WeightedRandomTailDrop-MIB similarity index 100% rename from mibs/CISCOSB-WeightedRandomTailDrop-MIB rename to mibs/cisco/CISCOSB-WeightedRandomTailDrop-MIB diff --git a/mibs/CISCOSB-ippreflist-MIB b/mibs/cisco/CISCOSB-ippreflist-MIB similarity index 100% rename from mibs/CISCOSB-ippreflist-MIB rename to mibs/cisco/CISCOSB-ippreflist-MIB diff --git a/mibs/CISCOSB-openflow-MIB b/mibs/cisco/CISCOSB-openflow-MIB similarity index 100% rename from mibs/CISCOSB-openflow-MIB rename to mibs/cisco/CISCOSB-openflow-MIB diff --git a/mibs/CISCOSB-rlBrgMcMngr-MIB b/mibs/cisco/CISCOSB-rlBrgMcMngr-MIB similarity index 100% rename from mibs/CISCOSB-rlBrgMcMngr-MIB rename to mibs/cisco/CISCOSB-rlBrgMcMngr-MIB diff --git a/mibs/CISCOSB-rlBrgMulticast-MIB b/mibs/cisco/CISCOSB-rlBrgMulticast-MIB similarity index 100% rename from mibs/CISCOSB-rlBrgMulticast-MIB rename to mibs/cisco/CISCOSB-rlBrgMulticast-MIB diff --git a/mibs/CISCOSB-rlFft b/mibs/cisco/CISCOSB-rlFft similarity index 100% rename from mibs/CISCOSB-rlFft rename to mibs/cisco/CISCOSB-rlFft diff --git a/mibs/CISCOSB-rlIP-MIB b/mibs/cisco/CISCOSB-rlIP-MIB similarity index 100% rename from mibs/CISCOSB-rlIP-MIB rename to mibs/cisco/CISCOSB-rlIP-MIB diff --git a/mibs/CISCOSB-rlInterfaces b/mibs/cisco/CISCOSB-rlInterfaces similarity index 100% rename from mibs/CISCOSB-rlInterfaces rename to mibs/cisco/CISCOSB-rlInterfaces diff --git a/mibs/CISCOSB-rlLcli-MIB b/mibs/cisco/CISCOSB-rlLcli-MIB similarity index 100% rename from mibs/CISCOSB-rlLcli-MIB rename to mibs/cisco/CISCOSB-rlLcli-MIB diff --git a/mibs/CISCOSB-rndApplications b/mibs/cisco/CISCOSB-rndApplications similarity index 100% rename from mibs/CISCOSB-rndApplications rename to mibs/cisco/CISCOSB-rndApplications diff --git a/mibs/CISCOSB-rndMng b/mibs/cisco/CISCOSB-rndMng similarity index 100% rename from mibs/CISCOSB-rndMng rename to mibs/cisco/CISCOSB-rndMng diff --git a/mibs/CISCOSB-vlan-MIB b/mibs/cisco/CISCOSB-vlan-MIB similarity index 100% rename from mibs/CISCOSB-vlan-MIB rename to mibs/cisco/CISCOSB-vlan-MIB diff --git a/mibs/CISCOSB-vlanVoice-MIB b/mibs/cisco/CISCOSB-vlanVoice-MIB similarity index 100% rename from mibs/CISCOSB-vlanVoice-MIB rename to mibs/cisco/CISCOSB-vlanVoice-MIB diff --git a/mibs/DIFF-SERV-MIB b/mibs/cisco/DIFF-SERV-MIB similarity index 100% rename from mibs/DIFF-SERV-MIB rename to mibs/cisco/DIFF-SERV-MIB