-- extracted from draft-ietf-ops-vlanid-tc-mib-00.txt -- at Fri May 14 06:21:11 2004 VLAN-ID-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, mib-2, Integer32 FROM SNMPv2-SMI TEXTUAL-CONVENTION FROM SNMPv2-TC; vlanIdMIB MODULE-IDENTITY LAST-UPDATED "200309250000Z" -- 25 September 2003 ORGANIZATION "IETF Operations and Management Area" CONTACT-INFO "Bert Wijnen (Editor) Lucent Technologies Schagen 33 3461 GL Linschoten Netherlands Phone: +31 348-407-775 EMail: bwijnen@lucent.com Send comments to . " DESCRIPTION "This MIB module provides commonly used textual conventions for VLAN Identifiers. Copyright (C) The Internet Society (2003). This version of this MIB module is part of RFC XXXX, see the RFC itself for full legal notices. " -- RFC-Editor: assign XXXX above -- Revision History REVISION "200309250000Z" -- 25 September 2003 DESCRIPTION "Initial version, published as RFC XXXX." -- RFC-Editor: assigns XXXX above, -- then removes this note ::= { mib-2 nnn } -- IANA assigns nnn VlanId ::= TEXTUAL CONVENTION DISPLAY-HINT "d" STATUS current DESCRIPTION "The VLAN ID that uniquely identifies a VLAN. It is the 12-bit VLAN ID used in the VLAN Tag header. The range is defined by the REFERENCEd specification. " REFERENCE "IEEE Std 802.1Q 2003 Edition, Virtual Bridged Local Area Networks. " SYNTAX Integer32 (1..4094) VlanIdOrAny ::= TEXTUAL CONVENTION DISPLAY-HINT "d" STATUS current DESCRIPTION "The VLAN ID that uniquely identifies a VLAN. The special value of 4095 is used to indicate a wildcard, i.e. any value. " SYNTAX Integer32 (1..4094 | 4095) VlanIdOrNone ::= TEXTUAL CONVENTION DISPLAY-HINT "d" STATUS current DESCRIPTION "The VLAN ID that uniquely identifies a VLAN. The special value of zero is used to indicate that no VLAN ID is present or used. " SYNTAX Integer32 (0 | 1..4094) END -- -- Copyright (C) The Internet Society (2003). All Rights Reserved. -- -- This document and translations of it may be copied and furnished to -- others, and derivative works that comment on or otherwise explain it -- or assist in its implementation may be prepared, copied, published -- and distributed, in whole or in part, without restriction of any -- kind, provided that the above copyright notice and this paragraph are -- included on all such copies and derivative works. However, this -- document itself may not be modified in any way, such as by removing -- the copyright notice or references to the Internet Society or other -- Internet organizations, except as needed for the purpose of -- developing Internet standards in which case the procedures for -- copyrights defined in the Internet Standards process must be -- followed, or as required to translate it into languages other than -- English. -- -- The limited permissions granted above are perpetual and will not be -- revoked by the Internet Society or its successors or assignees. -- -- This document and the information contained herein is provided on an -- "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING -- TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING -- BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION -- HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF -- MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. -- -- -- Acknowledgment -- -- Funding for the RFC Editor function is currently provided by the -- Internet Society.