BROADCOM-REF-MIB DEFINITIONS ::= BEGIN -- DELL FASTPATH Reference MIB -- Copyright Broadcom Corporation (2001-2013) All rights reserved. -- This SNMP Management Information Specification -- embodies Broadcom Corporation confidential and proprietary -- intellectual property. Broadcom Corporation retains all title -- and ownership in the Specification including any revisions. -- This Specification is supplied "AS IS", Broadcom Corporation -- makes no warranty, either expressed or implied, -- as to the use, operation, condition, or performance of the -- Specification. IMPORTS MODULE-IDENTITY FROM SNMPv2-SMI TEXTUAL-CONVENTION FROM SNMPv2-TC dellLanExtension FROM Dell-Vendor-MIB dellLan FROM Dell-Vendor-MIB; lvl7 MODULE-IDENTITY LAST-UPDATED "201304120000Z" -- 12 Apr 2013 12:00:00 GMT ORGANIZATION "Broadcom Corporation" CONTACT-INFO " Customer Support Postal: Broadcom Corporation 100, Perimeter Park Drive Morrisville, NC 27560 Tel: +1 919 865 2700" DESCRIPTION "" -- Revision history. REVISION "201304120000Z" -- 12 Apr 2013 12:00:00 GMT DESCRIPTION "Revisions made for new release." REVISION "201303270000Z" -- 27 Mar 2013 12:00:00 GMT DESCRIPTION "Updated for new release." REVISION "201104140000Z" -- 14 Apr 2011 12:00:00 GMT DESCRIPTION "Revisions made for new release." REVISION "200311210000Z" -- 21 Nov 2003 12:00:00 GMT DESCRIPTION "Revisions made for new release." REVISION "200302061200Z" -- 6 February 2003 12:00:00 GMT DESCRIPTION "Updated for release" REVISION "201307080000Z" -- 8 July 2013 12:00:00 GMT DESCRIPTION "Updated for new release" ::= { dellLanExtension 6132 } -- New definitions lvl7Products OBJECT IDENTIFIER ::= { lvl7 1 } fastPath OBJECT IDENTIFIER ::= { lvl7Products 1 } -- These OID to be used in sysObjId to identify the specific switch type: -- sysObjId for 6224 dell6224Switch OBJECT IDENTIFIER ::= { dellLan 3010 } -- sysObjId for 6248 dell6248Switch OBJECT IDENTIFIER ::= { dellLan 3011 } -- sysObjId for 6224P dell6224PSwitch OBJECT IDENTIFIER ::= { dellLan 3012 } -- sysObjId for 6248P dell6248PSwitch OBJECT IDENTIFIER ::= { dellLan 3013 } -- sysObjId for 6224F dell6224FSwitch OBJECT IDENTIFIER ::= { dellLan 3014 } -- sysObjId for M6220 dellM6220Switch OBJECT IDENTIFIER ::= { dellLan 3015 } -- sysObjId for M8024 dellM8024Switch OBJECT IDENTIFIER ::= { dellLan 3022 } -- sysObjId for 8024 dell8024Switch OBJECT IDENTIFIER ::= { dellLan 3023 } -- sysObjId for 8024F dell8024FSwitch OBJECT IDENTIFIER ::= { dellLan 3024 } -- sysObjId for M6384 dellM6384Switch OBJECT IDENTIFIER ::= { dellLan 3025 } -- sysObjId for 7024 dell7024Switch OBJECT IDENTIFIER ::= { dellLan 3034 } -- sysObjId for 7048 dell7048Switch OBJECT IDENTIFIER ::= { dellLan 3035 } -- sysObjId for 7024P dell7024PSwitch OBJECT IDENTIFIER ::= { dellLan 3036 } -- sysObjId for 7048P dell7048PSwitch OBJECT IDENTIFIER ::= { dellLan 3037 } -- sysObjId for 7024F dell7024FSwitch OBJECT IDENTIFIER ::= { dellLan 3038 } -- sysObjId for 7048R dell7048RSwitch OBJECT IDENTIFIER ::= { dellLan 3039 } -- sysObjId for 7048R-RA dell7048RRASwitch OBJECT IDENTIFIER ::= { dellLan 3040 } -- sysObjId for M8024-k dellM8024KSwitch OBJECT IDENTIFIER ::= { dellLan 3041 } -- sysObjId for 4032 dellN4032Switch OBJECT IDENTIFIER ::= { dellLan 3042 } -- sysObjId for 4032F dellN4032FSwitch OBJECT IDENTIFIER ::= { dellLan 3044 } -- sysObjId for 4064 dellN4064Switch OBJECT IDENTIFIER ::= { dellLan 3045 } -- sysObjId for 4064F dellN4064FSwitch OBJECT IDENTIFIER ::= { dellLan 3046 } -- sysObjId for 2024 dellN2024Switch OBJECT IDENTIFIER ::= { dellLan 3053 } -- sysObjId for 2048 dellN2048Switch OBJECT IDENTIFIER ::= { dellLan 3054 } -- sysObjId for 2024P dellN2024PSwitch OBJECT IDENTIFIER ::= { dellLan 3055 } -- sysObjId for 2048P dellN2048PSwitch OBJECT IDENTIFIER ::= { dellLan 3056 } -- sysObjId for 3024 dellN3024Switch OBJECT IDENTIFIER ::= { dellLan 3057 } -- sysObjId for 3048 dellN3048Switch OBJECT IDENTIFIER ::= { dellLan 3058 } -- sysObjId for 3024P dellN3024PSwitch OBJECT IDENTIFIER ::= { dellLan 3059 } -- sysObjId for 3048P dellN3048PSwitch OBJECT IDENTIFIER ::= { dellLan 3060 } -- sysObjId for 3024F dellN3024FSwitch OBJECT IDENTIFIER ::= { dellLan 3061 } -- New Textual Conventions AgentPortMask ::= TEXTUAL-CONVENTION DISPLAY-HINT "255x" STATUS current DESCRIPTION "Each octet within this value specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port of the bridge is represented by a single bit within the value of this object. If that bit has a value of '1' then that port is included in the set of ports; the port is not included if its bit has a value of '0' When setting this value, the system will ignore configuration for ports not between the first and last valid ports. Configuration of any port numbers between this range that are not valid ports return a failure message, but will still apply configuration for valid ports." SYNTAX OCTET STRING (SIZE (1..255)) END