RAISECOM-RELAY-MIB

File: RAISECOM-RELAY-MIB.mib (12155 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SWITCH-SYSTEM-MIB
RAISECOM-BASE-MIB SWITCH-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Counter32 MacAddress rcPortIndex
iscomSwitch EnableVar

Defined Types

RcRelayProtocolEntry  
SEQUENCE    
  rcRelayProtocolType BITS
  rcRelayProtocolVlan Unsigned32
  rcRelayProtocolEgressPort Unsigned32
  rcRelayProtocolPortStatus INTEGER
  rcRelayProtocolTunnelType INTEGER
  rcRelayProtocolMplsVlan Unsigned32
  rcRelayProtocolMplsStatus INTEGER

RcRelayThresholdEntry  
SEQUENCE    
  rcRelayThresholdProtocolIndex INTEGER
  rcRelayDropThreshold Unsigned32
  rcRelayShutdownThreshold Unsigned32

RcRelayStatisticsEntry  
SEQUENCE    
  rcRelayStatsProtocolIndex INTEGER
  rcRelayEncapStats Counter32
  rcRelayDeEncapStats Counter32
  rcRelayDropStats Counter32

Defined Values

rcRelay 1.3.6.1.4.1.8886.6.1.35
This MIB module defines objects to RELAY 1. wangjian add stp_prv to rcRelayProtocolType
MODULE-IDENTITY    

rcRelayGrobal 1.3.6.1.4.1.8886.6.1.35.1
OBJECT IDENTIFIER    

rcRelayMacAddress 1.3.6.1.4.1.8886.6.1.35.1.1
Specifies the destination MAC address of the tunneled PDUs and applies to all ingress tunneling interfaces.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

rcRelayCos 1.3.6.1.4.1.8886.6.1.35.1.2
Specifies the user priority of the tunneled PDUs and applies to all ingress tunneling interfaces.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..8  

rcRelayTransparentEnable 1.3.6.1.4.1.8886.6.1.35.1.3
Specifies the status of BPDU relay transparent.1:enable,2:disable
Status: current Access: read-write
OBJECT-TYPE    
  EnableVar  

rcRelayProtocolTable 1.3.6.1.4.1.8886.6.1.35.2
This table contains information about the protocols being tunneled.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcRelayProtocolEntry

rcRelayProtocolEntry 1.3.6.1.4.1.8886.6.1.35.2.1
Information about the protocols being tunneled.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcRelayProtocolEntry  

rcRelayProtocolType 1.3.6.1.4.1.8886.6.1.35.2.1.1
Indicates tunneled protocol of the interface. If a BIT is set, then the value of the corresponding protocol is tunneled.
Status: current Access: read-write
OBJECT-TYPE    
  BITS stp(0), dot1x(1), lacp(2), gmrp(3), gvrp(4), cdp(5), vtp(6), pvst(7), lldp(8)  

rcRelayProtocolVlan 1.3.6.1.4.1.8886.6.1.35.2.1.2
Specifies vlan ID of tunneled protocol PDUs of the interface.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..4094  

rcRelayProtocolEgressPort 1.3.6.1.4.1.8886.6.1.35.2.1.3
Specifies egress port of tunneled protocol PDUs of the interface.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

rcRelayProtocolPortStatus 1.3.6.1.4.1.8886.6.1.35.2.1.4
The desired state of the interface by RELAY.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER up(1), down(2)  

rcRelayProtocolTunnelType 1.3.6.1.4.1.8886.6.1.35.2.1.5
The tunnel type used by RELAY.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), mac(1), mpls(2)  

rcRelayProtocolMplsVlan 1.3.6.1.4.1.8886.6.1.35.2.1.6
Specifies MPLS vlan ID of tunneled protocol PDUs of the interface.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..4095  

rcRelayProtocolMplsStatus 1.3.6.1.4.1.8886.6.1.35.2.1.7
The actual operational status of MPLS Relay.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

rcRelayThresholdTable 1.3.6.1.4.1.8886.6.1.35.3
This table contains information about the thresholds for protocol tunneling. Only tunneled protocol filtering capable interfaces are shown. The objects will be on a per interface, per protocol basis.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcRelayThresholdEntry

rcRelayThresholdEntry 1.3.6.1.4.1.8886.6.1.35.3.1
Information about the thresholds for protocol tunneling. Only tunneled protocol filtering capable interfaces are shown. The entries will be on a per interface, per protocol basis
Status: current Access: not-accessible
OBJECT-TYPE    
  RcRelayThresholdEntry  

rcRelayThresholdProtocolIndex 1.3.6.1.4.1.8886.6.1.35.3.1.1
Supported protocol for devices which allow the setting of thresholds on a per interface, per protocol basis.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER stp(1), dot1x(2), lacp(3), gmrp(4), gvrp(5), cdp(6), vtp(7), pvst(8), lldp(9)  

rcRelayDropThreshold 1.3.6.1.4.1.8886.6.1.35.3.1.2
The drop threshold on an interface for a given protocol. After reaching this drop threshold, the interface will start dropping PDUs for the given protocol. This value cannot be greater than the value of rcRelayShutdownThreshold. A value of 0 indicates that no limit is set.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..4096  

rcRelayShutdownThreshold 1.3.6.1.4.1.8886.6.1.35.3.1.3
The shutdown threshold on an interface for a given protocol. After reaching the shutdown threshold, the interface will shutdown for the given protocol. This value cannot be less than the value of rcRelayDropThreshold. A value of 0 indicates that no limit is set.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..4096  

rcRelayStatisticsTable 1.3.6.1.4.1.8886.6.1.35.4
This table contains protocol tunneling statistics on the interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcRelayStatisticsEntry

rcRelayStatisticsEntry 1.3.6.1.4.1.8886.6.1.35.4.1
Protocol tunneling statistics on the interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcRelayStatisticsEntry  

rcRelayStatsProtocolIndex 1.3.6.1.4.1.8886.6.1.35.4.1.1
A tunneled protocol of an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER stp(1), dot1x(2), lacp(3), gmrp(4), gvrp(5), cdp(6), vtp(7), pvst(8), lldp(9)  

rcRelayEncapStats 1.3.6.1.4.1.8886.6.1.35.4.1.2
The tunneled PDU encapsulation statistics of an interface. These statistics cover the number of tunneled ingress PDUs.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rcRelayDeEncapStats 1.3.6.1.4.1.8886.6.1.35.4.1.3
The tunneled PDU de-encapsulation statistics of an interface. These statistics cover the number of tunneled egress PDUs.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rcRelayDropStats 1.3.6.1.4.1.8886.6.1.35.4.1.4
The number of PDUs dropped on an interface for a given protocol. The PDUs will be dropped when the rcRelayDropThreshold is reached.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32