GBNDeviceOEM-MIB

File: GBNDeviceOEM-MIB.mib (15558 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
SNMPv2-MIB GREENTECH-MASTER-MIB Q-BRIDGE-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter64 DisplayString TruthValue
MODULE-COMPLIANCE OBJECT-GROUP snmpTraps
gbnDevice PortList

Defined Types

OemArchIfaceEntry  
SEQUENCE    
  oemArchIfaceUnit Integer32
  oemArchIfacePort Integer32
  oemArchIfaceLLWHPort Integer32
  oemArchIfaceIfIndex Integer32
  oemArchIfaceName DisplayString
  oemArchIfaceEnable TruthValue
  oemArchIfaceSTPEnable TruthValue
  oemArchIfaceLink INTEGER
  oemArchIfaceDuplexSpeedSet INTEGER
  oemArchIfaceDuplexSpeedGet INTEGER
  oemArchIfacePortLoop INTEGER
  oemArchIfaceFlowControl INTEGER
  oemArchIfaceTxVlanTagPkts Counter64
  oemArchIfaceTxL3Pkts Counter64
  oemArchIfaceTxL3AbortedPkts Counter64
  oemArchIfaceRxIpInHdrErrors Counter64
  oemArchIfaceL2Tunneling INTEGER

Defined Values

bcm5600 1.3.6.1.4.1.13464.1.2.2.3
GBN Broadcom BCM5600 StrataSwitch OEM-Product Enterprise MIB definition.
MODULE-IDENTITY    

oemArchIface 1.3.6.1.4.1.13464.1.2.2.3.1
OBJECT IDENTIFIER    

oemChip 1.3.6.1.4.1.13464.1.2.2.3.2
OBJECT IDENTIFIER    

oemProdConformance 1.3.6.1.4.1.13464.1.2.2.3.3
OBJECT IDENTIFIER    

oemProdGroups 1.3.6.1.4.1.13464.1.2.2.3.3.1
OBJECT IDENTIFIER    

oemProdCompliances 1.3.6.1.4.1.13464.1.2.2.3.3.2
OBJECT IDENTIFIER    

oemArchIfaceTable 1.3.6.1.4.1.13464.1.2.2.3.1.1
A table of switch interfaces and associated properties.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OemArchIfaceEntry

oemArchIfaceEntry 1.3.6.1.4.1.13464.1.2.2.3.1.1.1
Table entry for switch interface control and status information.
Status: current Access: not-accessible
OBJECT-TYPE    
  OemArchIfaceEntry  

oemArchIfaceUnit 1.3.6.1.4.1.13464.1.2.2.3.1.1.1.1
An index that uniquely identifies a unit in the QTECH Switch stack. If an invalid value is used for the index, a SNMP 'noSuchName' error (SNMPv1) or 'noSuchInstance' exception (SNMPv2/v3) is returned. For implementations that do not support stacking, the same response is returned for any unit index other than 1.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4  

oemArchIfacePort 1.3.6.1.4.1.13464.1.2.2.3.1.1.1.2
An index that uniquely identifies a GBN Application 'logical port' (i.e., IEEE 802.3ad Aggregator) within the oemArchIfaceUnit.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

oemArchIfaceLLWHPort 1.3.6.1.4.1.13464.1.2.2.3.1.1.1.3
A value that uniquely identifies a GBN Application 'logical port' (i.e., IEEE 802.3ad Aggregator) in the GBN BCM5600 stack. This is a 'Layered Linear With Holes' (LLWH) port number that may may have holes for missing ports or units. For this MIB, 26 port numbers are reserved for each unit in the stack. For example, LLHW port 8193 is unit 1, port 1 .
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 8193..8296  

oemArchIfaceIfIndex 1.3.6.1.4.1.13464.1.2.2.3.1.1.1.4
The ifIndex of this GBN Application 'logical port' (i.e., IEEE 802.3ad Aggregator). Note that an ifIndex value of 34603009 (0x02100001) represents the Aggregator layer, unit 1, slot 0 (base unit ports), port 1.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

oemArchIfaceName 1.3.6.1.4.1.13464.1.2.2.3.1.1.1.5
DURABLE: The textual name of this interface, e.g., 'John'.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

oemArchIfaceEnable 1.3.6.1.4.1.13464.1.2.2.3.1.1.1.6
DURABLE: { true:all } This object is true(1) when this interface is enabled and false(1) when it is disabled. For this product, this is the ONLY way to enable or disable this interface. Note that 'ifAdminStatus' in RFC1213 and RFC2233 and 'dot1dStpPortEnable' in RFC1493 are each implemented as 'read-only'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER true(1), false(2)  

oemArchIfaceSTPEnable 1.3.6.1.4.1.13464.1.2.2.3.1.1.1.7
DURABLE: { true:all } This object is true(1) when Spanning Tree operation is enabled for this interface and false(2) when it is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  


oemArchIfaceDuplexSpeedSet 1.3.6.1.4.1.13464.1.2.2.3.1.1.1.9
DURABLE: { autonegotiate:all } The desired speed and duplex for this interface. If the selected control is not possible on the interface, a value of illegal(99) is returned. If the port type does NOT support the default of autonegotiate(1), then the application initializes the port to a valid value (e.g., 1000full(6)). Note that not all controls are possible for all interfaces. For example, only full-1000(6) is available for Gigabit Ethernet interfaces.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER autonegotiate(1), half-10(2), full-10(3), half-100(4), full-100(5), half-1000(6), full-1000(7), illegal(99)  

oemArchIfaceDuplexSpeedGet 1.3.6.1.4.1.13464.1.2.2.3.1.1.1.10
The actual speed and duplex for this interface. If the interface is not configured for an acceptable value, a value of illegal(99) is returned. A value of unknown(1) is returned when the 'oemArchIfaceLink' indicates down(2) for this interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), half-10(2), full-10(3), half-100(4), full-100(5), half-1000(6), full-1000(7), auto-10(8), auto-100(9), auto-1000(10), illegal(99)  

oemArchIfacePortLoop 1.3.6.1.4.1.13464.1.2.2.3.1.1.1.11
The state of Link Detect on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER internalEnable(1), externalEnable(2), disable(3)  

oemArchIfaceFlowControl 1.3.6.1.4.1.13464.1.2.2.3.1.1.1.12
DURABLE: { enable } Set the flow control on the interface to enable(1) or disable(2).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

oemArchIfaceTxVlanTagPkts 1.3.6.1.4.1.13464.1.2.2.3.1.1.1.13
The number of VLAN tagged packets transmitted on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

oemArchIfaceTxL3Pkts 1.3.6.1.4.1.13464.1.2.2.3.1.1.1.14
The number of Layer 3 packets transmitted on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

oemArchIfaceTxL3AbortedPkts 1.3.6.1.4.1.13464.1.2.2.3.1.1.1.15
The number of Layer 3 transmit packets aborted on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

oemArchIfaceRxIpInHdrErrors 1.3.6.1.4.1.13464.1.2.2.3.1.1.1.16
The number of Layer 3 packets received on this interface that were discarded due to IP header errors (e.g., bad checksum, invalid versions, format errors).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

oemArchIfaceL2Tunneling 1.3.6.1.4.1.13464.1.2.2.3.1.1.1.17
When l2 entities (such as STP bridges) conneted across a VPN network, l2 PDUs need delivering through VPN without being processed.To achieve this, users need enbling l2- tunneling on VPN's edge ports, i.e. ports connected to customer bridges. One 32bits width integer variable is used for each port to represent what kind of PDUs need tunneling when coming in this ports.Notes, only the six least-significant bits are used here ,each bit corresponds to one protocol, following is the detail: bit0 <----> CDP bit1 <----> LACP bit2 <----> PAGP bit3 <----> STP bit4 <----> UDLD bit5 <----> VTP bit6-bit31 <--> reserved. when set one, corresponding PDU tunneling is asserted, deasserted otherwise.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..63  

oemChipStub 1.3.6.1.4.1.13464.1.2.2.3.2.1
This object is a place holder for the OEM Chip interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noop(1), chip-value2(2), chip-value3(3)  

oemArchIfaceGroup 1.3.6.1.4.1.13464.1.2.2.3.3.1.1
This group configures and retrieves Architecture interface specific objects.
Status: current Access: read-write
OBJECT-GROUP    

oemChipGroup 1.3.6.1.4.1.13464.1.2.2.3.3.1.2
This group configures OEM Chip specific objects.
Status: current Access: read-write
OBJECT-GROUP    

oemProdCompliance 1.3.6.1.4.1.13464.1.2.2.3.3.2.1
The compliance statement.
Status: current Access: read-write
MODULE-COMPLIANCE    

oemArchIfaceTrap 1.3.6.1.4.1.13464.1.2.2.3.1.2
OBJECT IDENTIFIER    

macAddrLimitOn 1.3.6.1.4.1.13464.1.2.2.3.1.2.1
Trap sent when MAC addresses number learnt no a port reachs its up-threshole
Status: current Access: read-write
NOTIFICATION-TYPE    

macAddrLimitOff 1.3.6.1.4.1.13464.1.2.2.3.1.2.2
.
Status: current Access: read-write
NOTIFICATION-TYPE    

stormCtrlPortShutdown 1.3.6.1.4.1.13464.1.2.2.3.1.2.3
Trap sent when port shutdown for storm on it reachs its up-threshole
Status: current Access: read-write
NOTIFICATION-TYPE    

stormCtrlPortFree 1.3.6.1.4.1.13464.1.2.2.3.1.2.4
.
Status: current Access: read-write
NOTIFICATION-TYPE