RC-SLPP-MIB

File: RC-SLPP-MIB.mib (15620 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
RAPID-CITY

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
NOTIFICATION-TYPE Unsigned32 TruthValue
MacAddress RowStatus InterfaceIndex
rcSlpp PortSet

Defined Types

RcSlppVlanEntry  
SEQUENCE    
  rcSlppVlanVlanId Integer32
  rcSlppVlanSlppEnable TruthValue
  rcSlppVlanRowStatus RowStatus

RcSlppPortEntry  
SEQUENCE    
  rcSlppPortIfIndex InterfaceIndex
  rcSlppPortPktRxThreshold Integer32
  rcSlppPortSlppEnable TruthValue
  rcSlppPortRowStatus RowStatus
  rcSlppPortIncomingVlanId Integer32
  rcSlppPortSrcNodeType INTEGER
  rcSlppPortPktRxCount Integer32
  rcSlppPortGuardEnable TruthValue
  rcSlppPortGuardTimeout Integer32
  rcSlppPortGuardStatus INTEGER
  rcSlppPortGuardTimerCount Integer32

Defined Values

rcSlppMib 1.3.6.1.4.1.2272.1.64.1
Enterprise MIB for SLPP
MODULE-IDENTITY    

rcSlppNotifications 1.3.6.1.4.1.2272.1.64.1.0
OBJECT IDENTIFIER    

rcSlppObjects 1.3.6.1.4.1.2272.1.64.1.1
OBJECT IDENTIFIER    

rcSlppNotificationObjects 1.3.6.1.4.1.2272.1.64.1.2
OBJECT IDENTIFIER    

rcSlppScalars 1.3.6.1.4.1.2272.1.64.1.1.1
OBJECT IDENTIFIER    

rcSlppGlobalEnable 1.3.6.1.4.1.2272.1.64.1.1.1.1
Global enable/disable for the simple loop prevention protocol.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcSlppTransmissionInterval 1.3.6.1.4.1.2272.1.64.1.1.1.2
The interval (in milliseconds) for which loop detection occurs.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 500..5000  

rcSlppEtherType 1.3.6.1.4.1.2272.1.64.1.1.1.3
SLPP Protocol Identification. The value is normally in Hex.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..FFFF  

rcSlppTimeout 1.3.6.1.4.1.2272.1.64.1.1.1.4
This value specifies the time period for which a port will remain disabled. When SLPP disables a port, after this time period expires, the port will become re-enabled. A value of 0 means ports will never be re-enabled.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

rcSlppUniPorts 1.3.6.1.4.1.2272.1.64.1.1.1.5
Contains UNI ports added under SLPP global config
Status: current Access: read-write
OBJECT-TYPE    
  PortSet  

rcSlppGuardEtherType 1.3.6.1.4.1.2272.1.64.1.1.1.6
SLPP Guard ether type.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..FFFF  

rcSlppVlanTable 1.3.6.1.4.1.2272.1.64.1.1.2
Table of VLANs for which simple loop detection occur on.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcSlppVlanEntry

rcSlppVlanEntry 1.3.6.1.4.1.2272.1.64.1.1.2.1
SLPP VLAN entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcSlppVlanEntry  

rcSlppVlanVlanId 1.3.6.1.4.1.2272.1.64.1.1.2.1.1
Vlan id for which simple loop detection occurs on.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..4094  

rcSlppVlanSlppEnable 1.3.6.1.4.1.2272.1.64.1.1.2.1.2
Flag to indicate whether the VLAN entry is active or not for SLPP.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcSlppVlanRowStatus 1.3.6.1.4.1.2272.1.64.1.1.2.1.3
Used to create/delete entries.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rcSlppPortTable 1.3.6.1.4.1.2272.1.64.1.1.3
Table of ports for which simple loop detection occurs on.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcSlppPortEntry

rcSlppPortEntry 1.3.6.1.4.1.2272.1.64.1.1.3.1
SLPP Port entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcSlppPortEntry  

rcSlppPortIfIndex 1.3.6.1.4.1.2272.1.64.1.1.3.1.1
Port on which simple loop detection occurs on.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

rcSlppPortPktRxThreshold 1.3.6.1.4.1.2272.1.64.1.1.3.1.2
Once the number of SLPP packets received on this port reaches this threshold action will be taken. Normally, the port will be shutdown.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..500  

rcSlppPortSlppEnable 1.3.6.1.4.1.2272.1.64.1.1.3.1.3
Flag to indicate whether the port entry is active or not for SLPP.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcSlppPortRowStatus 1.3.6.1.4.1.2272.1.64.1.1.3.1.4
Used to create/delete entries.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rcSlppPortIncomingVlanId 1.3.6.1.4.1.2272.1.64.1.1.3.1.5
Vlan id of the classified packet on the port brought down by SLPP.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4094  

rcSlppPortSrcNodeType 1.3.6.1.4.1.2272.1.64.1.1.3.1.6
The src node type of the received slpp Pkt.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), local(1), peer(2)  

rcSlppPortPktRxCount 1.3.6.1.4.1.2272.1.64.1.1.3.1.7
Total number of SLPP packets received on the port
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..500  

rcSlppPortGuardEnable 1.3.6.1.4.1.2272.1.64.1.1.3.1.8
Flag to indicate if SLPP-guard is enabled on the port.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcSlppPortGuardTimeout 1.3.6.1.4.1.2272.1.64.1.1.3.1.9
This value specifies the time period for which a port will remain disabled. When SLPP-guard disables a port, after this time period expires, the port will become re-enabled. A value of 0 means ports will never be re-enabled.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0 | 10..65535  

rcSlppPortGuardStatus 1.3.6.1.4.1.2272.1.64.1.1.3.1.10
The object indicates the SLPP-guard status of a port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), monitoring(2), blocking(3)  

rcSlppPortGuardTimerCount 1.3.6.1.4.1.2272.1.64.1.1.3.1.11
This value specifies the time period that has passed since a port was administratively disabled by SLPP-guard. When this object reaches the timeout value (rcSlppPortGuardTimeout), the port will become re-enabled.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

rcSlppIncomingVlanId 1.3.6.1.4.1.2272.1.64.1.2.1
Vlan id of the classified packet on the port brought down by SLPP.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..4094  

rcSlppSrcMacAddress 1.3.6.1.4.1.2272.1.64.1.2.2
Source MAC address in the classified packet on the port brought down by SLPP.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  MacAddress  

rcSlppRxPortIndex 1.3.6.1.4.1.2272.1.64.1.2.3
Port on which the SLPP packet is received.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InterfaceIndex  

rcSlppRxVlanId 1.3.6.1.4.1.2272.1.64.1.2.4
Vlan on which the SLPP packet is received.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..4094  

rcSlppTxVlanId 1.3.6.1.4.1.2272.1.64.1.2.5
Vlan on which the SLPP packet is sent.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..4094  

rcSlppGuardPortIfIndex 1.3.6.1.4.1.2272.1.64.1.2.6
Port on which the SLPP-guard packet is received.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InterfaceIndex  

rcnSlppPortDownEvent 1.3.6.1.4.1.2272.1.64.1.0.1
A port down event that has occurred due to SLPP. The user is notified of the expected Vlan ID along with the Vlan ID and source MAC address of the packet coming in on the port identified. The first two objects can be used to lookup instance info for port id and vlan id.
Status: obsolete Access: accessible-for-notify
NOTIFICATION-TYPE    

rcnSlppPortDownEventNew 1.3.6.1.4.1.2272.1.64.1.0.2
A port down event that has occurred due to SLPP. The trap includes the port and its Vlan which receives the packet, and along with the Vlan ID and source MAC address of the packet coming in on the port identified.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rcnSlppLoopOnDiffVlan 1.3.6.1.4.1.2272.1.64.1.0.3
Indicates SLPP received its own packet but with the TX VLAN not equal to the RX VLAN.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rcnSlppGuardHoldDownExpired 1.3.6.1.4.1.2272.1.64.1.0.4
Indicates that the SLPP-guard hold-down timer has expired on a port on which SLPP-guard is enabled, and the port has been re-enabled.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rcnSlppGuardPacketReceived 1.3.6.1.4.1.2272.1.64.1.0.5
Indicates an SLPP packet has been received on a port on which SLPP-guard is enabled. The port has been disabled.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE