WWP-EXT-BRIDGE-MIB

File: WWP-EXT-BRIDGE-MIB.mib (16961 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC WWP-SMI

Imported symbols

TimeTicks Integer32 Unsigned32
OBJECT-TYPE MODULE-IDENTITY DisplayString
MacAddress TEXTUAL-CONVENTION RowStatus
TruthValue wwpModules

Defined Types

PortList  
Each octet within this value specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port of the bridge is represented by a single bit within the value of this object. If that bit has a value of '1' then that port is included in the set of ports; the port is not included if its bit has a value of '0'.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..255)  

VlanId  
A 12-bit VLAN ID used in the VLAN Tag header.
TEXTUAL-CONVENTION    
  INTEGER 1..4094  

WwpPortEntry  
SEQUENCE    
  wwpPortId INTEGER
  wwpPortType INTEGER
  wwpPortName DisplayString
  wwpPortPhysAddr MacAddress
  wwpPortAutoNeg TruthValue
  wwpPortAdminStatus INTEGER
  wwpPortOperStatus INTEGER
  wwpPortAdminSpeed INTEGER
  wwpPortOperSpeed Integer32
  wwpPortAdminDuplex INTEGER
  wwpPortOperDuplex INTEGER
  wwpPortAdminFlowCtrl INTEGER
  wwpPortOperFlowCtrl INTEGER
  wwpPortTagged INTEGER
  wwpPortUntaggedPriority INTEGER
  wwpPortMaxFrameSize INTEGER
  wwpPortIngressFiltering INTEGER
  wwpPortRateLimitState TruthValue
  wwpPortRateLimitValue INTEGER

WwpVlanEntry  
SEQUENCE    
  wwpVlanId VlanId
  wwpVlanName DisplayString
  wwpVlanCurrentEgressPorts PortList
  wwpVlanCurrentUntaggedPorts PortList
  wwpVlanMgmtStatus INTEGER
  wwpVlanRowStatus RowStatus

WwpVlanXEntry  
SEQUENCE    
  wwpVlanTunnel INTEGER

Defined Values

wwpExtBridgeMIB 1.3.6.1.4.1.6141.2.4
Updated with port rate limit state and rate limit value controls.
MODULE-IDENTITY    

wwpExtBridgeMIBObjects 1.3.6.1.4.1.6141.2.4.1
OBJECT IDENTIFIER    

wwpPort 1.3.6.1.4.1.6141.2.4.1.1
OBJECT IDENTIFIER    

wwpVlan 1.3.6.1.4.1.6141.2.4.1.2
OBJECT IDENTIFIER    

wwpExtBridgeMIBNotificationPrefix 1.3.6.1.4.1.6141.2.4.2
OBJECT IDENTIFIER    

wwpExtBridgeMIBNotifications 1.3.6.1.4.1.6141.2.4.2.0
OBJECT IDENTIFIER    

wwpExtBridgeMIBConformance 1.3.6.1.4.1.6141.2.4.3
OBJECT IDENTIFIER    

wwpExtBridgeMIBCompliances 1.3.6.1.4.1.6141.2.4.3.1
OBJECT IDENTIFIER    

wwpExtBridgeMIBGroups 1.3.6.1.4.1.6141.2.4.3.2
OBJECT IDENTIFIER    

wwpPortTable 1.3.6.1.4.1.6141.2.4.1.1.1
Table of Ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpPortEntry

wwpPortEntry 1.3.6.1.4.1.6141.2.4.1.1.1.1
Port Entry in the Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpPortEntry  

wwpPortId 1.3.6.1.4.1.6141.2.4.1.1.1.1.1
Port ID for the instance. Port ID's start at 1, and are consecutive for each additional port. This port Id should refer to the dot1dBasePort in the Dot1dBasePortEntry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

wwpPortType 1.3.6.1.4.1.6141.2.4.1.1.1.1.2
The port type for the port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER lx(1), fastEth(2), voip(3), sx(4), hundredFx(5), unknown(6)  

wwpPortName 1.3.6.1.4.1.6141.2.4.1.1.1.1.3
Friendly name for the port.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

wwpPortPhysAddr 1.3.6.1.4.1.6141.2.4.1.1.1.1.4
The ethernet MAC address for the port. This information can also be achieved via dot1dTpFdbTable
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

wwpPortAutoNeg 1.3.6.1.4.1.6141.2.4.1.1.1.1.5
The object sets the port to AUTO NEG MOde and vice versa. Specific platforms may have requirements of configuring speed before moving the port to out of AUTO-NEG mode.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wwpPortAdminStatus 1.3.6.1.4.1.6141.2.4.1.1.1.1.6
The desired state of the port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER up(1), down(2)  

wwpPortOperStatus 1.3.6.1.4.1.6141.2.4.1.1.1.1.7
The current operational state of Port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

wwpPortAdminSpeed 1.3.6.1.4.1.6141.2.4.1.1.1.1.8
Desired speed of the port. Set the port speed to be either 10MB, 100MB, or gig. The Management Station can't set the adminSpeed to auto. The default value for this object depends upon the platform.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER tenMb(1), hundredMb(2), gig(3), auto(4)  

wwpPortOperSpeed 1.3.6.1.4.1.6141.2.4.1.1.1.1.9
The current operational speed of the port in MB.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wwpPortAdminDuplex 1.3.6.1.4.1.6141.2.4.1.1.1.1.10
The desired mode for the port. It can be set to either half or full duplex operation but not to auto.The default value for this object depends upon the platform.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER half(1), full(2), auto(3)  

wwpPortOperDuplex 1.3.6.1.4.1.6141.2.4.1.1.1.1.11
The current duplex mode of the port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER half(1), full(2), auto(3)  

wwpPortAdminFlowCtrl 1.3.6.1.4.1.6141.2.4.1.1.1.1.12
Configures the ports flow control operation. Need to check 802.3x for additional modes for gig ports.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

wwpPortOperFlowCtrl 1.3.6.1.4.1.6141.2.4.1.1.1.1.13
Shows ports flow control configuration.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

wwpPortTagged 1.3.6.1.4.1.6141.2.4.1.1.1.1.14
The port tagged Status can be set to tagged or untagged. If a port is part of more than one VLAN, then the port Status should be 'tagged'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER untagged(0), tagged(1)  

wwpPortUntaggedPriority 1.3.6.1.4.1.6141.2.4.1.1.1.1.15
The 802.1p packet priority to be assigned to packets associated with this port that do not have an 802.1Q VLAN header.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER p0(0), p1(1), p2(2), p3(3), p4(4), p5(5), p6(6), p7(7)  

wwpPortMaxFrameSize 1.3.6.1.4.1.6141.2.4.1.1.1.1.16
Setting this object will set the max frame size allowed on a port. The max frame size can vary between 1522 bytes till 9216 bytes. Default value is 1522 bytes
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1522..9126  

wwpPortIngressFiltering 1.3.6.1.4.1.6141.2.4.1.1.1.1.17
When this is true(1) the device will discard incoming frames for VLANs which do not include this Port in its Member set. When false(2), the port will accept all incoming frames.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER true(1), false(2)  

wwpPortRateLimitState 1.3.6.1.4.1.6141.2.4.1.1.1.1.18
When set to true, the rate limiting mechanism is enabled for this port. When set to false, the rate limiting mechanism is disabled for this port.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wwpPortRateLimitValue 1.3.6.1.4.1.6141.2.4.1.1.1.1.19
The value of this object represents the desired bit-rate limit for this port. When the rate limiting mechanism is enabled for this port, this value is enforced to the best extent possible by the device. For some devices the actual maximum bit-rate allowed may exceed the rate limit parameter under certain circumstances due to hardware and software limitations.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..2147483647  

wwpLocalMgmtPortEnable 1.3.6.1.4.1.6141.2.4.1.1.2
Setting this object to false(2) will disable the local Management Port. The object has beed deprecated as we need to have the general functionality of disabling and enableing any in-band and out-band mgmt interface.
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

wwpVlanVersionNumber 1.3.6.1.4.1.6141.2.4.1.2.1
The version number of IEEE 802.1Q that this device supports.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER version1(1)  

wwpMaxVlanId 1.3.6.1.4.1.6141.2.4.1.2.2
The maximum IEEE 802.1Q VLAN ID that this device supports.
Status: current Access: read-only
OBJECT-TYPE    
  VlanId  

wwpMaxSupportedVlans 1.3.6.1.4.1.6141.2.4.1.2.3
The maximum number of IEEE 802.1Q VLANs that this device supports.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wwpNumVlans 1.3.6.1.4.1.6141.2.4.1.2.4
The current number of IEEE 802.1Q VLANs that are configured in this device.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wwpVlanTable 1.3.6.1.4.1.6141.2.4.1.2.5
VLAN table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpVlanEntry

wwpVlanEntry 1.3.6.1.4.1.6141.2.4.1.2.5.1
table of vlans
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpVlanEntry  

wwpVlanId 1.3.6.1.4.1.6141.2.4.1.2.5.1.1
802.1Q VLAN ID (1-4094)
Status: current Access: read-only
OBJECT-TYPE    
  VlanId  

wwpVlanName 1.3.6.1.4.1.6141.2.4.1.2.5.1.2
Name associated with this VLAN.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

wwpVlanCurrentEgressPorts 1.3.6.1.4.1.6141.2.4.1.2.5.1.3
The set of ports which are transmitting traffic for this VLAN as either tagged or untagged frames.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

wwpVlanCurrentUntaggedPorts 1.3.6.1.4.1.6141.2.4.1.2.5.1.4
The set of ports which are transmitting traffic for this VLAN as untagged frames.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

wwpVlanMgmtStatus 1.3.6.1.4.1.6141.2.4.1.2.5.1.5
Indicates if this VLAN is a management VLAN. The system can have at most one remote mgt vlan, and one local mgt vlan. Any Valn can be set either to remoteMgmtVlan or localMgmtvlan.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER notMgmtVlan(0), remoteMgmtVlan(1), localMgmtVlan(2)  

wwpVlanRowStatus 1.3.6.1.4.1.6141.2.4.1.2.5.1.6
Used to manage the creation and deletion of the conceptual rows in this table. To create a row in this table, a manager must set this object to 'createAndGo'. To delete a row in this table, there should not be any port associated with this vlan.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

wwpVlanXTable 1.3.6.1.4.1.6141.2.4.1.2.6
Extension of the VLAN table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpVlanXEntry

wwpVlanXEntry 1.3.6.1.4.1.6141.2.4.1.2.6.1
Entry in the extended vlan table.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpVlanXEntry  

wwpVlanTunnel 1.3.6.1.4.1.6141.2.4.1.2.6.1.1
Enable/disable VLAN tunneling on this VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)