ARUBAWIRED-LOOPPROTECT-MIB

File: ARUBAWIRED-LOOPPROTECT-MIB.mib (16711 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
BRIDGE-MIB Q-BRIDGE-MIB ARUBAWIRED-NETWORKING-OID
IF-MIB SMON-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY NOTIFICATION-TYPE
Integer32 Counter32 TruthValue
TimeStamp TEXTUAL-CONVENTION MODULE-COMPLIANCE
OBJECT-GROUP dot1dBasePortEntry VlanIndex
VlanId wndFeatures dot1qVlanStaticEntry
InterfaceIndex ifIndex portCopyEntry

Defined Types

ConfigStatus  
Used to indicate the configuration status for a group of objects. 'active' means that the values of the related objects are currently in use by the device. 'notInService' indicates that the objects have been reconfigured in such a way that the values cannot take effect until after the next reboot of the device. 'notReady' indicates that the objects are not consistent with each other.
TEXTUAL-CONVENTION    
  INTEGER active(1), notInService(2), notReady(3)  

VidList  
Each octet within this value specifies a set of eight VlanIIndex (VID), with the first octet specifying VIDs 1 through 8, the second octet specifying VIDs 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered VID, and the least significant bit represents the highest numbered VID. Thus, each VID is represented by a single bit within the value of this object. If that bit has a value of 1 then that VID is included in the set of VIDs; the VID is not included if its bit has a value of 0. This list represents the entire range of VlanIndex values defined in the scope of IEEE 802.1Q.
TEXTUAL-CONVENTION    
  OCTET STRING Size(512)  

LoopProtectReceiverAction  
This TC describes the actions a port that receives a Loop Protection Protocol packet can take. The disableTx(1) enumeration indicates that the sender of the Loop Protect packet will be disabled. The noDisable(2) enumeration indicates that no port is to be disabled. The disableTxRx(3) enumeration indicates that the senders and receivers of the Loop Protect packets will be disabled.
TEXTUAL-CONVENTION    
  INTEGER disableTx(1), noDisable(2), disableTxRx(3)  

ArubaWiredLoopProtectPortEntry  
SEQUENCE    
  arubaWiredLoopProtectPortInterfaceIndex InterfaceIndex
  arubaWiredLoopProtectPortEnable TruthValue
  arubaWiredLoopProtectPortLoopDetected TruthValue
  arubaWiredLoopProtectPortLastLoopTime TimeStamp
  arubaWiredLoopProtectPortLoopCount Counter32
  arubaWiredLoopProtectPortReceiverAction LoopProtectReceiverAction
  arubaWiredLoopProtectLoopDetectedVlan Integer32
  arubaWiredLoopProtectPortVlanList VidList

Defined Values

arubaWiredLoopProtectMIB 1.3.6.1.4.1.47196.4.1.1.3.1
This MIB module contains HP proprietary extensions to the standard Loop Protect MIBs.
MODULE-IDENTITY    

arubaWiredLoopProtectObjects 1.3.6.1.4.1.47196.4.1.1.3.1.1
OBJECT IDENTIFIER    

arubaWiredLoopProtect 1.3.6.1.4.1.47196.4.1.1.3.1.1.5
OBJECT IDENTIFIER    

arubaWiredLoopProtectNotifications 1.3.6.1.4.1.47196.4.1.1.3.1.1.5.0
OBJECT IDENTIFIER    

arubaWiredLoopProtectBase 1.3.6.1.4.1.47196.4.1.1.3.1.1.5.1
OBJECT IDENTIFIER    

arubaWiredLoopProtectPort 1.3.6.1.4.1.47196.4.1.1.3.1.1.5.2
OBJECT IDENTIFIER    

arubaWiredLoopProtectInterval 1.3.6.1.4.1.47196.4.1.1.3.1.1.5.1.1
The interval in seconds at which Loop Protection packets are transmitted. The default value is 5 seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..10  

arubaWiredLoopProtectTrapLoopDetectEnable 1.3.6.1.4.1.47196.4.1.1.3.1.1.5.1.2
Indicates whether notifications should be sent when a loop is detected on a port. By default this object will have a value of false(2).
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

arubaWiredLoopProtectEnableTimer 1.3.6.1.4.1.47196.4.1.1.3.1.1.5.1.3
The time in seconds to wait before re-enabling a port disabled by Loop Protection. When a port is disabled by Loop Protection, a re-enable timer for the port is initialized. If the re-enable timer value is specified as zero seconds the port remains disabled, else the port is re-enabled after the specified time.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..2147483647  

arubaWiredLoopProtectMode 1.3.6.1.4.1.47196.4.1.1.3.1.1.5.1.4
This object is used to configure the operational mode of Loop Protection feature. The Loop Protection feature can be configured to operate in port mode or VLAN mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER port(1), vlan(2)  

arubaWiredLoopProtectVIDList 1.3.6.1.4.1.47196.4.1.1.3.1.1.5.1.5
A list of VLANs on which Loop Protection is enabled.
Status: current Access: read-write
OBJECT-TYPE    
  VidList  

arubaWiredLoopProtectPortEntry 1.3.6.1.4.1.47196.4.1.1.3.1.1.5.2.1.1
Loop Protection configuration information for a single port.
Status: current Access: not-accessible
OBJECT-TYPE    
  ArubaWiredLoopProtectPortEntry  

arubaWiredLoopProtectPortInterfaceIndex 1.3.6.1.4.1.47196.4.1.1.3.1.1.5.2.1.1.1
The index value that uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of the IF-MIB's ifIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

arubaWiredLoopProtectPortEnable 1.3.6.1.4.1.47196.4.1.1.3.1.1.5.2.1.1.2
This object indicates whether the Loop Protection is enabled on a port. The default value is FALSE
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

arubaWiredLoopProtectPortLoopDetected 1.3.6.1.4.1.47196.4.1.1.3.1.1.5.2.1.1.3
This object will be set to TRUE when a loop is detected on the port. The value of this object will be reset to FALSE when the port's arubaWiredLoopProtectPortEnable is set to FALSE.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

arubaWiredLoopProtectPortLastLoopTime 1.3.6.1.4.1.47196.4.1.1.3.1.1.5.2.1.1.4
The value of sysUpTime when a loop was last detected on this port. A value of 0 means that the timestamp has not been set.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

arubaWiredLoopProtectPortLoopCount 1.3.6.1.4.1.47196.4.1.1.3.1.1.5.2.1.1.5
This object provides the number of loops detected on a Loop Protection enabled port. The value of this object is set to zero when Loop Protection is disabled on a port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

arubaWiredLoopProtectPortReceiverAction 1.3.6.1.4.1.47196.4.1.1.3.1.1.5.2.1.1.6
Controls the action taken when a Loop Protection packet is received on this port. When set to 'disableTx' the port that transmitted the packet is disabled. When set to 'noDisable' the transmitting port is not disabled. When set to 'disableTxRx' the ports transmitting and receiving the packets are disabled.
Status: current Access: read-write
OBJECT-TYPE    
  LoopProtectReceiverAction  

arubaWiredLoopProtectLoopDetectedVlan 1.3.6.1.4.1.47196.4.1.1.3.1.1.5.2.1.1.7
Refers to this object for the port on which loop is detected.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4096  

arubaWiredLoopProtectPortVlanList 1.3.6.1.4.1.47196.4.1.1.3.1.1.5.2.1.1.8
A list of VLANs for this interface in which Loop Protection is enabled.
Status: current Access: read-write
OBJECT-TYPE    
  VidList  

arubaWiredLoopProtectPortTable 1.3.6.1.4.1.47196.4.1.1.3.1.1.5.2.1
Per-interface configuration for Loop Protection.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ArubaWiredLoopProtectPortEntry

arubaWiredLoopProtectLoopDetectedNotification 1.3.6.1.4.1.47196.4.1.1.3.1.1.5.0.1
A arubaWiredLoopProtectLoopDetectedNotification signifies that a loop is detected by the Loop Protection Protocol. Generation of this notification is controlled by arubaWiredLoopProtectTrapLoopDetectEnable. To prevent excessive notifications, this trap allows only one notifications every 30 seconds. Notifications that are missed due to this limitation are dropped and are not sent later.
Status: current Access: not-accessible
NOTIFICATION-TYPE    

arubaWiredLoopProtectVlanLoopDetectedNotification 1.3.6.1.4.1.47196.4.1.1.3.1.1.5.0.2
A arubaWiredLoopProtectVlanLoopDetectedNotification signifies that a loop is detected by the Loop Protection feature while operating in VLAN mode. Generation of this notification is controlled by arubaWiredLoopProtectTrapLoopDetectEnable. To prevent excessive notifications, this trap allows only one notifications every 30 seconds. Notifications that are missed due to this limitation are dropped and are not sent later.
Status: current Access: not-accessible
NOTIFICATION-TYPE    

arubaWiredLoopProtectConformance 1.3.6.1.4.1.47196.4.1.1.3.1.1.5.3
OBJECT IDENTIFIER    

arubaWiredLoopProtectGroups 1.3.6.1.4.1.47196.4.1.1.3.1.1.5.3.1
OBJECT IDENTIFIER    

arubaWiredLoopProtectCompliances 1.3.6.1.4.1.47196.4.1.1.3.1.1.5.3.2
OBJECT IDENTIFIER    

arubaWiredLoopProtectBaseGroup 1.3.6.1.4.1.47196.4.1.1.3.1.1.5.3.1.4
A collection of objects providing basic instrumentation and control of the HP Loop protection entity.
Status: current Access: not-accessible
OBJECT-GROUP    

arubaWiredLoopProtectVLANGroup 1.3.6.1.4.1.47196.4.1.1.3.1.1.5.3.1.10
A collection of objects providing support for Loop Protect per VLAN feature.
Status: current Access: not-accessible
OBJECT-GROUP    

arubaWiredLoopProtectCompliance 1.3.6.1.4.1.47196.4.1.1.3.1.1.5.3.2.5
The compliance statement for HP Switches with support for arubaWired loop protection objects.
Status: current Access: not-accessible
MODULE-COMPLIANCE