WWP-LEOS-BROADCAST-CONTAINMENT-MIB

File: WWP-LEOS-BROADCAST-CONTAINMENT-MIB.mib (14486 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC WWP-SMI

Imported symbols

Integer32 Unsigned32 Counter32
Counter64 OBJECT-TYPE MODULE-IDENTITY
NOTIFICATION-TYPE DisplayString TEXTUAL-CONVENTION
TruthValue RowStatus wwpModulesLeos

Defined Types

WwpLeosBroadcastContainmentCapabilitiesMap  
This bit mask shows the capability of the device. It shows that which index is valid wwpLeosBroadcastContainmentVlanId or wwpLeosBroadcastContainmentPortId
TEXTUAL-CONVENTION    
  BITS wwpLeosBroadcastContainmentVlanId(0), wwpLeosBroadcastContainmentPortId(1)  

WwpLeosBroadcastContainmentFilterEntry  
SEQUENCE    
  wwpLeosBroadcastContainmentIndex Integer32
  wwpLeosBroadcastContainmentFilterName DisplayString
  wwpLeosBroadcastContainmentPktLimit Integer32
  wwpLeosBroadcastContainmentPktDropState TruthValue
  wwpLeosBroadcastContainmentStatus RowStatus
  wwpLeosBroadcastContainmentKbps Integer32
  wwpLeosBroadcastContainmentClassifier Unsigned32

WwpLeosBroadcastContainmentFilterMemEntry  
SEQUENCE    
  wwpLeosBroadcastContainmentVlanId Integer32
  wwpLeosBroadcastContainmentPortId Integer32
  wwpLeosBroadcastContainmentFilterMemStatus RowStatus

Defined Values

wwpLeosBroadcastContainmentMIB 1.3.6.1.4.1.6141.2.60.8
This MIB module is for the Broadcast containment for WWP Products
MODULE-IDENTITY    

wwpLeosBroadcastContainmentMIBObjects 1.3.6.1.4.1.6141.2.60.8.1
OBJECT IDENTIFIER    

wwpLeosBroadcastContainmentMIBNotificationPrefix 1.3.6.1.4.1.6141.2.60.8.2
OBJECT IDENTIFIER    

wwpLeosBroadcastContainmentMIBNotifications 1.3.6.1.4.1.6141.2.60.8.2.1
OBJECT IDENTIFIER    

wwpLeosBroadcastContainmentMIBConformance 1.3.6.1.4.1.6141.2.60.8.3
OBJECT IDENTIFIER    

wwpLeosBroadcastContainmentMIBCompliances 1.3.6.1.4.1.6141.2.60.8.3.1
OBJECT IDENTIFIER    

wwpLeosBroadcastContainmentMIGroups 1.3.6.1.4.1.6141.2.60.8.3.2
OBJECT IDENTIFIER    

wwpLeosBroadcastContainmentCapability 1.3.6.1.4.1.6141.2.60.8.1.1
It shows which of the following (wwpLeosBroadcastContainmentPortId or wwpLeosBroadcastContainmentVlanId or both) can be used as an index in wwpLeosBroadcastContainmentFilterMemTable. If bit 0 of the bit mask (starting from right to left) is set to 1 then wwpLeosBroadcastContainmentVlanId can be used as index. If bit 1 of the bit mask is set to 1 then wwpLeosBroadcastContainmentPortId can be used as index. If both bits are set to 1 then both can be used as index.
Status: current Access: read-only
OBJECT-TYPE    
  WwpLeosBroadcastContainmentCapabilitiesMap  

wwpLeosBroadcastContainmentPktDroppedStats 1.3.6.1.4.1.6141.2.60.8.1.2
Displays the global dropped packets statistics for all VLANs and ports.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wwpLeosBroadcastContainmentGlobalStatus 1.3.6.1.4.1.6141.2.60.8.1.6
Setting this object to 'enable' will globally enable broadcast-containment on the device. The default is enabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

wwpLeosBroadcastContainmentGlobalTime 1.3.6.1.4.1.6141.2.60.8.1.7
The global broadcast containment sample or integration time. The default is 100ms.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 10..2560  

wwpLeosBroadcastContainmentIgnoreRapsMessages 1.3.6.1.4.1.6141.2.60.8.1.8
When this object is enabled, all configured broadcast containment filters will ignore R-APS messages when filtering PDUs. The default setting is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

wwpLeosBroadcastContainmentResourceMode 1.3.6.1.4.1.6141.2.60.8.1.9
Selects whether broadcast containment uses resource manager resources. The selection of containment classification is more limited when resource mode is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

wwpLeosBroadcastContainmentBytesDroppedStats 1.3.6.1.4.1.6141.2.60.8.1.10
Displays the global dropped bytes statistics for all VLANs and ports. Not supported by SAOS 4.x or earlier releases.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

wwpLeosBroadcastContainmentFilterTable 1.3.6.1.4.1.6141.2.60.8.1.4
Table of broadcast containment configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpLeosBroadcastContainmentFilterEntry

wwpLeosBroadcastContainmentFilterEntry 1.3.6.1.4.1.6141.2.60.8.1.4.1
Broadcast containment entry in the Broadcast Containment Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpLeosBroadcastContainmentFilterEntry  

wwpLeosBroadcastContainmentIndex 1.3.6.1.4.1.6141.2.60.8.1.4.1.1
Unique index into the table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4095  

wwpLeosBroadcastContainmentFilterName 1.3.6.1.4.1.6141.2.60.8.1.4.1.2
Specifies the name of the filter. If wwpLeosBroadcastContainmentFilterName is not set during filter creation then filter will be created with no name. Filter name can be set later by setting this object.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..15)  

wwpLeosBroadcastContainmentPktLimit 1.3.6.1.4.1.6141.2.60.8.1.4.1.3
The maximum number of broadcast packets which can be received by this device. Setting this object to 0 will make the broadcast pkt limit as unlimited.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..104856000  

wwpLeosBroadcastContainmentPktDropState 1.3.6.1.4.1.6141.2.60.8.1.4.1.4
This object if True, specifies that packets were dropped for the given filter since it was last read. If this object reads false then no packet was dropped since it was last read.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

wwpLeosBroadcastContainmentStatus 1.3.6.1.4.1.6141.2.60.8.1.4.1.5
To create a row in this table, a manager must set this object to 'createAndGo'. To delete the entry set this to destroy. To update this entry this object may not be set.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

wwpLeosBroadcastContainmentKbps 1.3.6.1.4.1.6141.2.60.8.1.4.1.6
The maximum number of broadcast packets which can be received by this device.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..10000000  

wwpLeosBroadcastContainmentClassifier 1.3.6.1.4.1.6141.2.60.8.1.4.1.7
The classifier type for the filter. The value of this object could be any of the below or addition of any of the below: ClassifierType_Unknown(0) ClassifierType_Broadcast(1) ClassifierType_UnknownL2Multicast(2) ClassifierType_UnknownUnicast(4) ClassifierType_UnknownIpMulticast(8) ClassifierType_AllMultcast(16) For example, if the user wants to set the classifier type for the filter as broadcast+unknown_unicast, the value of the object should be set as 5 (1 + 4). Similary if the preferred classifier type is All_flooding, the value would be 15 (1+2+4+8). By default, the classifier type is 3 (broadcast + unknownL2Multicast). When resource mode is disabled, the only supported multicast option is ClassifierType_AllMulticast. The L2 and IP multicast options are controlled individually if resource mode is enabled.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

wwpLeosBroadcastContainmentFilterMemTable 1.3.6.1.4.1.6141.2.60.8.1.5
Table of broadcast containment membership.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpLeosBroadcastContainmentFilterMemEntry

wwpLeosBroadcastContainmentFilterMemEntry 1.3.6.1.4.1.6141.2.60.8.1.5.1
Broadcast containment entry in the Broadcast Containment Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpLeosBroadcastContainmentFilterMemEntry  

wwpLeosBroadcastContainmentVlanId 1.3.6.1.4.1.6141.2.60.8.1.5.1.1
Unique index into the table. Depending on the capability of device set this index to valid VLAN id or 0 for all vlans.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..4095  

wwpLeosBroadcastContainmentPortId 1.3.6.1.4.1.6141.2.60.8.1.5.1.2
Unique index into the table. Depending on the capability of device set this index to valid port id or 0 for all ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..4095  

wwpLeosBroadcastContainmentFilterMemStatus 1.3.6.1.4.1.6141.2.60.8.1.5.1.3
To create a row in this table, a manager must set this object to 'createAndGo'. To delete the entry set this to destroy. To update this entry this object may not be set.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

wwpLeosBcastThresholdExceed 1.3.6.1.4.1.6141.2.60.8.2.1.1
A wwpLeosBcastThresholdExceed notification is sent when for given filter index, the number of broadcast packet received becomes greater than or equal to the configured packet limit, and the value of broadcast packet received at the last sampling interval was less than the configured packet limit.
Status: current Access: read-create
NOTIFICATION-TYPE    

wwpLeosBcastThresholdNormal 1.3.6.1.4.1.6141.2.60.8.2.1.2
A wwpLeosBcastThresholdNormal notification is sent when for given filter index, the total number of broadcast packet received becomes less than the configured packet limit, and the value of broadcast packet received at the last sampling interval was greater than or equal to the configured packet limit.
Status: current Access: read-create
NOTIFICATION-TYPE