ARM-LAN-EMULATION-EXTENSION-MIB DEFINITIONS ::= BEGIN -- Unsigned32 IMPORTS MODULE-IDENTITY, OBJECT-TYPE, Gauge32, Integer32, Counter32, UInteger32, TimeTicks, IpAddress FROM SNMPv2-SMI TEXTUAL-CONVENTION, RowStatus, DisplayString, MacAddress, TimeStamp FROM SNMPv2-TC MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF enterprises FROM RFC1155-SMI lesConfEntry FROM LAN-EMULATION-LES-MIB IfIndexOrZero FROM LAN-EMULATION-ELAN-MIB BridgeId, Timeout FROM BRIDGE-MIB ; fore OBJECT IDENTIFIER ::= { enterprises 326 } systems OBJECT IDENTIFIER ::= { fore 2 } tokenring OBJECT IDENTIFIER ::= { systems 8 } atm OBJECT IDENTIFIER ::= { tokenring 2 } armArchitecture OBJECT IDENTIFIER ::= { atm 5 } lanEmulation MODULE-IDENTITY LAST-UPDATED "9907211200Z" ORGANIZATION "FORE Systems, Inc" CONTACT-INFO " FORE Systems, Inc. Technical Assistance Center 1-800-671-FORE " DESCRIPTION " This MIB module contains definitions for common ARM LAN Emulation Server and Client implementations. REVISION "9907211200Z" " DESCRIPTION " Added enumerations to ArmVlanType for by port vlans and IP Multicast vlans. " REVISION "9711051200Z" DESCRIPTION " The following changes have been made for this revision 1) VLAN MIB has been added 2) Super ELAN MIB has been added with the exception of the armSEPortStatisticsTable which existed in original MIB. However, armSEPortStatisticsTable has been updated. 3) deprecated armBbcmConfigNextId, the armBbcmConfigIndex will take on the value of the superElanID. " REVISION "9705221200Z" DESCRIPTION " Changed armLeServerXLesConfigEntry to be an augment of lesConfEntry and removed armLeServerXLesConfigIndex. " REVISION "9701211200Z" DESCRIPTION " The creation " ::= { armArchitecture 118 } -- private LAN Emulation MIB variables common to ARM products -- -- -- LeLayer OBJECT IDENTIFIER ::= { lanEmulation 1 } -- LeServer OBJECT IDENTIFIER ::= { lanEmulation 2 } -- -- have been deprecated since the ATM forum standard mib definitions -- replace their definition armLeServerX OBJECT IDENTIFIER ::= { lanEmulation 3 } armLeClientX OBJECT IDENTIFIER ::= { lanEmulation 4 } armLeMIBConformance OBJECT IDENTIFIER ::= { lanEmulation 5 } -- ****************************************************************** -- ****************************************************************** -- ****************************************************************** -- LAN Emulation Server Definitions -- ****************************************************************** -- ****************************************************************** -- ****************************************************************** -- ****************************************************************** -- LAN Emulation Server Definitions group OIDs -- ****************************************************************** armLeServerXMonitoring OBJECT IDENTIFIER ::= { armLeServerX 1 } armLeServerXConfig OBJECT IDENTIFIER ::= { armLeServerX 2 } -- ****************************** -- LE Server Monitoring Group -- ****************************** -- Global Monitoring of LE Servers -- *************************************** -- Global Monitoring Gauges of LE Servers -- *************************************** armLeServerXMon OBJECT IDENTIFIER ::= { armLeServerXMonitoring 1 } armLeServerXMonLecsInstances OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of LECS instances currently created on this agent." ::= { armLeServerXMon 1 } armLeServerXMonLesInstances OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of LES instances currently created on this agent." ::= { armLeServerXMon 2 } armLeServerXMonBusInstances OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of BUS instances currently created on this agent." ::= { armLeServerXMon 3 } -- ***************************** -- Monitoring of LECS Instances -- ***************************** armLeServerXLecsMonTable OBJECT-TYPE SYNTAX SEQUENCE OF ArmLeServerXLecsMonEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table provides monitoring of LECS instances." ::= { armLeServerXMonitoring 2 } armLeServerXLecsMonEntry OBJECT-TYPE SYNTAX ArmLeServerXLecsMonEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entries of armLeServerXLecsMonTable." INDEX { armLeServerXLecsMonIndex } ::= { armLeServerXLecsMonTable 1 } ArmLeServerXLecsMonEntry ::= SEQUENCE { armLeServerXLecsMonIndex Integer32, armLeServerXLecsUsedConnections Gauge32 } armLeServerXLecsMonIndex OBJECT-TYPE SYNTAX Integer32 (0..214748364) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The index used to identify this LECS instance on this agent. This variable has the same value as the lecsConfIndex used to identify this instance in the LECS MIB." REFERENCE "LAN-EMULATION-ELAN-MIB for definition of lecsConfIndex" ::= { armLeServerXLecsMonEntry 1 } armLeServerXLecsUsedConnections OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of virtual connections currently in use by this LECS instance." ::= { armLeServerXLecsMonEntry 2 } -- *************************** -- Monitoring of LES Instances -- *************************** armLeServerXLesMonTable OBJECT-TYPE SYNTAX SEQUENCE OF ArmLeServerXLesMonEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table provides monitoring of LES instances." ::= { armLeServerXMonitoring 3 } armLeServerXLesMonEntry OBJECT-TYPE SYNTAX ArmLeServerXLesMonEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entries of armLeServerXLesMonTable." INDEX { armLeServerXLesMonIndex } ::= { armLeServerXLesMonTable 1 } ArmLeServerXLesMonEntry ::= SEQUENCE { armLeServerXLesMonIndex Integer32, armLeServerXLesMonUsedConnections Gauge32, armLeServerXLesMonLesLecInstances Gauge32 } armLeServerXLesMonIndex OBJECT-TYPE SYNTAX Integer32 (0..214748364) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The index used to identify this LES instance on this agent. This variable has the same value as the lesConfIndex used to identify this instance in the LES MIB." REFERENCE "LAN-EMULATION-LES-MIB for definition of lesConfIndex" ::= { armLeServerXLesMonEntry 1 } armLeServerXLesMonUsedConnections OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of virtual connections currently in use by this LES instance." ::= { armLeServerXLesMonEntry 2 } armLeServerXLesMonLesLecInstances OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of clients currently served by this LES instance. This is the number of entries in the lesLecTable which have successfully joined this LES instance." REFERENCE "LAN-EMULATION-LES-MIB for definition of lesLecTable" ::= { armLeServerXLesMonEntry 3 } -- *************************** -- Monitoring of BUS Instances -- *************************** armLeServerXBusMonTable OBJECT-TYPE SYNTAX SEQUENCE OF ArmLeServerXBusMonEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table provides monitoring of BUS instances." ::= { armLeServerXMonitoring 4 } armLeServerXBusMonEntry OBJECT-TYPE SYNTAX ArmLeServerXBusMonEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entries of armLeServerXBusMonTable." INDEX { armLeServerXBusMonIndex } ::= { armLeServerXBusMonTable 1 } ArmLeServerXBusMonEntry ::= SEQUENCE { armLeServerXBusMonIndex Integer32, armLeServerXBusMonUsedConnections Gauge32, armLeServerXBusMonBusLecInstances Gauge32 } armLeServerXBusMonIndex OBJECT-TYPE SYNTAX Integer32 (0..214748364) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The index used to identify this BUS instance on this agent. This variable has the same value as the busConfIndex used to identify this instance in the BUS MIB." REFERENCE "LAN-EMULATION-BUS-MIB for definition of busConfIndex" ::= { armLeServerXBusMonEntry 1 } armLeServerXBusMonUsedConnections OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of virtual connections currently in use by this BUS instance." ::= { armLeServerXBusMonEntry 2 } armLeServerXBusMonBusLecInstances OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of clients currently served by this BUS instance. This is the number of entries in the busLecTable." REFERENCE "LAN-EMULATION-BUS-MIB for definition of busLecTable" ::= { armLeServerXBusMonEntry 3 } -- ********************************* -- LAN Emulation Configuration Group -- ********************************* -- *************************** -- Extensions to LES Configure -- *************************** armLeServerXLesConfigTable OBJECT-TYPE SYNTAX SEQUENCE OF ArmLeServerXLesConfigEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table provides extension for LES configuration." ::= { armLeServerXConfig 1 } armLeServerXLesConfigEntry OBJECT-TYPE SYNTAX ArmLeServerXLesConfigEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entries of armLeServerXLesConfigTable." AUGMENTS { lesConfEntry } ::= { armLeServerXLesConfigTable 1 } ArmLeServerXLesConfigEntry ::= SEQUENCE { armLeServerXLesMinLecID Integer32, armLeServerXLesMaxLecID Integer32 } armLeServerXLesMinLecID OBJECT-TYPE SYNTAX Integer32 (1..65279) MAX-ACCESS read-create STATUS current DESCRIPTION "The minimum number on the LEC ID range in use by by this LES instance. The default value is 1 the first possible LEC ID. " DEFVAL { 1 } ::= { armLeServerXLesConfigEntry 1 } armLeServerXLesMaxLecID OBJECT-TYPE SYNTAX Integer32 (1..65279) MAX-ACCESS read-create STATUS current DESCRIPTION "The maximum number on the LEC ID range in use by by this LES instance. The default value is 65279 the last possible LEC ID. " DEFVAL { 65279 } ::= { armLeServerXLesConfigEntry 2 } -- ****************************************************************** -- ****************************************************************** -- ****************************************************************** -- LAN Emulation Client Definitions -- ****************************************************************** -- ****************************************************************** -- ****************************************************************** -- ****************************************************************** -- ****************************************************************** -- ****************************************************************** -- Super ELAN Bridge Group -- ****************************************************************** -- ****************************************************************** -- ****************************************************************** armSuperELAN OBJECT IDENTIFIER ::= { armLeClientX 1 } ArmSEBridgeID ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION " This is a unique identifier associated with the Super ELAN Bridge (SEB). For SEB's spanning multiple devices, the SEB ID must be consistent because it is propagated in the spanning tree BPDUs. The SEB name has only local significance and need not be the same for every device participating in the Super ELAN. The valid range for SEB IDs is from 1 to 65279 (0xFEFF). The range of ID's from 65280 to 65535 are reserved for non SEB's. An ID of 65535 is reserved for the base bridge, a single non SEB. " SYNTAX INTEGER (1..65535) -- ************************************************************************* -- Super ELAN Bridge Control Data Statistics Table -- ************************************************************************* armSEPortStatisticsTable OBJECT-TYPE SYNTAX SEQUENCE OF ArmSEPortStatisticsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains statistics about LAN Emulation Control Frame Statistics for Super ELAN Bridge ports." ::= { armSuperELAN 1 } armSEPortStatisticsEntry OBJECT-TYPE SYNTAX ArmSEPortStatisticsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A list of LE Control Frame statistical information for each SEB port" INDEX { armSEBridgeId, armSEPortNum } ::= { armSEPortStatisticsTable 1 } ArmSEPortStatisticsEntry ::= SEQUENCE { armSEBridgeId ArmSEBridgeID, armSEPortNum INTEGER, armSEPortArpRequestsIn Counter32, armSEPortArpRequestsOut Counter32, armSEArpRequestsErrors Counter32, armSEPortArpRequestsDroppedPortBlocked Counter32, armSEPortArpRequestsFiltered Counter32, armSEPortArpRepliesIn Counter32, armSEPortArpRepliesOut Counter32, armSEPortArpRepliesErrors Counter32, armSEPortNarpRequestsIn Counter32, armSEPortNarpRequestsOut Counter32, armSEPortNarpRequestsDroppedPortBlocked Counter32, armSEPortFlushRequestsIn Counter32, armSEPortFlushRequestsOut Counter32, armSEPortFlushRepliesIn Counter32, armSEPortFlushRepliesOut Counter32, armSEPortFlushRequestErrors Counter32, armSEPortFlushRepliesErrors Counter32, armSEPortLeCtrlFramesIn Counter32, armSEPortLeCtrlFramesOut Counter32, armSEPortLeCtrlFramesDiscSrcPortNotFwrd Counter32, armSEPortLeCtrlFramesDiscDestPortNotFwrd Counter32 } armSEBridgeId OBJECT-TYPE SYNTAX ArmSEBridgeID MAX-ACCESS not-accessible STATUS current DESCRIPTION "The identifier of the Super ELAN Bridge which this LAN Emulation Client has joined." ::= { armSEPortStatisticsEntry 1 } armSEPortNum OBJECT-TYPE SYNTAX INTEGER (1..65535) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The bridge port number associated with this Super ELAN Bridge LAN Emulation Client. This variable directly corresponds, is equal to, the dot1dBasePort variable in rfc1493." ::= { armSEPortStatisticsEntry 2 } armSEPortArpRequestsIn OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of LE ARP Requests received by the SEB port." ::= { armSEPortStatisticsEntry 3 } armSEPortArpRequestsOut OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of bridged LE ARP Requests transmitted by the SEB port." ::= { armSEPortStatisticsEntry 4 } armSEArpRequestsErrors OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of received LE ARP Requests that were not bridged by the SEB port" ::= { armSEPortStatisticsEntry 5 } armSEPortArpRequestsDroppedPortBlocked OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS obsolete DESCRIPTION "The number of outgoing ARP Requests that were dropped by the SEB port because the port was in the blocking state." REFERENCE "rfc1493: dot1dStpPortState" ::= { armSEPortStatisticsEntry 6 } armSEPortArpRequestsFiltered OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of received LE ARP Requests discarded by the SEB port because the target MAC address in the LE ARP Request was filtered by the bridge." ::= { armSEPortStatisticsEntry 7 } armSEPortArpRepliesIn OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of LE ARP Responses received by the SEB port." ::= { armSEPortStatisticsEntry 8 } armSEPortArpRepliesOut OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of bridged LE ARP Responses transmitted by the SEB port." ::= { armSEPortStatisticsEntry 9 } armSEPortArpRepliesErrors OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of received LE ARP Responses that were dropped by the SEB port because the SEB port originating the corresponding LE ARP Request could not be determined." ::= { armSEPortStatisticsEntry 10 } armSEPortNarpRequestsIn OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of LE NARP Requests received by the SEB port." ::= { armSEPortStatisticsEntry 11 } armSEPortNarpRequestsOut OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of bridged LE NARP Requests transmitted by the SEB port." ::= { armSEPortStatisticsEntry 12 } armSEPortNarpRequestsDroppedPortBlocked OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS obsolete DESCRIPTION "The number of bridged LE NARP Requests that were dropped by the SEB port because the port was in the blocking state." REFERENCE "rfc1493: dot1dStpPortState" ::= { armSEPortStatisticsEntry 13 } armSEPortFlushRequestsIn OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of LE Flush Requests received by the SEB port." ::= { armSEPortStatisticsEntry 14 } armSEPortFlushRequestsOut OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of bridged LE Flush Requests transmitted by the SEB port." ::= { armSEPortStatisticsEntry 15 } armSEPortFlushRepliesIn OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of LE Flush Responses received by the SEB port." ::= { armSEPortStatisticsEntry 16 } armSEPortFlushRepliesOut OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of bridged LE Flush Responses transmitted by the SEB port." ::= { armSEPortStatisticsEntry 17 } armSEPortFlushRequestErrors OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of bridged LE Flush Request Errors for this SEB port." ::= { armSEPortStatisticsEntry 18 } armSEPortFlushRepliesErrors OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of bridged LE Flush Replies Errors for this SEB port." ::= { armSEPortStatisticsEntry 19 } armSEPortLeCtrlFramesIn OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of LE Control frames received by the SEB port." ::= { armSEPortStatisticsEntry 20 } armSEPortLeCtrlFramesOut OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of LE Control frames transmitted by the SEB port." ::= { armSEPortStatisticsEntry 21 } armSEPortLeCtrlFramesDiscSrcPortNotFwrd OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of LE Control frames discarded because the SEB source port is not forwarding." ::= { armSEPortStatisticsEntry 22 } armSEPortLeCtrlFramesDiscDestPortNotFwrd OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of LE Control frames discarded because the SEB destination port is not forwarding." ::= { armSEPortStatisticsEntry 23 } -- ********************************* -- Super ELAN Bridge Configuration Table -- ********************************* armSEBridgeConfigTable OBJECT-TYPE SYNTAX SEQUENCE OF ArmSEBridgeConfigEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table that contains the Super ELAN Bridge (SEB) Configuration." ::= { armSuperELAN 2 } armSEBridgeConfigEntry OBJECT-TYPE SYNTAX ArmSEBridgeConfigEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The configuration information for each Super ELAN Bridge instance" INDEX { armSEBridgeId } ::= { armSEBridgeConfigTable 1 } ArmSEBridgeConfigEntry ::= SEQUENCE { armSEAtmIfNumber IfIndexOrZero, armSEEnabled INTEGER, armSEName DisplayString, armSEFrameSize INTEGER, armSEMacCacheAge INTEGER, armSERDCacheAge INTEGER, armSEPriority INTEGER, armSEMaxAge INTEGER, armSEBridgeHelloTime INTEGER, armSEBridgeForwardDelay INTEGER, armSEBridgeAddress MacAddress, armSEType INTEGER, armSEConfigRowStatus RowStatus } armSEAtmIfNumber OBJECT-TYPE SYNTAX IfIndexOrZero MAX-ACCESS read-create STATUS current DESCRIPTION " The ATM interface number the Super ELAN (SE) bridging function is associated with. This number is used to determine the NETWORK ID. A SE Bridge (SEB) may span ATM adapters but they have to be on the same network, as specified by the Network ID. The specific requirement is that the LECs in the Super ELAN can establish a Data Direct VCC. The Network ID is an ATM configuration parameter that is required to allow Data Direct VCC's to be established. The value of this object must match an existing value in the ifTable. This object is set to zero when the ATM interface is not specified and the agent must determine itself which ATM interface it is to use. If the agent can not determine a default ATM interface an error should be returned by the agent. " DEFVAL { 0 } ::= { armSEBridgeConfigEntry 1 } armSEEnabled OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } MAX-ACCESS read-create STATUS current DESCRIPTION " When enabled(1) the SE Bridge (SEB) will bridge frames to the ports defined in its bridging domain. When disabled(2) the SEB will not bridge frames. " DEFVAL { enabled } ::= { armSEBridgeConfigEntry 2 } armSEName OBJECT-TYPE SYNTAX DisplayString (SIZE(1..32)) MAX-ACCESS read-create STATUS current DESCRIPTION " This is a user provided name to associate with the SEB. The SEB name is independent of the ELANs names of the constituent ELANs of the SEB. No default, name must be specified. " ::= { armSEBridgeConfigEntry 3 } armSEFrameSize OBJECT-TYPE SYNTAX INTEGER { en1516(1516), tr4544(4544), tr9234(9234), tr18190(18190) } MAX-ACCESS read-create STATUS current DESCRIPTION " Indicates the maximum SuperElan frame size. All ELANs in a single SEB must be set to the same maximum frame size. Valid Values 1516, 4544, 9234, 18190 Default for Ethernet 1516, the Default for Token Ring is 4544 Since armSEType defaults to Token Ring the MIB documents the armSEFrameSize DEFVAL to be 4544. However, if on row creation armSEType is set to Ethernet sebEN(1), and armSEFrameSize is not specified, the default value used by the agent should be 1516. " DEFVAL { tr4544 } ::= { armSEBridgeConfigEntry 4 } armSEMacCacheAge OBJECT-TYPE SYNTAX INTEGER (10..1000000) MAX-ACCESS read-create STATUS current DESCRIPTION " The number of seconds a learned MAC address remains in the data frame forwarding cache without revalidation. " DEFVAL { 300 } ::= { armSEBridgeConfigEntry 5 } armSERDCacheAge OBJECT-TYPE SYNTAX INTEGER (10..1000000) MAX-ACCESS read-create STATUS current DESCRIPTION " The number of seconds a learned route descriptor remains in the data frame forwarding cache without revalidation. " DEFVAL { 1800 } ::= { armSEBridgeConfigEntry 6 } armSEPriority OBJECT-TYPE SYNTAX INTEGER (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION " The SuperElan Bridge spanning tree priority. A lower value will increase the likelihood of a SuperElan bridge becoming the root. This value is appended to the SuperElan Spanning Tree MAC Address to form a SuperElan Bridge ID. " DEFVAL { 32768 } ::= { armSEBridgeConfigEntry 7 } armSEMaxAge OBJECT-TYPE SYNTAX INTEGER (6..40) MAX-ACCESS read-create STATUS current DESCRIPTION " The age at which the current Spanning Tree configuration is deemed too old. A value to small may cause the spanning tree to unnecessarily reconfigure. A value to large will increase the time it takes for the spanning tree to form once an outage is detected. " DEFVAL { 20 } ::= { armSEBridgeConfigEntry 8 } armSEBridgeHelloTime OBJECT-TYPE SYNTAX INTEGER (1..10) MAX-ACCESS read-create STATUS current DESCRIPTION " The interval of time in seconds between the generation of Spanning Tree configuration messages generate by the root. Lower values increase the spanning tree robustness, but increase network traffic overhead. Higher values decrease network control traffic but decrease spanning tree robustness. " DEFVAL { 2 } ::= { armSEBridgeConfigEntry 9 } armSEBridgeForwardDelay OBJECT-TYPE SYNTAX INTEGER (4..30) MAX-ACCESS read-create STATUS current DESCRIPTION " The delay in seconds that the SEB waits before transitioning to the next port state. The forward delay should be large enough to allow all Super ELAN bridges in the SuperELAN to disable ports in the new topology while the new spanning tree is being set up prior to forwarding data frames. Values too low might cause temporary loops in the SuperELAN, because not all bridges will complete the spanning tree updates. While values too large, lengthen network partitions after the spanning tree has converged, which causes data frame delays. The default value indicated that the bridge will begin forwarding frames 30 seconds after the spanning tree has converged: 15 seconds in listening state and 15 seconds in learning state. " DEFVAL { 15 } ::= { armSEBridgeConfigEntry 10 } armSEBridgeAddress OBJECT-TYPE SYNTAX MacAddress MAX-ACCESS read-create STATUS current DESCRIPTION " The Bridge MAC Address identifies the SuperELAN for the purposes of maintaining the SEB Spanning tree. If no value is configured, the SEB interface with the lowest MAC address will be used. This 6 octet Spanning Tree MAC Address is added to the value of the SuperELAN priority found in armSEPriority to create a SEB ID. " DEFVAL { '000000000000'H } ::= { armSEBridgeConfigEntry 11 } armSEType OBJECT-TYPE SYNTAX INTEGER { sebEN(1), sebTR(2) } MAX-ACCESS read-create STATUS current DESCRIPTION " This object indicates the type of SEB. sebEN(1) specifies a type of Ethernet, sebTR(2) specific's a type of Token Ring. " DEFVAL { sebTR } ::= { armSEBridgeConfigEntry 12 } armSEConfigRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION " This object is used to create or delete entries (rows) in the SuperElan Bridge Configuration Table. " REFERENCE " RFC 1903, Textual Conventions for version 2 of the Simple Network Management Protocol (SNMPv2). " ::= { armSEBridgeConfigEntry 13 } -- ************************************** -- SuperELAN Port Configuration Table -- ************************************** armSEPortConfigTable OBJECT-TYPE SYNTAX SEQUENCE OF ArmSEPortConfigEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table that contains SuperELAN Bridge Port Configuration." ::= { armSuperELAN 3 } armSEPortConfigEntry OBJECT-TYPE SYNTAX ArmSEPortConfigEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The configuration information for each SuperELAN Bridge Port" INDEX { armSEBridgeId, armSEPortNum } ::= { armSEPortConfigTable 1 } ArmSEPortConfigEntry ::= SEQUENCE { armSEPortIfNumber INTEGER, armSEPortElanName DisplayString, armSEPortRemoteElan INTEGER, armSEPortEnabled INTEGER, armSEPortPriority INTEGER, armSEPortRootCost INTEGER, armSEPortRowStatus RowStatus } armSEPortIfNumber OBJECT-TYPE SYNTAX INTEGER (1..65535) MAX-ACCESS read-only STATUS current DESCRIPTION " The interface number associated with this port. " ::= { armSEPortConfigEntry 1 } armSEPortElanName OBJECT-TYPE SYNTAX DisplayString (SIZE(1..32)) MAX-ACCESS read-create STATUS current DESCRIPTION " The ELAN Name in which the SuperElan Bridge LEC participates. If the ELAN Name matches that of a LES/BUS on the same node, a SEB-LEC interface is automatically added to the configuration, and the SEB-LEC parameters needed to join the ELAN are read from the local ELAN configuration. If the ELAN name does not match that of a LES/BUS on the same node, the SEB-LEC must be configured to join the specified ELAN. No Default value a name must be specified. " ::= { armSEPortConfigEntry 2 } armSEPortRemoteElan OBJECT-TYPE SYNTAX INTEGER { true(1), false(2) } MAX-ACCESS read-create STATUS current DESCRIPTION " This object indicates whether or not the Super ELAN LE Services (LES/BUS) for the ELAN specified by armSEPortElanName are local to the same node as the port or not. If false(2) the LE Services are local, if true(1) the LE Services are remote (not resident at the same node as the SuperElan). Default is local ELAN. " DEFVAL { false } ::= { armSEPortConfigEntry 3 } armSEPortEnabled OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } MAX-ACCESS read-create STATUS current DESCRIPTION " When enabled(1) the SuperELAN will bridge frames through this SEB port. When disabled(2) the SuperELAN will not bridge frames through this port. " DEFVAL { enabled } ::= { armSEPortConfigEntry 4 } armSEPortPriority OBJECT-TYPE SYNTAX INTEGER (0..255) MAX-ACCESS read-only STATUS current DESCRIPTION " This value influences which port is used when two or more ports are connected to the same network segment. This situation may cause a routing loop and a the priority provides a port selection method. A lower value represents a higher priority. ?Is Define ports and interfaces as bit 16 going to be a problem.? Put in to agent capabilities and check in agent. " DEFVAL { 128 } ::= { armSEPortConfigEntry 5 } armSEPortRootCost OBJECT-TYPE SYNTAX INTEGER (1..65535) MAX-ACCESS read-create STATUS current DESCRIPTION " The cost added to the root path cost in the Spanning Tree configuration message received on this port in order to determine the path cost to get to the root bridge through this port. Setting this value small increases the probability that this port will be close to the root bridge, and thus asked to carry more broadcast and unknown unicast traffic. " DEFVAL { 32768 } ::= { armSEPortConfigEntry 6 } armSEPortRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION " This object is used to create or delete entries (rows) in the SuperElan Bridge Port Configuration Table. " REFERENCE " RFC 1903, Textual Conventions for version 2 of the Simple Network Management Protocol (SNMPv2). " ::= { armSEPortConfigEntry 7 } -- ************************************************************************ -- Bridge Information from RFC 1493 -- ************************************************************************ -- SEB's only pertain to Emulated LAN segments, so those MIB objects from -- RFC 1493 that pertain to SEB's are included in the ARM LANE Extension. -- Some of the RFC1493 objects are excluded since they are not applicable -- to SEB's. -- ************************************************************************ -- ************************************** -- SEB Information -- ************************************** armSEBridgeTable OBJECT-TYPE SYNTAX SEQUENCE OF ArmSEBridgeEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table that contains bridge information for the SEB." ::= { armSuperELAN 4 } armSEBridgeEntry OBJECT-TYPE SYNTAX ArmSEBridgeEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Each entry (row) contains additional SEB pertaining to a specific SEB instance. " AUGMENTS { armSEBridgeConfigEntry } ::= { armSEBridgeTable 1 } ArmSEBridgeEntry ::= SEQUENCE { armSENumPorts INTEGER, armSEProtocolSpecification INTEGER, armSETimeSinceTopologyChange TimeTicks, armSETopChanges Counter32, armSEDesignatedRoot BridgeId, armSERootCost INTEGER, armSERootPort INTEGER, armSEBridgeMaxAge Timeout, armSEHelloTime Timeout, armSEHoldTime INTEGER, armSEForwardDelay Timeout, armSEMacLearnedEntryDiscards Counter32, armSERDLearnedEntryDiscards Counter32 } armSENumPorts OBJECT-TYPE SYNTAX INTEGER (1..65535) MAX-ACCESS read-only STATUS current DESCRIPTION " The number of ports defined for this SEB. This number can be used to determine the next available port number for row creation in any of the SEB Port Tables. Of course the next available index is determined by adding one to the number of ports defined. " ::= { armSEBridgeEntry 1 } -- ************************************** -- The SEB Spanning Tree part of Table -- ************************************** armSEProtocolSpecification OBJECT-TYPE SYNTAX INTEGER { unknown(1), tbSra(2) } MAX-ACCESS read-only STATUS current DESCRIPTION " The protocol type used for this SEB. Currently only Transparent Bridging with Source Route Awareness (tbSra(2)) is the only defined protocol type for SEB's. " ::= { armSEBridgeEntry 2 } -- dot1dStpPriority OBJECT-TYPE (see armSEpriority ) armSETimeSinceTopologyChange OBJECT-TYPE SYNTAX TimeTicks MAX-ACCESS read-only STATUS current DESCRIPTION "The time (in hundredths of a second) since the last time a topology change was detected by the bridge entity." REFERENCE "IEEE 802.1D-1990: Section 6.8.1.1.3" ::= { armSEBridgeEntry 3 } armSETopChanges OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of topology changes detected by this bridge since the management entity was last reset or initialized." REFERENCE "IEEE 802.1D-1990: Section 6.8.1.1.3" ::= { armSEBridgeEntry 4 } armSEDesignatedRoot OBJECT-TYPE SYNTAX BridgeId MAX-ACCESS read-only STATUS current DESCRIPTION "The bridge identifier of the root of the spanning tree as determined by the Spanning Tree Protocol as executed by this node. This value is used as the Root Identifier parameter in all Configuration Bridge PDUs originated by this node." REFERENCE "IEEE 802.1D-1990: Section 4.5.3.1" ::= { armSEBridgeEntry 5 } armSERootCost OBJECT-TYPE SYNTAX INTEGER (1..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "The cost of the path to the root as seen from this bridge." REFERENCE "IEEE 802.1D-1990: Section 4.5.3.2" ::= { armSEBridgeEntry 6 } armSERootPort OBJECT-TYPE SYNTAX INTEGER (1..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "The port number of the port which offers the lowest cost path from this bridge to the root bridge." REFERENCE "IEEE 802.1D-1990: Section 4.5.3.3" ::= { armSEBridgeEntry 7 } armSEBridgeMaxAge OBJECT-TYPE SYNTAX Timeout (1..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "The maximum age of Spanning Tree Protocol information learned from the network on any port before it is discarded, in units of hundredths of a second. This is the actual value that this bridge is currently using." REFERENCE "IEEE 802.1D-1990: Section 4.5.3.4" ::= { armSEBridgeEntry 8 } armSEHelloTime OBJECT-TYPE SYNTAX Timeout (1..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of time between the transmission of Configuration bridge PDUs by this node on any port when it is the root of the spanning tree or trying to become so, in units of hundredths of a second. This is the actual value that this bridge is currently using." REFERENCE "IEEE 802.1D-1990: Section 4.5.3.5" ::= { armSEBridgeEntry 9 } armSEHoldTime OBJECT-TYPE SYNTAX INTEGER (1..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "This time value determines the interval length during which no more than two Configuration bridge PDUs shall be transmitted by this node, in units of hundredths of a second." REFERENCE "IEEE 802.1D-1990: Section 4.5.3.14" ::= { armSEBridgeEntry 10 } armSEForwardDelay OBJECT-TYPE SYNTAX Timeout (1..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "This time value, measured in units of hundredths of a second, controls how fast a port changes its spanning state when moving towards the Forwarding state. The value determines how long the port stays in each of the Listening and Learning states, which precede the Forwarding state. This value is also used, when a topology change has been detected and is underway, to age all dynamic entries in the Forwarding Database. [Note that this value is the one that this bridge is currently using, in contrast to armSEBridgeForwardDelay which is the value that this bridge and all others would start using if/when this bridge were to become the root.]" REFERENCE "IEEE 802.1D-1990: Section 4.5.3.6" ::= { armSEBridgeEntry 11 } -- dot1dStpBridgeMaxAge OBJECT-TYPE (see armSEMaxAge ) -- dot1dStpBridgeHelloTime OBJECT-TYPE (see armSEBridgeHelloTime ) -- dot1dStpBridgeForwardDelay OBJECT-TYPE (see armBridgeForwardDelay ) armSEMacLearnedEntryDiscards OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of Mac Forwarding Database entries, which have been or would have been learnt, but have been discarded due to a lack of space to store them in the Forwarding Database. If this counter is increasing, it indicates that the Forwarding Database is regularly becoming full (a condition which has unpleasant performance effects on the subnetwork). If this counter has a significant value but is not presently increasing, it indicates that the problem has been occurring but is not persistent." REFERENCE "IEEE 802.1D-1990: Section 6.7.1.1.3" ::= { armSEBridgeEntry 12 } armSERDLearnedEntryDiscards OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of Route Descriptor Forwarding Database entries, which have been or would have been learnt, but have been discarded due to a lack of space to store them in the Forwarding Database. If this counter is increasing, it indicates that the Forwarding Database is regularly becoming full (a condition which has unpleasant performance effects on the subnetwork). If this counter has a significant value but is not presently increasing, it indicates that the problem has been occurring but is not persistent." REFERENCE "IEEE 802.1D-1990: Section 6.7.1.1.3" ::= { armSEBridgeEntry 13 } -- ************************************** -- SEB Port Information -- ************************************** armSEStpPortTable OBJECT-TYPE SYNTAX SEQUENCE OF ArmSEStpPortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table that contains port-specific information and Spanning Tree Protocol information for each SEB Port." ::= { armSuperELAN 5 } armSEStpPortEntry OBJECT-TYPE SYNTAX ArmSEStpPortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A list of SEB information maintained for each SEB port." AUGMENTS { armSEPortConfigEntry } ::= { armSEStpPortTable 1 } ArmSEStpPortEntry ::= SEQUENCE { armSEStpPortState INTEGER, armSEStpPortDesignatedRoot BridgeId, armSEStpPortDesignatedCost INTEGER, armSEStpPortDesignatedBridge BridgeId, armSEStpPortDesignatedPort INTEGER, armSEStpPortForwardTransitions Counter32, armSEPortMaxInfo INTEGER } -- ************************************** -- The Spanning Tree Port Table -- ************************************** -- dot1dStpPort OBJECT-TYPE (see armSEPortNum ) -- dot1dStpPortPriority OBJECT-TYPE (see armSEPortPriority ) armSEStpPortState OBJECT-TYPE SYNTAX INTEGER { forwarding(1), learning(2), listening(3), blocked(4), configured(5), netdown(6), configuring(7), unknown(8) } MAX-ACCESS read-only STATUS current DESCRIPTION "The port's current state as defined by application of the Spanning Tree Protocol. This state controls what action a port takes on reception of a frame. If the bridge has detected a port that is malfunctioning it will place that port into the broken(6) state. For ports which are disabled (see armSEPortEnable), this object will have a value of disabled(1). forwarding(1) - port is in forwarding state learning(2) - port is in learning state listening(3) - port is in listening state blocked(4) - this port is blocked by spanning tree configured(5) - this port is waiting for spanning tree netdown(6) - this ports network interface is down configuring(7) - this port is loading LEC configuration unknown(8) - this port is in some unknown state " REFERENCE "IEEE 802.1D-1990: Section 4.5.5.2" ::= { armSEStpPortEntry 1 } -- dot1dStpPortEnable OBJECT-TYPE (see armSEPortEnabled ) -- dot1dStpPortPathCost OBJECT-TYPE (see armSEPortRootCost ) armSEStpPortDesignatedRoot OBJECT-TYPE SYNTAX BridgeId MAX-ACCESS read-only STATUS current DESCRIPTION "The unique Bridge Identifier of the Bridge recorded as the Root in the Configuration BPDUs transmitted by the Designated Bridge for the segment to which the port is attached." REFERENCE "IEEE 802.1D-1990: Section 4.5.5.4" ::= { armSEStpPortEntry 2 } armSEStpPortDesignatedCost OBJECT-TYPE SYNTAX INTEGER (1..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "The path cost of the Designated Port of the segment connected to this port. This value is compared to the Root Path Cost field in received bridge PDUs." REFERENCE "IEEE 802.1D-1990: Section 4.5.5.5" ::= { armSEStpPortEntry 3 } armSEStpPortDesignatedBridge OBJECT-TYPE SYNTAX BridgeId MAX-ACCESS read-only STATUS current DESCRIPTION "The Bridge Identifier of the bridge which this port considers to be the Designated Bridge for this port's segment." REFERENCE "IEEE 802.1D-1990: Section 4.5.5.6" ::= { armSEStpPortEntry 4 } armSEStpPortDesignatedPort OBJECT-TYPE SYNTAX INTEGER (1..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "The Port Identifier of the port on the Designated Bridge for this port's segment." REFERENCE "IEEE 802.1D-1990: Section 4.5.5.7" ::= { armSEStpPortEntry 5 } armSEStpPortForwardTransitions OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of times this port has transitioned from the Learning state to the Forwarding state." ::= { armSEStpPortEntry 6 } -- dot1dTpLearnedEntryDiscards OBJECT-TYPE (see armSEMacLearnedEntryDiscards ) -- dot1dTpAgingTime OBJECT-TYPE (see armSEMacCacheAge ) -- ************************************** -- General SEB Port Information -- ************************************** armSEPortMaxInfo OBJECT-TYPE SYNTAX INTEGER (1..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "The maximum size of the INFO (non-MAC) field that this port will receive or transmit." ::= { armSEStpPortEntry 7 } -- ************************************************************************* -- Super ELAN Bridge Data Statistics Table -- ************************************************************************* armSEPortDataStatisticsTable OBJECT-TYPE SYNTAX SEQUENCE OF ArmSEPortDataStatisticsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains statistics about LAN Emulation Data Frame Statistics for Super ELAN Bridge ports." ::= { armSuperELAN 8 } armSEPortDataStatisticsEntry OBJECT-TYPE SYNTAX ArmSEPortDataStatisticsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A list of LE Data Frame statistical information for each SEB port" AUGMENTS { armSEPortConfigEntry } ::= { armSEPortDataStatisticsTable 1 } ArmSEPortDataStatisticsEntry ::= SEQUENCE { armSEPortInFrames Counter32, armSEPortOutFrames Counter32, armSEPortRoutedInFrames Counter32, armSEPortBpduFrames Counter32, armSEPortInDiscards Counter32, armSEPortDropSrcAddrFilters Counter32, armSEPortDropDestAddrFilters Counter32, armSEPortDropProtocolFilters Counter32, armSEPortDropSrcNotFwds Counter32, armSEPortDropDestNotFwds Counter32, armSEPortDropInputOverflows Counter32, armSEPortDropBpduOverflows Counter32, armSEPortDropSrOverflows Counter32, armSEPortRecNoBuffFailures Counter32, armSEPortTransmitFailures Counter32, armSEPortToBigFailures Counter32, armSEPortLanIdFailures Counter32, armSEPortStpLanIdFailures Counter32 } armSEPortInFrames OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of frames that have been received by this port from its segment. Note that a frame received on the interface corresponding to this port is only counted by this object if and only if it is for a protocol being processed by the local bridging function, including bridge management frames." REFERENCE "IEEE 802.1D-1990: Section 6.6.1.1.3" ::= { armSEPortDataStatisticsEntry 1 } armSEPortOutFrames OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of frames that have been transmitted by this port to its segment. Note that a frame transmitted on the interface corresponding to this port is only counted by this object if and only if it is for a protocol being processed by the local bridging function, including bridge management frames." REFERENCE "IEEE 802.1D-1990: Section 6.6.1.1.3" ::= { armSEPortDataStatisticsEntry 2 } armSEPortRoutedInFrames OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION " Frames received on this port that were routed, rather than, or in addition to, bridged. " ::= { armSEPortDataStatisticsEntry 3 } armSEPortBpduFrames OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION " Count of SE BPDU Frames " ::= { armSEPortDataStatisticsEntry 4 } armSEPortInDiscards OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Count of valid frames received which were discarded (i.e., filtered) by the Forwarding Process." REFERENCE "IEEE 802.1D-1990: Section 6.6.1.1.3" ::= { armSEPortDataStatisticsEntry 5 } armSEPortDropSrcAddrFilters OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION " Frames dropped due to Source Address filtering " ::= { armSEPortDataStatisticsEntry 6 } armSEPortDropDestAddrFilters OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION " Frames dropped due to destination address filtering. These are frames to destinations on the same LAN that they arrived on, or otherwise filtered by the filtering database of the bridge. " ::= { armSEPortDataStatisticsEntry 7 } armSEPortDropProtocolFilters OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION " Frames dropped due to user filtering of particular protocol identifiers. " ::= { armSEPortDataStatisticsEntry 8 } armSEPortDropSrcNotFwds OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION " Frames received on this port when it was not in forwarding state (mostly in learning state). " ::= { armSEPortDataStatisticsEntry 9 } armSEPortDropDestNotFwds OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION " Frames not sent because output port not in forwarding state. Don't know which port they tag on yet. " ::= { armSEPortDataStatisticsEntry 10 } armSEPortDropInputOverflows OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION " Frames dropped due to input queue overflow. " ::= { armSEPortDataStatisticsEntry 11 } armSEPortDropBpduOverflows OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION " BPDU's dropped due to BPDU input queue overflow. " ::= { armSEPortDataStatisticsEntry 12 } armSEPortDropSrOverflows OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION " Source Route Frames dropped due to SR input queue overflow. " ::= { armSEPortDataStatisticsEntry 13 } armSEPortRecNoBuffFailures OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION " Receive frames discarded due to no buffer available. " ::= { armSEPortDataStatisticsEntry 14 } armSEPortTransmitFailures OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION " Frame Count of transmit failures. " ::= { armSEPortDataStatisticsEntry 15 } armSEPortToBigFailures OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION " Count of frames to big to sent on this port. " ::= { armSEPortDataStatisticsEntry 16 } armSEPortLanIdFailures OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION " Count of frames discarded due to mismatch in the LAN ID. " ::= { armSEPortDataStatisticsEntry 17 } armSEPortStpLanIdFailures OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION " Count of frames discarded due to duplicate LAN ID or spanning tree error. " ::= { armSEPortDataStatisticsEntry 18 } -- ************************************************************************ -- ************************************************************************ -- ************************************************************************ -- Bridging Broadcast Manager Group -- ************************************************************************ -- ************************************************************************ -- ************************************************************************ armBbcmMIB OBJECT IDENTIFIER ::= { armLeClientX 2 } armBbcmConfigGroup OBJECT IDENTIFIER ::= { armBbcmMIB 1 } armBbcmStatsGroup OBJECT IDENTIFIER ::= { armBbcmMIB 2 } -- -- BBCM Config Group -- armBbcmConfigNextId OBJECT-TYPE SYNTAX Integer32 (0..214748364) MAX-ACCESS read-only STATUS obsolete -- ************************************************************************ -- note that the status of this object is now depricated! -- ************************************************************************ DESCRIPTION "The next available index in the armBbcmConfigTable. The value of this object can be used as the index by the network manager to create an entry in the table. This object is no longer required since the armBbcmConfigIndex is now specified as the superElanID. " ::= { armBbcmConfigGroup 1 } -- -- BBCM Config Table -- armBbcmConfigTable OBJECT-TYPE SYNTAX SEQUENCE OF ArmBbcmConfigEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " This table contains configuration values for the Bridging Broadcast Manager (BBCM). " ::= { armBbcmConfigGroup 2 } armBbcmConfigEntry OBJECT-TYPE SYNTAX ArmBbcmConfigEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " Each entry of the table represents a configured instance of the BBCM. " INDEX { armBbcmConfigIndex } ::= { armBbcmConfigTable 1 } ArmBbcmConfigEntry ::= SEQUENCE { armBbcmConfigIndex ArmSEBridgeID, armBbcmName DisplayString, armBbcmConfigRowStatus RowStatus } armBbcmConfigIndex OBJECT-TYPE SYNTAX ArmSEBridgeID MAX-ACCESS not-accessible STATUS current DESCRIPTION " A value which uniquely identifies a conceptual row of the BBCM Configuration Table. Since BBCM is a bridge based function, each row of this table identifies a unique bridge instance. " ::= { armBbcmConfigEntry 1 } armBbcmName OBJECT-TYPE SYNTAX DisplayString (SIZE(0..32)) MAX-ACCESS read-only STATUS current DESCRIPTION " This is the name associated with the bridge instance. It is either the Super Elan Bridge name or the name assigned to the base bridge. " ::= { armBbcmConfigEntry 2 } armBbcmConfigRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION " This object is used to create or delete entries in the armBbcmConfigTable. " REFERENCE " RFC 1903, Textual Conventions for version 2 of the Simple Network Management Protocol (SNMPv2). " ::= { armBbcmConfigEntry 3 } -- -- BBCM protocol configuration table -- armBbcmProtocolConfigTable OBJECT-TYPE SYNTAX SEQUENCE OF ArmBbcmProtocolConfigEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " Each entry of the table represents a configured instance of a specific protocol for a particular BBCM instance. " ::= { armBbcmConfigGroup 3 } armBbcmProtocolConfigEntry OBJECT-TYPE SYNTAX ArmBbcmProtocolConfigEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " Each entry of the table represents a configuration information for a specific protocol supported by a specific BBCM. " INDEX { armBbcmProtocolType, armBbcmConfigIndex } ::= { armBbcmProtocolConfigTable 1} ArmBbcmProtocolConfigEntry ::= SEQUENCE { armBbcmProtocolType INTEGER, armBbcmProtocolOperStatus INTEGER, armBbcmProtocolAdminStatus INTEGER, armBbcmProtocolCacheAge Integer32 } armBbcmProtocolType OBJECT-TYPE SYNTAX INTEGER { reserved(1), ip(2) } MAX-ACCESS not-accessible STATUS current DESCRIPTION " BBCM Protocols Supported. For ease in implementation the enumerated types for armBbcmProtocolType and armBbcmStatProtocolType are equivalent. Note: 1 is reserved so armBbcmStatProtocolType of 1 can be all. This allows enumeration values to match between armBbcmProtocolType and armBbcmStatProtocolType. " ::= { armBbcmProtocolConfigEntry 1 } armBbcmProtocolOperStatus OBJECT-TYPE SYNTAX INTEGER { other(1), up(2), down(3) } MAX-ACCESS read-only STATUS current DESCRIPTION " The current BBCM Status Note for this implementation other is defined only to be consistent with standard LE server MIBs, it has no meaning for the definition. " ::= { armBbcmProtocolConfigEntry 2 } armBbcmProtocolAdminStatus OBJECT-TYPE SYNTAX INTEGER { up(2), down(3) } MAX-ACCESS read-write STATUS current DESCRIPTION " The desired state of the BBCM as prescribed by the operator. The actions of the agent will, if at all possible, eventually result in the desired state being reflected in the armBbcmProtocolOperStatus. " ::= { armBbcmProtocolConfigEntry 3 } armBbcmProtocolCacheAge OBJECT-TYPE SYNTAX Integer32(1..214748364) MAX-ACCESS read-write STATUS current DESCRIPTION " The number of minutes a protocol is cached by BBCM before being added due to inactivity. " ::= { armBbcmProtocolConfigEntry 4 } -- -- BBCM protocol statistics table -- armBbcmStatTable OBJECT-TYPE SYNTAX SEQUENCE OF ArmBbcmStatEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " This table contains activity statistics on a BBCM basis. " ::= { armBbcmStatsGroup 1 } armBbcmStatEntry OBJECT-TYPE SYNTAX ArmBbcmStatEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " Each entry of the tables represents a BBCM protocol instance. " INDEX { armBbcmStatProtocolType, armBbcmConfigIndex } ::= { armBbcmStatTable 1} ArmBbcmStatEntry ::= SEQUENCE { armBbcmStatProtocolType INTEGER, armBbcmStatInReceives Counter32, armBbcmStatInOctets Counter32, armBbcmStatOutManaged Counter32, armBbcmStatOutManagedOctets Counter32, armBbcmStatOutNotManaged Counter32, armBbcmStatOutNotManagedOctets Counter32, armBbcmStatOutFiltered Counter32, armBbcmStatOutFilteredOctets Counter32 } armBbcmStatProtocolType OBJECT-TYPE SYNTAX INTEGER { allprotocols(1), ip(2) } MAX-ACCESS not-accessible STATUS current DESCRIPTION " BBCM Protocols Supported. For ease in implementation the enumerated types for armBbcmProtocolType and armBbcmStatProtocolType are equivalent. When the protocol type is 1 (allprotocols) the response contains the total count for all protocols supported by this BBCM. " ::= { armBbcmStatEntry 1 } armBbcmStatInReceives OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION " Number of packets processed by BBCM for this protocol " ::= { armBbcmStatEntry 2 } armBbcmStatInOctets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION " Number of Octets processed by BBCM for this protocol. This count is of all octets seen, including control information like headers. " ::= { armBbcmStatEntry 3 } armBbcmStatOutManaged OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION " Number of packets transformed by BBCM from broadcast to unicast for this protocol. " ::= { armBbcmStatEntry 4 } armBbcmStatOutManagedOctets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION " Number of Octets transformed by BBCM from broadcast to unicast for this protocol. This count is of all octets seen, including control information like headers. " ::= { armBbcmStatEntry 5 } armBbcmStatOutNotManaged OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION " The number of packets seen by BBCM that were left as they were originally broadcast. " ::= { armBbcmStatEntry 6 } armBbcmStatOutNotManagedOctets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION " The number of octets seen by BBCM that were left as they were originally broadcast. This count is of all octets seen, including control information like headers. " ::= { armBbcmStatEntry 7 } armBbcmStatOutFiltered OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION " Number of Packets Filtered by BBCM. " ::= { armBbcmStatEntry 8 } armBbcmStatOutFilteredOctets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION " Number of Octets Filtered by BBCM. " ::= { armBbcmStatEntry 9 } -- ************************************************************************ -- ************************************************************************ -- ************************************************************************ -- VLAN Group -- ************************************************************************ -- ************************************************************************ -- ************************************************************************ armVlan OBJECT IDENTIFIER ::= { armLeClientX 3 } ArmVlanPortMap ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION " The VLAN Port Map provides the bridge port mapping for a specific VLAN definition. In the map each bit of each octet provides the definition for a given port. That is the first octet defines the first eight ports of the bridge, the second octet defines the second eight ports of the bridge and so on and so on and so on. Note that bit 0 of octet 1 should never be set because bridges have no concept of port 0. armVlanMaxPortMap defines the maximum number of octets supported in any of the PortMap objects, for this version of the agent. " SYNTAX OCTET STRING (SIZE(1..65535)) ArmVlanIndex ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION " A value which uniquely identifies a conceptual row in the various VLAN tables. The VlanIndex is used to correlate table information pertaining to that same VLAN instance in the various VLAN tables. This index is unique across all bridge instances. " SYNTAX Integer32 ArmVlanType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION " A value which uniquely identifies the type of VLAN. " SYNTAX INTEGER { ip(1), ipx(2), netbios(3), userDefSldWindo(4), mac(5), byPort(6), ipMulticast(7) } -- ********************************************************************** -- VLAN General Group -- ********************************************************************** armVlanGGroup OBJECT IDENTIFIER ::= { armVlan 1} -- ********************************************************************** -- VLAN General Objects Group -- ********************************************************************** armVlanGOGroup OBJECT IDENTIFIER ::= { armVlanGGroup 1} armVlanConfIndexNextID OBJECT-TYPE SYNTAX ArmVlanIndex MAX-ACCESS read-only STATUS current DESCRIPTION " This is the next available Vlan Index for this agent. If should be used when creating rows in the Vlan tables indexed by armVlanConfIndex. " ::= { armVlanGOGroup 1 } armVlanTopologyChange OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION " This is the time stamp at which time the last VLAN Topology Change occurred. This object can be used to monitor the change status of the VLANs controlled by this agent. A change is defined whenever a VLAN has been added, deleted or changes configuration. A change is also defined when a port is discovered or is aged out. " ::= { armVlanGOGroup 2 } armVlanMaxPortMap OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION " This is the maximum number of octets this agent supports for representing ports in the the Port Map objects which use the textual convention ArmVlanPortMap. " ::= { armVlanGOGroup 3 } armVlanMaxUDSWMaskFilter OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION " This is the maximum number of octets this agent supports for armVlanUDSWMask or armVlanUDSWFilter. The Mask and Filter must contain the same number of octets. " ::= { armVlanGOGroup 4 } -- ********************************************************************** -- VLAN Configuration Group -- ********************************************************************** armVlanCGroup OBJECT IDENTIFIER ::= { armVlan 2} armVlanConfGroup OBJECT IDENTIFIER ::= { armVlanCGroup 1} -- ********************************************************************** -- VLAN Configuration Table -- ********************************************************************** armVlanConfTable OBJECT-TYPE SYNTAX SEQUENCE OF ArmVlanConfEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " The layout of the VLAN MIB tables relies on common information and VLAN type specific information. The armVlanConfTable is the base table. Columns are added to this table depending on the VLAN type, for example armVlanIPConfTable is for IP VLANs, armVlanIPXConfTable is for IPX VlANS, armVlanUDSWConfTable is for User Defined Sliding Window based VLANs, and armVlanMacConfTable is for MAC address defined VLANs. Associated with the extended configuration table is a base status table, armVlanStatusTable. This table covers generic status and the USDW and MAC VLAN status requirements are currently defined. Specific status table additions are provided by the armVlanIpStatusTable for IP criteria. " ::= { armVlanConfGroup 1 } armVlanConfEntry OBJECT-TYPE SYNTAX ArmVlanConfEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " Each entry of the armVlanConfTable provides configuration information pertaining to a specific instance of a VLAN. " INDEX {armVlanConfIndex} ::= { armVlanConfTable 1 } ArmVlanConfEntry ::= SEQUENCE { armVlanConfIndex ArmVlanIndex, armVlanConfBridgeId ArmSEBridgeID, armVlanConfType ArmVlanType, armVlanConfAgingTimer UInteger32, armVlanConfForwardingPortMap ArmVlanPortMap, armVlanConfIncludedPortMap ArmVlanPortMap, armVlanConfExcludedPortMap ArmVlanPortMap, armVlanConfName DisplayString, armVlanConfRowStatus RowStatus } armVlanConfIndex OBJECT-TYPE SYNTAX ArmVlanIndex MAX-ACCESS not-accessible STATUS current DESCRIPTION " An index assigned by the agent which uniquely identifies an instance of a VLAN. This objects value is NOT guaranteed to be the same value across agent restarts. " ::= { armVlanConfEntry 1 } armVlanConfBridgeId OBJECT-TYPE SYNTAX ArmSEBridgeID MAX-ACCESS read-create STATUS current DESCRIPTION "The identifier of the Base Bridge or Super ELAN Bridge which this VLAN is defined as an additional filter for. " ::= { armVlanConfEntry 2 } armVlanConfType OBJECT-TYPE SYNTAX ArmVlanType MAX-ACCESS read-create STATUS current DESCRIPTION " The type of VLAN. " ::= { armVlanConfEntry 3 } armVlanConfAgingTimer OBJECT-TYPE SYNTAX UInteger32 MAX-ACCESS read-create STATUS current DESCRIPTION " The amount of time (in minutes) an auto-detect port will remain in the forwarding domain of the VLAN in the absence of traffic from that VLAN. A value of zero means forever. " DEFVAL { 5000 } ::= { armVlanConfEntry 4 } armVlanConfForwardingPortMap OBJECT-TYPE SYNTAX ArmVlanPortMap MAX-ACCESS read-only STATUS current DESCRIPTION " Defines which ports are in forwarding state for this VLAN. The VLAN port is in forwarding state if one of the following is true: The port has been statically included by setting the corresponding port in armVlanIncludedPortMap. The port is not excluded, corresponding port in armVlanExcludedPortMap is zero, and the port has seen VLAN traffic in the current age out period, as defined by armVlanConfAgingTimer. " ::= { armVlanConfEntry 5 } armVlanConfIncludedPortMap OBJECT-TYPE SYNTAX ArmVlanPortMap MAX-ACCESS read-create STATUS current DESCRIPTION " Each of the bits in the port map represents a bridge port and defines which ports are automatically and permanently included from the forwarding domain of the VLAN. A value of 1 for the port means it is included. A value of 0 means the port has to be discovered (port traffic seen) to be included in the VLAN. " DEFVAL { '0'H } ::= { armVlanConfEntry 6 } armVlanConfExcludedPortMap OBJECT-TYPE SYNTAX ArmVlanPortMap MAX-ACCESS read-create STATUS current DESCRIPTION " Each of the bits in the port map represents a bridge port and defines which ports are automatically and permanently excluded from the forwarding domain of the VLAN. A value of 1 for the port means it is excluded from the VLAN even if traffic for this VLAN type is seen on this port. A value of 0 means the port can be discovered. " DEFVAL { '0'H } ::= { armVlanConfEntry 7 } armVlanConfName OBJECT-TYPE SYNTAX DisplayString (SIZE(0..32)) MAX-ACCESS read-create STATUS current DESCRIPTION " A node unique user defined name for the VLAN. This name must be unique across all bridge instances at that node (agent). " ::= { armVlanConfEntry 8 } armVlanConfRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION " This object is used to create or delete entries (rows) in the VLAN Configuration Table. " REFERENCE " RFC 1903, Textual Conventions for version 2 of the Simple Network Management Protocol (SNMPv2). " ::= { armVlanConfEntry 9 } -- ********************************************************************** -- IP VLAN Configuration Table -- ********************************************************************** armVlanIpConfTable OBJECT-TYPE SYNTAX SEQUENCE OF ArmVlanIpConfEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " The ARM VLAN Configuration Table provides the definitions required to configure an ARM IP or IP Multicast Protocol Virtual LAN (PVLAN) This table defines the filters for the IP or IP Multicast PVLAN Entries in this table must be provided when the corresponding row of the armVlanConfTable is being created. " ::= { armVlanConfGroup 2 } armVlanIpConfEntry OBJECT-TYPE SYNTAX ArmVlanIpConfEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " Each entry of the armVlanIpConfTable provides configuration information pertaining to a specific instance of an IP or IP Multicast PVLAN. " INDEX {armVlanConfIndex} ::= { armVlanIpConfTable 1 } ArmVlanIpConfEntry ::= SEQUENCE { armVlanIpNetworkAddr IpAddress, armVlanIpNetworkMask IpAddress, armVlanIpCutThruFromHere INTEGER, armVlanIpCutThruToHere INTEGER } armVlanIpNetworkAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION " The IP or IP Multicast address of the local forwarding component used to route or bridge traffic for this VLAN. No default value. A default value must be specified when creating an IP or IP Multicast VLAN. " ::= { armVlanIpConfEntry 1 } armVlanIpNetworkMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION " The IP address mask used to 'AND' against the IP address in a received IP frame. The result of the 'AND' operation is compared to the value given in the armVlanIPNetworkAddr in order to determine if the frame belongs to the VLAN and should be forwarded. There is no default value. A mask must be specified when creating an IP PVLAN entry in the armVlanConfTable. Note: if the armVlanConfType is IP Multicast armVlanIpNetworkMask the armVlanIpNetworkMask is not used. A value 0.0.0.0 should be returned by the agent. " ::= { armVlanIpConfEntry 2 } armVlanIpCutThruFromHere OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } MAX-ACCESS read-write STATUS current DESCRIPTION " Specifies whether IP cut through communications originating from this subnet are enabled. " DEFVAL { disabled } ::= { armVlanIpConfEntry 3 } armVlanIpCutThruToHere OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } MAX-ACCESS read-write STATUS current DESCRIPTION " Specifies whether IP cut through communications destined for this subnet are enabled. " DEFVAL { disabled } ::= { armVlanIpConfEntry 4 } -- ********************************************************************** -- IPX VLAN Configuration Table -- ********************************************************************** armVlanIpxConfTable OBJECT-TYPE SYNTAX SEQUENCE OF ArmVlanIpxConfEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " The ARM IPX VLAN Configuration Table provides the definitions required to configure an ARM IPX Protocol Virtual LAN (PVLAN). This table defines the filters for the IPX PVLAN. Entries in this table must be provided when the corresponding row of the armVlanConfTable is being created. " ::= { armVlanConfGroup 3 } armVlanIpxConfEntry OBJECT-TYPE SYNTAX ArmVlanIpxConfEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " Each entry of the armVlanIpxConfTable provides configuration information pertaining to a specific instance of an IPX PVLAN. " INDEX {armVlanConfIndex} ::= { armVlanIpxConfTable 1 } ArmVlanIpxConfEntry ::= SEQUENCE { armVlanIpxNetworkAddr OCTET STRING (SIZE(4)) } armVlanIpxNetworkAddr OBJECT-TYPE SYNTAX OCTET STRING (SIZE(4)) MAX-ACCESS read-write STATUS current DESCRIPTION " This is the VLANs IPX Network Address. No Default Value, one must be specified when creating an IPX PVLAN in the armVlanConfTable. " ::= { armVlanIpxConfEntry 1 } -- ********************************************************************** -- NetBios VLAN Configuration Table -- Only one NetBios PVLAN can exist so there are no unique filters. -- ********************************************************************** -- ********************************************************************** -- User Definded Sliding Window (UDSW) VLAN Configuration Table -- ********************************************************************** armVlanUDSWConfTable OBJECT-TYPE SYNTAX SEQUENCE OF ArmVlanUDSWConfEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " This table defines a 'sliding window' mechanism for the definition of 'policy' or 'user' defined VLANs. The mechanism is based on a set of mask and filter fields that when compared to traffic data permit forwarding decisions for the packet to be made for a VLAN. The window may be moved or slide by defining the appropriate offset type and offset values for the mask and filter object fields. Care must be taken to ensure the consistent configuration of VLAN policies. Once a VLAN entry has been made in the table if a change is made to any of the variables in that row for the VLAN then all other entries in other nodes associated with the VLAN must be updated in a corresponding manner! This table is an auxiliary extension to the base VLAN configuration table defined in armVlanConfTable. See that table for additional Vlan details. " ::= { armVlanConfGroup 4 } armVlanUDSWConfEntry OBJECT-TYPE SYNTAX ArmVlanUDSWConfEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " Each entry of the armVlanUDSWConfTable provides configuration information pertaining to a specific instance of an UDSW VLAN. Entries in this table must be provided when the corresponding row of the armVlanConfTable is being created. " INDEX {armVlanConfIndex} ::= { armVlanUDSWConfTable 1 } ArmVlanUDSWConfEntry ::= SEQUENCE { armVlanUDSWOffsetType INTEGER, armVlanUDSWOffset INTEGER, armVlanUDSWMask OCTET STRING, armVlanUDSWFilter OCTET STRING } armVlanUDSWOffsetType OBJECT-TYPE SYNTAX INTEGER { udswMacOffset(1), udswInfoOffset(2) } MAX-ACCESS read-write STATUS current DESCRIPTION " This object specifies the base location in the traffic frame where the armVlanUDSWOffset will be used to start the comparison with the armVlanUDSWFilter value to determine if this frame is in a Sliding Window Vlan. Two starting location modes are predefined for LAN Emulation VLANs. udswMacOffset indicates that the starting location is the first byte of the MAC destination address in the traffic frame. This mode may be used for VLAN filtering on MAC addresses, for both Token Ring traffic and Ethernet traffic. The armVlanMacConfTable however should be used to define source MAC address based VLANs. This mode may also be used for VLAN filtering on protocol and address information or for other user specified information found in a portion of the LLC information field when source routed Token Ring traffic is NOT the traffic source (due to the presence of the variable size Routing Information Field). udswInfoOffset is a generic way of indicating that the starting location is at the first byte of the LLC information field. This mode may be used for VLAN filtering on protocol and address information or for other user specified information found in a portion of the LLC information field. For source routed Token Ring, this location is not static within the frame since the Routing Information Field (RIF) is of variable length depending on LAN segments in the route. Specifying this mode permits the offset to begin relative to the end of the last byte of the RIF. There is no default value for this entry. The offset type must be defined when creating a user defined sliding window VLAN in the armVlanConfTable. " ::= { armVlanUDSWConfEntry 1 } armVlanUDSWOffset OBJECT-TYPE SYNTAX INTEGER (0..255) MAX-ACCESS read-write STATUS current DESCRIPTION " This object determines the starting location in the traffic frame that will be used in the comparison with the armVlanUDSWFilter value to determine if this frame is in a Sliding Window Vlan. It is specified as a value offset indicating the number of octets from the base location determined by the mode selected in the armVlanUSDWOffsetType. udswMacOffset mode indicates that the starting location for the compare is armVlanUDSWOffset octets after the the first byte of the MAC destination address. udswInfoOffset mode indicates that the starting location is armVlanUDSWOffset octets after the start of the frame's information field. There is no default value and this offset selection mode must be defined when creating a UDSW VLAN in the armVlanConfTable. " ::= { armVlanUDSWConfEntry 2 } armVlanUDSWMask OBJECT-TYPE SYNTAX OCTET STRING (SIZE (1..256)) MAX-ACCESS read-write STATUS current DESCRIPTION " This object determines the size and bit pattern that is compared to the traffic frame at the location specified by the offset type and starting at the offset location in order to produce a result. The size of the mask must be equivalent to the size of the filter defined in armVlanUDSWFilter. The value of 1 in a mask bit location has the effect of making a comparison of the mask to the traffic frame significant. The value of a zero in a mask bit location has the effect of making the comparison of the mask with the traffic frame a 'don't care'. The octets in this object are transmitted in most significant byte first order. There is no default value and this mask must be specified when creating a UDSW VLAN in the armVlanConfTable. " ::= { armVlanUDSWConfEntry 3 } armVlanUDSWFilter OBJECT-TYPE SYNTAX OCTET STRING (SIZE (1..256)) MAX-ACCESS read-write STATUS current DESCRIPTION " This object determines the size and bit pattern that is compared to the result after the mask being applied to the traffic frame at the location specified by the offset type and starting at the offset location. The size of the filter must be equivalent to the size of the mask defined in armVlanUDSWMask. If the result exactly matches the bit values defined in the filter then the frame is forwarded to the VLAN identified by the index for this table entry. The octets in this object are transmitted in most significant byte first order. There is no default value and this filter must be specified when creating a UDSW VLAN in the armVlanConfTable. " ::= { armVlanUDSWConfEntry 4 } -- ********************************************************************** -- MAC VLAN Configuration Table -- ********************************************************************** armVlanMacConfTable OBJECT-TYPE SYNTAX SEQUENCE OF ArmVlanMacConfEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " The ARM MAC VLAN Configuration Table provides the definitions required to configure an ARM MAC Virtual LAN (VLAN). This table defines the filters for the ARM MAC VLAN. Entries in this table must be provided when the corresponding row of the armVlanConfTable is being created. " ::= { armVlanConfGroup 5 } armVlanMacConfEntry OBJECT-TYPE SYNTAX ArmVlanMacConfEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " Each entry of the armVlanMacConfTable provides configuration information pertaining to a specific instance of a MAC VLAN. " INDEX { armVlanConfIndex, armVlanMacAddrIndex } ::= { armVlanMacConfTable 1 } ArmVlanMacConfEntry ::= SEQUENCE { armVlanMacAddrIndex Integer32, armVlanMacAddresses OCTET STRING, armVlanMacAddrConfRowStatus RowStatus } armVlanMacAddrIndex OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS not-accessible STATUS current DESCRIPTION " The MAC address index being used as a filter for this MAC address VLAN. " ::= { armVlanMacConfEntry 1 } armVlanMacAddresses OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..600)) MAX-ACCESS read-create STATUS current DESCRIPTION " A string of Source MAC addresses being used as a filter for this MAC address VLAN. " ::= { armVlanMacConfEntry 2 } armVlanMacAddrConfRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION " This object is used to create or delete entries (rows) in the MAC Address Configuration Table. " REFERENCE " RFC 1903, Textual Conventions for version 2 of the Simple Network Management Protocol (SNMPv2). " ::= { armVlanMacConfEntry 3 } -- ********************************************************************** -- VLAN Status Group -- ********************************************************************** armVlanStatusGroup OBJECT IDENTIFIER ::= { armVlan 3 } -- ********************************************************************** -- VLAN Status Table -- ********************************************************************** armVlanStatusTable OBJECT-TYPE SYNTAX SEQUENCE OF ArmVlanStatusEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " The ARM VLAN Status Table provides the administration and statistics for an ARM Virtual LAN (VLAN). " ::= { armVlanStatusGroup 1 } armVlanStatusEntry OBJECT-TYPE SYNTAX ArmVlanStatusEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " Each entry in the armVlanStatusTable augments a specific instance of an IP VLAN. " AUGMENTS {armVlanConfEntry} ::= { armVlanStatusTable 1 } ArmVlanStatusEntry ::= SEQUENCE { armVlanOperStatus INTEGER, armVlanAdminStatus INTEGER, armVlanProcessedPackets Counter32, armVlanDiscardedPackets Counter32, armVlanDiscPktsMac MacAddress } armVlanOperStatus OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } MAX-ACCESS read-only STATUS current DESCRIPTION " Current state of the VLAN " ::= { armVlanStatusEntry 1 } armVlanAdminStatus OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } MAX-ACCESS read-write STATUS current DESCRIPTION " Desired state of the VLAN. This change becomes immediate on completion of the set operation and does not require system restart. " ::= { armVlanStatusEntry 2 } armVlanProcessedPackets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION " The number of Broadcast/Multicast packets received by this VLAN. " ::= { armVlanStatusEntry 3 } armVlanDiscardedPackets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION " The number of Broadcast packets discarded by this VLAN because the source VLAN was excluded on the port. " ::= { armVlanStatusEntry 4 } armVlanDiscPktsMac OBJECT-TYPE SYNTAX MacAddress MAX-ACCESS read-write STATUS current DESCRIPTION " The object contains the Source MAC address from the last packet that was discarded because the source VLAN was excluded on the port. This will aid in finding the station that is being excluded. This object is defined as read-write so that a manager can clear the current Source MAC address after identifying the station that is trying to transmit on an excluded port. In order to clear the object the manager can specify a MAC address of all zeros 0x000000000000. " ::= { armVlanStatusEntry 5 } -- ********************************************************************** -- IP VLAN Status Table -- ********************************************************************** armVlanIpStatusTable OBJECT-TYPE SYNTAX SEQUENCE OF ArmVlanIpStatusEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " The ARM IP VLAN Status Table provides the administration and statistics for an ARM IP Protocol Virtual LAN (PVLAN). " ::= { armVlanStatusGroup 2 } armVlanIpStatusEntry OBJECT-TYPE SYNTAX ArmVlanIpStatusEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " Each entry in the armVlanIpStatusTable augments a specific instance of an IP PVLAN. " AUGMENTS {armVlanIpConfEntry} ::= { armVlanIpStatusTable 1 } ArmVlanIpStatusEntry ::= SEQUENCE { armVlanIpCutThruFromPkts Counter32, armVlanIpCutThruToPkts Counter32, armVlanIpCutThruFromDiscPkts Counter32, armVlanIpCutThruToDiscPkts Counter32 } armVlanIpCutThruFromPkts OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION " The number of Broadcast/Multicast packets cutThru from this VLAN. " ::= { armVlanIpStatusEntry 1 } armVlanIpCutThruToPkts OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION " The number of Broadcast/Multicast packets received to this VLAN. " ::= { armVlanIpStatusEntry 2 } armVlanIpCutThruFromDiscPkts OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION " The number of Broadcast/Multicast packets discarded because cutThru from this VLAN was disabled. " ::= { armVlanIpStatusEntry 3 } armVlanIpCutThruToDiscPkts OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION " The number of Broadcast/Multicast packets discarded before it is forwarded because cutThru to this VLAN was disabled. " ::= { armVlanIpStatusEntry 4 } -- ************************************************************************ -- ************************************************************************ -- ************************************************************************ -- Conformance Information -- ************************************************************************ -- ************************************************************************ -- ************************************************************************ armLeMIBGroups OBJECT IDENTIFIER ::= { armLeMIBConformance 1 } armLeMIBCompliances OBJECT IDENTIFIER ::= { armLeMIBConformance 2 } -- -- Compliance Statements -- armLeMIBCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement for SNMP ARM extensions for ATM emulated LANs." MODULE -- this module GROUP armLeCServerXMonLECSGroup DESCRIPTION "This group is mandatory only for those agents that implement the ARM LAN Emulation Configuration Server (LECS) functions." GROUP armLeCServerXMonLESGroup DESCRIPTION "This group is mandatory only for those agents that implement the ARM LAN Emulation Server (LES) functions." GROUP armLeCServerXMonBUSGroup DESCRIPTION "This group is mandatory only for those agents that implement the ARM LAN Emulation BUS (BUS) functions." GROUP armCSuperELANGroup DESCRIPTION "This group is mandatory only for those agents that implement the ARM SuperELAN Client functions." GROUP armCBbcmMIBGroup DESCRIPTION "This group is mandatory only for those agents that implement the ARM Bridging Broadcast manager (BBCM) client functions." GROUP armCVlanMIBGroup DESCRIPTION "This group is mandatory only for those agents that implement the ARM VLAN client functions." ::= { armLeMIBCompliances 1 } -- -- Units of Conformance -- armLeCServerXMonLECSGroup OBJECT-GROUP OBJECTS { armLeServerXMonLecsInstances, armLeServerXLecsUsedConnections } STATUS current DESCRIPTION " These are the objects are used to support LECS " ::= { armLeMIBGroups 1 } armLeCServerXMonLESGroup OBJECT-GROUP OBJECTS { armLeServerXMonLesInstances, armLeServerXLesMonUsedConnections, armLeServerXLesMonLesLecInstances, armLeServerXLesMinLecID, armLeServerXLesMaxLecID } STATUS current DESCRIPTION " These are the objects are used to support LES " ::= { armLeMIBGroups 2 } armLeCServerXMonBUSGroup OBJECT-GROUP OBJECTS { armLeServerXMonBusInstances, armLeServerXBusMonUsedConnections, armLeServerXBusMonBusLecInstances } STATUS current DESCRIPTION " These are the objects are used to support BUS " ::= { armLeMIBGroups 3 } armCSuperELANGroup OBJECT-GROUP OBJECTS { armSEPortArpRequestsIn, armSEPortArpRequestsOut, armSEArpRequestsErrors, armSEPortArpRequestsFiltered, armSEPortArpRepliesIn, armSEPortArpRepliesOut, armSEPortArpRepliesErrors, armSEPortNarpRequestsIn, armSEPortNarpRequestsOut, armSEPortFlushRequestsIn, armSEPortFlushRequestsOut, armSEPortFlushRepliesIn, armSEPortFlushRepliesOut, armSEPortFlushRequestErrors, armSEPortFlushRepliesErrors, armSEPortLeCtrlFramesIn, armSEPortLeCtrlFramesOut, armSEPortLeCtrlFramesDiscSrcPortNotFwrd, armSEPortLeCtrlFramesDiscDestPortNotFwrd, armSEAtmIfNumber, armSEEnabled, armSEName, armSEFrameSize, armSEMacCacheAge, armSERDCacheAge, armSEPriority, armSEMaxAge, armSEBridgeHelloTime, armSEBridgeForwardDelay, armSEBridgeAddress, armSEType, armSEConfigRowStatus, armSEPortIfNumber, armSEPortElanName, armSEPortRemoteElan, armSEPortEnabled, armSEPortPriority, armSEPortRootCost, armSEPortRowStatus, armSENumPorts, armSEProtocolSpecification, armSETimeSinceTopologyChange, armSETopChanges, armSEDesignatedRoot, armSERootCost, armSERootPort, armSEBridgeMaxAge, armSEHelloTime, armSEHoldTime, armSEForwardDelay, armSEMacLearnedEntryDiscards, armSERDLearnedEntryDiscards, armSEStpPortState, armSEStpPortDesignatedRoot, armSEStpPortDesignatedCost, armSEStpPortDesignatedBridge, armSEStpPortDesignatedPort, armSEStpPortForwardTransitions, armSEPortMaxInfo, armSEPortInFrames, armSEPortOutFrames, armSEPortRoutedInFrames, armSEPortBpduFrames, armSEPortInDiscards, armSEPortDropSrcAddrFilters, armSEPortDropDestAddrFilters, armSEPortDropProtocolFilters, armSEPortDropSrcNotFwds, armSEPortDropDestNotFwds, armSEPortDropInputOverflows, armSEPortDropBpduOverflows, armSEPortDropSrOverflows, armSEPortRecNoBuffFailures, armSEPortTransmitFailures, armSEPortToBigFailures, armSEPortLanIdFailures, armSEPortStpLanIdFailures } STATUS current DESCRIPTION " These are the objects are used to support SuperELAN " ::= { armLeMIBGroups 4 } armCBbcmMIBGroup OBJECT-GROUP OBJECTS { armBbcmName, armBbcmConfigRowStatus, armBbcmProtocolOperStatus, armBbcmProtocolAdminStatus, armBbcmProtocolCacheAge, armBbcmStatInReceives, armBbcmStatInOctets, armBbcmStatOutManaged, armBbcmStatOutManagedOctets, armBbcmStatOutNotManaged, armBbcmStatOutNotManagedOctets, armBbcmStatOutFiltered, armBbcmStatOutFilteredOctets } STATUS current DESCRIPTION " These are the objects are used to support BBCM " ::= { armLeMIBGroups 5 } armCVlanMIBGroup OBJECT-GROUP OBJECTS { armVlanConfIndexNextID, armVlanTopologyChange, armVlanMaxPortMap, armVlanMaxUDSWMaskFilter, armVlanConfIndex, armVlanConfBridgeId, armVlanConfType, armVlanConfAgingTimer, armVlanConfForwardingPortMap, armVlanConfIncludedPortMap, armVlanConfExcludedPortMap, armVlanConfName, armVlanConfRowStatus, armVlanIpNetworkAddr, armVlanIpNetworkMask, armVlanIpCutThruFromHere, armVlanIpCutThruToHere, armVlanIpxNetworkAddr, armVlanUDSWOffsetType, armVlanUDSWOffset, armVlanUDSWMask, armVlanUDSWFilter, armVlanMacAddrIndex, armVlanMacAddresses, armVlanMacAddrConfRowStatus, armVlanOperStatus, armVlanAdminStatus, armVlanProcessedPackets, armVlanDiscardedPackets, armVlanDiscPktsMac, armVlanIpCutThruFromPkts, armVlanIpCutThruToPkts, armVlanIpCutThruFromDiscPkts, armVlanIpCutThruToDiscPkts } STATUS current DESCRIPTION " These are the objects are used to support VLAN " ::= { armLeMIBGroups 6 } END