MICROCOM-MBR-MIB
Detailed view of the defined objects, syntax rules, and hierarchical paths.
137
Objects
Active
Status
3
Dependencies
Imported Objects
Objects
137 total| Object Name |
|---|
mnpi OBJECT IDENTIFIER .1.3.6.1.4.1.102 |
RFC1213-MIB Unknown .1.3.6.1.4.1.102 |
mbr OBJECT IDENTIFIER .1.3.6.1.4.1.102.1 |
mbrSystem OBJECT IDENTIFIER .1.3.6.1.4.1.102.1.1 |
mbrSysInfo OBJECT IDENTIFIER .1.3.6.1.4.1.102.1.1.1 |
mbrSysSwVers OBJECT IDENTIFIER .1.3.6.1.4.1.102.1.1.1.1 |
mbrSWRevMajor release number of the current software imagero INTEGER .1.3.6.1.4.1.102.1.1.1.1.1 |
mbrSWRelMinor release number of the current software imagero INTEGER .1.3.6.1.4.1.102.1.1.1.1.2 |
mbrSWTstVersInternal test release number of the current software
imagero INTEGER .1.3.6.1.4.1.102.1.1.1.1.3 |
mbrSWSpecial'Customer Special' release number of the current
software imagero INTEGER .1.3.6.1.4.1.102.1.1.1.1.4 |
mbrBootDateDate of last system boot in an opaque format.
When the value is represented as a four-byte number
in canonical form with byte 0 being the most
significant, then the following is true:
bytes 0-1: two-byte number is the year value
byte 2: one-byte number is the month value
byte 3: one-byte number is the day of the monthro Counter .1.3.6.1.4.1.102.1.1.1.2 |
mbrBootTimeHour of last system boot in an opaque format.
When the value is represented as a four-byte number
in canonical form with byte 0 being the most
significant, then the following is true:
byte 0: one-byte number is the hour (1-24)
byte 1: one-byte number is the minute (0-59)
byte 2: one-byte number is the second (0-59)
byte 3: has no significancero Counter .1.3.6.1.4.1.102.1.1.1.3 |
mbrConfigString OBJECT IDENTIFIER .1.3.6.1.4.1.102.1.1.1.4 |
mbrArchCfgStrArchived (backup) config string. This corresponds
to the file bridge.bak.
Each instance of this object corresponds to a
fixed size record that is a portion of the entire
configuration string. The integer index identifies
the logical record accessed in the config string.ro OCTET STRING .1.3.6.1.4.1.102.1.1.1.4.1 |
mbrCurCfgStrCurrent config string
used the next time the mbr restarts. This corresponds
to the file bridge.cfg.
Each instance of this object corresponds to a
fixed size record that is a portion of the entire
configuration string. The integer index identifies
the logical record accessed in the config string.
After writing a new mbrCurCfgStr, use mbrCtrlCmd(8)
to save the string to the MBR's disk.rw OCTET STRING .1.3.6.1.4.1.102.1.1.1.4.2 |
mbrRunCfgStrRunning config string
it was last started. This corresponds to the file
bridge.run.
Each instance of this object corresponds to a
fixed size record that is a portion of the entire
configuration string. The integer index identifies
the logical record accessed in the config string.ro OCTET STRING .1.3.6.1.4.1.102.1.1.1.4.3 |
mbrSysAddressSystem MAC Address. Corresponds to the MAC address
of one of the LAN ports present in the MBR.ro MacAddress (SNMPv2-TC) .1.3.6.1.4.1.102.1.1.1.5 |
mbrConfigRecNumber of logical configuration records in a config
string (of size 400 octets). The integer index value
is one of the following:
1: mbrArchCfgStr,
2: mbrCurCfgStr,
3: mbrRunCfgStrro Counter .1.3.6.1.4.1.102.1.1.1.6 |
mbrSysCfgTbl OBJECT IDENTIFIER .1.3.6.1.4.1.102.1.1.2 |
mbrSysTypeMBR product typero Enumeration .1.3.6.1.4.1.102.1.1.2.1 |
mbrSysNameThis object is identical to sysName. It corresponds
to the contents of the MBR file name.datrw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.102.1.1.2.2 |
mbrSysPasswdThe system password. A read of this object results
with a zero length string. Note that a control
session is required to write this object. The maximum
allowed length of this object is 32 octetsrw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.102.1.1.2.3 |
mbrSysStats OBJECT IDENTIFIER .1.3.6.1.4.1.102.1.1.3 |
mbrDesigRootAddrThe MAC address of the root of the spanning tree as
determined by the Spanning Tree Protocol executing
on this bridge.ro MacAddress (SNMPv2-TC) .1.3.6.1.4.1.102.1.1.3.1 |
mbrDesigRootPriorityThe priority value of the root of the spanning tree
as determined by the Spanning Tree Protocol executing
on this bridgero Counter .1.3.6.1.4.1.102.1.1.3.2 |
mbrRootPathCostThe cost of the path to the root as seen from this
bridgero Counter .1.3.6.1.4.1.102.1.1.3.3 |
mbrRootPortA string that describes the port number of the port
which offers the lowest cost path from this bridge to
the root bridgero DisplayString (SNMPv2-TC) .1.3.6.1.4.1.102.1.1.3.4 |
mbrSysControl OBJECT IDENTIFIER .1.3.6.1.4.1.102.1.1.4 |
mbrCtrlRequesterA unique string submitted by a manager when attempting
to establish a control session. When a control
session has been established, this value is copied to
mbrSessPartner. The MAC address of the requesting
manager is typically used (because it is unique).
This object should be included first in each
set-request that attempts to modify mbrSessionFlag,
and objects in the mbrSysControl group.rw OCTET STRING .1.3.6.1.4.1.102.1.1.4.1 |
mbrCtrlPasswdThe password value submitted for verification when
attempting to establish a control session.
Verification is performed by comparing this value to
mbrSysPasswd. An exact match is required for
verification (and control session establishment).
NULL is a valid value.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.102.1.1.4.2 |
mbrCtrlCmdWriting this object causes an action to be taken by
the MBR. The action taken corresponds to the value
submitted by the manager. Control commands consist of
the following values:
-verifyPassword(1): compares mbrCtrlPasswd to
mbrSysPasswd. If exact match, then
mbrCtrlRequester is copied to mbrSessPartner and
control session is established.
-systemBoot(2): initiates a system boot if control
session is active.
-requestDownload(3): performs a file operation on
mbrDlFileName. The operation is specified by
mbrCtrlParm.
-clearAlarms(4): clears the MBR alarm table.
-clearStats(5): resets the statistics on the MBR
port corresponding to mbrCtrlPort.
-updateConfig(8): This command causes mbrCurCfgStr to
copied into mbrArchCfgStr and saves mbrCurCfgStr to
the MBR's disk. Use this command after writing a
new mbrCurCfgStr.rw Counter .1.3.6.1.4.1.102.1.1.4.3 |
mbrCtrlPortThe port number value submitted by a manager to be
referenced in conjunction with port-specific actions
defined by mbrCtrlCmd values. This value must be
set when mbrCtrlCmd is set to clearStats(6).rw Counter .1.3.6.1.4.1.102.1.1.4.4 |
mbrCtrlAddressMeaningful to SNMP/LLC-SNAP communications only.rw OCTET STRING .1.3.6.1.4.1.102.1.1.4.5 |
mbrCtrlPathMeaningful to SNMP/LLC-SNAP communications only.rw OCTET STRING .1.3.6.1.4.1.102.1.1.4.6 |
mbrCtrlParmThis object qualifies the download operation requested
when mbrCtrlCmd is requestDownload(3). The valid
download operations are:
0: open file mbrDlFileName for reading,
1: open file mbrDlFileName for writing,
2: close file mbrDlFileNamerw Counter .1.3.6.1.4.1.102.1.1.4.7 |
mbrCtrlVCMeaningful to SNMP/LLC-SNAP communications only.rw Counter .1.3.6.1.4.1.102.1.1.4.8 |
mbrSession OBJECT IDENTIFIER .1.3.6.1.4.1.102.1.1.5 |
mbrSessionFlagThis object is true when a control session is active
on this MBR. The control session partner may write
a value of false to terminate the control session.
The session is terminated only if mbrSessionPartner
is exactly equal to mbrCtrlRequester.rw Enumeration .1.3.6.1.4.1.102.1.1.5.1 |
mbrSessionPartnerThis object identifies the control session partner.
It is copied from the value of mbrCtrlRequester when
a control session is established.ro OCTET STRING .1.3.6.1.4.1.102.1.1.5.2 |
mbrSessionPathMeaningful to SNMP/LLC-SNAP communications only.ro OCTET STRING .1.3.6.1.4.1.102.1.1.5.3 |
mbrDownload OBJECT IDENTIFIER .1.3.6.1.4.1.102.1.1.6 |
mbrDlFileNameThe target file's path namero DisplayString (SNMPv2-TC) .1.3.6.1.4.1.102.1.1.6.1 |
mbrDlDeviceThis object is obsoleterw INTEGER .1.3.6.1.4.1.102.1.1.6.2 |
mbrDlStatusThis object denotes the state of the current download
operation as follows:
0: download complete,
3: download progressing,
4: disk error occurredro Counter .1.3.6.1.4.1.102.1.1.6.3 |
mbrDlReadRecEach instance of this object corresponds to one
fixed size record in the file mbrDlFileName.
The integer index identifies the logical record
accessed in mbrDlFileName. This object can be
read only after mbrDlFileName has been opened for
reading.ro OCTET STRING .1.3.6.1.4.1.102.1.1.6.4 |
mbrDlWriteRecEach instance of this object corresponds to one
fixed size record in the file mbrDlFileName.
The integer index identifies the logical record
written to in mbrDlFileName. This object can be
set only after mbrDlFileName has been opened for
writing. The records must be written in order.
Reading this object returns an octet string of
length zerorw OCTET STRING .1.3.6.1.4.1.102.1.1.6.5 |
mbrDlFileSizeThis object provides the number of records in
mbrDlFileName. It is calculated by the MBR when
mbrDlFileName is opened (for reading or writing).
The fixed record size is 1024 octets.ro INTEGER .1.3.6.1.4.1.102.1.1.6.6 |
mbrAlarms OBJECT IDENTIFIER .1.3.6.1.4.1.102.1.1.7 |
mbrAlarmTableInformation about MBR alarms SEQUENCE OF MbrAlarmEntry .1.3.6.1.4.1.102.1.1.7.1 |
mbrAlarmEntryAn entry in the MBR alarm table. The integer index
corresponds to the MBR alarm code. MbrAlarmEntry .1.3.6.1.4.1.102.1.1.7.1.1 |
mbrAlarmTextThe alarm text string that corresponds to the alarm
instance represented by the current SNMP trap. Some
alarm text strings contain printf-style format
specifiers. The parameters that apply to the format
specifiers are specified by the instances of
mbrTrapInfo in the same SNMP trap. INTEGER .1.3.6.1.4.1.102.1.1.7.1.1.7 |
mbrNetReports OBJECT IDENTIFIER .1.3.6.1.4.1.102.1.1.8 |
mbrNetRptDestIpAddressThe IP address of a SNMP trap destination. A control
session should be established before writing this
object.rw IpAddress .1.3.6.1.4.1.102.1.1.8.4 |
mbrTraps OBJECT IDENTIFIER .1.3.6.1.4.1.102.1.1.10 |
mbrTrapCodeThis value is the MBR alarm code. An SNMP trap
containing this object represents an instance of
the MBR alarm. Counter .1.3.6.1.4.1.102.1.1.10.1 |
mbrTrapPortThis value is the MBR port that an alarm has
occurred on. Alarms that do not logically
correspond to a port are assigned port number 1. INTEGER .1.3.6.1.4.1.102.1.1.10.2 |
mbrTrapInfoOne or more parameters that apply to a specific
MBR alarm. The integer index identifies the position
of the parameter in the printf argument list. The
argument list is formed by ordering all mbrTrapInfo
instances in one SNMP trap. This argument list is
applied to the accompanying mbrAlarmText printf
format string. INTEGER .1.3.6.1.4.1.102.1.1.10.3 |
mbrRingMgtAlarms OBJECT IDENTIFIER .1.3.6.1.4.1.102.1.1.11 |
mbrRmAlarmStatAddrThe MAC address of the Token Ring station that is
experiencing a problem MacAddress (SNMPv2-TC) .1.3.6.1.4.1.102.1.1.11.1 |
mbrRmAlarmNaunAddrThe MAC address of the nearest active upstream
neighbor (NAUN) of the Token Ring station that is
experiencing a problem MacAddress (SNMPv2-TC) .1.3.6.1.4.1.102.1.1.11.2 |
mbrRmAlarmBeaconTypeThe value of the Beacon Type subvector in the last
Beacon MAC frame received Enumeration .1.3.6.1.4.1.102.1.1.11.14 |
mbrWanInterfaces OBJECT IDENTIFIER .1.3.6.1.4.1.102.1.2 |
mbrWifTable OBJECT IDENTIFIER .1.3.6.1.4.1.102.1.2.2 |
mbrWifEntry OBJECT IDENTIFIER .1.3.6.1.4.1.102.1.2.2.1 |
mbrWifInfo OBJECT IDENTIFIER .1.3.6.1.4.1.102.1.2.2.1.2 |
mbrWifLinkStateThis details the Spanning Tree Algorithm (STA) state of
the port. When STA is off, the port may be either
up, down, or disabled.ro Enumeration .1.3.6.1.4.1.102.1.2.2.1.2.1 |
mbrWifLinkDelay OBJECT IDENTIFIER .1.3.6.1.4.1.102.1.2.2.1.2.2 |
mbrWifLinkDelaySecondsThe seconds component of the round-trip link delay
across the WAN port connection, including processing
by the remote MBR.ro Counter .1.3.6.1.4.1.102.1.2.2.1.2.2.1 |
mbrWifLinkDelayMillisThe milliseconds component of the round-trip link
delay across a WAN port connection, including
processing by the remote MBR.ro Counter .1.3.6.1.4.1.102.1.2.2.1.2.2.2 |
mbrWifSppActiveCountThe number of active SPP connections for this WAN
port. This number is updated by the MBR only when
the 3Com protocol support option is enabled for this
WAN port.ro INTEGER .1.3.6.1.4.1.102.1.2.2.1.2.3 |
mbrWifLinkSpeedThe bandwith of the port in units of 100 bps. This
object is equivalent to ifSpeed/100ro INTEGER .1.3.6.1.4.1.102.1.2.2.1.2.4 |
mbrWifLinkChangeTimeHour of last system boot in an opaque format.
When the value is represented as a four-byte integer
in canonical form with byte 0 being the most
significant, then the following is true:
byte 0: one-byte integer is the hour (1-24)
byte 1: one-byte integer is the minute (0-59)
byte 2: one-byte integer is the second (0-59)
byte 3: has no significancero INTEGER .1.3.6.1.4.1.102.1.2.2.1.2.5 |
mbrWifLinkChangeDateDate of last system boot in an opaque format.
When the value is represented as a four-byte integer
in canonical form with byte 0 being the most
significant, then the following is true:
bytes 0-1: two-byte integer is the year value
byte 2: one-byte integer is the month value
byte 3: one-byte integer is the day of the monthro INTEGER .1.3.6.1.4.1.102.1.2.2.1.2.6 |
mbrWifLongTermStatsIntervalThis object represents the current time interval
that the MBR is using to track its long term statistics
for this port.ro LongTermStatsPeriod .1.3.6.1.4.1.102.1.2.2.1.2.7 |
mbrWifCompNegNegotiated compression for this portro Enumeration .1.3.6.1.4.1.102.1.2.2.1.2.8 |
mbrWifLoadShareSetIdThis object is non-zero only if this port is a member
of a set of load-sharing WAN ports. All members of
a single set of load-sharing WAN ports share the same
mbrWifLoadShareSetId (usually the lowest port number
of the set)ro Counter .1.3.6.1.4.1.102.1.2.2.1.2.9 |
mbrWifSpecificInfo OBJECT IDENTIFIER .1.3.6.1.4.1.102.1.2.2.1.2.10 |
mbrWifX25Info OBJECT IDENTIFIER .1.3.6.1.4.1.102.1.2.2.1.2.10.1 |
mbrWifVcCountThe number of VCs configured for this port.ro INTEGER .1.3.6.1.4.1.102.1.2.2.1.2.10.1.1 |
mbrWifVcInfo OBJECT IDENTIFIER .1.3.6.1.4.1.102.1.2.2.1.2.10.1.2 |
mbrWifVcCallStateThe call state of this VC.ro Enumeration .1.3.6.1.4.1.102.1.2.2.1.2.10.1.2.1 |
mbrWifVcDelay OBJECT IDENTIFIER .1.3.6.1.4.1.102.1.2.2.1.2.10.1.2.2 |
mbrWifVcDelaySecondsThe seconds component of the round-trip delay across
the VC, including processing by the remote MBR.ro INTEGER .1.3.6.1.4.1.102.1.2.2.1.2.10.1.2.2.1 |
mbrWifVcDelayMillisThe milliseconds component of the round-trip delay
across the VC, including processing by the remote MBR.ro INTEGER .1.3.6.1.4.1.102.1.2.2.1.2.10.1.2.2.2 |
mbrWifVcLongTermStatsIntervalThis object represents the current time interval
that the MBR is using to track its long term
statistics for this VC.ro LongTermStatsPeriod .1.3.6.1.4.1.102.1.2.2.1.2.10.1.2.3 |
mbrWifVcCompNegNegotiated compression for this VCro Enumeration .1.3.6.1.4.1.102.1.2.2.1.2.10.1.2.4 |
mbrWifVcLcnThe LCN assigned to this VCro INTEGER .1.3.6.1.4.1.102.1.2.2.1.2.10.1.2.5 |
mbrWifVcRemoteDteThe DTE address to which this VC call is establishedro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.102.1.2.2.1.2.10.1.2.6 |
mbrWifStatTableTable for short and long term WAN statistics SEQUENCE OF MbrWifStatEntry .1.3.6.1.4.1.102.1.2.2.1.3 |
mbrWifStatEntryAn entry in the WAN statistics table. The first of
the two integer index values specifies the relative
time interval of the statistic value. Short term
stats are measured over a sliding 128-second window.
Long term stats are measured over the period specified
by the WAN port's mbrWifLongTermStatsInterval. The
second index value specifies the MBR WAN port. MbrWifStatEntry .1.3.6.1.4.1.102.1.2.2.1.3.1 |
mbrWifRcvCharsThe number of octets received from this WAN port
during the last stats interval.ro StatsRawCount .1.3.6.1.4.1.102.1.2.2.1.3.1.1 |
mbrWifXmtCharsThe number of octets transmitted from this WAN port
during the last stats interval.ro StatsRawCount .1.3.6.1.4.1.102.1.2.2.1.3.1.2 |
mbrWifRcvFramesThe number of HDLC frames received from this WAN port
during the last stats interval.ro StatsRawCount .1.3.6.1.4.1.102.1.2.2.1.3.1.3 |
mbrWifXmtFramesThe number of HDLC frames transmitted out this WAN
port during the last stats interval.ro StatsRawCount .1.3.6.1.4.1.102.1.2.2.1.3.1.4 |
mbrWifRcvBadFramesThe number of HDLC frames received with error during
the last stats interval.ro StatsRawCount .1.3.6.1.4.1.102.1.2.2.1.3.1.5 |
mbrWifXmtRejectsThe number of HDLC frame rejects transmitted during
the last stats interval.ro StatsRawCount .1.3.6.1.4.1.102.1.2.2.1.3.1.6 |
mbrWifRcvRejectsThe number of HDLC frame rejects received during the
last stats interval.ro StatsRawCount .1.3.6.1.4.1.102.1.2.2.1.3.1.7 |
mbrWifRexmtTimeoutsThe number of retransmission timer timeouts occurrences
during the last stats interval.ro StatsRawCount .1.3.6.1.4.1.102.1.2.2.1.3.1.8 |
mbrWifLanPktsDiscardedThe number of LAN packets discarded due to lack of
resources during the last stats interval.ro StatsRawCount .1.3.6.1.4.1.102.1.2.2.1.3.1.9 |
mbrWifMgmtPktsForwardedThe number of proprietary link-management packets
forwarded during the last stats interval.ro StatsRawCount .1.3.6.1.4.1.102.1.2.2.1.3.1.10 |
mbrWifRcvCompRatioThe current ratio of raw octets to compressed octets
received for this WAN connection. The index indicates
the MBR port number.ro CompRatio .1.3.6.1.4.1.102.1.2.2.1.3.1.11 |
mbrWifXmtCompRatioThe current ratio of raw octets to compressed octets
transmitted for this WAN connection. The index
indicates the MBR port number.ro CompRatio .1.3.6.1.4.1.102.1.2.2.1.3.1.12 |
mbrWifRminCompRatioThe lowest ratio of raw octets to compressed octets
received for this WAN connection. The index indicates
the MBR port number.ro CompRatio .1.3.6.1.4.1.102.1.2.2.1.3.1.13 |
mbrWifXminCompRatioThe lowest ratio of raw octets to compressed octets
transmitted for this WAN connection. The index
indicates the MBR port number.ro CompRatio .1.3.6.1.4.1.102.1.2.2.1.3.1.14 |
mbrWifRmaxCompRatioThe highest ratio of raw octets to compressed octets
received for this WAN connection. The index indicates
the MBR port number.ro CompRatio .1.3.6.1.4.1.102.1.2.2.1.3.1.15 |
mbrWifXmaxCompRatioThe highest ratio of raw octets to compressed octets
transmitted for this WAN connection. The index
indicates the MBR port number.ro CompRatio .1.3.6.1.4.1.102.1.2.2.1.3.1.16 |
mbrWifVcStatTableTable for short and long term VC statistics SEQUENCE OF MbrWifVcStatEntry .1.3.6.1.4.1.102.1.2.2.1.3.2 |
mbrWifVcStatEntryAn entry in the VC statistics table. The first of
the three integer index values specifies the relative
time interval of the statisitics value. Short term
stats are measured over a sliding 128-second window.
Long term stats are measured over the period specified
by the VC's mbrWifVcLongTermStatsInterval. The second
index value specifies the MBR X.25 WAN port. The third
index value specifies the VC number. MbrWifVcStatEntry .1.3.6.1.4.1.102.1.2.2.1.3.2.1 |
mbrWifVcRcvCharsThe number of octets received from this VC during the
last stats interval.ro StatsRawCount .1.3.6.1.4.1.102.1.2.2.1.3.2.1.1 |
mbrWifVcXmtCharsThe number of octets transmitted on this VC during the
last stats interval.ro StatsRawCount .1.3.6.1.4.1.102.1.2.2.1.3.2.1.2 |
mbrWifVcRcvX25PktsThe number of X.25 packets received from this VC
during the last stats interval.ro StatsRawCount .1.3.6.1.4.1.102.1.2.2.1.3.2.1.3 |
mbrWifVcXmtX25PktsThe number of X.25 packets transmitted on this VC
during the last stats interval.ro StatsRawCount .1.3.6.1.4.1.102.1.2.2.1.3.2.1.4 |
mbrWifVcRcvCompRatioThe current ratio of raw octets to compressed octets
received for this VC. The index values indicate the
MBR port number and VC number, respectively.ro CompRatio .1.3.6.1.4.1.102.1.2.2.1.3.2.1.5 |
mbrWifVcXmtCompRatioThe current ratio of raw octets to compressed octets
transmitted for this VC. The index values indicate
the MBR port number and VC number, respectively.ro CompRatio .1.3.6.1.4.1.102.1.2.2.1.3.2.1.6 |
mbrWifVcRminCompRatioThe lowest ratio of raw octets to compressed octets
received for this VC. The index values indicate
the MBR port number and VC number, respectively.ro CompRatio .1.3.6.1.4.1.102.1.2.2.1.3.2.1.7 |
mbrWifVcXminCompRatioThe lowest ratio of raw octets to compressed octets
transmitted for this VC. The index values indicate
the MBR port number and VC number, respectively.ro CompRatio .1.3.6.1.4.1.102.1.2.2.1.3.2.1.8 |
mbrWifVcRmaxCompRatioThe highest ratio of raw octets to compressed octets
received for this VC. The index values indicate
the MBR port number and VC number, respectively.ro CompRatio .1.3.6.1.4.1.102.1.2.2.1.3.2.1.9 |
mbrWifVcXmaxCompRatioThe highest ratio of raw octets to compressed octets
transmitted for this VC. The index values indicate
the MBR port number and VC number, respectively.ro CompRatio .1.3.6.1.4.1.102.1.2.2.1.3.2.1.10 |
mbrLanInterfaces OBJECT IDENTIFIER .1.3.6.1.4.1.102.1.3 |
mbrLifTable OBJECT IDENTIFIER .1.3.6.1.4.1.102.1.3.2 |
mbrLifEntry OBJECT IDENTIFIER .1.3.6.1.4.1.102.1.3.2.1 |
mbrLifInfo OBJECT IDENTIFIER .1.3.6.1.4.1.102.1.3.2.1.2 |
mbrLifStateThis object represents the Spanning Tree Algorithm
(STA) state of the port. The values are enumerated
for the object mbrWifLinkState. When STA is off, the
port may be one of up, down, or disabled.
The integer index value indicates the MBR port.ro Counter .1.3.6.1.4.1.102.1.3.2.1.2.1 |
mbrLifMacAddressThe MAC address of the LAN card corresponding to this
port. The integer index value indicates the MBR port.ro MacAddress (SNMPv2-TC) .1.3.6.1.4.1.102.1.3.2.1.2.2 |
mbrLifHardwareRevThe hardware revision level of the LAN card correspond-
ing to this port. The integer index value indicates
the MBR port.ro Counter .1.3.6.1.4.1.102.1.3.2.1.2.3 |
mbrLifLongTermStatsIntervalThis object represents the current time interval
that the MBR is using to track its long term
statistics for this port.ro LongTermStatsPeriod .1.3.6.1.4.1.102.1.3.2.1.2.4 |
mbrLifRingNumberThe ring number assigned to the 802.5 LAN that this
port is connected to. This object is available in
SNMP traps only. INTEGER .1.3.6.1.4.1.102.1.3.2.1.2.5 |
mbrLifStatistics OBJECT IDENTIFIER .1.3.6.1.4.1.102.1.3.2.1.3 |
mbrLifStatTableTable for short and long term LAN statistics SEQUENCE OF MbrLifStatEntry .1.3.6.1.4.1.102.1.3.2.1.3.1 |
mbrLifStatEntryAn entry in the LAN statistics table. The first of
the two integer index values specifies the relative
time interval of the statistic value. Short term
stats are measured over a sliding 128-second window.
Long term stats are measured over the period specified
by the LAN port's mbrLifLongTermStatsInterval. The
second value specifies the MBR LAN port. MbrLifStatEntry .1.3.6.1.4.1.102.1.3.2.1.3.1.1 |
mbrLifRcvPktsThe number of packets received from this WAN port
during the last stats interval.ro StatsRawCount .1.3.6.1.4.1.102.1.3.2.1.3.1.1.1 |
mbrLifFwdPktsThe number of packets transmitted from this LAN port
during the last stats interval.ro StatsRawCount .1.3.6.1.4.1.102.1.3.2.1.3.1.1.2 |
mbrLifRcvMcastPktsThe number of multicast packets received from this
LAN port during the last stats interval.ro StatsRawCount .1.3.6.1.4.1.102.1.3.2.1.3.1.1.3 |
mbrLifFwdMcastPktsThe number of multicast packets forwarded to other
ports during the last stats interval.ro StatsRawCount .1.3.6.1.4.1.102.1.3.2.1.3.1.1.4 |
mbrLifRcvErrPktsThe number of packets received with error during the
last stats interval.ro StatsRawCount .1.3.6.1.4.1.102.1.3.2.1.3.1.1.5 |
mbrLifNobufDiscPktsThe number of received packets discarded due to lack
of resources during the last stats interval.ro StatsRawCount .1.3.6.1.4.1.102.1.3.2.1.3.1.1.6 |
mbrLifXmtPktsThe number of packets transmitted during the last
stats interval.ro StatsRawCount .1.3.6.1.4.1.102.1.3.2.1.3.1.1.7 |