CISCOSB-LBD-MIB

File: CISCOSB-LBD-MIB.mib (3945 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI IF-MIB
CISCOSB-MIB

Imported symbols

TruthValue TEXTUAL-CONVENTION MODULE-IDENTITY
OBJECT-TYPE ifIndex switch001

Defined Types

RlLbdPortEntry  
SEQUENCE    
  rlLbdPortAdminStatus INTEGER
  rlLbdPortOperStatus INTEGER

Defined Values

rlLbd 1.3.6.1.4.1.9.6.1.101.127
The private MIB module definition for Loopback Detection MIB.
MODULE-IDENTITY    

rlLbdEnable 1.3.6.1.4.1.9.6.1.101.127.1
Enable/Disable Loopback Detection in the switch.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlLbdDetectionInterval 1.3.6.1.4.1.9.6.1.101.127.2
The time in seconds that should pass between unicast LBD packets.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 10..60  

rlLbdMode 1.3.6.1.4.1.9.6.1.101.127.3
Loopback detection mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER source-mac-addr(1), base-mac-addr(2), broadcast-mac-addr(3)  

rlLbdPortTable 1.3.6.1.4.1.9.6.1.101.127.4
The table contains Admin configuration and operational status per port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlLbdPortEntry

rlLbdPortEntry 1.3.6.1.4.1.9.6.1.101.127.4.1
Each entry represent a port. Per port contains LBD Admin configuration (SET) and status (GET), LBD Operational status and LBD Vlan configuration (SET) and status (GET).
Status: current Access: not-accessible
OBJECT-TYPE    
  RlLbdPortEntry  

rlLbdPortAdminStatus 1.3.6.1.4.1.9.6.1.101.127.4.1.1
Enable/Disable Loopback Detection on port
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

rlLbdPortOperStatus 1.3.6.1.4.1.9.6.1.101.127.4.1.2
Indicates Loopback Detection operational status on port. 'inactive' means that the port is not working in loop-detected operational state; 'active' means that the port is Up and working in state of loop-detecting; 'loop-detected' means that the system has detected loop on the port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER inactive(1), active(2), loopDetected(3)