BAY-STACK-MULTICAST-FLOODING-MIB

File: BAY-STACK-MULTICAST-FLOODING-MIB.mib (12225 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC INET-ADDRESS-MIB
Q-BRIDGE-MIB SYNOPTICS-ROOT-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY TruthValue
MacAddress RowStatus InetAddressType
InetAddress VlanId bayStackMibs

Defined Types

BsmfAllowedAddressEntry  
SEQUENCE    
  bsmfAllowedAddressMacAddr MacAddress
  bsmfAllowedAddressRowStatus RowStatus

BsmfAllowedInetAddressEntry  
SEQUENCE    
  bsmfAllowedInetAddressType InetAddressType
  bsmfAllowedInetAddress InetAddress
  bsmfAllowedInetAddressRowStatus RowStatus

BsmfVlanEntry  
SEQUENCE    
  bsmfVlanId VlanId
  bsmfVlanMulticastFloodingEnabled TruthValue

BsmfVlanAllowedAddressEntry  
SEQUENCE    
  bsmfVlanAllowedAddressVlanId VlanId
  bsmfVlanAllowedAddressMacAddr MacAddress
  bsmfVlanAllowedAddressRowStatus RowStatus

BsmfVlanAllowedInetAddressEntry  
SEQUENCE    
  bsmfVlanAllowedInetAddressVlanId VlanId
  bsmfVlanAllowedInetAddressType InetAddressType
  bsmfVlanAllowedInetAddress InetAddress
  bsmfVlanAllowedInetAddressRowStatus RowStatus

Defined Values

bayStackMulticastFloodingMib 1.3.6.1.4.1.45.5.6
BayStack Multicast Flooding MIB Copyright 2003 Nortel Networks, Inc. All rights reserved. This Bay Networks SNMP Management Information Base Specification (Specification) embodies Bay Networks' confidential and proprietary intellectual property. Bay Networks retains all title and ownership in the Specification, including any revisions. This Specification is supplied 'AS IS,' and Bay Networks makes no warranty, either express or implied, as to the use, operation, condition, or performance of the Specification.
MODULE-IDENTITY    

bsmfNotifications 1.3.6.1.4.1.45.5.6.0
OBJECT IDENTIFIER    

bsmfObjects 1.3.6.1.4.1.45.5.6.1
OBJECT IDENTIFIER    

bsmfMulticastFloodingEnabled 1.3.6.1.4.1.45.5.6.1.1
This object indicates whether filtering of multicast MAC addresses to be flooded is enabled. If the value of this object is false(2), then multicast packets are always flooded to all ports. Otherwise, if the value is true(1), multicast packets that do not match an address in the bsmfAllowedAddressTable are flooded only to IGMP multicast router ports, and multicast packets that do match an address in the bsmfAllowedAddressTable are flooded to all ports.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

bsmfAllowedAddressTable 1.3.6.1.4.1.45.5.6.2
This table is used to specify particular multicast MAC addresses that are allowed to be flooded to all ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BsmfAllowedAddressEntry

bsmfAllowedAddressEntry 1.3.6.1.4.1.45.5.6.2.1
An entry in the bsmfAllowedAddressTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  BsmfAllowedAddressEntry  

bsmfAllowedAddressMacAddr 1.3.6.1.4.1.45.5.6.2.1.1
A MAC address that is allowed to flood all ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

bsmfAllowedAddressRowStatus 1.3.6.1.4.1.45.5.6.2.1.2
This object controls creation and deletion of rows in the table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

bsmfAllowedInetAddressTable 1.3.6.1.4.1.45.5.6.3
This table is used to specify particular multicast IP addresses that are allowed to be flooded to all ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BsmfAllowedInetAddressEntry

bsmfAllowedInetAddressEntry 1.3.6.1.4.1.45.5.6.3.1
An entry in the bsmfAllowedInetAddressTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  BsmfAllowedInetAddressEntry  

bsmfAllowedInetAddressType 1.3.6.1.4.1.45.5.6.3.1.1
The type of address contained in the corresponding instance of bsmfAllowedInetAddress. Currently, only values of ipv4(1) and ipv6(2) are allowed.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

bsmfAllowedInetAddress 1.3.6.1.4.1.45.5.6.3.1.2
A multicast IP address that is allowed to flood all ports. Unicast and broadcast addresses are not allowed.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16)  

bsmfAllowedInetAddressRowStatus 1.3.6.1.4.1.45.5.6.3.1.3
This object controls creation and deletion of rows in the table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

bsmfVlanTable 1.3.6.1.4.1.45.5.6.4
This table is used to control per-VLAN whether multicast flooding is enabled.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BsmfVlanEntry

bsmfVlanEntry 1.3.6.1.4.1.45.5.6.4.1
An entry in the bsmfVlanTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  BsmfVlanEntry  

bsmfVlanId 1.3.6.1.4.1.45.5.6.4.1.1
An existing VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanId  

bsmfVlanMulticastFloodingEnabled 1.3.6.1.4.1.45.5.6.4.1.2
This object indicates whether filtering of multicast MAC addresses to be flooded is enabled on a per-vlan basis. If the value of this object is false(2), then multicast packets are always flooded to all ports of a vlan. Otherwise, if the value is true(1), multicast packets that do not match an address in the bsmfVlanAllowedAddressTable are flooded only to IGMP multicast router ports, and multicast packets that do match an address in the bsmfAllowedAddressTable are flooded to all ports.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

bsmfVlanAllowedAddressTable 1.3.6.1.4.1.45.5.6.5
This table is used to specify particular multicast MAC addresses that are allowed to be flooded to all ports on a per-vlan basis.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BsmfVlanAllowedAddressEntry

bsmfVlanAllowedAddressEntry 1.3.6.1.4.1.45.5.6.5.1
An entry in the bsmfVlanAllowedAddressTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  BsmfVlanAllowedAddressEntry  

bsmfVlanAllowedAddressVlanId 1.3.6.1.4.1.45.5.6.5.1.1
An existing VLAN ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanId  

bsmfVlanAllowedAddressMacAddr 1.3.6.1.4.1.45.5.6.5.1.2
A MAC address that is allowed to flood all ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

bsmfVlanAllowedAddressRowStatus 1.3.6.1.4.1.45.5.6.5.1.3
This object controls creation and deletion of rows in the table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

bsmfVlanAllowedInetAddressTable 1.3.6.1.4.1.45.5.6.6
This table is used to specify particular multicast IP addresses that are allowed to be flooded to all ports on a per-vlan basis.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BsmfVlanAllowedInetAddressEntry

bsmfVlanAllowedInetAddressEntry 1.3.6.1.4.1.45.5.6.6.1
An entry in the bsmfVlanAllowedInetAddressTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  BsmfVlanAllowedInetAddressEntry  

bsmfVlanAllowedInetAddressVlanId 1.3.6.1.4.1.45.5.6.6.1.1
An existing VLAN ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanId  

bsmfVlanAllowedInetAddressType 1.3.6.1.4.1.45.5.6.6.1.2
The type of address contained in the corresponding instance of bsmfVlanAllowedInetAddress. Currently, only values of ipv4(1) and ipv6(2) are allowed.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

bsmfVlanAllowedInetAddress 1.3.6.1.4.1.45.5.6.6.1.3
A multicast IP address that is allowed to flood all ports. Unicast and broadcast addresses are not allowed.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16)  

bsmfVlanAllowedInetAddressRowStatus 1.3.6.1.4.1.45.5.6.6.1.4
This object controls creation and deletion of rows in the table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus