MICROCOM-MBR-MIB: View SNMP OID List / Download MIB
VENDOR: MICROCOM
Home | MIB: MICROCOM-MBR-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
mnpi | 1.3.6.1.4.1.102 | |||
mbr | 1.3.6.1.4.1.102.1 | |||
mbrSystem | 1.3.6.1.4.1.102.1.1 | |||
mbrSysInfo | 1.3.6.1.4.1.102.1.1.1 | |||
mbrSysSwVers | 1.3.6.1.4.1.102.1.1.1.1 | |||
mbrSWRev | 1.3.6.1.4.1.102.1.1.1.1.1 | integer | read-only |
Major release number of the current software image |
mbrSWRel | 1.3.6.1.4.1.102.1.1.1.1.2 | integer | read-only |
Minor release number of the current software image |
mbrSWTstVers | 1.3.6.1.4.1.102.1.1.1.1.3 | integer | read-only |
Internal test release number of the current software image |
mbrSWSpecial | 1.3.6.1.4.1.102.1.1.1.1.4 | integer | read-only |
'Customer Special' release number of the current software image |
mbrBootDate | 1.3.6.1.4.1.102.1.1.1.2 | counter | read-only |
Date 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 month |
mbrBootTime | 1.3.6.1.4.1.102.1.1.1.3 | counter | read-only |
Hour 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 significance |
mbrConfigString | 1.3.6.1.4.1.102.1.1.1.4 | |||
mbrArchCfgStr | 1.3.6.1.4.1.102.1.1.1.4.1 | octet string | read-only |
Archived (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. |
mbrCurCfgStr | 1.3.6.1.4.1.102.1.1.1.4.2 | octet string | read-write |
Current config string--This config will be read and 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. |
mbrRunCfgStr | 1.3.6.1.4.1.102.1.1.1.4.3 | octet string | read-only |
Running config string--The config the mbr used when 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. |
mbrSysAddress | 1.3.6.1.4.1.102.1.1.1.5 | macaddress | read-only |
System MAC Address. Corresponds to the MAC address of one of the LAN ports present in the MBR. |
mbrConfigRec | 1.3.6.1.4.1.102.1.1.1.6 | counter | read-only |
Number 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: mbrRunCfgStr |
mbrSysCfgTbl | 1.3.6.1.4.1.102.1.1.2 | |||
mbrSysType | 1.3.6.1.4.1.102.1.1.2.1 | integer | read-only |
MBR product type Enumeration: 'mbr6500': 4, 'mbr6000': 2. |
mbrSysName | 1.3.6.1.4.1.102.1.1.2.2 | displaystring | read-write |
This object is identical to sysName. It corresponds to the contents of the MBR file name.dat |
mbrSysPasswd | 1.3.6.1.4.1.102.1.1.2.3 | displaystring | read-write |
The 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 octets |
mbrSysStats | 1.3.6.1.4.1.102.1.1.3 | |||
mbrDesigRootAddr | 1.3.6.1.4.1.102.1.1.3.1 | macaddress | read-only |
The MAC address of the root of the spanning tree as determined by the Spanning Tree Protocol executing on this bridge. |
mbrDesigRootPriority | 1.3.6.1.4.1.102.1.1.3.2 | counter | read-only |
The priority value of the root of the spanning tree as determined by the Spanning Tree Protocol executing on this bridge |
mbrRootPathCost | 1.3.6.1.4.1.102.1.1.3.3 | counter | read-only |
The cost of the path to the root as seen from this bridge |
mbrRootPort | 1.3.6.1.4.1.102.1.1.3.4 | displaystring | read-only |
A string that describes the port number of the port which offers the lowest cost path from this bridge to the root bridge |
mbrSysControl | 1.3.6.1.4.1.102.1.1.4 | |||
mbrCtrlRequester | 1.3.6.1.4.1.102.1.1.4.1 | octet string | read-write |
A 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. |
mbrCtrlPasswd | 1.3.6.1.4.1.102.1.1.4.2 | displaystring | read-write |
The 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. |
mbrCtrlCmd | 1.3.6.1.4.1.102.1.1.4.3 | counter | read-write |
Writing 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. |
mbrCtrlPort | 1.3.6.1.4.1.102.1.1.4.4 | counter | read-write |
The 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). |
mbrCtrlAddress | 1.3.6.1.4.1.102.1.1.4.5 | octet string | read-write |
Meaningful to SNMP/LLC-SNAP communications only. |
mbrCtrlPath | 1.3.6.1.4.1.102.1.1.4.6 | octet string | read-write |
Meaningful to SNMP/LLC-SNAP communications only. |
mbrCtrlParm | 1.3.6.1.4.1.102.1.1.4.7 | counter | read-write |
This 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 mbrDlFileName |
mbrCtrlVC | 1.3.6.1.4.1.102.1.1.4.8 | counter | read-write |
Meaningful to SNMP/LLC-SNAP communications only. |
mbrSession | 1.3.6.1.4.1.102.1.1.5 | |||
mbrSessionFlag | 1.3.6.1.4.1.102.1.1.5.1 | integer | read-write |
This 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. Enumeration: 'false': 0, 'true': 1. |
mbrSessionPartner | 1.3.6.1.4.1.102.1.1.5.2 | octet string | read-only |
This object identifies the control session partner. It is copied from the value of mbrCtrlRequester when a control session is established. |
mbrSessionPath | 1.3.6.1.4.1.102.1.1.5.3 | octet string | read-only |
Meaningful to SNMP/LLC-SNAP communications only. |
mbrDownload | 1.3.6.1.4.1.102.1.1.6 | |||
mbrDlFileName | 1.3.6.1.4.1.102.1.1.6.1 | displaystring | read-only |
The target file's path name |
mbrDlDevice | 1.3.6.1.4.1.102.1.1.6.2 | integer | read-write |
This object is obsolete |
mbrDlStatus | 1.3.6.1.4.1.102.1.1.6.3 | counter | read-only |
This object denotes the state of the current download operation as follows: 0: download complete, 3: download progressing, 4: disk error occurred |
mbrDlReadRec | 1.3.6.1.4.1.102.1.1.6.4 | octet string | read-only |
Each 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. |
mbrDlWriteRec | 1.3.6.1.4.1.102.1.1.6.5 | octet string | read-write |
Each 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 zero |
mbrDlFileSize | 1.3.6.1.4.1.102.1.1.6.6 | integer | read-only |
This 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. |
mbrAlarms | 1.3.6.1.4.1.102.1.1.7 | |||
mbrAlarmTable | 1.3.6.1.4.1.102.1.1.7.1 | no-access |
Information about MBR alarms |
|
1.3.6.1.4.1.102.1.1.7.1.1 | no-access |
An entry in the MBR alarm table. The integer index corresponds to the MBR alarm code. |
||
mbrAlarmText | 1.3.6.1.4.1.102.1.1.7.1.1.7 | integer | no-access |
The 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. |
mbrNetReports | 1.3.6.1.4.1.102.1.1.8 | |||
mbrNetRptDestIpAddress | 1.3.6.1.4.1.102.1.1.8.4 | ipaddress | read-write |
The IP address of a SNMP trap destination. A control session should be established before writing this object. |
mbrTraps | 1.3.6.1.4.1.102.1.1.10 | |||
mbrTrapCode | 1.3.6.1.4.1.102.1.1.10.1 | counter | no-access |
This value is the MBR alarm code. An SNMP trap containing this object represents an instance of the MBR alarm. |
mbrTrapPort | 1.3.6.1.4.1.102.1.1.10.2 | integer | no-access |
This 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. |
mbrTrapInfo | 1.3.6.1.4.1.102.1.1.10.3 | integer | no-access |
One 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. |
mbrRingMgtAlarms | 1.3.6.1.4.1.102.1.1.11 | |||
mbrRmAlarmStatAddr | 1.3.6.1.4.1.102.1.1.11.1 | macaddress | no-access |
The MAC address of the Token Ring station that is experiencing a problem |
mbrRmAlarmNaunAddr | 1.3.6.1.4.1.102.1.1.11.2 | macaddress | no-access |
The MAC address of the nearest active upstream neighbor (NAUN) of the Token Ring station that is experiencing a problem |
mbrRmAlarmBeaconType | 1.3.6.1.4.1.102.1.1.11.14 | integer | no-access |
The value of the Beacon Type subvector in the last Beacon MAC frame received Enumeration: 'streamSignalClaimToken': 4, 'streamSignalNotClaimToken': 3, 'signalLossError': 2, 'recoveryModeSet': 1. |
mbrWanInterfaces | 1.3.6.1.4.1.102.1.2 | |||
mbrWifTable | 1.3.6.1.4.1.102.1.2.2 | |||
mbrWifEntry | 1.3.6.1.4.1.102.1.2.2.1 | |||
mbrWifInfo | 1.3.6.1.4.1.102.1.2.2.1.2 | |||
mbrWifLinkState | 1.3.6.1.4.1.102.1.2.2.1.2.1 | integer | read-only |
This details the Spanning Tree Algorithm (STA) state of the port. When STA is off, the port may be either up, down, or disabled. Enumeration: 'disabled': 0, 'listening': 2, 'up': 6, 'down': 7, 'learning': 3, 'forwarding': 4, 'blockingInit': 5, 'blocked': 1. |
mbrWifLinkDelay | 1.3.6.1.4.1.102.1.2.2.1.2.2 | |||
mbrWifLinkDelaySeconds | 1.3.6.1.4.1.102.1.2.2.1.2.2.1 | counter | read-only |
The seconds component of the round-trip link delay across the WAN port connection, including processing by the remote MBR. |
mbrWifLinkDelayMillis | 1.3.6.1.4.1.102.1.2.2.1.2.2.2 | counter | read-only |
The milliseconds component of the round-trip link delay across a WAN port connection, including processing by the remote MBR. |
mbrWifSppActiveCount | 1.3.6.1.4.1.102.1.2.2.1.2.3 | integer | read-only |
The 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. |
mbrWifLinkSpeed | 1.3.6.1.4.1.102.1.2.2.1.2.4 | integer | read-only |
The bandwith of the port in units of 100 bps. This object is equivalent to ifSpeed/100 |
mbrWifLinkChangeTime | 1.3.6.1.4.1.102.1.2.2.1.2.5 | integer | read-only |
Hour 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 significance |
mbrWifLinkChangeDate | 1.3.6.1.4.1.102.1.2.2.1.2.6 | integer | read-only |
Date 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 month |
mbrWifLongTermStatsInterval | 1.3.6.1.4.1.102.1.2.2.1.2.7 | longtermstatsperiod | read-only |
This object represents the current time interval that the MBR is using to track its long term statistics for this port. |
mbrWifCompNeg | 1.3.6.1.4.1.102.1.2.2.1.2.8 | integer | read-only |
Negotiated compression for this port Enumeration: 'compressionOff': 0, 'compressionOn': 1. |
mbrWifLoadShareSetId | 1.3.6.1.4.1.102.1.2.2.1.2.9 | counter | read-only |
This 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) |
mbrWifSpecificInfo | 1.3.6.1.4.1.102.1.2.2.1.2.10 | |||
mbrWifX25Info | 1.3.6.1.4.1.102.1.2.2.1.2.10.1 | |||
mbrWifVcCount | 1.3.6.1.4.1.102.1.2.2.1.2.10.1.1 | integer | read-only |
The number of VCs configured for this port. |
mbrWifVcInfo | 1.3.6.1.4.1.102.1.2.2.1.2.10.1.2 | |||
mbrWifVcCallState | 1.3.6.1.4.1.102.1.2.2.1.2.10.1.2.1 | integer | read-only |
The call state of this VC. Enumeration: 'available': 6, 'established': 4, 'calling': 2, 'idle': 1, 'listening': 3, 'noSwitch': 0, 'disconnecting': 5. |
mbrWifVcDelay | 1.3.6.1.4.1.102.1.2.2.1.2.10.1.2.2 | |||
mbrWifVcDelaySeconds | 1.3.6.1.4.1.102.1.2.2.1.2.10.1.2.2.1 | integer | read-only |
The seconds component of the round-trip delay across the VC, including processing by the remote MBR. |
mbrWifVcDelayMillis | 1.3.6.1.4.1.102.1.2.2.1.2.10.1.2.2.2 | integer | read-only |
The milliseconds component of the round-trip delay across the VC, including processing by the remote MBR. |
mbrWifVcLongTermStatsInterval | 1.3.6.1.4.1.102.1.2.2.1.2.10.1.2.3 | longtermstatsperiod | read-only |
This object represents the current time interval that the MBR is using to track its long term statistics for this VC. |
mbrWifVcCompNeg | 1.3.6.1.4.1.102.1.2.2.1.2.10.1.2.4 | integer | read-only |
Negotiated compression for this VC Enumeration: 'compressionOff': 0, 'compressionOn': 1. |
mbrWifVcLcn | 1.3.6.1.4.1.102.1.2.2.1.2.10.1.2.5 | integer | read-only |
The LCN assigned to this VC |
mbrWifVcRemoteDte | 1.3.6.1.4.1.102.1.2.2.1.2.10.1.2.6 | displaystring | read-only |
The DTE address to which this VC call is established |
mbrWifStatTable | 1.3.6.1.4.1.102.1.2.2.1.3 | no-access |
Table for short and long term WAN statistics |
|
1.3.6.1.4.1.102.1.2.2.1.3.1 | no-access |
An 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. |
||
mbrWifRcvChars | 1.3.6.1.4.1.102.1.2.2.1.3.1.1 | statsrawcount | read-only |
The number of octets received from this WAN port during the last stats interval. |
mbrWifXmtChars | 1.3.6.1.4.1.102.1.2.2.1.3.1.2 | statsrawcount | read-only |
The number of octets transmitted from this WAN port during the last stats interval. |
mbrWifRcvFrames | 1.3.6.1.4.1.102.1.2.2.1.3.1.3 | statsrawcount | read-only |
The number of HDLC frames received from this WAN port during the last stats interval. |
mbrWifXmtFrames | 1.3.6.1.4.1.102.1.2.2.1.3.1.4 | statsrawcount | read-only |
The number of HDLC frames transmitted out this WAN port during the last stats interval. |
mbrWifRcvBadFrames | 1.3.6.1.4.1.102.1.2.2.1.3.1.5 | statsrawcount | read-only |
The number of HDLC frames received with error during the last stats interval. |
mbrWifXmtRejects | 1.3.6.1.4.1.102.1.2.2.1.3.1.6 | statsrawcount | read-only |
The number of HDLC frame rejects transmitted during the last stats interval. |
mbrWifRcvRejects | 1.3.6.1.4.1.102.1.2.2.1.3.1.7 | statsrawcount | read-only |
The number of HDLC frame rejects received during the last stats interval. |
mbrWifRexmtTimeouts | 1.3.6.1.4.1.102.1.2.2.1.3.1.8 | statsrawcount | read-only |
The number of retransmission timer timeouts occurrences during the last stats interval. |
mbrWifLanPktsDiscarded | 1.3.6.1.4.1.102.1.2.2.1.3.1.9 | statsrawcount | read-only |
The number of LAN packets discarded due to lack of resources during the last stats interval. |
mbrWifMgmtPktsForwarded | 1.3.6.1.4.1.102.1.2.2.1.3.1.10 | statsrawcount | read-only |
The number of proprietary link-management packets forwarded during the last stats interval. |
mbrWifRcvCompRatio | 1.3.6.1.4.1.102.1.2.2.1.3.1.11 | compratio | read-only |
The current ratio of raw octets to compressed octets received for this WAN connection. The index indicates the MBR port number. |
mbrWifXmtCompRatio | 1.3.6.1.4.1.102.1.2.2.1.3.1.12 | compratio | read-only |
The current ratio of raw octets to compressed octets transmitted for this WAN connection. The index indicates the MBR port number. |
mbrWifRminCompRatio | 1.3.6.1.4.1.102.1.2.2.1.3.1.13 | compratio | read-only |
The lowest ratio of raw octets to compressed octets received for this WAN connection. The index indicates the MBR port number. |
mbrWifXminCompRatio | 1.3.6.1.4.1.102.1.2.2.1.3.1.14 | compratio | read-only |
The lowest ratio of raw octets to compressed octets transmitted for this WAN connection. The index indicates the MBR port number. |
mbrWifRmaxCompRatio | 1.3.6.1.4.1.102.1.2.2.1.3.1.15 | compratio | read-only |
The highest ratio of raw octets to compressed octets received for this WAN connection. The index indicates the MBR port number. |
mbrWifXmaxCompRatio | 1.3.6.1.4.1.102.1.2.2.1.3.1.16 | compratio | read-only |
The highest ratio of raw octets to compressed octets transmitted for this WAN connection. The index indicates the MBR port number. |
mbrWifVcStatTable | 1.3.6.1.4.1.102.1.2.2.1.3.2 | no-access |
Table for short and long term VC statistics |
|
1.3.6.1.4.1.102.1.2.2.1.3.2.1 | no-access |
An 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. |
||
mbrWifVcRcvChars | 1.3.6.1.4.1.102.1.2.2.1.3.2.1.1 | statsrawcount | read-only |
The number of octets received from this VC during the last stats interval. |
mbrWifVcXmtChars | 1.3.6.1.4.1.102.1.2.2.1.3.2.1.2 | statsrawcount | read-only |
The number of octets transmitted on this VC during the last stats interval. |
mbrWifVcRcvX25Pkts | 1.3.6.1.4.1.102.1.2.2.1.3.2.1.3 | statsrawcount | read-only |
The number of X.25 packets received from this VC during the last stats interval. |
mbrWifVcXmtX25Pkts | 1.3.6.1.4.1.102.1.2.2.1.3.2.1.4 | statsrawcount | read-only |
The number of X.25 packets transmitted on this VC during the last stats interval. |
mbrWifVcRcvCompRatio | 1.3.6.1.4.1.102.1.2.2.1.3.2.1.5 | compratio | read-only |
The current ratio of raw octets to compressed octets received for this VC. The index values indicate the MBR port number and VC number, respectively. |
mbrWifVcXmtCompRatio | 1.3.6.1.4.1.102.1.2.2.1.3.2.1.6 | compratio | read-only |
The current ratio of raw octets to compressed octets transmitted for this VC. The index values indicate the MBR port number and VC number, respectively. |
mbrWifVcRminCompRatio | 1.3.6.1.4.1.102.1.2.2.1.3.2.1.7 | compratio | read-only |
The lowest ratio of raw octets to compressed octets received for this VC. The index values indicate the MBR port number and VC number, respectively. |
mbrWifVcXminCompRatio | 1.3.6.1.4.1.102.1.2.2.1.3.2.1.8 | compratio | read-only |
The lowest ratio of raw octets to compressed octets transmitted for this VC. The index values indicate the MBR port number and VC number, respectively. |
mbrWifVcRmaxCompRatio | 1.3.6.1.4.1.102.1.2.2.1.3.2.1.9 | compratio | read-only |
The highest ratio of raw octets to compressed octets received for this VC. The index values indicate the MBR port number and VC number, respectively. |
mbrWifVcXmaxCompRatio | 1.3.6.1.4.1.102.1.2.2.1.3.2.1.10 | compratio | read-only |
The highest ratio of raw octets to compressed octets transmitted for this VC. The index values indicate the MBR port number and VC number, respectively. |
mbrLanInterfaces | 1.3.6.1.4.1.102.1.3 | |||
mbrLifTable | 1.3.6.1.4.1.102.1.3.2 | |||
mbrLifEntry | 1.3.6.1.4.1.102.1.3.2.1 | |||
mbrLifInfo | 1.3.6.1.4.1.102.1.3.2.1.2 | |||
mbrLifState | 1.3.6.1.4.1.102.1.3.2.1.2.1 | counter | read-only |
This 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. |
mbrLifMacAddress | 1.3.6.1.4.1.102.1.3.2.1.2.2 | macaddress | read-only |
The MAC address of the LAN card corresponding to this port. The integer index value indicates the MBR port. |
mbrLifHardwareRev | 1.3.6.1.4.1.102.1.3.2.1.2.3 | counter | read-only |
The hardware revision level of the LAN card correspond- ing to this port. The integer index value indicates the MBR port. |
mbrLifLongTermStatsInterval | 1.3.6.1.4.1.102.1.3.2.1.2.4 | longtermstatsperiod | read-only |
This object represents the current time interval that the MBR is using to track its long term statistics for this port. |
mbrLifRingNumber | 1.3.6.1.4.1.102.1.3.2.1.2.5 | integer | no-access |
The ring number assigned to the 802.5 LAN that this port is connected to. This object is available in SNMP traps only. |
mbrLifStatistics | 1.3.6.1.4.1.102.1.3.2.1.3 | |||
mbrLifStatTable | 1.3.6.1.4.1.102.1.3.2.1.3.1 | no-access |
Table for short and long term LAN statistics |
|
1.3.6.1.4.1.102.1.3.2.1.3.1.1 | no-access |
An 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. |
||
mbrLifRcvPkts | 1.3.6.1.4.1.102.1.3.2.1.3.1.1.1 | statsrawcount | read-only |
The number of packets received from this WAN port during the last stats interval. |
mbrLifFwdPkts | 1.3.6.1.4.1.102.1.3.2.1.3.1.1.2 | statsrawcount | read-only |
The number of packets transmitted from this LAN port during the last stats interval. |
mbrLifRcvMcastPkts | 1.3.6.1.4.1.102.1.3.2.1.3.1.1.3 | statsrawcount | read-only |
The number of multicast packets received from this LAN port during the last stats interval. |
mbrLifFwdMcastPkts | 1.3.6.1.4.1.102.1.3.2.1.3.1.1.4 | statsrawcount | read-only |
The number of multicast packets forwarded to other ports during the last stats interval. |
mbrLifRcvErrPkts | 1.3.6.1.4.1.102.1.3.2.1.3.1.1.5 | statsrawcount | read-only |
The number of packets received with error during the last stats interval. |
mbrLifNobufDiscPkts | 1.3.6.1.4.1.102.1.3.2.1.3.1.1.6 | statsrawcount | read-only |
The number of received packets discarded due to lack of resources during the last stats interval. |
mbrLifXmtPkts | 1.3.6.1.4.1.102.1.3.2.1.3.1.1.7 | statsrawcount | read-only |
The number of packets transmitted during the last stats interval. |