62 lines
2.3 KiB
Plaintext
62 lines
2.3 KiB
Plaintext
QUANTA-SWITCH-MIB DEFINITIONS ::= BEGIN
|
|
|
|
-- Quanta MIB
|
|
-- Copyright 2004- Quanta Computer, Inc. All rights reserved.
|
|
|
|
-- This Specification is supplied "AS IS", Quanta Computer Inc.
|
|
-- 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
|
|
enterprises FROM RFC1155-SMI;
|
|
|
|
quanta MODULE-IDENTITY
|
|
LAST-UPDATED "200405240000Z" -- 24 May 2004 12:00:00 GMT
|
|
ORGANIZATION "Quanta Computer Inc."
|
|
CONTACT-INFO
|
|
" Customer Support
|
|
Postal: Quanta Computer Inc.
|
|
4, Wen Ming 1 St., Kuei Shan Hsiang,
|
|
Tao Yuan Shien, Taiwan, R.O.C.
|
|
Tel: +886 3 328 0050
|
|
E-Mail: strong.chen@quantatw.com"
|
|
DESCRIPTION
|
|
"first created"
|
|
|
|
|
|
::= { enterprises 7244 }
|
|
|
|
-- New definitions
|
|
switch OBJECT IDENTIFIER ::= { quanta 2 }
|
|
|
|
|
|
-- New Textual Conventions
|
|
AgentPortMask ::= TEXTUAL-CONVENTION
|
|
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
|
|
|
|
|
|
END
|