G6-IGMP-MIB: View SNMP OID List / Download MIB
VENDOR: MICROSENS
Home | MIB: G6-IGMP-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).
|
|||
Object Name | OID | Type | Access | Info |
protocol | 1.3.6.1.4.1.3181.10.6.2 |
Microsens private MIB for Generation 6 Ethernet Switches |
||
igmp | 1.3.6.1.4.1.3181.10.6.2.40 | |||
igmpEnableIgmpSnooping | 1.3.6.1.4.1.3181.10.6.2.40.1 | integer | read-write |
General enable of the IGMP snooping function. When disabled all IGMP snooping in all VLANs is disabled as well. Enumeration: 'disabled': 0, 'enabled': 1. |
igmpEnableMldSnooping | 1.3.6.1.4.1.3181.10.6.2.40.2 | integer | read-write |
General enable of the MLD snooping function. When disabled all MLD snooping in all VLANs is disabled as well. Enumeration: 'disabled': 0, 'enabled': 1. |
igmpShowMulticastForVlan | 1.3.6.1.4.1.3181.10.6.2.40.3 | displaystring | read-write |
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. |
igmpShowMulticastForPort | 1.3.6.1.4.1.3181.10.6.2.40.4 | displaystring | read-write |
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. |
configTable | 1.3.6.1.4.1.3181.10.6.2.40.5 | no-access |
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. |
|
1.3.6.1.4.1.3181.10.6.2.40.5.1 | no-access | |||
configIndex | 1.3.6.1.4.1.3181.10.6.2.40.5.1.1 | integer | no-access |
Automatically generated |
configVlanId | 1.3.6.1.4.1.3181.10.6.2.40.5.1.2 | displaystring | read-write |
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. |
configEnableIgmpSnooping | 1.3.6.1.4.1.3181.10.6.2.40.5.1.3 | integer | read-write |
Enable IGMP (IPv4) snooping for this particular VLAN. Enumeration: 'disabled': 0, 'enabled': 1. |
configEnableMldSnooping | 1.3.6.1.4.1.3181.10.6.2.40.5.1.4 | integer | read-write |
Enable MLD (IPv6) snooping for this particular VLAN. Enumeration: 'disabled': 0, 'enabled': 1. |
configSnoopingPorts | 1.3.6.1.4.1.3181.10.6.2.40.5.1.5 | integer | read-write |
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) |
configStaticRouterPorts | 1.3.6.1.4.1.3181.10.6.2.40.5.1.6 | integer | read-write |
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) |
configMulticastRouterDetection | 1.3.6.1.4.1.3181.10.6.2.40.5.1.7 | integer | read-write |
Defines the mode for detecting the router port. Enumeration: 'routerDiscovery': 0, 'queryMessage': 1. |
configEnableReportAggregation | 1.3.6.1.4.1.3181.10.6.2.40.5.1.8 | integer | read-write |
When enabled limits the number of reports received from same subnet to be transmitted only once to the router. Enumeration: 'disabled': 0, 'enabled': 1. |
configEnableFloodingUnregisterPkt | 1.3.6.1.4.1.3181.10.6.2.40.5.1.9 | integer | read-write |
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. Enumeration: 'disabled': 0, 'enabled': 1. |
configMcastGroupLimit | 1.3.6.1.4.1.3181.10.6.2.40.5.1.10 | integer32 | read-write |
Indicates the number of multicast groups in the table. |
configGroupMembershipInterval | 1.3.6.1.4.1.3181.10.6.2.40.5.1.11 | integer32 | read-write |
IGMP group_membership_interval time in seconds. |
configMaxResponseTime | 1.3.6.1.4.1.3181.10.6.2.40.5.1.12 | integer32 | read-write |
IGMP response time in seconds. |
configEnableFastLeave | 1.3.6.1.4.1.3181.10.6.2.40.5.1.13 | integer | read-write |
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. Enumeration: 'disabled': 0, 'enabled': 1. |
configLastMemberQueryTime | 1.3.6.1.4.1.3181.10.6.2.40.5.1.14 | integer32 | read-write |
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. |
configNeighborDeadInterval | 1.3.6.1.4.1.3181.10.6.2.40.5.1.15 | integer32 | read-write |
IGMP neighbor dead interval in seconds in case of router_discovery mode. |
configRouterAgingTime | 1.3.6.1.4.1.3181.10.6.2.40.5.1.16 | integer32 | read-write |
IGMP router aging time in seconds. |
staticMulticastGroupsTable | 1.3.6.1.4.1.3181.10.6.2.40.6 | no-access |
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. |
|
1.3.6.1.4.1.3181.10.6.2.40.6.1 | no-access | |||
staticMulticastGroupsIndex | 1.3.6.1.4.1.3181.10.6.2.40.6.1.1 | integer | no-access |
Automatically generated |
staticMulticastGroupsName | 1.3.6.1.4.1.3181.10.6.2.40.6.1.2 | displaystring | read-write |
Unique name to reference this entry and to remember whose MAC address is entered. |
staticMulticastGroupsDescription | 1.3.6.1.4.1.3181.10.6.2.40.6.1.3 | displaystring | read-write |
Enter any information required to remember what this rule is intended to do. |
staticMulticastGroupsMulticastMac | 1.3.6.1.4.1.3181.10.6.2.40.6.1.4 | macaddress | read-write |
MAC address entry. |
staticMulticastGroupsForwardingPortMask | 1.3.6.1.4.1.3181.10.6.2.40.6.1.5 | integer | read-write |
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) |
staticMulticastGroupsVlanId | 1.3.6.1.4.1.3181.10.6.2.40.6.1.6 | integer32 | read-write |
VLAN on which the packets is entering. |
statusTable | 1.3.6.1.4.1.3181.10.6.2.40.100 | no-access |
This table contains operational counters of the IGMP snooping module. |
|
1.3.6.1.4.1.3181.10.6.2.40.100.1 | no-access | |||
statusIndex | 1.3.6.1.4.1.3181.10.6.2.40.100.1.1 | integer | no-access |
Automatically generated |
statusIgmpRouterPorts | 1.3.6.1.4.1.3181.10.6.2.40.100.1.2 | integer | read-only |
Displays the igmp router ports list |
statusRxGeneralQueries | 1.3.6.1.4.1.3181.10.6.2.40.100.1.3 | unsigned32 | read-only |
Displays the number of received general queries. |
statusRxGroupQueries | 1.3.6.1.4.1.3181.10.6.2.40.100.1.4 | unsigned32 | read-only |
Displays the number of received group queries. |
statusRxReports | 1.3.6.1.4.1.3181.10.6.2.40.100.1.5 | unsigned32 | read-only |
Displays the number of received report messages. |
statusRxLeaves | 1.3.6.1.4.1.3181.10.6.2.40.100.1.6 | unsigned32 | read-only |
Displays the number of received leave messages. |
statusRxAdvertisements | 1.3.6.1.4.1.3181.10.6.2.40.100.1.7 | unsigned32 | read-only |
Displays the number of received advertisements. |
statusRxTerminations | 1.3.6.1.4.1.3181.10.6.2.40.100.1.8 | unsigned32 | read-only |
Displays the number of received terminations. |
statusRxUnsupported | 1.3.6.1.4.1.3181.10.6.2.40.100.1.9 | unsigned32 | read-only |
Displays the number of received unsupported messages. |
statusRxErrors | 1.3.6.1.4.1.3181.10.6.2.40.100.1.10 | unsigned32 | read-only |
Displays the number of received error packets. |
statusTxSolicitations | 1.3.6.1.4.1.3181.10.6.2.40.100.1.11 | unsigned32 | read-only |
Displays the number of transmitted solicitation messges. |
mldStatusTable | 1.3.6.1.4.1.3181.10.6.2.40.101 | no-access |
This table contains operational counters of the MLD snooping module. |
|
1.3.6.1.4.1.3181.10.6.2.40.101.1 | no-access | |||
mldStatusIndex | 1.3.6.1.4.1.3181.10.6.2.40.101.1.1 | integer | no-access |
Automatically generated |
mldStatusMldRouterPorts | 1.3.6.1.4.1.3181.10.6.2.40.101.1.2 | integer | read-only |
Displays the igmp router ports list |
mldStatusRxGeneralQueries | 1.3.6.1.4.1.3181.10.6.2.40.101.1.3 | unsigned32 | read-only |
Displays the number of received general queries. |
mldStatusRxGroupQueries | 1.3.6.1.4.1.3181.10.6.2.40.101.1.4 | unsigned32 | read-only |
Displays the number of received group queries. |
mldStatusRxReports | 1.3.6.1.4.1.3181.10.6.2.40.101.1.5 | unsigned32 | read-only |
Displays the number of received report messages. |
mldStatusRxLeaves | 1.3.6.1.4.1.3181.10.6.2.40.101.1.6 | unsigned32 | read-only |
Displays the number of received leave messages. |
mldStatusRxAdvertisements | 1.3.6.1.4.1.3181.10.6.2.40.101.1.7 | unsigned32 | read-only |
Displays the number of received advertisements. |
mldStatusRxTerminations | 1.3.6.1.4.1.3181.10.6.2.40.101.1.8 | unsigned32 | read-only |
Displays the number of received terminations. |
mldStatusRxUnsupported | 1.3.6.1.4.1.3181.10.6.2.40.101.1.9 | unsigned32 | read-only |
Displays the number of received unsupported messages. |
mldStatusRxErrors | 1.3.6.1.4.1.3181.10.6.2.40.101.1.10 | unsigned32 | read-only |
Displays the number of received error packets. |
mldStatusTxSolicitations | 1.3.6.1.4.1.3181.10.6.2.40.101.1.11 | unsigned32 | read-only |
Displays the number of transmitted solicitation messges. |