SNMP MIB Search

   Sample: altiga stat   Advanced Search
Donate your MIB  
Search:   
   
 
Return to vendor list
View objects
Download mib file
Vendor: 3Com
Mib: LB3GH-1-0-7
Version: 1


Mib source:
-- Copyright 1995 by 3Com Corporation.  All rights reserved.
-- MIB file name:  linkb-mib
-- available in these 3Com devices:  LinkBuilder 3GH hubs
-- For support or more info, check 3Com's web page at http://www.3com.com


		--		LinkBuilder 3GH Management Information Base (MIB)
		--		Version 1.0.7
	 	--		April 12, 1994

		--		3Com Corporation
        --		5400 Bayfront Plaza
        --		Santa Clara, CA 95052-8145
        --		(408) 764-5000

		--			Change History:
		--			 4/11/94	eah		Removed lbBridgePortAddressLearnedEvent and
		--								lbBridgePortAddressForgottenEvent traps
		--			 4/ 7/94	eah		Added lbBridgePortReceiveMulticastLimitExceededCount
		-- 			 6/30/93	eah		Added lbSystemSmtProxyEvents
		--			 6/15/93	eah		Added lbEthernetPortType
		--			 6/11/93	eah 	Added lbBridgeLocalIndex
		--			 5/29/93	eah		Deprecated lbSlot express attributes.
		--								lbFddiMacReceiveMulticastThreshold, and
		--								lbEthernetPortReceiveMulticastThreshold
		--								Added lbSlotBridgeFunctionCount,
		--								lbSlotBridgeFunctionBaseIndex,
		--								lbSystemSmtProxyTimeoutBase
		--			 3/ 9/93	eah		Added lbTrapEnterprise and lbTrapDest 
		--								groups
		--			 3/ 3/93	eah		Added enum for ESM to board type 
		--								objects
		--			 2/18/93	eah		Changed address threshold, address 
		--								learned, and address forgotten events 
		--								to use bridge attributes
		--								Created new groups lbBridge
		--								Deprecated lbExpress,
		--								lbExpressFddiPort, 
		--								lbExpressEthernetPort, and
		--								lbExpressEthernetPortAddress groups
		--								Added lbSystemBridgeFunctionCount to
		--								the lbSystem group
		--								Deprecated lbSystemExpressFunctionCount,
		--								lbSystemExpressFddiPortCount, and
		--								lbSystemExpressEthernetPortCount
		--		  	 1/19/93    eah		Replaced lbPowerSupplyFailureType by
		--								lbPowerSupplyLastFailure which is
		--								read-only and includes a none value
		--								lbPowerSupplyFailureType was deprecated
		--								Changed lbPowerSupplyFailureEvent to
		--								use new object
		--								Changed events to use new logical
		--								object oids
		--			 3/ 1/92	jp		Added new groups using logical
		--								numbering scheme. Marked old groups
		--								as deprecated.
		--			 6/ 4/92	jp		Added "lbFddiMacReceiveMulticastThreshold"
		--								and "lbEthernetPortReceiveMulticastThreshold"
		--								objects.
		--			 6/15/92	jp		Added "lbFddiMacBeaconHistory" object.
		

--------------------------------------------------------------------------------

		LB3GH-1-0-7 DEFINITIONS ::= BEGIN

		IMPORTS
			enterprises, Counter,
				NetworkAddress		FROM RFC1155-SMI
			DisplayString			FROM RFC1213-MIB
			OBJECT-TYPE				FROM RFC-1212
			TRAP-TYPE				FROM RFC-1215;

		--  This MIB module uses the extended OBJECT-TYPE macro as
		--  defined in [9], and the TRAP-TYPE macro as defined in [10].

		a3Com			OBJECT IDENTIFIER ::= { enterprises 43 }
		lb3gh			OBJECT IDENTIFIER ::= { a3Com 7 }

		-- This is the lb3ghMib MIB module.

		lb3ghMib		OBJECT IDENTIFIER ::= { lb3gh 1 }

		chassis			OBJECT IDENTIFIER ::= { lb3ghMib 1 }
		slot			OBJECT IDENTIFIER ::= { lb3ghMib 2 }
		smm				OBJECT IDENTIFIER ::= { lb3ghMib 3 }
		fbcm			OBJECT IDENTIFIER ::= { lb3ghMib 4 }
		fcm				OBJECT IDENTIFIER ::= { lb3ghMib 5 }
		port			OBJECT IDENTIFIER ::= { lb3ghMib 6 }
		elm				OBJECT IDENTIFIER ::= { lb3ghMib 7 }
		elmFddiMAC		OBJECT IDENTIFIER ::= { lb3ghMib 8 }
		elmEthernetPort	OBJECT IDENTIFIER ::= { lb3ghMib 9 }
		elmMACAddress	OBJECT IDENTIFIER ::= { lb3ghMib 10 }

		-- The following are new groups defined in this revision
		-- of the lb3gh-mib. These groups contain all the functionality
		-- of the above named groups plus newly defined objects.

		lbSystem						OBJECT IDENTIFIER ::= { lb3ghMib 11 }
		lbSlot							OBJECT IDENTIFIER ::= { lb3ghMib 12 }
		lbFddiMac						OBJECT IDENTIFIER ::= { lb3ghMib 13 }
		lbEthernetPort					OBJECT IDENTIFIER ::= { lb3ghMib 14 }
		lbFddiPort						OBJECT IDENTIFIER ::= { lb3ghMib 15 }
		lbExpress						OBJECT IDENTIFIER ::= { lb3ghMib 16 }
		lbExpressFddiPort				OBJECT IDENTIFIER ::= { lb3ghMib 17 }
		lbExpressEthernetPort			OBJECT IDENTIFIER ::= { lb3ghMib 18 }
		lbExpressEthernetPortAddress	OBJECT IDENTIFIER ::= { lb3ghMib 19 }
		lbPowerSupply					OBJECT IDENTIFIER ::= { lb3ghMib 20 }

		-- New group for bridge support

		lbBridge						OBJECT IDENTIFIER ::= { lb3ghMib 21 }

		-- New groups for controlling trap "filters"

		lbTrapEnterprise				OBJECT IDENTIFIER ::= { lb3ghMib 22 }
		lbTrapDest						OBJECT IDENTIFIER ::= { lb3ghMib 23 }

		-- The LinkBuilder 3GH Chassis Group
		-- The chassis group contains all objects used to manage the  
		-- LinkBuilder 3GH chassis.

		-- Note that this group has been marked as deprecated and is 
		-- included here for backward compatibilty. It will be removed 
		-- from the next revision of the lb3gh MIB. The objects defined 
		-- in this table are now available via the lbSystem group."

		chassisId OBJECT-TYPE
			SYNTAX	INTEGER 
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The unique identifier assigned to this 
					station during manufacturing."
			::= { chassis 1 }

		chassisType OBJECT-TYPE
			SYNTAX	INTEGER {
						other(1),
						linkBuilder3GH(2)
					}
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The type of the LinkBuilder 3GH 
					chassis."
			::= { chassis 2 }

		chassisRevision OBJECT-TYPE
			SYNTAX	OCTET STRING (SIZE (1))
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The revision number of this chassis."
			::= { chassis 3 }

		chassisName OBJECT-TYPE
			SYNTAX	DisplayString (SIZE (0..128))
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The text string describing this 
					chassis."
			::= { chassis 4 }

		chassisNameAbbrev OBJECT-TYPE
			SYNTAX	DisplayString (SIZE (0..128))
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The text string describing the generic 
					name for this chassis."
			::= { chassis 5 }

		chassisManufacturer OBJECT-TYPE
			SYNTAX	DisplayString (SIZE (0..128))
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The text string describing the 
					manufacturer of this chassis."
			::= { chassis 6 }

		chassisSlotCount OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The number of slots in this chassis."
			::= { chassis 7 }

		chassisBuildTime OBJECT-TYPE
			SYNTAX	DisplayString (SIZE (0..128))
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The build time of the LinkBuilder 3GH 
					system software."
			::= { chassis 8 }

		chassisSoftwareRevision OBJECT-TYPE
			SYNTAX	OCTET STRING (SIZE (4))  
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The revision number of the 
					LinkBuilder 3GH system software."
			::= { chassis 9 }

		chassisControlPanelColumns OBJECT-TYPE
			SYNTAX	INTEGER 
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The number of columns in the control 
					panel display."
			::= { chassis 10 }

		chassisControlPanelLines OBJECT-TYPE
			SYNTAX	INTEGER 
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The number of lines in the control 
					panel display."
			::= { chassis 11 }

		chassisControlPanelText OBJECT-TYPE
			SYNTAX	DisplayString (SIZE (0..128))
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The text currently displayed in the 
					control panel display."
			::= { chassis 12 }

		chassisAction OBJECT-TYPE
			SYNTAX	INTEGER {
						other(1),
						reset(2)
					}
			ACCESS	read-write
			STATUS	deprecated
			DESCRIPTION
					"This object, when read, always returns 
					the value other (1). The result of 
					setting this object to each acceptable 
					value is:

						reset:	resets the LinkBuilder 
						3GH system."
			::= { chassis 13 }


		-- The lb3gh Slot Table

		slotTable OBJECT-TYPE
			SYNTAX	SEQUENCE OF SlotEntry
			ACCESS	not-accessible
			STATUS	deprecated
			DESCRIPTION
					"A list of slot entries. A single 
					instance of this object exists for each 
					slot in the LinkBuilder 3GH chassis."
			::= { slot 1 }

		slotEntry OBJECT-TYPE
			SYNTAX	SlotEntry
			ACCESS	not-accessible
			STATUS	deprecated
			DESCRIPTION
					"A slot entry contains information 
					common to a specified slot within a 
					LinkBuilder 3GH system."
			INDEX	{ slotIndex }
			::= { slotTable 1 }

		SlotEntry ::=
			SEQUENCE {
				slotIndex
					INTEGER,
				slotBoardType
					INTEGER,
				slotBoardRevision
					OCTET STRING,
				slotBoardStatus
					INTEGER,
				slotBoardName
					DisplayString,
				slotBoardNameAbbrev
					DisplayString,
				slotBoardAction
					INTEGER
			}

		slotIndex OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The physical slot number of this slot 
					within the LinkBuilder 3GH chassis."
			::= { slotEntry 1 }

		slotBoardType OBJECT-TYPE
			SYNTAX	INTEGER {
						unknown(1),
						emptySlot(2),
						smm(3),
						fbcm(4),
						fcm(5), 
						elm(6),
						esm(7),
						fcm2(8)
					}
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The type of board residing in this 
					slot."
			::= { slotEntry 2 }
                
		slotBoardRevision OBJECT-TYPE
			SYNTAX	OCTET STRING (SIZE (1))
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The revision number of the board in 
					this slot."
			::= { slotEntry 3 }

		slotBoardStatus OBJECT-TYPE
			SYNTAX	INTEGER {
						notPresent(1),
						testing(2),
						offline(3),
						online(4)
					}
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The status of the board in this slot."
			::= { slotEntry 4 }

		slotBoardName OBJECT-TYPE
			SYNTAX	DisplayString (SIZE (0..256))
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The text string describing this board 
					type."
			::= { slotEntry 5 }

		slotBoardNameAbbrev OBJECT-TYPE
			SYNTAX	DisplayString (SIZE (0..32))
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The abbreviation describing this board 
					type." 
			::= { slotEntry 6 }

		slotBoardAction OBJECT-TYPE
			SYNTAX	INTEGER {
						other(1),
						runDiagnostics(2)
					}
			ACCESS	read-write
			STATUS	deprecated
			DESCRIPTION
					"This object, when read, always returns 
					the value other (1). The result of 
					setting this object to each acceptable 
					value is:

						runDiagnostics:	runs the board's
						offline diagnostics."
			::= { slotEntry 7 }


        -- The lb3gh SMM Table

		smmTable OBJECT-TYPE
			SYNTAX	SEQUENCE OF SMMEntry
			ACCESS	not-accessible
			STATUS	deprecated
			DESCRIPTION
					"A list of System Management Module 
					(SMM) entries. An entry exists for each 
					Slot Table Entry whose board type is 
					SMM. This table is indexed by the 
					physical slot number of this SMM within 
					the LinkBuilder 3GH chassis. The entries
					need not have consecutive slot indices.

					Note that this object has been marked as deprecated and is 
					included here for backward compatibilty. It will be removed 
					from the next revision of the lb3gh MIB. The objects defined 
					in this table are now available via the lbSlot table."
			::= { smm 1 }

		smmEntry OBJECT-TYPE
			SYNTAX	SMMEntry
			ACCESS	not-accessible
			STATUS	deprecated
			DESCRIPTION
					"An SMM entry contains information 
					common to a single System Management 
					Module (SMM) within a LinkBuilder 3GH 
					system."
			INDEX	{ smmSlotIndex }
			::= { smmTable 1 }

		SMMEntry ::=
			SEQUENCE {
				smmSlotIndex
					INTEGER,
				smmEthernetPortCount
					INTEGER,
				smmBaseEthernetPortIndex
					INTEGER
			}

		smmSlotIndex OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The physical slot number of this slot 
					within the LinkBuilder 3GH chassis."
			::= { smmEntry 1 }

		smmEthernetPortCount OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The number of Ethernet ports on this 
					board."
			::= { smmEntry 2 }

		smmBaseEthernetPortIndex OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The system-wide index for the first 
					Ethernet port on this board."
			::= { smmEntry 3 }


		-- The lb3gh FBCM Table

		fbcmTable OBJECT-TYPE
			SYNTAX	SEQUENCE OF FBCMEntry
			ACCESS	not-accessible
			STATUS	deprecated
			DESCRIPTION
					"A list of FDDI Backbone Connectivity 
					Module (FBCM) entries. An entry exists 
					for each Slot Table Entry whose board 
					type is FBCM. This table is indexed by 
					the physical slot number of this FBCM 
					within the LinkBuilder 3GH chassis. 
					The entries need not have consecutive 
 					slot indices.

					Note that this object has been marked as deprecated and is 
					included here for backward compatibilty. It will be removed 
					from the next revision of the lb3gh MIB. The objects defined 
					in this table are now available via the lbSlot table."
			::= { fbcm 1 }

		fbcmEntry OBJECT-TYPE
			SYNTAX	FBCMEntry
			ACCESS	not-accessible
			STATUS	deprecated
			DESCRIPTION
					"An FBCM entry contains information 
					common to a single FDDI Backbone 
					Connectivity Module (FBCM) within a 
					LinkBuilder 3GH system."
			INDEX	{ fbcmSlotIndex }
			::= { fbcmTable 1 }

		FBCMEntry ::=
                SEQUENCE {
					fbcmSlotIndex
						INTEGER,
					fbcmMACCount
						INTEGER,
					fbcmBaseMACIndex
						INTEGER,
					fbcmPortCount
						INTEGER,
					fbcmBasePortIndex
						INTEGER
			}

		fbcmSlotIndex OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The physical slot number of this slot 
					within the LinkBuilder 3GH chassis."
			::= { fbcmEntry 1 }

		fbcmMACCount OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The number of FDDI MACs present on 
					this board."
			::= { fbcmEntry 2 }

		fbcmBaseMACIndex OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The system-wide index of the first FDDI
					MAC on this board. Additional MACs on 
					this board will have consecutively 
					increasing MAC indices following 
					this index."
			::= { fbcmEntry 3 }

		fbcmPortCount OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The number of FDDI ports present on 
					this board."
			::= { fbcmEntry 4 }

		fbcmBasePortIndex OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The system-wide index of the first FDDI
					port on this board. Additional ports on 
					this board will have consecutively 
					increasing port indices following 
					this index."
			::= { fbcmEntry 5 }


		-- The lb3gh FCM Table

		fcmTable OBJECT-TYPE
			SYNTAX	SEQUENCE OF FCMEntry
			ACCESS	not-accessible
			STATUS deprecated
			DESCRIPTION
					"A list of FDDI Concentrator Module 
					(FCM) entries. An entry exists for each 
					Slot Table Entry whose board type is 
					FCM. This table is indexed by the 
					physical slot number of this FCM 
					within the LinkBuilder 3GH chassis. 
					The entries need not have consecutive 
					slot indices.

					Note that this object has been marked as deprecated and is 
					included here for backward compatibilty. It will be removed 
					from the next revision of the lb3gh MIB. The objects defined 
					in this table are now available via the lbSlot table."
			::= { fcm 1 }

		fcmEntry OBJECT-TYPE
			SYNTAX FCMEntry
			ACCESS not-accessible
			STATUS deprecated
			DESCRIPTION
					"An FCM entry contains information 
					common to a single FDDI Concentrator 
					Module (FCM) within a LinkBuilder 3GH 
					system."
			INDEX	{ fcmSlotIndex}
			::= { fcmTable 1 }

		FCMEntry ::=
			SEQUENCE {
				fcmSlotIndex
					INTEGER,
				fcmPortCount
					INTEGER,
				fcmBasePortIndex
					INTEGER
			}

		fcmSlotIndex OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The physical slot number of this slot 
					within the LinkBuilder 3GH chassis."
			::= { fcmEntry 1 }

		fcmPortCount OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The number of FDDI ports present on 
					this board."
			::= { fcmEntry 2 }

		fcmBasePortIndex OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The system-wide index of the first 
					FDDI port on this board. Additional 
					ports on this board will have
					consecutively increasing port indices 
					following this index."
			::= { fcmEntry 3 }


 		-- The lb3gh Port Table

		portTable OBJECT-TYPE
			SYNTAX	SEQUENCE OF PortEntry
			ACCESS	not-accessible
			STATUS	deprecated
			DESCRIPTION
					"A list of port entries. A single 
					instance of this object exists for each 
					port (excluding Ethernet ports) in the 
					LinkBuilder 3GH system.

					Note that this object has been marked as deprecated and is 
					included here for backward compatibilty. It will be removed 
					from the next revision of the lb3gh MIB. The objects defined 
					in this table are now available either via the fddiPort group
					or the enetPort group."
			::= { port 1 }

		portEntry OBJECT-TYPE
			SYNTAX	PortEntry
			ACCESS	not-accessible
			STATUS	deprecated
			DESCRIPTION
					"A port entry contains information 
					common to a particular port located on 
					a particular board within the 
					LinkBuilder 3GH system."
			INDEX	{ portSlotIndex, portIndex}
			::= { portTable 1 }

		PortEntry ::=
			SEQUENCE {
				portSlotIndex
					INTEGER,
				portIndex
					INTEGER,
				portLabel
					DisplayString
			}

		portSlotIndex OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The physical slot number of this slot 
					within the LinkBuilder 3GH chassis."
			::= { portEntry 1 }

		portIndex OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The index of the port on a particular 
					slot."
			::= { portEntry 2 }

		portLabel OBJECT-TYPE
			SYNTAX	DisplayString (SIZE (0..32))
			ACCESS	read-write
			STATUS	deprecated
			DESCRIPTION
					"An ASCII text string describing this 
					port."
			::= { portEntry 3 }


        -- The lb3gh ELM Table

		elmTable OBJECT-TYPE
			SYNTAX	SEQUENCE OF ELMEntry
			ACCESS	not-accessible
			STATUS	deprecated
			DESCRIPTION
					"A list of Ethernet LAN Module (ELM) 
					entries. An entry exists for each 
					Slot Table Entry whose board type is 
					ELM. This table is indexed by the 
					physical slot number of this ELM 
					within the LinkBuilder 3GH chassis. 
					The entries need not have consecutive 
					slot indices.

					Note that this object has been marked as deprecated and is 
					included here for backward compatibilty. It will be removed 
					from the next revision of the lb3gh MIB. The objects defined 
					in this table are now available either via the slot group or
					the express group."
			::= { elm 1 }

		elmEntry OBJECT-TYPE
			SYNTAX	ELMEntry
			ACCESS	not-accessible
			STATUS	deprecated
			DESCRIPTION
					"An ELM entry contains information 
					common to a single Ethernet LAN Module 
					(ELM) within a LinkBuilder 3GH system."
			INDEX	{ elmSlotIndex }
			::= { elmTable 1 }

		ELMEntry ::=
			SEQUENCE {
				elmSlotIndex
					INTEGER,
				elmFddiMACCount
					INTEGER,
				elmBaseFddiMACIndex
					INTEGER,
				elmEthernetPortCount
					INTEGER,
				elmBaseEthernetPortIndex
					INTEGER,
				elmAddressThreshold
					INTEGER
			}

		elmSlotIndex OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The physical slot number of this slot 
					within the LinkBuilder 3GH chassis."
			::= { elmEntry 1 }

		elmFddiMACCount OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The number of FDDI MACs present on 
					this board."
			::= { elmEntry 2 }

		elmBaseFddiMACIndex OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The system-wide index of the first 
					FDDI MAC on this board. Additional ports
					on this board will have consecutively 
					increasing port indices following 
					this index."
			::= { elmEntry 3 }

		elmEthernetPortCount OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The number of Ethernet ports present 
					on this board."
			::= { elmEntry 4 }

		elmBaseEthernetPortIndex OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The system-wide index of the first 
					Ethernet port on this board. Additional 
					ports on this board will have
					consecutively increasing port indices 
					following this index."
			::= { elmEntry 5 }

		elmAddressThreshold OBJECT-TYPE
			SYNTAX	INTEGER 
			ACCESS	read-write
			STATUS	deprecated
			DESCRIPTION
					"A reporting threshold for the total 
					number of Ethernet addresses known for 
					this board. When the threshold is 
					reached, the event elmAddress-
					ThresholdEvent is generated."
			::= { elmEntry 6 }


        -- The lb3gh ELM FDDI MAC Table

		elmFddiMACTable OBJECT-TYPE
			SYNTAX	SEQUENCE OF ELMFddiMACEntry
			ACCESS	not-accessible
			STATUS	deprecated
			DESCRIPTION
					"A list of ELM FDDI MAC entries. The 
					entries need not have consecutive 
					slot indices.

					Note that this object has been marked as deprecated and is 
					included here for backward compatibilty. It will be removed 
					from the next revision of the lb3gh MIB. The objects defined 
					in this table are now available via the expressFddiPort group."
			::= { elmFddiMAC 1 }

		elmFddiMACEntry OBJECT-TYPE
			SYNTAX	ELMFddiMACEntry
			ACCESS	not-accessible
			STATUS	deprecated
			DESCRIPTION
					"An ELM FDDI MAC entry contains 
					information common to an FDDI MAC 
					located on an ELM within a 
					LinkBuilder 3GH system."
			INDEX	{ elmFddiSlotIndex, elmFddiMACIndex}
			::= { elmFddiMACTable 1 }

		ELMFddiMACEntry ::=
			SEQUENCE {
				elmFddiSlotIndex
					INTEGER,
				elmFddiMACIndex
					INTEGER,
				elmFddiMACForwardedCts
					Counter,
				elmFddiMACDroppedCts
					Counter
			}

		elmFddiSlotIndex OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The physical slot number of 
					this board."
			::= { elmFddiMACEntry 1 }

		elmFddiMACIndex OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"A unique value for each FDDI MAC 
					on this board."
			::= { elmFddiMACEntry 2 }

		elmFddiMACForwardedCts OBJECT-TYPE
			SYNTAX	Counter
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"A counter indicating the number of 
					frames forwarded by a MAC from an 
					Ethernet port to the FDDI network."
			::= { elmFddiMACEntry 3 }

		elmFddiMACDroppedCts OBJECT-TYPE
			SYNTAX	Counter
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"A counter indicating the number of 
					frames that were dropped by a MAC 
					due to local resource limitation or 
					unknown destination MAC address."
			::= { elmFddiMACEntry 4 }


        -- The lb3gh ELM Ethernet Port Table

		elmEthernetPortTable OBJECT-TYPE
			SYNTAX	SEQUENCE OF ELMEthernetPortEntry
			ACCESS	not-accessible
			STATUS	deprecated
			DESCRIPTION
					"A list of ELM Ethernet LAN port 
					entries. The slot indices may not be 
					consecutive. The MAC indices must be 
					consecutive.

					Note that this object has been marked as deprecated and is 
					included here for backward compatibilty. It will be removed 
					from the next revision of the lb3gh MIB. The objects defined 
					in this table are now available via the expressEthernetPort group."
			::= { elmEthernetPort 1 }

		elmEthernetPortEntry OBJECT-TYPE
			SYNTAX	ELMEthernetPortEntry
			ACCESS	not-accessible
			STATUS	deprecated
			DESCRIPTION
					"An ELM Ethernet LAN port entry contains
					information common to an Ethernet port 
					located on an Ethernet LAN Module (ELM) 
 					within a LinkBuilder 3GH system."
			INDEX	{ elmEthernetPortSlotIndex, elmEthernetPortIndex }
			::= { elmEthernetPortTable 1 }

		ELMEthernetPortEntry ::=
			SEQUENCE {
				elmEthernetPortSlotIndex
					INTEGER,
				elmEthernetPortIndex
					INTEGER,
				elmEthernetPortLabel
					DisplayString,
				elmEthernetPortForwardedCts
					Counter,
				elmEthernetPortDroppedCts
					Counter,
				elmEthernetPortUTurnCts
					Counter,
				elmEthernetPortState
					INTEGER,
				elmEthernetPortAction
					INTEGER
			}
            
		elmEthernetPortSlotIndex OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The physical slot number of the slot 
					containing this port within the 
					LinkBuilder 3GH chassis."
			::= { elmEthernetPortEntry 1 }

		elmEthernetPortIndex OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The index of the port on a particular 
					ELM board. This index ranges from 1 to 
					elmEthernetPortCount."
			::= { elmEthernetPortEntry 2 }

		elmEthernetPortLabel OBJECT-TYPE
			SYNTAX	DisplayString (SIZE (0..32))
			ACCESS	read-write
			STATUS	deprecated
			DESCRIPTION
					"An ASCII text string describing this 
					Ethernet port."
			::= { elmEthernetPortEntry 3 }

		elmEthernetPortForwardedCts OBJECT-TYPE
			SYNTAX	Counter
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"A counter indicating the number of 
					frames forwarded from this Ethernet 
					port onto the FDDI network."
			::= { elmEthernetPortEntry 4 }

		elmEthernetPortDroppedCts OBJECT-TYPE
			SYNTAX	Counter
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"A counter indicating the numer of 
					frames received on this port that were 
					dropped because the destination MAC 
					address was determined to be on the
					same Ethernet segment as the source 
					MAC address."
			::= { elmEthernetPortEntry 5 }

		elmEthernetPortUTurnCts OBJECT-TYPE
			SYNTAX	Counter
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"A counter indicating the number of 
					frames received on this Ethernet port 
					and directed to another Ethernet port."
			::= { elmEthernetPortEntry 6 }

		elmEthernetPortState OBJECT-TYPE
			SYNTAX	INTEGER {
						onlineActive(1),
						onlineInactive(2),
						offline(3)
					}
			ACCESS	read-write
			STATUS	deprecated
			DESCRIPTION
					"The state of the Ethernet LAN port. 
					This value can be set to enable or 
					disable the Ethernet LAN port."
			::= { elmEthernetPortEntry 7 }

		elmEthernetPortAction OBJECT-TYPE
			SYNTAX	INTEGER {
						other(1),
						freezeAddress(2),
						flushAddress(3),
						flushDynamicAddress(4)
					}
			ACCESS	read-write
			STATUS	deprecated
			DESCRIPTION
					"This object, when read, always returns 
					the value other (1). The result of 
					setting this object to each acceptable 
					value is:

						freezeAddress:	causes all the 
						learned dynamic addresses to be 
						converted into static addresses.

						flushAddress:	causes all the 
						addresses to be flushed from a 
						port's address list.

						flushDynamicAddress:  causes all
						a port's dynamic addresses 
						to be flushed from the port's 
						address list."

			::= { elmEthernetPortEntry 8 }


        -- The lb3gh ELM Ethernet MAC Address Table

		elmEthernetMACAddressTable OBJECT-TYPE
			SYNTAX	SEQUENCE OF ELMEthernetMACAddressEntry
			ACCESS	not-accessible
			STATUS	deprecated
			DESCRIPTION
					"A list of ELM Ethernet LAN Remote MAC 
					Address entries. The slot indices may 
					not be consecutive. The port indices 
					must be consecutive.

					Note that this object has been marked as deprecated and is 
					included here for backward compatibilty. It will be removed 
					from the next revision of the lb3gh MIB. The objects defined 
					in this table are now available via the expressEthernetPort group."
			::= { elmMACAddress 1 }

		elmEthernetMACAddressEntry OBJECT-TYPE
			SYNTAX	ELMEthernetMACAddressEntry
			ACCESS	not-accessible
			STATUS	deprecated
			DESCRIPTION
					"A collection of information describing 
					a remote Ethernet MAC detected to be 
					attached to an Ethernet LAN port."
			INDEX	{ elmEthernetMACAddressSlotIndex,
					elmEthernetMACAddressPortIndex,
					elmEthernetMACAddressIndex}
			::= { elmEthernetMACAddressTable 1 }

		ELMEthernetMACAddressEntry ::=
			SEQUENCE {
				elmEthernetMACAddressSlotIndex
					INTEGER,
				elmEthernetMACAddressPortIndex
					INTEGER,
				elmEthernetMACAddressIndex
					INTEGER,
				elmEthernetMACAddressType
					INTEGER,
				elmEthernetMACAddressRemoteAddress
					OCTET STRING,
				elmEthernetMACAddressIsStatic
					INTEGER,
				elmEthernetMACAddressStaticPort
					INTEGER,
				elmEthernetMACAddressAge
					INTEGER
			}

		elmEthernetMACAddressSlotIndex OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-write
			STATUS	deprecated
			DESCRIPTION
					"The physical slot number of the slot 
					containing this ELM within the 
					within th LinkBuilder 3GH chassis."
			::= { elmEthernetMACAddressEntry 1 }

		elmEthernetMACAddressPortIndex OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-write
			STATUS	deprecated
			DESCRIPTION
					"The port index of this address entry 
					within the table. This index ranges 
					from 1 to elmEthernetPortCount."
			::= { elmEthernetMACAddressEntry 2 }

		elmEthernetMACAddressIndex OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-write
			STATUS	deprecated
			DESCRIPTION
					"The index of this address entry 
					within the table."
			::= { elmEthernetMACAddressEntry 3 }

		elmEthernetMACAddressType OBJECT-TYPE
			SYNTAX INTEGER {
						other(1),
						invalid(2)
					}
			ACCESS	read-write
			STATUS	deprecated
			DESCRIPTION
					"This object, when read, always returns 
					the value other (1). Setting this object
					to invalid (2) removes the corresponding
					address entry from the table."
			::= { elmEthernetMACAddressEntry 4 }

		elmEthernetMACAddressRemoteAddress OBJECT-TYPE
			SYNTAX	OCTET STRING (SIZE (6))
			ACCESS	read-write
			STATUS	deprecated
			DESCRIPTION
					"The remote MAC address detected on this
					Ethernet LAN port."
			::= { elmEthernetMACAddressEntry 5 }

		elmEthernetMACAddressIsStatic OBJECT-TYPE
			SYNTAX	INTEGER {
						isStatic(1),
						isDynamic(2)
					}
			ACCESS	read-write
			STATUS	deprecated
			DESCRIPTION
					"A value indicating whether this MAC 
					address was statically configured or 
					dynamically learned on this port."
			::= { elmEthernetMACAddressEntry 6 }

		elmEthernetMACAddressStaticPort OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-write
			STATUS	deprecated
			DESCRIPTION
					"If the object elmEthernetMACAddress-
					IsStatic has value isStatic(1), this 
					object indicates the port for which
					this MAC address was statically 
					configured."
			::= { elmEthernetMACAddressEntry 7 }

		elmEthernetMACAddressAge OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-write
			STATUS	deprecated
			DESCRIPTION
					"This object indicates the time elapsed 
					since this MAC address was added to this
					port's address table."
			::= { elmEthernetMACAddressEntry 8 }


		-- XXX NEW GROUPS
		-- The lb3gh system Group

		lbSystemId OBJECT-TYPE
			SYNTAX	INTEGER 
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"The unique identifier assigned to this system 
					during manufacturing."
			::= { lbSystem 1 }

		lbSystemType OBJECT-TYPE
			SYNTAX	INTEGER {
						other(1),
						tweleveSlot(2),
						fourSlot(3)
					}
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"The type of the LinkBuilder system."
			::= { lbSystem 2 }

		lbSystemName OBJECT-TYPE
			SYNTAX	DisplayString (SIZE (0..128))
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"The text string describing this system."
			::= { lbSystem 3 }

		lbSystemManufacturer OBJECT-TYPE
			SYNTAX	DisplayString (SIZE (0..128))
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"The text string describing the manufacturer of 
					this system."
			::= { lbSystem 4 }

		lbSystemBackplaneRevision OBJECT-TYPE
			SYNTAX	OCTET STRING (SIZE (1)) 
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"The revision level of the system backplane. 
					Bits 6 and 7 indicate the artwork revision.
					Bits 0 through 5 indicate the rework level."
			::= { lbSystem 5 }

		lbSystemSlotCount OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"The number of slots in the system."
			::= { lbSystem 6 }

		lbSystemMemorySize OBJECT-TYPE
			SYNTAX	INTEGER 
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"The amount of memory (RAM), in bytes, present
					on the system processor board." 
			::= { lbSystem 7 }

		lbSystemFlashMemorySize OBJECT-TYPE
			SYNTAX	INTEGER 
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"The amount of flash memory, in bytes, present
					on the system processor board."
			::= { lbSystem 8 }

		lbSystemNvMemorySize OBJECT-TYPE
			SYNTAX	INTEGER 
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"The amount of non-volatile memory, in bytes, 
					present on the system processor board." 
			::= { lbSystem 9 }

		lbSystemSoftwareRevision OBJECT-TYPE
			SYNTAX	OCTET STRING (SIZE (4)) 
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"The revision number of the LinkBuilder system software.
					Each byte indicates the following:
						byte 0:	major release number.
						byte 1:	minor release number.
						byte 2:	update number.
						byte 3:
							bits 7-6:	release type.
							bits 5-0:	supplemental identifier."
			::= { lbSystem 10 }

		lbSystemBuildTime OBJECT-TYPE
			SYNTAX	DisplayString (SIZE (0..128))
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"The build time of the system software."
			::= { lbSystem 11 }

		lbSystemControlPanelHardwareRevision OBJECT-TYPE
			SYNTAX	OCTET STRING (SIZE (1)) 
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"An 8-bit value specifying the revision level of 
					the control panel hardware."
			::= { lbSystem 12 }

		lbSystemControlPanelSoftwareRevision OBJECT-TYPE
			SYNTAX	OCTET STRING (SIZE (1)) 
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"An 8-bit value specifying the revision level of 
					the control panel software."
			::= { lbSystem 13 }

		lbSystemControlPanelLines OBJECT-TYPE
			SYNTAX	INTEGER 
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"The number of lines in the control panel
					display."
			::= { lbSystem 14 }

		lbSystemControlPanelColumns OBJECT-TYPE
			SYNTAX	INTEGER 
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"The number of columns in the control panel 
					display."
			::= { lbSystem 15 }

		lbSystemControlPanelText OBJECT-TYPE
			SYNTAX	OCTET STRING (SIZE (0..128))
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"The currently displayed text in the control panel 
					display."
			::= { lbSystem 16 }

		lbSystemFddiMacCount OBJECT-TYPE
			SYNTAX	INTEGER 
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"The number of FDDI MAC's present in the system." 
			::= { lbSystem 17 }

		lbSystemFddiPortCount OBJECT-TYPE
			SYNTAX	INTEGER 
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"The number of FDDI ports present in the system." 
			::= { lbSystem 18 }

		lbSystemEthernetPortCount OBJECT-TYPE
			SYNTAX	INTEGER 
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"The number of ethernet ports present in the system." 
			::= { lbSystem 19 }

		lbSystemExpressFunctionCount OBJECT-TYPE
			SYNTAX	INTEGER 
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The number of Ethernet Express functions present in 
					 the system. Curently this value is equal to the number
					 of Express boards present in the system." 
			::= { lbSystem 20 }

		lbSystemExpressFddiPortCount OBJECT-TYPE
			SYNTAX	INTEGER 
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The number of Ethernet Express FDDI ports present 
					 in the system." 
			::= { lbSystem 21 }

		lbSystemExpressEthernetPortCount OBJECT-TYPE
			SYNTAX	INTEGER 
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The number of Ethernet Express ethernet ports 
					 present in the system." 
			::= { lbSystem 22 }

		lbSystemPowerSupplyCount OBJECT-TYPE
			SYNTAX	INTEGER 
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"The number of power supply units present in the system." 
			::= { lbSystem 23 }

		lbSystemAction OBJECT-TYPE
			SYNTAX	INTEGER {
						other(1),
						reset(2)
					}
			ACCESS	read-write
			STATUS	mandatory
			DESCRIPTION
					"This object, when read, always returns the value other (1).
					The behavior of setting this object to each of the 
					acceptable values is as follows:

						reset:	resets the LinkBuilder system."
			::= { lbSystem 24 }

		lbSystemBridgeFunctionCount OBJECT-TYPE
			SYNTAX	INTEGER 
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"The number of bridge functions present in 
					 the system. Curently this value is equal to the sum of
					 the number of Express and Switching modules in the system."
			::= { lbSystem 25 }

		lbSystemSmtProxyTimeoutBase OBJECT-TYPE
			SYNTAX	INTEGER (1..10)
			ACCESS	read-write
			STATUS	mandatory
			DESCRIPTION
					"The initial timeout value, in seconds, before the SMT 
					proxy attempts to backoff and retry.  Since the SMT proxy
					will attempt three retries before determining that the
					proxied station is not answering, with the timeout
					doubling for each retry, the total time for a request to
					time out is equal to seven times the base timeout value."
			::= { lbSystem 26 }

		lbSystemSmtProxyEvents OBJECT-TYPE
			SYNTAX	INTEGER {
						enable(1),
						disable(2)
					}
			ACCESS	read-write
			STATUS	mandatory
			DESCRIPTION
					"This object determines if the SMT proxy will generate
					traps for SMT events occuring at other stations.  If
					enabled, the SMT proxy will generate traps for all SMT
					events, those that occur locally, and those that occur
					at other stations.  If disabled, the SMT proxy will only
					generate traps for events which occur locally.  The 
					default value for this object is enabled(1)."
			::= { lbSystem 27 }


		-- The lb3gh Slot Table

		lbSlotTable OBJECT-TYPE
			SYNTAX	SEQUENCE OF LbSlotEntry
			ACCESS	not-accessible
			STATUS	mandatory
			DESCRIPTION
					"A list of slot entries. A single instance of this 
					object exists for each slot in the LinkBuilder system."
			::= { lbSlot 1 }

		lbSlotEntry OBJECT-TYPE
			SYNTAX	LbSlotEntry
			ACCESS	not-accessible
			STATUS	mandatory
			DESCRIPTION
					"A slot entry contains information common to a given 
					slot within a LinkBuilder system."
			INDEX	{ lbSlotIndex }
			::= { lbSlotTable 1 }

		LbSlotEntry ::=
			SEQUENCE {
				lbSlotIndex
					INTEGER,
				lbSlotBoardType
					INTEGER,
				lbSlotBoardRevision
					OCTET STRING,
				lbSlotBoardStatus
					INTEGER,
				lbSlotBoardName
					DisplayString,
				lbSlotBoardNameAbbrev
					DisplayString,
				lbSlotFddiMacCount
					INTEGER,
				lbSlotFddiMacBaseIndex
					INTEGER,
				lbSlotFddiPortCount
					INTEGER,
				lbSlotFddiPortBaseIndex
					INTEGER,
				lbSlotEthernetPortCount
					INTEGER,
				lbSlotEthernetPortBaseIndex
					INTEGER,
				lbSlotExpressFunctionCount
					INTEGER,
				lbSlotExpressFunctionBaseIndex
					INTEGER,
				lbSlotExpressFddiPortCount
					INTEGER,
				lbSlotExpressFddiPortBaseIndex
					INTEGER,
				lbSlotExpressEthernetPortCount
					INTEGER,
				lbSlotExpressEthernetPortBaseIndex
					INTEGER,
				lbSlotBoardAction
					INTEGER,
				lbSlotBridgeFunctionCount
					INTEGER,
				lbSlotBridgeFunctionBaseIndex
					INTEGER
			}

		lbSlotIndex OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"The physical slot number of this slot within the 
					 system."
			::= { lbSlotEntry 1 }

		lbSlotBoardType OBJECT-TYPE
			SYNTAX	INTEGER {
						unknown(1),
						emptySlot(2),
						spm(3),
						feam(4),
						fcm(5), 
						elm(6),
						esm(7),
						fcm2(8)
					}
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"The type of board residing in this slot."
			::= { lbSlotEntry 2 }
                
		lbSlotBoardRevision OBJECT-TYPE
			SYNTAX	OCTET STRING (SIZE (1))
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"The revision number of the board in this slot."
			::= { lbSlotEntry 3 }

		lbSlotBoardStatus OBJECT-TYPE
			SYNTAX	INTEGER {
						notPresent(1),
						testing(2),
						offline(3),
						online(4)
					}
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"The status of the board in this slot."
			::= { lbSlotEntry 4 }

		lbSlotBoardName OBJECT-TYPE
			SYNTAX	DisplayString (SIZE (0..256))
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"The text string describing this board."
			::= { lbSlotEntry 5 }

		lbSlotBoardNameAbbrev OBJECT-TYPE
			SYNTAX	DisplayString (SIZE (0..32))
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"The abbreviation used to describe this board." 
			::= { lbSlotEntry 6 }

		lbSlotFddiMacCount OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"The number of FDDI MAC's present in this slot."
			::= { lbSlotEntry 7 }

 		lbSlotFddiMacBaseIndex OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"The index of the first FDDI MAC in this slot."
			::= { lbSlotEntry 8 }

 		lbSlotFddiPortCount OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"The number of FDDI ports present in this slot."
			::= { lbSlotEntry 9 }

 		lbSlotFddiPortBaseIndex OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"The index of the first FDDI port in this slot."
			::= { lbSlotEntry 10 }

 		lbSlotEthernetPortCount OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"The number of ethernet ports present in this slot."
			::= { lbSlotEntry 11 }

 		lbSlotEthernetPortBaseIndex OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"The index of the first ethernet port in this slot."
			::= { lbSlotEntry 12 }

 		lbSlotExpressFunctionCount OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The number of Express functions present in this slot."
			::= { lbSlotEntry 13 }

 		lbSlotExpressFunctionBaseIndex OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The index of the first Express function in this slot."
			::= { lbSlotEntry 14 }

 		lbSlotExpressFddiPortCount OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The number of Express FDDI ports present in this slot."
			::= { lbSlotEntry 15 }

 		lbSlotExpressFddiPortBaseIndex OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The index of the first Express FDDI port in this slot."
			::= { lbSlotEntry 16 }

  		lbSlotExpressEthernetPortCount OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The number of Express ethernet ports present 
					in this slot."
			::= { lbSlotEntry 17 }

 		lbSlotExpressEthernetPortBaseIndex OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	deprecated
			DESCRIPTION
					"The index of the first Express ethernet port 
					in this slot."
			::= { lbSlotEntry 18 }

		lbSlotBoardAction OBJECT-TYPE
			SYNTAX	INTEGER {
						other(1),
						runDiagnostics(2)
					}
			ACCESS	read-write
			STATUS	mandatory
			DESCRIPTION
					"This object, when read, always returns the 
					value other (1). The behavior of setting this object 
					to each of the acceptable values is as follows:

						runDiagnostics:	runs the board's offline diagnostics."
			::= { lbSlotEntry 19 }

 		lbSlotBridgeFunctionCount OBJECT-TYPE
			SYNTAX	INTEGER
			ACCESS	read-only
			STATUS	mandatory
			DESCRIPTION
					"The number of bridge functions present in this slot."
			::= { lbSlotEntry 20 </