mirror of
https://github.com/hsnodgrass/snmp_mib_archive.git
synced 2025-04-18 00:13:02 +00:00
742 lines
21 KiB
INI
Executable File
742 lines
21 KiB
INI
Executable File
#-MIBFILE: fpipes.mib
|
|
|
|
NETWORTH-FASTPIPES-MIB DEFINITIONS ::= BEGIN
|
|
|
|
|
|
DisplayString ::=
|
|
OCTET STRING
|
|
|
|
PhysAddress ::=
|
|
OCTET STRING
|
|
|
|
networth OBJECT IDENTIFIER ::= { enterprises 215 }
|
|
|
|
networthProducts OBJECT IDENTIFIER ::= { networth 1 }
|
|
|
|
networthInternetworking OBJECT IDENTIFIER ::= { networthProducts 2 }
|
|
|
|
nwFastPipes OBJECT IDENTIFIER ::= { networthInternetworking 2 }
|
|
|
|
nwfpProductType OBJECT-TYPE
|
|
SYNTAX DisplayString (SIZE(0..32))
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "The switch product type based on whether the switch is modular or
|
|
nonmodular, has one of four uplinks or none, and has routing or not.
|
|
The product types are:
|
|
|
|
Modular with no Uplink and no Routing
|
|
Modular with no Uplink and Routing
|
|
Modular with FDDI Uplink and no Routing
|
|
Modular with FDDI Uplink and Routing
|
|
Modular with ATM Uplink and no Routing
|
|
Modular with ATM Uplink and Routing
|
|
Modular with 100BT Uplink and no Routing
|
|
Modular with 100BT Uplink and Routing
|
|
Modular with 100VG Uplink and no Routing
|
|
Modular with 100VG Uplink and Routing
|
|
NonModular with no Uplink and no Routing
|
|
NonModular with no Uplink and Routing
|
|
NonModular with FDDI Uplink and no Routing
|
|
NonModular with FDDI Uplink and Routing
|
|
NonModular with ATM Uplink and no Routing
|
|
NonModular with ATM Uplink and Routing
|
|
NonModular with 100BT Uplink and no Routing
|
|
NonModular with 100BT Uplink and Routing
|
|
NonModular with 100VG Uplink and no Routing
|
|
NonModular with 100VG Uplink and Routing"
|
|
::= { nwFastPipes 1 }
|
|
|
|
|
|
nwfpReset OBJECT-TYPE
|
|
SYNTAX INTEGER {
|
|
no-reset(1),
|
|
reset(2),
|
|
reset-and-erase-config(3)
|
|
}
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "Setting this object to reset(2) will cause the FastPipes to
|
|
perform a hardware reset within approximately 5 seconds.
|
|
|
|
Setting this object to reset-and-erase-config(3) will cause
|
|
the switch to perform a hardware reset to all config values stored
|
|
in nvram to default values within approximately 5 seconds.
|
|
|
|
Setting this object to no-reset(1) will have no effect. The
|
|
value no-reset(1) will be returned whenever this object is
|
|
retrieved.
|
|
|
|
The primary purpose for including this variable in the FastPipes
|
|
MIB is to allow SNMP managers to modify the operational mode
|
|
of the FastPipes."
|
|
::= { nwFastPipes 2 }
|
|
|
|
|
|
nwfpCurrentSoftwareVersion OBJECT-TYPE
|
|
SYNTAX DisplayString (SIZE(0..15))
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "The version of software currently running on the switch. The version
|
|
is specified in ASCII format"
|
|
::= { nwFastPipes 3 }
|
|
|
|
|
|
nwfpFutureSoftwareVersion OBJECT-TYPE
|
|
SYNTAX DisplayString (SIZE(0..15))
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "The version of software the switch will run after the next reset.
|
|
If this variable is different than nwfpCurrentSoftwareVersion,
|
|
the switch will request a download for the new software the next
|
|
time the switch is reset (as in setting the variable nwfpReset or
|
|
power cycling the unit). The version should be specified
|
|
as an ASCII string."
|
|
::= { nwFastPipes 4 }
|
|
|
|
|
|
nwfpTFTPServerIPAddress OBJECT-TYPE
|
|
SYNTAX IpAddress
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "The IP address of the TFTP Server to which the FastPipes will send
|
|
its next TFTP request."
|
|
::= { nwFastPipes 5 }
|
|
|
|
|
|
nwfpCurrentUplinkSoftwareVers OBJECT-TYPE
|
|
SYNTAX DisplayString (SIZE(0..15))
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "The version of software currently running on the switch's Uplink
|
|
Card. The version is an ASCI string of the form."
|
|
::= { nwFastPipes 6 }
|
|
|
|
|
|
nwfpFutureUplinkSoftwareVers OBJECT-TYPE
|
|
SYNTAX DisplayString (SIZE(0..15))
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "The version of software the switch's Uplink Card will run after the
|
|
next reset. If this variable is different than
|
|
nwfpCurrentUplinkSoftwareVers, the switch will request a download
|
|
for the new software the next time the switch is reset (as in setting
|
|
the variable nwfpReset or power cycling the unit). The version
|
|
should be specified as an ASCII string."
|
|
::= { nwFastPipes 7 }
|
|
|
|
|
|
nwfpLastFailureReason OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "The last error that caused a switch failure. A value of zero (0)
|
|
indicates that there has not been a switch failure since the nvram
|
|
was last erased.
|
|
|
|
A non-zero value indicates the reason for the last switch failure.
|
|
A normal switch reset or power cycle will not change the value of
|
|
this variable (it will still indicate the reason for the last
|
|
known failure)."
|
|
::= { nwFastPipes 8 }
|
|
|
|
|
|
nwfpEEPROMVersion OBJECT-TYPE
|
|
SYNTAX DisplayString (SIZE(0..32))
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "The hardware EEPROM version. The string 'unknown' is returned if
|
|
the value is not known."
|
|
::= { nwFastPipes 9 }
|
|
|
|
|
|
nwfpManufactureDate OBJECT-TYPE
|
|
SYNTAX DisplayString (SIZE(0..32))
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "The hardware manufacture date. The string 'unknown' is returned if
|
|
the value is not known."
|
|
::= { nwFastPipes 10 }
|
|
|
|
|
|
nwfpAuthErrIPaddress OBJECT-TYPE
|
|
SYNTAX IpAddress
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "The IP address of the device that sent the SNMP packet that caused
|
|
an authentication error trap to be issued by the switch."
|
|
::= { nwFastPipes 11 }
|
|
|
|
|
|
nwfpRAMsize OBJECT-TYPE
|
|
SYNTAX INTEGER {
|
|
one-MB(1),
|
|
two-MB(2),
|
|
four-MB(4),
|
|
eight-MB(8)
|
|
}
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "The size of RAM."
|
|
::= { nwFastPipes 12 }
|
|
|
|
|
|
nwfpEthernetTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF NwfpEthernetEntry
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "A table of ethernet-port-specific information for the FastPipes.
|
|
This table augments the Ethernet RFC1398 MIB."
|
|
::= { nwFastPipes 13 }
|
|
|
|
|
|
nwfpEthernetEntry OBJECT-TYPE
|
|
SYNTAX NwfpEthernetEntry
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "A list of information for every ethernet interface."
|
|
INDEX { nwfpIfIndex }
|
|
|
|
::= { nwfpEthernetTable 1 }
|
|
|
|
nwfpEthernetEntry ::=
|
|
SEQUENCE {
|
|
nwfpIfIndex INTEGER,
|
|
nwfpBOOTPrequestFlag INTEGER
|
|
}
|
|
|
|
nwfpIfIndex OBJECT-TYPE
|
|
SYNTAX INTEGER (1..12)
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "Ethernet interface number that corresponds to the ifIndex value
|
|
in mib-2."
|
|
::= { nwfpEthernetEntry 1 }
|
|
|
|
|
|
nwfpBOOTPrequestFlag OBJECT-TYPE
|
|
SYNTAX INTEGER {
|
|
enabled(1),
|
|
disabled(2)
|
|
}
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "This flag determines whether this ethernet interface will send a BOOTP
|
|
request. When booting, the FastPipes will broadcast a BOOTP request
|
|
from the lowest ethernet interface with this value enabled(1). If that
|
|
BOOTP request fails, the FastPipes will broadcast another BOOTP request
|
|
from the next ethernet interface with this value enabled(1). At least
|
|
one ethernet interface must have this value enabled(1) or BOOTP will
|
|
not work."
|
|
::= { nwfpEthernetEntry 2 }
|
|
|
|
|
|
nwfpBOOTPServerIPAddress OBJECT-TYPE
|
|
SYNTAX IpAddress
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "The IP address of the BOOTP Server that responded to the FastPipes's
|
|
BOOTP request."
|
|
::= { nwFastPipes 18 }
|
|
|
|
|
|
nwfpBOOTPEthernetIF OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "The Ethernet interface number that successfully completed the BOOTP
|
|
interaction."
|
|
::= { nwFastPipes 19 }
|
|
|
|
|
|
nwfpUplinkSoftwarePath OBJECT-TYPE
|
|
SYNTAX DisplayString (SIZE(0..255))
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "The path to the switch software file. Following this path will reveal
|
|
the actual version of the file."
|
|
::= { nwFastPipes 20 }
|
|
|
|
|
|
nwfpSerialNumber OBJECT-TYPE
|
|
SYNTAX DisplayString (SIZE(0..32))
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "The hardware serial number."
|
|
::= { nwFastPipes 21 }
|
|
|
|
|
|
nwfpConfiguration OBJECT-TYPE
|
|
SYNTAX INTEGER {
|
|
fsp12(500),
|
|
fsp6(501),
|
|
fsp11(502),
|
|
fsp12fx(503),
|
|
fsp6fl(504)
|
|
}
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "This object returns the type of base module that is being queried."
|
|
::= { nwFastPipes 22 }
|
|
|
|
|
|
nwfpUpLinkEEPROMVersion OBJECT-TYPE
|
|
SYNTAX DisplayString (SIZE(0..32))
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "The uplink EEPROM version. The string 'unknown' is returned
|
|
if the value is not known."
|
|
::= { nwFastPipes 23 }
|
|
|
|
|
|
nwfpUpLinkManufactureDate OBJECT-TYPE
|
|
SYNTAX DisplayString (SIZE(0..32))
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "The uplink manufacture date. The string 'unknown' is returned if
|
|
the value is not known."
|
|
::= { nwFastPipes 24 }
|
|
|
|
|
|
nwfpUpLinkSerialNumber OBJECT-TYPE
|
|
SYNTAX DisplayString (SIZE(0..32))
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "The uplink serial number."
|
|
::= { nwFastPipes 25 }
|
|
|
|
|
|
nwfpUpLinkConfiguration OBJECT-TYPE
|
|
SYNTAX INTEGER {
|
|
none(1),
|
|
fddi-fiber-das(2),
|
|
fddi-fiber-sas(3),
|
|
fddi-tppmd-sas(4),
|
|
ethernet-100mbps-t4(5),
|
|
ethernet-100mbps-tx(6),
|
|
ethernet-100mbps-fx(7),
|
|
atm(8)
|
|
}
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "This object returns the type of HSSP (Uplink) module that is in the
|
|
base unit."
|
|
::= { nwFastPipes 26 }
|
|
|
|
|
|
nwfpSoftwarePath OBJECT-TYPE
|
|
SYNTAX DisplayString (SIZE(0..255))
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "The path to the switch software file. Following this path will
|
|
reveal the actual version of the file."
|
|
::= { nwFastPipes 27 }
|
|
|
|
|
|
nwfpCurrentBooterSoftwareVersion OBJECT-TYPE
|
|
SYNTAX DisplayString (SIZE(0..15))
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "The version of Booter software currently running on the switch.
|
|
The version is an ASCII string."
|
|
::= { nwFastPipes 28 }
|
|
|
|
|
|
nwfpFutureBooterSoftwareVersion OBJECT-TYPE
|
|
SYNTAX DisplayString (SIZE(0..15))
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "The version of Booter software the switch will run after the next reset.
|
|
If this variable is different than nwfpCurrentSoftwareVersion,
|
|
the switch will request a download for the new software the next
|
|
time the switch is reset (as in setting the variable nwfpReset or
|
|
power cycling the unit). The version is an ASCII string."
|
|
::= { nwFastPipes 29 }
|
|
|
|
|
|
nwfpBooterSoftwarePath OBJECT-TYPE
|
|
SYNTAX DisplayString (SIZE(0..255))
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "The path to the Booter software file. Following this path will
|
|
reveal the actual version of the file."
|
|
::= { nwFastPipes 30 }
|
|
|
|
|
|
nwfpSaveConfig OBJECT-TYPE
|
|
SYNTAX INTEGER {
|
|
config-info-saved(1),
|
|
save-all(2)
|
|
}
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "This object allows the user to permanently save configuration parameters
|
|
into the NVRAM of a managed device. It can only be written with
|
|
save-all(2). Writing this object with config-info-saved(1) has no effect.
|
|
|
|
Setting this object to save-all(2) will save all configuration info
|
|
changed into the NVRAM.
|
|
|
|
Reading this object will normally return config-info-saved(1) if the
|
|
previous save operation is successful. It will return the value set when
|
|
the previous set operation failed."
|
|
::= { nwFastPipes 31 }
|
|
|
|
|
|
nwfpFddiIPFrag OBJECT-TYPE
|
|
SYNTAX INTEGER {
|
|
off(1),
|
|
on(2)
|
|
}
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "When on(2), the FastPipes FDDI Uplink will perform IP fragmentation.
|
|
When off(1), IP fragmentation is not done and FDDI frames containing
|
|
IP information that exceed the Ethernet maximum frame size will
|
|
be dropped. Default mode is on(2)."
|
|
::= { nwFastPipes 32 }
|
|
|
|
|
|
nwfpFddiToEthIPTrans OBJECT-TYPE
|
|
SYNTAX INTEGER {
|
|
ethernet-ii(1),
|
|
ethernet-802-3-RAW(2),
|
|
automatic(3)
|
|
}
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "This attribute defines how FDDI frames containing IP packets get
|
|
translated into Ethernet frames. When automatic(3) mode is selected,
|
|
then FDDI frames are translated either in 802.3 RAW or ethernet-ii frames,
|
|
depending on the FDDI frame format (FDDI SNAP frames are translated into
|
|
ethernet-ii frames and FDDI 802.2 frames are translated into 802.3 RAW
|
|
frames). When ethernet-802-3-RAW(2) mode is selected, all FDDI frames are
|
|
translated into 802.3 RAW frames. When ethernet-ii(1) mode is selected,
|
|
all FDDI frames are translated into ethernet-ii frames. Default mode is
|
|
automatic(3)."
|
|
::= { nwFastPipes 33 }
|
|
|
|
|
|
nwfpFddiSNAPToEthIPXTrans OBJECT-TYPE
|
|
SYNTAX INTEGER {
|
|
ethernet-ii(1),
|
|
ieee8022snap(2)
|
|
}
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "This attribute defines how incoming FDDI SNAP frames containing IPX
|
|
information are translated into ethernet frames. When ethernet-ii(1) mode
|
|
is selected, then, the incoming FDDI SNAP frames are translated into
|
|
ethernet-ii frames. When ieee8022snap(2) is selected, then the incoming
|
|
FDDI SNAP frames are translated into ethernet SNAP frames. Default mode
|
|
is ethernet-ii(1)."
|
|
::= { nwFastPipes 34 }
|
|
|
|
|
|
nwfpFddi8022ToEthIPXTrans OBJECT-TYPE
|
|
SYNTAX INTEGER {
|
|
ethernet-802-3-RAW(1),
|
|
ieee8022(2)
|
|
}
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "This attribute defines how incoming FDDI 802.2 frames containing IPX
|
|
information are translated into ethernet frames. When the 802-3-Raw(1)
|
|
mode is selected, then, incoming FDDI 802.2 frames are translated into
|
|
802.3 Raw format. When the 802-2(2) format is selected, then incoming
|
|
FDDI 802.2 frames are translated into 802.2 frames. Default mode is
|
|
802-3-Raw(1)."
|
|
::= { nwFastPipes 35 }
|
|
|
|
|
|
nwfpFddiLocTrafFiltering OBJECT-TYPE
|
|
SYNTAX INTEGER {
|
|
off(1),
|
|
on(2)
|
|
}
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "Defines whether or not traffic local to the FDDI network the FastPipes
|
|
is connected to is filtered or not (i.e not forwarded to the FastPipes
|
|
switch process). The default is on(2)"
|
|
::= { nwFastPipes 36 }
|
|
|
|
|
|
nwfpSpanningTreeEnable OBJECT-TYPE
|
|
SYNTAX INTEGER {
|
|
enable(1),
|
|
disable(2)
|
|
}
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "When set to enable(1), the FastPipes will run the Spanning Tree Protocol
|
|
(STP). When set to disable(2), the FastPipes will not run STP. Default
|
|
value is enable(1)."
|
|
::= { nwFastPipes 37 }
|
|
|
|
|
|
nwfpTpFdbMaxSize OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "Gives the maximum number of entries that the forwarding data base may
|
|
have "
|
|
::= { nwFastPipes 38 }
|
|
|
|
|
|
nwfpTpFdbNbEntriesUsed OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "Gives the number of entries currently existing in the forwarding data
|
|
base."
|
|
::= { nwFastPipes 39 }
|
|
|
|
|
|
nwfpEthIPX8023ToFddiTrans OBJECT-TYPE
|
|
SYNTAX INTEGER {
|
|
ethernet-802-3-RAW(1),
|
|
ieee8022(2)
|
|
}
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "When set to ieee8022(2), an LLC header is added to the FDDI
|
|
frame, between the MAC header and the IPX header. When set to
|
|
ethernet-802-3-RAW(1), 802.3 raw packet format will be used in performing
|
|
packet translation. The default mode is ethernet-802-3-RAW(1)."
|
|
::= { nwFastPipes 40 }
|
|
|
|
|
|
nwfpPowerSupplyNumber OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "The number of system power supplies installed (regardless of their
|
|
current state) in the FastPipe product."
|
|
::= { nwFastPipes 41 }
|
|
|
|
|
|
nwfpPowerSupplyTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF NwfpPowerSupplyEntry
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "A table of system power supply specific information for the FastPipes."
|
|
::= { nwFastPipes 42 }
|
|
|
|
|
|
nwfpPowerSupplyEntry OBJECT-TYPE
|
|
SYNTAX NwfpPowerSupplyEntry
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "A list of information for every power supply installed"
|
|
INDEX { nwfpPowerSupplyIndex }
|
|
|
|
::= { nwfpPowerSupplyTable 1 }
|
|
|
|
nwfpPowerSupplyEntry ::=
|
|
SEQUENCE {
|
|
nwfpPowerSupplyIndex INTEGER,
|
|
nwfpPowerSupplyStatus INTEGER
|
|
}
|
|
|
|
nwfpPowerSupplyIndex OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "A unique value for each power supply."
|
|
::= { nwfpPowerSupplyEntry 1 }
|
|
|
|
|
|
nwfpPowerSupplyStatus OBJECT-TYPE
|
|
SYNTAX INTEGER {
|
|
good(1),
|
|
bad(2),
|
|
na(3)
|
|
}
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "The status of the power supply. The value good(1) is returned if the
|
|
power supply identified by nwfpPowerSupplyIndex is running properly. The
|
|
value bad(2) is returned if the power supply identified by nwfpPowerSupplyIndex
|
|
has failed to operate properly but has been inserted into the slot. This
|
|
will include an inserted power supply with no power. The value na(3) is
|
|
returned if the power supply has not been inserted into the slot."
|
|
::= { nwfpPowerSupplyEntry 2 }
|
|
|
|
|
|
nwfpFanNumber OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "The number of system fans installed (regardless of their current state)
|
|
in the FastPipe product."
|
|
::= { nwFastPipes 43 }
|
|
|
|
|
|
nwfpFanTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF NwfpFanEntry
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "A table of system fan specific information for the FastPipes."
|
|
::= { nwFastPipes 44 }
|
|
|
|
|
|
nwfpFanEntry OBJECT-TYPE
|
|
SYNTAX NwfpFanEntry
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "A list of information for every fans installed"
|
|
INDEX { nwfpFanIndex }
|
|
|
|
::= { nwfpFanTable 1 }
|
|
|
|
nwfpFanEntry ::=
|
|
SEQUENCE {
|
|
nwfpFanIndex INTEGER,
|
|
nwfpFanStatus INTEGER
|
|
}
|
|
|
|
nwfpFanIndex OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "A unique value for each fan. Its value ranges between 1 and the value
|
|
of nwfpFanNumber."
|
|
::= { nwfpFanEntry 1 }
|
|
|
|
|
|
nwfpFanStatus OBJECT-TYPE
|
|
SYNTAX INTEGER {
|
|
good(1),
|
|
bad(2)
|
|
}
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "The status of the system fan. The value good(1) is returned if the fan
|
|
identified by nwfpFanIndex is running properly. The value bad(2) is
|
|
returned if the fan identified by nwfpFanIndex has failed to operate
|
|
properly."
|
|
::= { nwfpFanEntry 2 }
|
|
|
|
|
|
nwfpMonitorPort OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "The index value of a port which will receive all traffic from
|
|
the ports specified in the nwfpMonitorSource bitmask. Acceptable
|
|
values are 1 to Max port number."
|
|
::= { nwFastPipes 45 }
|
|
|
|
|
|
nwfpMonitorSource OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "A bitmask of the port numbers to monitor. This bitmask (which
|
|
must not include the port number used for nwfpMonitorPort) specifies
|
|
which ports are to be monitored. Traffic sent to the ports specified
|
|
in this bitmask will also be sent to nwfpMonitorPort. Bit 0
|
|
in the bitmask corresponds to port 1, bit 1 corresponds to port 2,
|
|
and so on.
|
|
The greater the number of ports specified in the bitmask,
|
|
the lower the integrity of information to the monitoring port. i.e.
|
|
the more ports monitored, the greater the probability of lost data."
|
|
::= { nwFastPipes 46 }
|
|
|
|
|
|
nwfpMonitorPortStatus OBJECT-TYPE
|
|
SYNTAX INTEGER {
|
|
enabled(1),
|
|
disabled(2)
|
|
}
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "Status value of RMON monitoring. When set to disabled the port
|
|
specified in nwfpMonitorPort will not receive monitored data. When set to
|
|
enabled the port will begin recieving data from the ports
|
|
specified in nwfpMonitorSource."
|
|
::= { nwFastPipes 47 }
|
|
|
|
|
|
|
|
nwfpPowerSupplyDown TRAP-TYPE
|
|
ENTERPRISE networth
|
|
VARIABLES { nwfpPowerSupplyIndex, nwfpPowerSupplyStatus }
|
|
|
|
--#TYPE "PowerSupplyDown"
|
|
|
|
--#SUMMARY "PowerSupplyDown"
|
|
|
|
--#ARGUMENTS {2}
|
|
|
|
--#SEVERITY CRITICAL
|
|
|
|
--#TIMEINDEX 99
|
|
DESCRIPTION "A nwfpPowerSupplyDown trap signifies that a system power supply has
|
|
stopped running. This trap will only be generated when the system power
|
|
supply changes its operational state from up to down due to internal
|
|
failure."
|
|
::= 11
|
|
|
|
|
|
nwfpPowerSupplyUp TRAP-TYPE
|
|
ENTERPRISE networth
|
|
VARIABLES { nwfpPowerSupplyIndex, nwfpPowerSupplyStatus }
|
|
|
|
--#TYPE "PowerSupplyUp"
|
|
|
|
--#SUMMARY "PowerSupplyUp"
|
|
|
|
--#ARGUMENTS {2}
|
|
|
|
--#SEVERITY INFORMATIONAL
|
|
|
|
--#TIMEINDEX 99
|
|
DESCRIPTION "A nwfpPowerSupplyUp trap signifies that a system power supply is up
|
|
and running. This trap will only be generated when the system power
|
|
supply changes its operational state from down to up. "
|
|
::= 12
|
|
|
|
|
|
nwfpfanDown TRAP-TYPE
|
|
ENTERPRISE networth
|
|
VARIABLES { nwfpFanIndex, nwfpFanStatus }
|
|
|
|
--#TYPE "fanDown"
|
|
|
|
--#SUMMARY "fanDown"
|
|
|
|
--#ARGUMENTS {2}
|
|
|
|
--#SEVERITY CRITICAL
|
|
|
|
--#TIMEINDEX 99
|
|
DESCRIPTION "A nwfpfanDown trap signifies that a system fan has stopped running.
|
|
This trap will only be generated when the system fan changes its
|
|
operational state from up to down due to internal failure. "
|
|
::= 13
|
|
|
|
|
|
nwfpfanUp TRAP-TYPE
|
|
ENTERPRISE networth
|
|
VARIABLES { nwfpFanIndex, nwfpFanStatus }
|
|
|
|
--#TYPE "FanUp"
|
|
|
|
--#SUMMARY "fanUp"
|
|
|
|
--#ARGUMENTS {2}
|
|
|
|
--#SEVERITY INFORMATIONAL
|
|
|
|
--#TIMEINDEX 99
|
|
DESCRIPTION "A nwfpfanUp trap signifies that a system fan is up and running.
|
|
This trap will only be generated when the system fan changes its
|
|
operational state from down to up. "
|
|
::= 14
|
|
|
|
|
|
END
|
|
|