BAY-STACK-MULTICAST-FLOODING-MIB: View SNMP OID List / Download MIB

VENDOR: SYNOPTICS


 Home MIB: BAY-STACK-MULTICAST-FLOODING-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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.
     bsmfNotifications 1.3.6.1.4.1.45.5.6.0
     bsmfObjects 1.3.6.1.4.1.45.5.6.1
         bsmfMulticastFloodingEnabled 1.3.6.1.4.1.45.5.6.1.1 truthvalue read-write
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.
     bsmfAllowedAddressTable 1.3.6.1.4.1.45.5.6.2 no-access
This table is used to specify particular multicast MAC addresses that are allowed to be flooded to all ports.
         bsmfAllowedAddressEntry 1.3.6.1.4.1.45.5.6.2.1 no-access
An entry in the bsmfAllowedAddressTable.
             bsmfAllowedAddressMacAddr 1.3.6.1.4.1.45.5.6.2.1.1 macaddress no-access
A MAC address that is allowed to flood all ports.
             bsmfAllowedAddressRowStatus 1.3.6.1.4.1.45.5.6.2.1.2 rowstatus read-only
This object controls creation and deletion of rows in the table.
     bsmfAllowedInetAddressTable 1.3.6.1.4.1.45.5.6.3 no-access
This table is used to specify particular multicast IP addresses that are allowed to be flooded to all ports.
         bsmfAllowedInetAddressEntry 1.3.6.1.4.1.45.5.6.3.1 no-access
An entry in the bsmfAllowedInetAddressTable.
             bsmfAllowedInetAddressType 1.3.6.1.4.1.45.5.6.3.1.1 inetaddresstype no-access
The type of address contained in the corresponding instance of bsmfAllowedInetAddress. Currently, only values of ipv4(1) and ipv6(2) are allowed.
             bsmfAllowedInetAddress 1.3.6.1.4.1.45.5.6.3.1.2 inetaddress no-access
A multicast IP address that is allowed to flood all ports. Unicast and broadcast addresses are not allowed.
             bsmfAllowedInetAddressRowStatus 1.3.6.1.4.1.45.5.6.3.1.3 rowstatus read-only
This object controls creation and deletion of rows in the table.
     bsmfVlanTable 1.3.6.1.4.1.45.5.6.4 no-access
This table is used to control per-VLAN whether multicast flooding is enabled.
         bsmfVlanEntry 1.3.6.1.4.1.45.5.6.4.1 no-access
An entry in the bsmfVlanTable.
             bsmfVlanId 1.3.6.1.4.1.45.5.6.4.1.1 vlanid no-access
An existing VLAN.
             bsmfVlanMulticastFloodingEnabled 1.3.6.1.4.1.45.5.6.4.1.2 truthvalue read-write
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.
     bsmfVlanAllowedAddressTable 1.3.6.1.4.1.45.5.6.5 no-access
This table is used to specify particular multicast MAC addresses that are allowed to be flooded to all ports on a per-vlan basis.
         bsmfVlanAllowedAddressEntry 1.3.6.1.4.1.45.5.6.5.1 no-access
An entry in the bsmfVlanAllowedAddressTable.
             bsmfVlanAllowedAddressVlanId 1.3.6.1.4.1.45.5.6.5.1.1 vlanid no-access
An existing VLAN ID.
             bsmfVlanAllowedAddressMacAddr 1.3.6.1.4.1.45.5.6.5.1.2 macaddress no-access
A MAC address that is allowed to flood all ports.
             bsmfVlanAllowedAddressRowStatus 1.3.6.1.4.1.45.5.6.5.1.3 rowstatus read-only
This object controls creation and deletion of rows in the table.
     bsmfVlanAllowedInetAddressTable 1.3.6.1.4.1.45.5.6.6 no-access
This table is used to specify particular multicast IP addresses that are allowed to be flooded to all ports on a per-vlan basis.
         bsmfVlanAllowedInetAddressEntry 1.3.6.1.4.1.45.5.6.6.1 no-access
An entry in the bsmfVlanAllowedInetAddressTable.
             bsmfVlanAllowedInetAddressVlanId 1.3.6.1.4.1.45.5.6.6.1.1 vlanid no-access
An existing VLAN ID.
             bsmfVlanAllowedInetAddressType 1.3.6.1.4.1.45.5.6.6.1.2 inetaddresstype no-access
The type of address contained in the corresponding instance of bsmfVlanAllowedInetAddress. Currently, only values of ipv4(1) and ipv6(2) are allowed.
             bsmfVlanAllowedInetAddress 1.3.6.1.4.1.45.5.6.6.1.3 inetaddress no-access
A multicast IP address that is allowed to flood all ports. Unicast and broadcast addresses are not allowed.
             bsmfVlanAllowedInetAddressRowStatus 1.3.6.1.4.1.45.5.6.6.1.4 rowstatus read-only
This object controls creation and deletion of rows in the table.