S5-AGENT-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for S5-AGENT-MIB.
87
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
87 total| Object Name |
|---|
s5AgentHw OBJECT IDENTIFIER .1.3.6.1.4.1.45.1.6.4.1 |
RFC1155-SMI Unknown .1.3.6.1.4.1.45.1.6.4.1 |
s5AgMyGrpIndxThe index of the group containing
the agent.ro INTEGER .1.3.6.1.4.1.45.1.6.4.1.1 |
s5AgMyComIndxThe index of the component containing
the agent.ro INTEGER .1.3.6.1.4.1.45.1.6.4.1.2 |
s5AgentInfo OBJECT IDENTIFIER .1.3.6.1.4.1.45.1.6.4.2 |
s5AgentGbl OBJECT IDENTIFIER .1.3.6.1.4.1.45.1.6.4.2.1 |
s5AgInfoReBootAction object to reboot the agent.
The following values can only be read:
other(1).....agent in unknown or other state
running(2)...agent running
The following values can be written:
restart(3)...restart agent (i.e., jump to
beginning of agent code)
reboot(4)....start boot sequence for agent
(i.e., jump to beginning of
boot firmware)
reset(5).....do a hardware reset
download(6)..............activate download of
a new agent
downloadAndRestart(7)....activate download of
a new agent and restart
downloadAndReboot(8).....activate download of
a new agent and reboot
downloadAndReset(9)......activate download of
a new agent and reset
If s5AgInfoScheduleBootTime is set in the same PDU as
s5AgInfoReBoot, the action specified occurs when the
scheduled time reaches zero; otherwise, the action
occurs immediately. The agent does best efforts to
return a response before the action occurs.
If any of the combined download actions are
requested, neither action occurs until the
expiry of s5AgInfoScheduleBootTime, if set.rw Enumeration .1.3.6.1.4.1.45.1.6.4.2.1.1 |
s5AgInfoWriteCfgAction object to cause current configuration
settings to be written to local nonvolatile
storage. The following values can only be read:
other(1)...some unknown or other state
valid(2)...contents valid
The following value can be written:
write(3)...write configuration settings to
local storage (such as nonvol)
If the write operation write fails, then the
agent will return error 'genErr' on the SET.rw Enumeration .1.3.6.1.4.1.45.1.6.4.2.1.2 |
s5AgInfoMgmtProtocolNxtBootThe transport protocol(s) to use after
the next boot of the agent. The following
value is read-only:
other(1)....unknown or some other protocol
The following value is read-write:
ipOnly(2).....only IP
ipxOnly(3)....only IPX
ipAndIpx(4)...IP and IPX.rw Enumeration .1.3.6.1.4.1.45.1.6.4.2.1.3 |
s5AgInfoMgmtProtocolCurThe current transport protocol(s) that are
being supported by the agent. The following
value is read-only:
other(1)....unknown or some other protocol
The following value is read-write:
ipOnly(2).....only IP
ipxOnly(3)....only IPX
ipAndIpx(4)...IP and IPX.
When the IP protocol stack is not enabled,
the agent will not respond to PING or SNMP
requests over IP.
When the IPX protocol stack is not enabled,
the agent will not respond to diagnostic SAP or
SNMP requests over IPX.
It is suggested that NMS not disable the transport
they are using.rw Enumeration .1.3.6.1.4.1.45.1.6.4.2.1.4 |
s5AgInfoBootModeThe source for initial protocol configuration
information at next boot. For IP, a setting of
net(3) means that BOOTP will be used to get the
agent's IP address(es), load server address, and
configuration file name. For IPX, a setting of net(3)
means SAP will be used to get the agent's Novell
network number(s), and the configuation filename
will be loaded from local storage (note - the load
server address is not needed in a Novell network).
The following value is read-only:
other(1).....not applicable or some other case
The following values are read-write:
local(2).....don't use the network
net(3).......try using the network and if that
fails then use protocol configuration
information from local storage.
Note: The load server address is not configurable
and is not available in this MIB object on a
Novell network.rw Enumeration .1.3.6.1.4.1.45.1.6.4.2.1.5 |
s5AgInfoCfgLoadModeThe source from which to load configuration
information at next boot. The following value
is read-only:
other(1)...not applicable or some other case
The following values are read-write:
local(2).....get from local storage
net(3).......load from the network
locAsBk(4)...try using network and if it fails
then use local information.
When local(2) is specified, the configuration
information is loaded from local storage.
If the local configuration is not valid
(checks for ip = 0.0.0.0), then BOOTP is used
for the IP stack. (In IPX only mode, the IP
address could be 0.0.0.0 and IPX does not rely
on the IP address. The agent checks the IPX
address, and if the network number of the IPX
address is equal to 0 the agent uses SAP).
When net(3) is specified, the configuration
information will be downloaded from the network
only. The configuration information will never
be loaded from local storage, even if downloading
fails and the local configuration information exists.
When locAsBk(4) is specified, a download of the
configuration information will be tried over the
network. If the network download fails then the
configuration information will be loaded from
local storage.rw Enumeration .1.3.6.1.4.1.45.1.6.4.2.1.6 |
s5AgInfoImgLoadModeThe source from which to load the agent image
at next boot. The following value is read-only:
other(1)...not applicable or some other case
The following values are read-write:
local(2)........get from local storage
net(3)..........load from the network
locAsBk(4)......try using network and if it fails
then use local information.
netIfNewer(5)...try loading image over the net.
If can load image, and it is newer
than the local image, then use it.
Otherwise, use local image.
If the local image is not valid, the setting will
be net(3) and cannot be changed to local(2),
or locAsBk(4) until a valid image file is loaded
(i.e., error 'badValue' will be returned on SETS with
value other than net(3)). When the local image is
not valid and the network download of the image fails,
the entire boot process will be repeated.
When local(2) is specified, the image will be loaded
from local storage.
When net(3) is specified, the image will be downloaded
from the network only. The image file will never be
loaded from local storage, even if downloading fails
and the local image exists.
When locAsBk(4) is specified, a download of the image
will be tried over the network. If the network
download fails then the image is loaded from local
storage.
When netIfNewer(5) is specified, a download of the
image will be tried over the network. If successful,
it will then be compared to the image stored in local
storage. The most recent version of the two will be
used. If the local image is not valid, the network
will always be used. If the network download fails
then the image is loaded from the local storage.rw Enumeration .1.3.6.1.4.1.45.1.6.4.2.1.7 |
s5AgInfoImgSaveModeIndicates what to do with the image (when
loaded from the network) on the next boot.
The following value can only be read:
notAvail(1)...the save operation is not
available
The following values can be written (and
read) if the device supports this capability:
writeIfDiff(2)....save image to local storage
at next boot if image is
different from saved contents
writeIfNewer(3)...save image to local storage
at next boot if image is
newer than saved contents.
noWrite(4)........do not save image to local
storage at next boot, even if
image is newer or different.rw Enumeration .1.3.6.1.4.1.45.1.6.4.2.1.8 |
s5AgInfoImgSaveStatusIndicates what happened to the image file
on the last boot. The following values
are returned:
notAvail(1).....the save operation is not
available
noSave(2).......image not saved since image was
not asked to be saved, or image
was not loaded from the network
saved(3)........image saved
saveFailed(4)...tried to save image, but failedro Enumeration .1.3.6.1.4.1.45.1.6.4.2.1.9 |
s5AgInfoVerThe version of the agent in the form
'major.minor.maintenance[letters]'. This
is an alias for the value of the object
s5ChasStoreCntntVer for the RAM of the
module containing the agent.ro DisplayString .1.3.6.1.4.1.45.1.6.4.2.1.10 |
s5AgInfoLocStorVerThe version of the agent image saved in local
storage such as flash memory in the form
'major.minor.maintenance[letters]'. If not
known or not available, then the value is
a zero length string. This is an alias for
the value of the object s5ChasStoreCntntVer
for the local storage of the module containing
the agent.ro DisplayString .1.3.6.1.4.1.45.1.6.4.2.1.11 |
s5AgInfoNxtBootDfltGwAddrThe IP address of the default gateway (router)
for the agent to use after the next boot. (NOTE:
the current default router is the value of object
s5AgInfoCurDfltGwAddr (or ipRouteNextHop.0.0.0.0).)
If not used, then this object has the value
of 0.0.0.0.rw IpAddress .1.3.6.1.4.1.45.1.6.4.2.1.12 |
s5AgInfoCurDfltGwAddrThe IP address of the current default gateway
(router). (NOTE: this is an alias for the object
ipRouteNextHop in the row of the table
ipRouteTable which has object ipRouteDest with
a value of 0.0.0.0.)
If not used, then this object has the value
of 0.0.0.0.rw IpAddress .1.3.6.1.4.1.45.1.6.4.2.1.13 |
s5AgInfoDramUsageAn indication of the percentage of DRAM currently
in use by this agent. If this information is not
available the agent shall return -1, otherwise the
percentage of DRAM in use is returned as an integer
between 0 and 100. The percentage is defined as the
DRAM currently used by this agent divided by the
total DRAM available to this agent.ro INTEGER (-1..100) .1.3.6.1.4.1.45.1.6.4.2.1.14 |
s5AgInfoLoadProtocolNxtBootThe transport protocol(s) over which the
agent is to use to load the configuration
information and the agent image at the
next boot of the agent. The following
value is read-only:
other(1)....unknown or some other protocol
The following values are read-write:
ipOnly(2)....use load protocol over IP
ipxOnly(3)...use load protocol over IPX
auto(4)......try using the IP load function
and if that fails then use IPX
load function. If the IPX
load function also fails, repeat
the same process until one or
the other protocol succeeds.rw Enumeration .1.3.6.1.4.1.45.1.6.4.2.1.15 |
s5AgInfoLoadProtocolLastThe transport protocol over which the agent image
and configuration information were last loaded. The
following values are read-only:
reserved(1)...reserved
ip(2).........gotten from the network using
a load protocol over IP
ipx(3)........gotten from the network using
a load protocol over IPX
local(4)......loaded from local storage.ro Enumeration .1.3.6.1.4.1.45.1.6.4.2.1.16 |
s5AgInfoSlotScopeThis object contains information about all
the slots an agent can manage. The value is encoded
in an octet string. One byte has information about 8
slots. If a bit is set then agent can manage the
corresponding slot. Byte 1 will have information about
slots 1-8, byte 2 will have information about
slots 9-16, and so on. For example an agent that
can manage slots 2-7 in a 14 slot chassis should have
the value :
8d:00 (0111 1110 0000 0000)
If an agent returns a string of size 0, then it can
manage all slots in chassis.ro OCTET STRING .1.3.6.1.4.1.45.1.6.4.2.1.17 |
s5AgInfoImgTypeIndicates the type of agent image. This object is meant
to distinguish between agents having the same version
number running on the same hardware, but with dissimilar
functionality. Following are examples of possible values
for various enumerations.
other(1) ....... A unique agent eg., 5310A, 5dn310 etc
typeA(2) ....... fusion basic agent.
typeB(2) ....... fusion advanced agent.ro Enumeration .1.3.6.1.4.1.45.1.6.4.2.1.18 |
s5AgInfoScheduleBootTimeThe time, measured in minutes, remaining until the
action(s) set by s5AgInfoReBoot will be performed.
This value must be set in the same set request as
the value of s5AgInfoReBoot; otherwise, a badValue
error is returned.
If this value has been set, the number returned will
count down to zero, and the time remaining in minutes
will be rounded up to the next whole minute.
Actions set via s5AgInfoReBoot can be scheduled for
up to seven days in advance.
7 * 24 * 60 equals the maximum settable value of
10080. If this attribute has not been set, a value of
zero should be returned.rw INTEGER .1.3.6.1.4.1.45.1.6.4.2.1.19 |
s5AgInfoScheduleBootCancelCancel a scheduled s5AgInfoReboot action.
The following value is read-only:
other(1)...not applicable or some other case
This is always the value that return when
read.
The following values are read-write:
cancel(2)...cancel a scheduled boot.
Setting this attribute to cancel(2) sets s5AgInfoReBoot
to running(2) and s5AgInfoScheduleBootTime to zero.rw Enumeration .1.3.6.1.4.1.45.1.6.4.2.1.20 |
s5AgInfoNumBootBanksThe number of local storage locations (or flash
memory banks) available on this device for
operational code images.
Devices without local image capability or not
supporting this attribute shall return a value of 0.ro INTEGER .1.3.6.1.4.1.45.1.6.4.2.1.21 |
s5AgInfoNextBootBankThe source of the image to be loaded upon the
next boot of the device.
If a value is set larger than s5AgInfoNumBootBanks,
a badValue error should be returned.
Devices without local image capability or not
supporting this attribute shall return a value of 0.rw INTEGER .1.3.6.1.4.1.45.1.6.4.2.1.22 |
s5AgInfoDstLoadBankThe local storage bank where the next system image
image is downloaded to.
Devices without local image capability or not
supporting this attribute shall return a value of 0.rw INTEGER .1.3.6.1.4.1.45.1.6.4.2.1.23 |
s5AgInfoFileActionThis object is used to download or upload a config file or
an image file.
In read operation, if no action taken since the boot up, it will
return other(1). Otherwise it will return the latest action such
as dnldConfig(2), dnldImg(3), upldConfig(4) and upldImg(5).
In write operation, the values that can be written are:
dnldConfig(2) ... download a config file to a device. The new
config file will not take effect until the
next boot cycle of the device.
dnldImg(3) ...... download an image to a device.
upldConfig(4) ... upload a config file to a server from
a device. The config file contains the current MIB object values of the device.
upldImg(5) ...... upload a image from a device to a serverrw Enumeration .1.3.6.1.4.1.45.1.6.4.2.1.24 |
s5AgInfoFileStatusThis object is used to get the status of the latest action as
shown by s5AgInfoFileAction. The values that can be read are:
other(1) ......... if no action taken since the boot up
inProgress (2) ... the operation is in progress
success (3) ...... the operation succeeds.
fail (4) ......... the operation is failed.ro Enumeration .1.3.6.1.4.1.45.1.6.4.2.1.25 |
s5AgMyIfTableA table that provides additional information
about the agent's interfaces. The number of
entries in the table is determined by the
number of interfaces on the agent. SEQUENCE OF S5AgMyIfEntry .1.3.6.1.4.1.45.1.6.4.2.2 |
s5AgMyIfEntryA row in the table of additional information
about the agent's interfaces. Entries can not
be created or deleted via SNMP requests. S5AgMyIfEntry .1.3.6.1.4.1.45.1.6.4.2.2.1 |
s5AgMyIfIndxThe index of the interface. This has the same
value as ifIndex for the interface.ro INTEGER .1.3.6.1.4.1.45.1.6.4.2.2.1.1 |
s5AgMyIfNxtBootIpAddrFor the next boot, the IP address of the
the interface. If not used, then the
value is 0.0.0.0. (NOTE: the current IP
address for the interface is found in table
ipAddrTable and in table s5AgOthIfTable.)rw IpAddress .1.3.6.1.4.1.45.1.6.4.2.2.1.2 |
s5AgMyIfNxtBootNetMaskFor the next boot, the subnet mask for
the interface. If not used, then the
value is 0.0.0.0. (NOTE: the current subnet
mask for the interface is found in table
ipAddrTable.)rw IpAddress .1.3.6.1.4.1.45.1.6.4.2.2.1.3 |
s5AgMyIfCfgFnameName of the configuration file currently
associated with the interface. When not
used, the value is a zero length string.rw DisplayString .1.3.6.1.4.1.45.1.6.4.2.2.1.4 |
s5AgMyIfLdSvrAddrThe IP address of the load server for the
configuration file and/or the image file.
If not used, then the value is 0.0.0.0rw IpAddress .1.3.6.1.4.1.45.1.6.4.2.2.1.5 |
s5AgMyIfImgFnameName of the image file(s) currently associated
with the interface. Some agents in special
situations may support a value which contains
multiple file names instead of a single file
name. Multiple names are specified as a list
of file names separated by semicolons (;).
When the object is not used, the value is a
zero length string.rw DisplayString .1.3.6.1.4.1.45.1.6.4.2.2.1.6 |
s5AgMyIfValidFlagIndicates if the configuration and/or image
file(s) were downloaded from this interface and
if the file names have not been changed. The
following values can be read:
valid(1).....configuration and/or image file(s)
downloaded from this interface
are currently in use
invalid(2)...cfg and/or image files downloaded
from this interface are not
in use (this may also mean that
there are no files downloaded from
this interface).ro Enumeration .1.3.6.1.4.1.45.1.6.4.2.2.1.7 |
s5AgMyIfNxtBootIpxAddrFor the next boot, the IPX address of the
the interface. If the IPX protocol is not used,
then the value is 00000000:000000000000.
NOTE: The current IPX address for the
interface is found in table s5AgOthIfTable.ro IpxAddress (S5-TCS-MIB) .1.3.6.1.4.1.45.1.6.4.2.2.1.8 |
s5AgMyIfBootRouterAddrThe IP address of the boot router for the
configuration file and/or the image file.
If not used, then the value is 0.0.0.0rw IpAddress .1.3.6.1.4.1.45.1.6.4.2.2.1.9 |
s5AgMyIfMacAddrThe MAC address of the interface. The value
is 00:00:00:00:00:00 if there is no interface.ro MacAddress (SNMPv2-TC) .1.3.6.1.4.1.45.1.6.4.2.2.1.10 |
s5AgOthIfTableA table that provides information about
each interface for each agent in the chassis.
The number of entries in the table is determined
by the number of agents in the chassis and their
configuration. SEQUENCE OF S5AgOthIfEntry .1.3.6.1.4.1.45.1.6.4.2.3 |
s5AgOthIfEntryA row in the table of information about interface
information for all agents in the chassis. Entries
can not be created or deleted via SNMP requests. S5AgOthIfEntry .1.3.6.1.4.1.45.1.6.4.2.3.1 |
s5AgOthIfGrpIndxThe index of the group containing the component
containing the agent.ro INTEGER .1.3.6.1.4.1.45.1.6.4.2.3.1.1 |
s5AgOthIfComIndxThe index of the component in the group
containing the agent.ro INTEGER .1.3.6.1.4.1.45.1.6.4.2.3.1.2 |
s5AgOthIfIndxThe index of the interface. This is the same
value as ifIndex.ro INTEGER .1.3.6.1.4.1.45.1.6.4.2.3.1.3 |
s5AgOthIfIpAddrThe IP address of the interface. If not used,
then the value is 0.0.0.0.rw IpAddress .1.3.6.1.4.1.45.1.6.4.2.3.1.4 |
s5AgOthIfIpxAddrThe IPX address of the interface. If the IPX
protocol is not used, then the value is
00000000:000000000000.rw IpxAddress (S5-TCS-MIB) .1.3.6.1.4.1.45.1.6.4.2.3.1.5 |
s5AgIpRtrDefaultTimeToLiveThe lifetime of IP router entries in seconds.
The maximum length of time that a IP router
is to be considered alive in the absence of
further positive advice. The default lifetime
is used for routers learned through IP router
protocols that do not specify a lifetime (e.g.
statically configured, ICMP redirects).rw TimeIntervalSec .1.3.6.1.4.1.45.1.6.4.2.4 |
s5AgIpDefaultRtrSelectionModeThe method used to select a default IP router.
The following value is read-only:
other(1).......not applicable or other case
The following values are read-write:
config(2).....use configured primary default
router. If no primary default router
is specified, there will be no
default IP route.
static(3).....A default router will be chose from
the routers known to be up and that
have been configured.
dynamic(4)....ICMP router discovery as per RFC
1256 is performed and the router
with the highest preference level is
chosen as default router.rw Enumeration .1.3.6.1.4.1.45.1.6.4.2.5 |
s5AgIpRtrDiscoverySolicitModeThe router discovery solicitation mode to use
when the default router selection mode is
dynamic. This solicitation mode determines
the IP address for ICMP router solicitations
(see RFC 1256):
multicast(1)..router solicitations are sent to
the all-routers multicast address
(224.0.0.2)
broadcast(2)..router solicitations are sent to
the limited broadcast address
(255.255.255.255).rw Enumeration .1.3.6.1.4.1.45.1.6.4.2.6 |
s5AgDataCollectTableA table of control information and statistics
for the data collection (promiscuous data
capturing) per source of detection. SEQUENCE OF S5AgDataCollectEntry .1.3.6.1.4.1.45.1.6.4.2.7 |
s5AgDataCollectEntryA row in the data collection table.
Entries can not be created or deleted
via SNMP. S5AgDataCollectEntry .1.3.6.1.4.1.45.1.6.4.2.7.1 |
s5AgDataCollectIfIndexAn integer value representing the source
that collects data from the network. A value
greater than zero is the index of the agent's
interface on the NMM. This is the same value
as ifIndex for the interface. A value of zero
indicates data collection via best available
efforts (other than NMM's interfaces).ro INTEGER .1.3.6.1.4.1.45.1.6.4.2.7.1.1 |
s5AgDataCollectSnTimeStampThe value of sysUpTime at the last time
a node was added or deleted from the
Show Node table.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.45.1.6.4.2.7.1.2 |
s5AgDataCollectNetworkAddrStatusA switch to enable or disable the collecting of
network layer addresses for the network address
mapping table (s5CmNetAddrTable ).
The following value is read-only:
alwaysOff(1)..data source is not capable of
collecting or decoding network
addresses
The following values are read-write if the data
source is capable of collecting network addresses:
on(2).........packet decoding is enabled
off(3)........packet decoding is disabled
or not supported.rw Enumeration .1.3.6.1.4.1.45.1.6.4.2.7.1.3 |
s5AgUnAuthIpAddrThis object contains the IP address of the last
station that tried to access this agent with an
invalid community string. This object is used as
a VarBind in an Authentication Trap PDU. A get
request will return the last value used, and will
return the null address 0.0.0.0 if no IP
authentication traps have been sent.ro IpAddress .1.3.6.1.4.1.45.1.6.4.2.8 |
s5AgUnAuthIpxAddrThis object contains the IPX address of the last
station that tried to access this agent with an
invalid community string. This object is used as
a VarBind in an Authentication Trap PDU. A get
request will return the last value used, and will
return the null address of all zeros if no IPX
authentication traps have been sent.ro IpxAddress (S5-TCS-MIB) .1.3.6.1.4.1.45.1.6.4.2.9 |
s5AgUnAuthCommThis object contains the community string of the
last unauthenticated attempt to access this agent.
This object is used as a VarBind in an Authentication
Trap PDU. A get request will return the last value used,
and will return the null string if no authentication
traps have been sent.ro OCTET STRING .1.3.6.1.4.1.45.1.6.4.2.10 |
s5AgTrapFilterTableAgent Trap filter configuration table. SEQUENCE OF S5AgTrapFilterEntry .1.3.6.1.4.1.45.1.6.4.2.11 |
s5AgTrapFilterEntryA list of trap filter entries that determine the
filtering of traps. For example, an instance of the
s5AgtTrapFilterStatus will be named s5AgTrapFilterStatus.8 S5AgTrapFilterEntry .1.3.6.1.4.1.45.1.6.4.2.11.1 |
s5AgTrapFilterIndexAn index that uniquely identifies an entry in the
s5AgTrapFilterTable.ro INTEGER .1.3.6.1.4.1.45.1.6.4.2.11.1.1 |
s5AgTrapFilterTrapOIDThe OID of the trap.
This variable is requried for row creation.rw OBJECT IDENTIFIER .1.3.6.1.4.1.45.1.6.4.2.11.1.2 |
s5AgTrapFilterTrapInitiator1A value that determines the first condition for
filtering a trap.This entry is the value of the
first varbind for a particular trap in most cases.
We need to specify every initiator that represents
the corresponding trap variable for each trap.
If the value of this initiator is 0 (wildcard or
don't care), it means that it can represent all
possible values for this initiator. The trap-filter
design and functional spec. provides a more detailed
explanation on this subject.rw INTEGER .1.3.6.1.4.1.45.1.6.4.2.11.1.3 |
s5AgTrapFilterTrapInitiator2A value that determines the second condition for
filtering a trap. This entry is the value of the
second varbind for most traps. If the value of
this initiator is 0 (wildcard or don't care),
it means that it can represent all possible values
for this initiator. If a trap has only one varbind,
this entry should be set to 0.rw INTEGER .1.3.6.1.4.1.45.1.6.4.2.11.1.4 |
s5AgTrapFilterTrapInitiator3A value that determines the third condition for
filtering a trap. This entry is the value of the
third varbind for most traps. If the value of this
initiator is 0(wildcard or don't care), it means
that it can represent all possible values for this
initiator. If a trap has only one or two varbinds,
this entry should be set to 0.rw INTEGER .1.3.6.1.4.1.45.1.6.4.2.11.1.5 |
s5AgTrapFilterStatusIndicates whether this trap is enabled or not.
enabled(1) indicates that if this type of event
occurs, a trap that is generated will be queued
for transmit. disabled(2) indicates that if this
trap if generated, it will not be queued for
transmit and s5AgTrapFilterDelayTime is not valid.rw Enumeration .1.3.6.1.4.1.45.1.6.4.2.11.1.6 |
s5AgTrapFilterDelayTimeThe time delay period required to be met, between
each consecutive occurences of this event. Traps
recieved within this period will be dropped.rw INTEGER .1.3.6.1.4.1.45.1.6.4.2.11.1.7 |
s5AgTrapEntryStatusA manager is restricted to change the state of an
entry base on the following table:
create under
To: valid Request Creation invalid
From:
valid OK NO OK OK
createRequest N/A N/A N/A N/A
underCreation OK NO OK OK
invalid NO NO NO OK
nonExistent NO OK NO OK
In the table above, it is not applicable to change
the state from createRequest to any other states.
When the status of a table entry is set to the value
of invalid(4), the entry will be removed from the table.
If an entry has been in the underCreation(3) state for
more than 10 minutes, it will be set to invalid(4) and
subsequently removed from the table.
This variable is requried for row creation.rw Enumeration .1.3.6.1.4.1.45.1.6.4.2.11.1.8 |
s5AgTrapFilterGlobalStatusThis value is the status of all the traps that
supported by this trap-filter system.
If the value is 1 (enable all) , all traps in the
system are enabled. If the value is 2 (disable all),
all traps in the system are disabled. If the value
is 3 (enable-all-and-use-table) all traps are enabled
except for traps that are disabled in the
s5AgTrapFilterTable are disabled. If the value is 4
(disable-all-and-use-table) all traps are disabled
except for traps that are enabled in the
s5AgTrapFilterTable are enabled.rw Enumeration .1.3.6.1.4.1.45.1.6.4.2.12 |
s5AgentMgmt OBJECT IDENTIFIER .1.3.6.1.4.1.45.1.6.4.3 |
s5AgTrpRcvrMaxEntThe maximum number of rows in the trap
receiver table.ro INTEGER .1.3.6.1.4.1.45.1.6.4.3.1 |
s5AgTrpRcvrCurEntThe current number of rows in the trap
receiver table.ro INTEGER .1.3.6.1.4.1.45.1.6.4.3.2 |
s5AgTrpRcvrNextThe index of the next available row to be
created in the trap receiver table. A value
of zero means that the table is full and no
more rows can be added.ro INTEGER .1.3.6.1.4.1.45.1.6.4.3.3 |
s5AgTrpRcvrTableA table of managers which to send traps. SEQUENCE OF S5AgTrpRcvrEntry .1.3.6.1.4.1.45.1.6.4.3.4 |
s5AgTrpRcvrEntryA row in the trap receiver table.
The column s5AgTrpRcvrStatus is used to create
and delete rows in the table. Creation requires
a SET PDU with objects s5AgTrpRcvrStatus,
s5AgTrpRcvrAddrType, s5AgTrpRcvrNetAddr,
and s5AgTrpRcvrComm for the new row. S5AgTrpRcvrEntry .1.3.6.1.4.1.45.1.6.4.3.4.1 |
s5AgTrpRcvrIndxThe index of the row in the table.ro INTEGER .1.3.6.1.4.1.45.1.6.4.3.4.1.1 |
s5AgTrpRcvrStatusThis object is used to create and
delete rows in the table and control
if they are used. The values
that can be written are:
valid(2)....makes an existing row
valid - can only be
written to change the
value from ignore(3)
ignore(3)...don't use this entry to
send traps to at this time
delete(4)...deletes the row
create(5)...creates a new row - only
value that can be used to
create a row in the table
If the row exists, then a SET with
value of create(5) returns error
'badValue'. Deleted rows go away
immediately. The following values
can be returned on reads:
other(1)....some other case
valid(2)....the row exists and is valid
ignore(3)...don't use this entry to
send traps to at this timerw Enumeration .1.3.6.1.4.1.45.1.6.4.3.4.1.2 |
s5AgTrpRcvrAddrTypeThe type of address that is stored in
the object s5AgTrpRcvrNetAddr. The
value is:
ip(1)....IP address
ipx(2)...IPX address.
Note: When changing the value of this object
with an SNMP SET request, the SET PDU
must also specify a value for the
s5AgTrpRcvrNetAddr object.rw Enumeration .1.3.6.1.4.1.45.1.6.4.3.4.1.3 |
s5AgTrpRcvrNetAddrThe network address (in network order) for
SNMP manager that is to receive the trap.rw OCTET STRING .1.3.6.1.4.1.45.1.6.4.3.4.1.4 |
s5AgTrpRcvrCommCommunity string to use.rw OCTET STRING .1.3.6.1.4.1.45.1.6.4.3.4.1.5 |
s5AgTrpRcvrAgeTimeThe time interval used to age entries out
of the trap receiver table. The default
value if not specified will be 0, or infinite,
never to be aged out.rw TimeIntervalSec (S5-TCS-MIB) .1.3.6.1.4.1.45.1.6.4.3.4.1.6 |
s5AgRemoteLoginMgmt OBJECT IDENTIFIER .1.3.6.1.4.1.45.1.6.4.3.5 |
s5AgRemoteLoginIpThis value indicates the last IP address remote login to this system.ro IpAddress .1.3.6.1.4.1.45.1.6.4.3.5.1 |
s5AgRemoteLoginStatusThis value indicates the status of remote login to this system.ro Enumeration .1.3.6.1.4.1.45.1.6.4.3.5.2 |