App-Netsync
view release on metacpan or search on metacpan
share/mib/FOUNDRY-SN-AGENT-MIB.mib view on Meta::CPAN
FOUNDRY-SN-AGENT-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE,TimeTicks, IpAddress, Counter32, Gauge32,Unsigned32,Integer32
FROM SNMPv2-SMI
TEXTUAL-CONVENTION, RowStatus, TruthValue, TimeStamp
FROM SNMPv2-TC
InterfaceIndex
FROM IF-MIB
InetAddressType, InetAddress
FROM INET-ADDRESS-MIB -- [RFC 4001]
CounterBasedGauge64
FROM HCNUM-TC
snChassis, snAgentSys, snStack
FROM FOUNDRY-SN-ROOT-MIB;
snAgent MODULE-IDENTITY
LAST-UPDATED "201112220000Z" -- 22 December 2011
ORGANIZATION "Brocade Communications Systems, Inc."
CONTACT-INFO
"Technical Support Center
130 Holger Way,
San Jose, CA 95134
Email: ipsupport@brocade.com
Phone: 1-800-752-8061
URL: www.brocade.com"
DESCRIPTION
"Copyright 1996-2010 Brocade Communications Systems, Inc.
All rights reserved.
This Brocade Communications Systems SNMP Management Information Base Specification
embodies Brocade Communications Systems' confidential and proprietary
intellectual property. Brocade Communications Systems retains all
title and ownership in the Specification, including any revisions.
This Specification is supplied AS IS, and Brocade Communications Systems makes
no warranty, either express or implied, as to the use,
operation, condition, or performance of the specification, and any unintended
consequence it may on the user environment."
REVISION "201112220000Z" -- 22 December 2011
DESCRIPTION
"Major Changes in NI 5.3: Added MIBs for Simplified Upgrade,
Fixes for status for 100G module in blocked slot,
SNMP support for MR2 module
Description Updates."
REVISION "201006020000Z" -- 04 June 2010
DESCRIPTION
"Changed the ORGANIZATION, CONTACT-INFO and DESCRIPTION fields."
REVISION "200909300000Z" -- September 30, 2009
DESCRIPTION
"convert from SMIv1 to SMIv2"
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) 1991 4}
-- textual conventions
MacAddress ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"
This data type is used to model media addresses. For many
types of media, this will be in a binary representation.
For example, an ethernet address would be represented as
a string of 6 octets.
"
SYNTAX OCTET STRING (SIZE(6))
DisplayString ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This data type is used to model textual information taken
from the NVT ASCII character set. By convention, objects
with this syntax are declared as having
SIZE (0..255)"
SYNTAX OCTET STRING
BrcdImageType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Image types supported by XMR/MLX and CES/CER"
SYNTAX INTEGER {
unknown(1),
managementModuleBoot(2),
managementModuleMonitor(3),
managementModuleApplication(4),
interfaceModuleBoot(5),
interfaceModuleMonitor(6),
interfaceModuleApplication(7),
mgmtAndIntfModuleCombinedApp(8),
fpgaMBridge(9),
fpgaMBridge32(10),
fpgaSBridge(11),
fpgaHBridge(12),
fpgaBundled(13),
fpgaPbifOc(14),
fpgaStatsOc(15),
fpgaXppOc(16),
fpgaPbifMrj(17),
fpgaStatsMrj(18),
fpgaXppMrj(19),
fpgaPbifSp2(20),
share/mib/FOUNDRY-SN-AGENT-MIB.mib view on Meta::CPAN
each LED is encoded into 1 bit for each switch port.
The maximum number of ports in one chassis is 24
that means 24 Ports Media LEDs. The expansion port
number always begins from the last main port number.
The following shows the meaning of each bit for each
switch port:
bit value meaning
--------- -------
0 half duplex
1 full duplex
The bitmap of LEDs are as following:
(Port1) (Port4) (Port8)
Bit (Bit0) (Bit3) (Bit7)
Byte 1: LED1 LED2 LED3 LED4 LED5 LED6 LED7 LED8
Byte 2: LED9 LED10 LED11 LED12 LED13 LED14 LED15 LED16
Byte 3: LED17 LED18 LED19 LED20 LED21 LED22 LED23 LED24
(It was obsoleted after release 07100, replaced by snAgentBrdMediaLedString)"
::= { snAgentBrdEntry 10 }
snAgentBrdSpeedLeds OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"A bit array that contains the value of the
front panel media LEDs. This is a packed bit string;
each LED is encoded into 1 bit for each switch port.
The maximum number of ports in one chassis is 24
that means 24 Ports Speed LEDs. The expansion port
number always begins from the last main port number.
The following shows the meaning of each bit for each
switch port:
bit value meaning
--------- -------
0 10 MBit
1 100 MBit
The bitmap of LEDs are as following:
(Port1) (Port4) (Port8)
Bit (Bit0) (Bit3) (Bit7)
Byte 1: LED1 LED2 LED3 LED4 LED5 LED6 LED7 LED8
Byte 2: LED9 LED10 LED11 LED12 LED13 LED14 LED15 LED16
Byte 3: LED17 LED18 LED19 LED20 LED21 LED22 LED23 LED24
(It was obsoleted after release 07100, replaced by snAgentBrdSpeedLedString)"
::= { snAgentBrdEntry 11 }
snAgentBrdModuleStatus OBJECT-TYPE
SYNTAX INTEGER {
moduleEmpty(0),
moduleGoingDown(2),
moduleRejected(3),
moduleBad(4),
moduleConfigured(8),
moduleComingUp(9),
moduleRunning(10),
moduleBlocked(11)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"By default, this mode is set to notActivated(0).
moduleEmpty(0) ......... The slot of the chassis is empty.
moduleGoingDown(2) ..... The module is going down.
moduleRejected(3) ...... The module is being rejected due to wrong configuration.
moduleBad(4) ........... The module Hardware is bad.
moduleConfigured(8) ...... The module is configured (stacking)
moduleComingUp(9) ...... The module is in power-up cycle.
moduleRunning(10) ....... The module is running.
moduleBlocked(11) ....... The module is blocked, for full height card."
::= { snAgentBrdEntry 12 }
snAgentBrdRedundantStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
active(2),
standby(3),
crashed(4),
comingUp(5)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The redundant status of a module. Non-management module always
returns other(1). Management module returns the rest of the
states."
::= { snAgentBrdEntry 13 }
snAgentBrdAlarmLeds OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"A bit array that contains the value of the
front panel media LEDs (for POS Module Only). This is a packed bit string;
each LED is encoded into 1 bit for each switch port.
The maximum number of ports in one chassis is 24
that means 24 Ports Speed LEDs. The expansion port
number always begins from the last main port number.
The following shows the meaning of each bit for each
switch port:
bit value meaning
--------- -------
0 no alarm
1 alarm
The bitmap of LEDs are as following:
(Port1) (Port4) (Port8)
Bit (Bit0) (Bit3) (Bit7)
Byte 1: LED1 LED2 LED3 LED4 LED5 LED6 LED7 LED8
Byte 2: LED9 LED10 LED11 LED12 LED13 LED14 LED15 LED16
Byte 3: LED17 LED18 LED19 LED20 LED21 LED22 LED23 LED24
(It was obsoleted after release 07100, replaced by snAgentBrdAlarmLedString)"
::= { snAgentBrdEntry 14 }
snAgentBrdTxTrafficLeds OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"A bit array that contains the value of the
front panel transmit traffic LEDs (for POS Module Only). This is a packed bit string;
each LED is encoded into 1 bit for each switch
port. The maximum number of ports in one chassis
is 24 that means 24 Ports Transmit Traffic LEDs. The expansion port
number always begins from the last main port number.
The following shows the meaning of each bit for each
switch port:
share/mib/FOUNDRY-SN-AGENT-MIB.mib view on Meta::CPAN
SLAVE_JC_B16GF 0xC8
MASTER_JC_B2404 0xC9
SLAVE_JC_B16GC 0xCA
octet 3 - processor type, PVR_M603=3, PVR_M604=4, PVR_M603E=6,
PVR_M603EV=7, PVR_M750=8, PVR_M604E=9, PVR_M8245=81
octet 4 to
octet 5 - processor speed in MHz
octet 6 - MAC type:
MAC_NONE=0
MAC_SEEQ_10_100=1,
MAC_DEC_10_100=2,
MAC_3COM_10_100=3,
MAC_X10GMAC_10000=4,
MAC_SEEQ_1000=5,
MAC_GMAC_1000=6,
MAC_VLSI_1000=7
octet 7 - PHY type, PHY_NONE=0, PHY_QSI=1, PHY_BROADCOM=2,
PHY_ICS=3, PHY_NATIONAL=4, PHY_LEVEL1=6,
PHY_BROADCOM_10_100=7, PHY_LEVEL24=8,
PHY_BROADCOM_10000=9 (for 10G),
PHY_3COM_10_100=9 (for others)
octet 8 - port type, COPPER=0, FIBER=1
octet 9 - fiber port type, NONFIBER=0, SX_FIBER=1,
LX_FIBER=2, LHX_FIBER=3, LX_SX_FIBER=4,
LHB_FIBER=5
octet 10 to
octet 13 - DRAM size in KBytes
octet 14 to
octet 17 - boot flash size in KBytes
octet 18 to
octet 21 - code flash size in KBytes
octet 22 to
octet 27 - serial number.
octet 28 - chassis backplane type.
chassis4000 = 0x00
chassis8000 = 0x02
chassis15000 = 0x01
chassisFISX = 0x04
Turbo8 = 0x07 (stack2)
FastIron2 = 0x06 (stack1)"
::= { snAgentBrd2Entry 4 }
snAgentBrd2MainPortTotal OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of ports for the main board."
::= { snAgentBrd2Entry 5 }
snAgentBrd2ModuleStatus OBJECT-TYPE
SYNTAX INTEGER {
moduleEmpty(0),
moduleGoingDown(2),
moduleRejected(3),
moduleBad(4),
moduleConfigured(8),
moduleComingUp(9),
moduleRunning(10),
moduleBlocked(11)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"By default, this mode is set to notActivated(0).
moduleEmpty(0) ......... The slot of the chassis is empty.
moduleGoingDown(2) ..... The module is going down.
moduleRejected(3) ...... The module is being rejected due to wrong configuration.
moduleBad(4) ........... The module Hardware is bad.
moduleConfigured(8) ...... The module is configured (stacking)
moduleComingUp(9) ...... The module is in power-up cycle.
moduleRunning(10) ....... The module is running.
moduleBlocked(11) ....... The module is blocked, for full height card."
::= { snAgentBrd2Entry 6 }
snAgentBrd2RedundantStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
active(2),
standby(3),
crashed(4),
comingUp(5)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The redundant status of a module. Non-management module always
returns other(1). Management module returns the rest of the
states."
::= { snAgentBrd2Entry 7}
-- Trap Receiver Table
-- Trap Receiver Table
-- snAgTrpRcvrTable is deprecated, replaced by fdryTrapReceiverTable.
-- The new table "fdryTrapReceiverTable" combines Ipv4 and Ipv6 configuration of
-- trap Receiver/managers which to send traps.
snAgTrpRcvrTable OBJECT-TYPE
SYNTAX SEQUENCE OF SnAgTrpRcvrEntry
MAX-ACCESS not-accessible
STATUS deprecated
DESCRIPTION
"A table of managers which to send traps."
::= { snAgentTrp 1 }
snAgTrpRcvrEntry OBJECT-TYPE
SYNTAX SnAgTrpRcvrEntry
MAX-ACCESS not-accessible
STATUS deprecated
DESCRIPTION
"A row in the trap receiver table.
The column snAgTrpRcvrStatus is used to create
and delete rows in the table. Creation requires
a SET PDU with objects snAgTrpRcvrIndex,
snAgTrpRcvrIpAddr, snAgTrpRcvrComm and
snAgTrpRcvrStatus."
INDEX { snAgTrpRcvrIndex }
::= { snAgTrpRcvrTable 1 }
SnAgTrpRcvrEntry ::= SEQUENCE {
snAgTrpRcvrIndex
Integer32,
snAgTrpRcvrIpAddr
IpAddress,
snAgTrpRcvrCommunityOrSecurityName
OCTET STRING,
snAgTrpRcvrStatus
INTEGER,
snAgTrpRcvrUDPPort
INTEGER,
snAgTrpRcvrSecurityModel
( run in 1.572 second using v1.01-cache-2.11-cpan-df04353d9ac )