Reference record for OID 1.3.6.1.4.1.43.10.37.1.2


parent
1.3.6.1.4.1.43.10.37.1 (igmpSnoop)
node code
2
node name
igmpSnoopRobustness
dot oid
1.3.6.1.4.1.43.10.37.1.2
type
OBJECT-TYPE
asn1 oid
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) a3Com(43) generic(10) igmpMIB(37) igmpSnoop(1) igmpSnoopRobustness(2)}
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprises(1) a3Com(43) generic(10) igmpMIB(37) igmpSnoop(1) igmpSnoopRobustness(2)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprise(1) a3Com(43) generic(10) igmpMIB(37) igmpSnoop(1) igmpSnoopRobustness(2)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) a3Com(43) generic(10) igmpMIB(37) igmpSnoop(1) igmpSnoopRobustness(2)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprise(1) a3Com(43) generic(10) igmpMIB(37) igmpSnoop(1) igmpSnoopRobustness(2)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprises(1) a3Com(43) generic(10) igmpMIB(37) igmpSnoop(1) igmpSnoopRobustness(2)}
  • iri oid
  • /iso/identified-organization/dod/internet/private/enterprise/a3Com/generic/igmpMIB/igmpSnoop/igmpSnoopRobustness
  • /iso/identified-organization/dod/internet/private/enterprises/a3Com/generic/igmpMIB/igmpSnoop/igmpSnoopRobustness
  • /iso/org/dod/internet/private/enterprise/a3Com/generic/igmpMIB/igmpSnoop/igmpSnoopRobustness
  • /iso/org/dod/internet/private/enterprises/a3Com/generic/igmpMIB/igmpSnoop/igmpSnoopRobustness
  • /iso/iso-identified-organization/dod/internet/private/enterprise/a3Com/generic/igmpMIB/igmpSnoop/igmpSnoopRobustness
  • /iso/iso-identified-organization/dod/internet/private/enterprises/a3Com/generic/igmpMIB/igmpSnoop/igmpSnoopRobustness
  • iri by oid_info
    /ISO/Identified-Organization/6/1/4/1/43/10/37/1/2

    Description by oid_info

    igmpSnoopRobustness OBJECT-TYPE
    SYNTAX INTEGER -- (1..7)
    ACCESS read-write
    STATUS mandatory
    DESCRIPTION "This variable allows tuning for the expected packet loss on a network.
    IGMP is robust to (igmpSnoopRobustness - 1) packet losses.
    It is set stack-wide. The default is 2 and the range is 1 to 7."
    DEFVAL { 2 }

    View at oid-info.com

    Description by mibdepot

    This enables IGMP tuning on a lossy network if a switch is
    the querier. On such a network it may be increased. It is set
    stack-wide.
    The default value is 2. The range is 1 to 7.

    It is used to derive a timeout interval. If no IGMP v2 queries
    are heard on this VLAN within this timeout interval, the local
    switch will take over the querier role in the VLAN, assuming
    the switch has no multicast router ports:
    Other Switch Querier Present Interval =
    (Robustness x General Query Interval) +
    1/2(General Max Query-Response Interval) = 255 seconds by
    default
    Where the General Query Interval is igmpSnoopQueryTimeout and the
    General Max Query-Response Interval is igmpSnoopQueryMaxResponseTime.
    The Robustness is also used to derive another interval. The
    amount of time that must pass before the querying switch
    decides that there are no more hosts listening to a particular
    multicast in seconds:
    Group Membership Interval =
    (Robustness x General Query Interval) +
    General Max Query-Response Interval = 260 seconds by
    default.

    Parsed from file 3COM0381.MIB.txt
    Company: None
    Module: A3COM0381IGMP-SNOOP

    Description by circitor

    This enables IGMP tuning on a lossy network if a switch is the
    querier. On such a network it may be increased. It is set stack-wide.
    The default value is 1. The range is 1 to 2.

    There could be a Low(1) or High(2) setting.

    It is used to derive a timeout interval. If no IGMP v2 queries
    are heard on this VLAN within this timeout interval, the local
    switch will take over the querier role in the VLAN, assuming the
    switch has no router ports:
    Other Switch Querier Present Interval =
    (Robustness x General Query Interval) +
    1/2(General Max Query-Response Interval) = 65 seconds by default
    The Robustness is also used to derive another interval. The amount
    of time that must pass before the querying switch decides that there
    are no more hosts listening to a particular multicast in seconds:
    Group Membership Interval =
    (Robustness x General Query Interval) +
    General Max Query-Response Interval = 70 seconds by default.

    Parsed from file A3COM0073IGMP-SNOOP.mib
    Module: A3COM0073IGMP-SNOOP

    Information by oid_info

    Automatically extracted from a file named S3M_AGENT

    Information by mibdepot

    igmpSnoopRobustness OBJECT-TYPE SYNTAX INTEGER (1..7) ACCESS read-write STATUS mandatory DESCRIPTION "This enables IGMP tuning on a lossy network if a switch is the querier. On such a network it may be increased. It is set stack-wide. The default value is 2. The range is 1 to 7. It is used to derive a timeout interval. If no IGMP v2 queries are heard on this VLAN within this timeout interval, the local switch will take over the querier role in the VLAN, assuming the switch has no multicast router ports: Other Switch Querier Present Interval = (Robustness x General Query Interval) + 1/2(General Max Query-Response Interval) = 255 seconds by default Where the General Query Interval is igmpSnoopQueryTimeout and the General Max Query-Response Interval is igmpSnoopQueryMaxResponseTime. The Robustness is also used to derive another interval. The amount of time that must pass before the querying switch decides that there are no more hosts listening to a particular multicast in seconds: Group Membership Interval = (Robustness x General Query Interval) + General Max Query-Response Interval = 260 seconds by default." DEFVAL { 2 } ::= { igmpSnoop 2 }

    Information by circitor

    igmpSnoopRobustness OBJECT-TYPE SYNTAX INTEGER (1..2) ACCESS read-write STATUS mandatory DESCRIPTION "This enables IGMP tuning on a lossy network if a switch is the querier. On such a network it may be increased. It is set stack-wide. The default value is 1. The range is 1 to 2. There could be a Low(1) or High(2) setting. It is used to derive a timeout interval. If no IGMP v2 queries are heard on this VLAN within this timeout interval, the local switch will take over the querier role in the VLAN, assuming the switch has no router ports: Other Switch Querier Present Interval = (Robustness x General Query Interval) + 1/2(General Max Query-Response Interval) = 65 seconds by default The Robustness is also used to derive another interval. The amount of time that must pass before the querying switch decides that there are no more hosts listening to a particular multicast in seconds: Group Membership Interval = (Robustness x General Query Interval) + General Max Query-Response Interval = 70 seconds by default." DEFVAL { 1 } ::= { igmpSnoop 2 }

    First Registration Authority (recovered by parent 1.3.6.1.4.1.43)

    Jeremy Siegel

    Children (1)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.4.1.43.10.37.1.2.0 igmpSnoopRobustness 0 0 None

    Brothers (10)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.4.1.43.10.37.1.1 igmpSnoopEnabled 1 1 Enables/disables IGMP Snooping on this device. It is set stack-wide.
    The defaule value is True. The range is True(1) or False(2).
    1.3.6.1.4.1.43.10.37.1.3 igmpSnoopLeaveEnabled 1 1 Enables/disables the processing of IGMP v2 leave messages stack-wide.
    The default value is True(1). The range is True(1) or Fals…
    1.3.6.1.4.1.43.10.37.1.4 igmpSnoopQueryTimeout 1 1 The frequency at which IGMP general query packets are
    transmitted on this VLAN by the querying switch in seconds.
    So this is the …
    1.3.6.1.4.1.43.10.37.1.5 igmpSnoopQueryMaxResponseTime 1 1 The maximum query response time in seconds advertised in IGMP v2
    queries on this VLAN if the switch is the querier. Smaller valu…
    1.3.6.1.4.1.43.10.37.1.6 igmpSnoopLastMemberQueryTimeout 1 1 A timeout interval in seconds. Maximum response time inserted
    into the IGMP group specific queries sent in response to an
    IGMP Le…
    1.3.6.1.4.1.43.10.37.1.7 igmpSnoopLastMemberQueryCount 1 1 The number of group specific queries sent before the querying switch
    decides that there are no more hosts listening to a particu…
    1.3.6.1.4.1.43.10.37.1.8 igmpSnoopRouterPortRefreshTimeout 1 1 A timeout interval in seconds. The maximum time that
    should elapse between multicast
    router protocol PDUs on a port in the VLAN.
    T…
    1.3.6.1.4.1.43.10.37.1.9 igmpSnoopVLANTable 1 3 The (conceptual) table listing the VLANs on which IGMP
    Snooping is enabled.
    1.3.6.1.4.1.43.10.37.1.10 igmpQueryEnabled 1 1 Enabled/Disables IGMP Queries for this device.
    The default value is True. The range is True(1) or False(2).
    1.3.6.1.4.1.43.10.37.1.11 igmpQueryIpAddress 1 1 This is the IP address used in IGMP Queries. The default value
    is the management IP address. Since the root query device is
    det…