WS-SW-IGMP-SNOOP-MIB: View SNMP OID List / Download MIB
VENDOR: SYMBOL TECHNOLOGIES
Home | MIB: WS-SW-IGMP-SNOOP-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 |
wsSwIgmpSnoopMibModule | 1.3.6.1.4.1.388.14.2.17.1 |
IGMP SNOOP MIB module defines the configuration parameters for the IGMP Snoop feature which is used to optimize the multicast traffic using IGMP protocol. |
||
wsSwIgmpSnoopMIB | 1.3.6.1.4.1.388.14.2.17.1.1 | |||
wsSwIgmpSnoopScalars | 1.3.6.1.4.1.388.14.2.17.1.1.1 | |||
wsSwIgmpSnoopEnableDefault | 1.3.6.1.4.1.388.14.2.17.1.1.1.1 | truthvalue | read-write |
By Default IGMP Snooping is enabled. The default value is TRUE. |
wsSwIgmpSnoopUnknownMcastFwdDefault | 1.3.6.1.4.1.388.14.2.17.1.1.1.2 | truthvalue | read-write |
This configures the default behaviour for unknown multicast forward for all Vlans. Enabling unknown multicast packets will cause flooding of multicast packets which fall outside the range of 224.0.0.X and have not been joined by any host. Disabling will cause forwarding of such packets only to multicast router ports. The default value is FALSE. |
wsSwIgmpSnoopQuerierEnableDefault | 1.3.6.1.4.1.388.14.2.17.1.1.1.3 | truthvalue | read-write |
Enable/Disable IGMP Snooping Querier at global level. The default value is disabled(FALSE). |
wsSwIgmpSnoopQuerierVersionDefault | 1.3.6.1.4.1.388.14.2.17.1.1.1.4 | integer | read-write |
The default IGMP Version for the queries to be generated by the querier. The default value is igmpv3(3) version. Enumeration: 'igmpv3': 3, 'igmpv2': 2, 'igmpv1': 1. |
wsSwIgmpSnoopQuerierMaxResponseTimeDefault | 1.3.6.1.4.1.388.14.2.17.1.1.1.5 | integer32 | read-write |
The default IGMP Querier maximum response time used in building IGMP V2/V3 queries, indicating the maximum time in seconds in which the interested hosts should respond back with a report. The default value is 10 seconds. |
wsSwIgmpSnoopQuerierPresentTimeoutDefault | 1.3.6.1.4.1.388.14.2.17.1.1.1.6 | integer32 | read-write |
The default timeout value for the external IGMP querier connected to the switch. This value is used to start of the local Querier to send the locally generated IGMP query based on the Querier configuration when ever the Multicast router goes away and a Query loss is detected. The default value is 60 seconds. |
wsSwIgmpSnoopQuerierQueryIntervalDefault | 1.3.6.1.4.1.388.14.2.17.1.1.1.7 | integer32 | read-write |
The default query interval which will be used by the IGMP querier to build and send the locally generated IGMP queries periodically. The configured query interval will be common across all VLAN. The default value is 60 seconds. |
wsSwIgmpSnoopQuerierIPAddressDefault | 1.3.6.1.4.1.388.14.2.17.1.1.1.8 | ipaddress | read-write |
The Default source IP Address used by the querier as source IP while generating the IGMP queries. The default value is 0.0.0.0. |
wsSwIgmpSnoopVlanConfigTable | 1.3.6.1.4.1.388.14.2.17.1.1.2 | no-access |
Configures IGMP Snooping configuration per Vlan. User can provide static multicast router ports for each vlan and needs to configure the learning mode to be static in case he is configuring static entries else write will fail. |
|
1.3.6.1.4.1.388.14.2.17.1.1.2.1 | no-access |
An entry in wsSwIgmpSnoopingVlanConfigTable |
||
wsSwIgmpSnoopVlanIndex | 1.3.6.1.4.1.388.14.2.17.1.1.2.1.1 | integer32 | read-only |
The Index for the current table and is the actual VLAN's configured on the switch. |
wsSwIgmpSnoopEnable | 1.3.6.1.4.1.388.14.2.17.1.1.2.1.2 | truthvalue | read-write |
Enable/Disable IGMP Snooping on this Vlan. By Default IGMP Snooping is enabled. The default value is TRUE. |
wsSwIgmpSnoopUnknownMcastFwd | 1.3.6.1.4.1.388.14.2.17.1.1.2.1.3 | truthvalue | read-write |
Enabling unknown multicast packets will cause flooding of multicast packets which fall outside the range of 224.0.0.X and have not been joined by any host. Disabling will cause forwarding of such packets only to multicast router ports. The Default value if False. |
wsSwIgmpSnoopLearningMode | 1.3.6.1.4.1.388.14.2.17.1.1.2.1.4 | integer | read-write |
This object specifies the multicast router port learning method for IGMP Snooping as described below: pimDvmrp(1) : Protocol Independent Multicast and Distance Vector static(2) : Static entry The Default value is pimDvmrp(1). Enumeration: 'pimDvmrp': 1, 'static': 2. |
wsSwIgmpSnoopMrouterSetStaticPort | 1.3.6.1.4.1.388.14.2.17.1.1.2.1.5 | octet string | read-write |
In case if the learning of multicast router ports is static then one can do a set operation over this OID to configure the set of physical ports for this vlan where the Multicast routers are connected. If learn mode is pim-dvmrp the set over this OID will give a commit fail as an error condition. For multiple ports to be configured user can give comma separated port names Eg. ge1,ge3. |
wsSwIgmpSnoopQuerierTable | 1.3.6.1.4.1.388.14.2.17.1.1.3 | no-access |
This table provides the configuration for the IGMP Querier which is used to send out the IGMP general queries locally in the absence of any external Querier. |
|
1.3.6.1.4.1.388.14.2.17.1.1.3.1 | no-access |
An entry in the wsSwIgmpSnoopQuerierTable. |
||
wsSwIgmpSnoopQuerierVlanIndex | 1.3.6.1.4.1.388.14.2.17.1.1.3.1.1 | integer32 | read-only |
The Index for the current table and is the actual VLAN's configured on the switch. |
wsSwIgmpSnoopQuerierEnable | 1.3.6.1.4.1.388.14.2.17.1.1.3.1.2 | truthvalue | read-write |
Enable/Disable IGMP Snooping Querier on this Vlan. By Default IGMP Snooping Querier is disabled. The default value is FALSE. |
wsSwIgmpSnoopQuerierVersion | 1.3.6.1.4.1.388.14.2.17.1.1.3.1.3 | integer | read-write |
The IGMP Version for the queries to be generated by the querier. The Default value is igmpv3(3) version. Enumeration: 'igmpv3': 3, 'igmpv2': 2, 'igmpv1': 1. |
wsSwIgmpSnoopQuerierMaxResponseTime | 1.3.6.1.4.1.388.14.2.17.1.1.3.1.4 | integer | read-write |
The IGMP Querier maximum response time used in building IGMP V2/V3 queries, indicating the maximum time in seconds in which the interested hosts should resond back with a report. |
wsSwIgmpSnoopQuerierPresentTimeout | 1.3.6.1.4.1.388.14.2.17.1.1.3.1.5 | integer | read-write |
The timeout value for the external IGMP querier connected to the switch. This value is used to start of the local Querier to send the locally generated IGMP query based on the Querier configuration when ever the Multicast router goes away and a Query loss is detected. |
wsSwIgmpSnoopQuerierIPAddress | 1.3.6.1.4.1.388.14.2.17.1.1.3.1.6 | ipaddress | read-write |
The source IP Address used by the querier while generating the IGMP queries. By default this is zero. If the querier is enabled and it's IP address is not configured then switch will try to the following IP address in the given prefrence: 1. Use the Querier global default IP address. 2. use the corresponding SVI IP. 3. Try to use the first occurring IP address among all the interfaces. If none of the above has been configured for an IP address then it will not send send out the query. |
wsSwIgmpSnoopQuerierOperationalState | 1.3.6.1.4.1.388.14.2.17.1.1.3.1.7 | integer | read-only |
This OID shows the operational status of the Querier. The Querier goes to non-querier state when ever wireless switch detects a query coming from a Multicast router or any other querier from an external network. In the absence of a multicast router or a query loss is detected and if the IGMP Querier is enabled globally and on this vlan then it will move to querier state. Enumeration: 'disabled': 3, 'nonquerier': 2, 'querier': 1. |
wsSwIgmpSnoopConf | 1.3.6.1.4.1.388.14.2.17.1.1.20 | |||
wsSwIgmpSnoopGroups | 1.3.6.1.4.1.388.14.2.17.1.1.20.1 | |||
wsSwIgmpSnoopObjectGroup | 1.3.6.1.4.1.388.14.2.17.1.1.20.1.1 |
Description. |
||
wsSwIgmpSnoopCompliances | 1.3.6.1.4.1.388.14.2.17.1.1.20.2 | |||
wsSwIgmpSnoopCompliance | 1.3.6.1.4.1.388.14.2.17.1.1.20.2.1 |
Description. |