G6-IGMP-MIB

File: G6-IGMP-MIB.mib (17623 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC MICROSENS-G6-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 Counter32 enterprises
NOTIFICATION-TYPE DisplayString MacAddress
g6

Defined Types

ConfigEntry  
SEQUENCE    
  configIndex INTEGER
  configVlanId DisplayString
  configEnableIgmpSnooping INTEGER
  configEnableMldSnooping INTEGER
  configSnoopingPorts INTEGER
  configStaticRouterPorts INTEGER
  configMulticastRouterDetection INTEGER
  configEnableReportAggregation INTEGER
  configEnableFloodingUnregisterPkt INTEGER
  configMcastGroupLimit Integer32
  configGroupMembershipInterval Integer32
  configMaxResponseTime Integer32
  configEnableFastLeave INTEGER
  configLastMemberQueryTime Integer32
  configNeighborDeadInterval Integer32
  configRouterAgingTime Integer32

StaticMulticastGroupsEntry  
SEQUENCE    
  staticMulticastGroupsIndex INTEGER
  staticMulticastGroupsName DisplayString
  staticMulticastGroupsDescription DisplayString
  staticMulticastGroupsMulticastMac MacAddress
  staticMulticastGroupsForwardingPortMask INTEGER
  staticMulticastGroupsVlanId Integer32

StatusEntry  
SEQUENCE    
  statusIndex INTEGER
  statusIgmpRouterPorts INTEGER
  statusRxGeneralQueries Unsigned32
  statusRxGroupQueries Unsigned32
  statusRxReports Unsigned32
  statusRxLeaves Unsigned32
  statusRxAdvertisements Unsigned32
  statusRxTerminations Unsigned32
  statusRxUnsupported Unsigned32
  statusRxErrors Unsigned32
  statusTxSolicitations Unsigned32

MldStatusEntry  
SEQUENCE    
  mldStatusIndex INTEGER
  mldStatusMldRouterPorts INTEGER
  mldStatusRxGeneralQueries Unsigned32
  mldStatusRxGroupQueries Unsigned32
  mldStatusRxReports Unsigned32
  mldStatusRxLeaves Unsigned32
  mldStatusRxAdvertisements Unsigned32
  mldStatusRxTerminations Unsigned32
  mldStatusRxUnsupported Unsigned32
  mldStatusRxErrors Unsigned32
  mldStatusTxSolicitations Unsigned32

Defined Values

protocol 1.3.6.1.4.1.3181.10.6.2
Microsens private MIB for Generation 6 Ethernet Switches
MODULE-IDENTITY    

igmp 1.3.6.1.4.1.3181.10.6.2.40
OBJECT IDENTIFIER    

igmpEnableIgmpSnooping 1.3.6.1.4.1.3181.10.6.2.40.1
General enable of the IGMP snooping function. When disabled all IGMP snooping in all VLANs is disabled as well.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

igmpEnableMldSnooping 1.3.6.1.4.1.3181.10.6.2.40.2
General enable of the MLD snooping function. When disabled all MLD snooping in all VLANs is disabled as well.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

igmpShowMulticastForVlan 1.3.6.1.4.1.3181.10.6.2.40.3
Filter MAC table to show only multicast MACs associated with a given VLAN range. Supply VLAN ID as parameter. Syntax example: igmp.show_multicast_for_vlan = 1-4,1000-2000.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

igmpShowMulticastForPort 1.3.6.1.4.1.3181.10.6.2.40.4
Filter MAC table to show only multicast MACs associated with a given port range. Supply port as parameter. The shorthand port format like 1 for 1/1 may be used. Syntax examples: igmp.show_multicast_for_port = 1/2,1/5 or igmp.show_multicast_for_port = 1-3,5.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

configTable 1.3.6.1.4.1.3181.10.6.2.40.5
This table defines IGMP snooping parameter per VLAN. The table entries are referenced by VLAN ID and must match corresponding VLAN filter entires defined under vlan.filter_config.vlan_id. Any number of table entires can be created to configure unique settings for different VLANs. The default entry for VLAN ID=0 cannot be deleted and it used when no VLAN are used in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ConfigEntry

configEntry 1.3.6.1.4.1.3181.10.6.2.40.5.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  ConfigEntry  

configIndex 1.3.6.1.4.1.3181.10.6.2.40.5.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..255  

configVlanId 1.3.6.1.4.1.3181.10.6.2.40.5.1.2
Defines IGMP snooping table entry associated with this VLAN ID. This is the key value for the table.VLAN ID 0 is used to define the IGMP settings when VLANs are not used. Type '=:' to edit, use index '[*] = new_vlan:' to add an entry. Edit string to nothing to delete entry.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

configEnableIgmpSnooping 1.3.6.1.4.1.3181.10.6.2.40.5.1.3
Enable IGMP (IPv4) snooping for this particular VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

configEnableMldSnooping 1.3.6.1.4.1.3181.10.6.2.40.5.1.4
Enable MLD (IPv6) snooping for this particular VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

configSnoopingPorts 1.3.6.1.4.1.3181.10.6.2.40.5.1.5
This parameter permits port selective IGMP/MLD snooping enabling. When empty all ports are enabled! Syntax: slot/port, slot/port or use hex value for quick setup. Example: = 0xf (ports 1-4)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

configStaticRouterPorts 1.3.6.1.4.1.3181.10.6.2.40.5.1.6
When set corresponding ports will be marked as static router ports. Upon default no ports will be marked. Syntax: slot/port, slot/port or use hex value for quick setup. Example: = 0x30 (ports 5-6)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

configMulticastRouterDetection 1.3.6.1.4.1.3181.10.6.2.40.5.1.7
Defines the mode for detecting the router port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER routerDiscovery(0), queryMessage(1)  

configEnableReportAggregation 1.3.6.1.4.1.3181.10.6.2.40.5.1.8
When enabled limits the number of reports received from same subnet to be transmitted only once to the router.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

configEnableFloodingUnregisterPkt 1.3.6.1.4.1.3181.10.6.2.40.5.1.9
When enabled unregistered multicast streams are flooded on all ports (which are member of the source VLAN of this stream). When disabled unregistered multicast streams are forwarded on static router ports only.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

configMcastGroupLimit 1.3.6.1.4.1.3181.10.6.2.40.5.1.10
Indicates the number of multicast groups in the table.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

configGroupMembershipInterval 1.3.6.1.4.1.3181.10.6.2.40.5.1.11
IGMP group_membership_interval time in seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

configMaxResponseTime 1.3.6.1.4.1.3181.10.6.2.40.5.1.12
IGMP response time in seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

configEnableFastLeave 1.3.6.1.4.1.3181.10.6.2.40.5.1.13
Enables the software to remove the multicast group when it receives an IGMP leave report without first sending an IGMP query message to check if other users still require this group. This parameter is used for IGMPv2 hosts when only one host is present on each VLAN port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

configLastMemberQueryTime 1.3.6.1.4.1.3181.10.6.2.40.5.1.14
Sets the interval in seconds that the software waits after sending an IGMP query to verify that no hosts that want to receive a particular multicast group to remain on a network segment. If no hosts respond before the last_member_query_time expires, the multicast group is removed from the associated VLAN port.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

configNeighborDeadInterval 1.3.6.1.4.1.3181.10.6.2.40.5.1.15
IGMP neighbor dead interval in seconds in case of router_discovery mode.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

configRouterAgingTime 1.3.6.1.4.1.3181.10.6.2.40.5.1.16
IGMP router aging time in seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

staticMulticastGroupsTable 1.3.6.1.4.1.3181.10.6.2.40.6
This table may be used to enter the multicast addresses of other protocols beside IGMP, that need to be forwarded when IGMP snooping is enabled. This can be used instead of flood_unregistered_packets parameter and reduces the traffic in the network.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StaticMulticastGroupsEntry

staticMulticastGroupsEntry 1.3.6.1.4.1.3181.10.6.2.40.6.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  StaticMulticastGroupsEntry  

staticMulticastGroupsIndex 1.3.6.1.4.1.3181.10.6.2.40.6.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..255  

staticMulticastGroupsName 1.3.6.1.4.1.3181.10.6.2.40.6.1.2
Unique name to reference this entry and to remember whose MAC address is entered.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

staticMulticastGroupsDescription 1.3.6.1.4.1.3181.10.6.2.40.6.1.3
Enter any information required to remember what this rule is intended to do.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

staticMulticastGroupsMulticastMac 1.3.6.1.4.1.3181.10.6.2.40.6.1.4
MAC address entry.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

staticMulticastGroupsForwardingPortMask 1.3.6.1.4.1.3181.10.6.2.40.6.1.5
Enter the ports to which this multicast should be forwarded. A value of 0 disables this entry. Syntax: slot/port, slot/port or use hex value for quick setup. Example: = 0xf (ports 1-4)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

staticMulticastGroupsVlanId 1.3.6.1.4.1.3181.10.6.2.40.6.1.6
VLAN on which the packets is entering.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

statusTable 1.3.6.1.4.1.3181.10.6.2.40.100
This table contains operational counters of the IGMP snooping module.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StatusEntry

statusEntry 1.3.6.1.4.1.3181.10.6.2.40.100.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  StatusEntry  

statusIndex 1.3.6.1.4.1.3181.10.6.2.40.100.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0  

statusIgmpRouterPorts 1.3.6.1.4.1.3181.10.6.2.40.100.1.2
Displays the igmp router ports list
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

statusRxGeneralQueries 1.3.6.1.4.1.3181.10.6.2.40.100.1.3
Displays the number of received general queries.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

statusRxGroupQueries 1.3.6.1.4.1.3181.10.6.2.40.100.1.4
Displays the number of received group queries.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

statusRxReports 1.3.6.1.4.1.3181.10.6.2.40.100.1.5
Displays the number of received report messages.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

statusRxLeaves 1.3.6.1.4.1.3181.10.6.2.40.100.1.6
Displays the number of received leave messages.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

statusRxAdvertisements 1.3.6.1.4.1.3181.10.6.2.40.100.1.7
Displays the number of received advertisements.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

statusRxTerminations 1.3.6.1.4.1.3181.10.6.2.40.100.1.8
Displays the number of received terminations.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

statusRxUnsupported 1.3.6.1.4.1.3181.10.6.2.40.100.1.9
Displays the number of received unsupported messages.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

statusRxErrors 1.3.6.1.4.1.3181.10.6.2.40.100.1.10
Displays the number of received error packets.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

statusTxSolicitations 1.3.6.1.4.1.3181.10.6.2.40.100.1.11
Displays the number of transmitted solicitation messges.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

mldStatusTable 1.3.6.1.4.1.3181.10.6.2.40.101
This table contains operational counters of the MLD snooping module.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MldStatusEntry

mldStatusEntry 1.3.6.1.4.1.3181.10.6.2.40.101.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  MldStatusEntry  

mldStatusIndex 1.3.6.1.4.1.3181.10.6.2.40.101.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0  

mldStatusMldRouterPorts 1.3.6.1.4.1.3181.10.6.2.40.101.1.2
Displays the igmp router ports list
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

mldStatusRxGeneralQueries 1.3.6.1.4.1.3181.10.6.2.40.101.1.3
Displays the number of received general queries.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

mldStatusRxGroupQueries 1.3.6.1.4.1.3181.10.6.2.40.101.1.4
Displays the number of received group queries.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

mldStatusRxReports 1.3.6.1.4.1.3181.10.6.2.40.101.1.5
Displays the number of received report messages.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

mldStatusRxLeaves 1.3.6.1.4.1.3181.10.6.2.40.101.1.6
Displays the number of received leave messages.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

mldStatusRxAdvertisements 1.3.6.1.4.1.3181.10.6.2.40.101.1.7
Displays the number of received advertisements.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

mldStatusRxTerminations 1.3.6.1.4.1.3181.10.6.2.40.101.1.8
Displays the number of received terminations.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

mldStatusRxUnsupported 1.3.6.1.4.1.3181.10.6.2.40.101.1.9
Displays the number of received unsupported messages.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

mldStatusRxErrors 1.3.6.1.4.1.3181.10.6.2.40.101.1.10
Displays the number of received error packets.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

mldStatusTxSolicitations 1.3.6.1.4.1.3181.10.6.2.40.101.1.11
Displays the number of transmitted solicitation messges.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32