All MIBs › NRC-MultiGate › hub1EventRecordFlags
hub1EventRecordFlags
Module: NRC-MultiGate
OID (symbolic): NRC-MultiGate::hub1EventRecordFlags
OID (numeric): 1.3.6.1.4.1.315.1.8
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-write
Description:
A bit mask indicating which error types will cause corresponding bits in hub1PortEventRecordValue to be set when an error is detected.
Each bit has the following significance where bits are listed from most significant bit to least significant bit.
bit
8 Bad Link Enable 7 Partition Enable 6 Out Of Window Collision Enable 5 Pygmy Packet Enable 4 Non SFD Enable 3 Phase Lock Error Enable 2 Elasticity Buffer Error Enable 1 Jabber Enable
When a particular bit is set, all ports will start to log the specified error in the hub1PortEventRecordValue column of the port's row of the hub1PortTable.
For example, if bit 1 (Jabber Enable) is set, then for every port, a detected Jabber Error would cause bit 1 of hub1PortEventRecordValue to be set.
When setting the value of this variable, the entire bit mask must be specified. When this mask is set, hub1PortRecordValue for all ports is cleared.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.315.1.8 snmpwalk -v2c -c public <target> NRC-MultiGate::hub1EventRecordFlags
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.315.1.8.1 snmpget -v2c -c public <target> NRC-MultiGate::hub1EventRecordFlags.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.315.1.8.1 s <value>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.315 | nrc | NRC-HUB1-MIB |
| 1.3.6.1.4.1.315.1 | hub1 | NRC-HUB1-MIB |
| 1.3.6.1.4.1.315.1.8 | hub1EventRecordFlags | NRC-MultiGate |