⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rfc2933.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 2 页
字号:
            "An entry (conceptual row) in the igmpCacheTable."    INDEX      { igmpCacheAddress, igmpCacheIfIndex }    ::= { igmpCacheTable 1 }IgmpCacheEntry ::= SEQUENCE {    igmpCacheAddress            IpAddress,    igmpCacheIfIndex            InterfaceIndex,    igmpCacheSelf               TruthValue,    igmpCacheLastReporter       IpAddress,    igmpCacheUpTime             TimeTicks,    igmpCacheExpiryTime         TimeTicks,    igmpCacheStatus             RowStatus,    igmpCacheVersion1HostTimer  TimeTicks}igmpCacheAddress OBJECT-TYPE    SYNTAX     IpAddress    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION            "The IP multicast group address for which this entry            contains information."    ::= { igmpCacheEntry 1 }igmpCacheIfIndex OBJECT-TYPE    SYNTAX     InterfaceIndex    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION            "The interface for which this entry contains information for            an IP multicast group address."    ::= { igmpCacheEntry 2 }igmpCacheSelf OBJECT-TYPE    SYNTAX     TruthValue    MAX-ACCESS read-create    STATUS     current    DESCRIPTION            "An indication of whether the local system is a member of            this group address on this interface."    DEFVAL     { true }    ::= { igmpCacheEntry 3 }igmpCacheLastReporter OBJECT-TYPE    SYNTAX     IpAddress    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The IP address of the source of the last membership report            received for this IP Multicast group address on this            interface.  If no membership report has been received, this            object has the value 0.0.0.0."    ::= { igmpCacheEntry 4 }igmpCacheUpTime OBJECT-TYPE    SYNTAX     TimeTicks    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The time elapsed since this entry was created."    ::= { igmpCacheEntry 5 }igmpCacheExpiryTime OBJECT-TYPE    SYNTAX     TimeTicks    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The minimum amount of time remaining before this entry will            be aged out.  A value of 0 indicates that the entry is only            present because igmpCacheSelf is true and that if the router            left the group, this entry would be aged out immediately.            Note that some implementations may process membership            reports from the local system in the same way as reports            from other hosts, so a value of 0 is not required."    ::= { igmpCacheEntry 6 }igmpCacheStatus OBJECT-TYPE    SYNTAX     RowStatus    MAX-ACCESS read-create    STATUS     current    DESCRIPTION            "The status of this entry."    ::= { igmpCacheEntry 7 }igmpCacheVersion1HostTimer OBJECT-TYPE    SYNTAX     TimeTicks    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The time remaining until the local router will assume that            there are no longer any IGMP version 1 members on the IP            subnet attached to this interface.  Upon hearing any IGMPv1            Membership Report, this value is reset to the group            membership timer.  While this time remaining is non-zero,            the local router ignores any IGMPv2 Leave messages for this            group that it receives on this interface."    ::= { igmpCacheEntry 8 }-- conformance informationigmpMIBConformance               OBJECT IDENTIFIER ::= { igmpStdMIB 2 }igmpMIBCompliances               OBJECT IDENTIFIER ::= { igmpMIBConformance 1 }igmpMIBGroups  OBJECT IDENTIFIER ::= { igmpMIBConformance 2 }-- compliance statementsigmpV1HostMIBCompliance MODULE-COMPLIANCE    STATUS  current    DESCRIPTION            "The compliance statement for hosts running IGMPv1 and            implementing the IGMP MIB."    MODULE  -- this module    MANDATORY-GROUPS { igmpBaseMIBGroup }    OBJECT     igmpInterfaceStatus    MIN-ACCESS read-only    DESCRIPTION             "Write access is not required."    OBJECT     igmpCacheStatus    MIN-ACCESS read-only    DESCRIPTION             "Write access is not required."    ::= { igmpMIBCompliances 1 }igmpV1RouterMIBCompliance MODULE-COMPLIANCE    STATUS  current    DESCRIPTION            "The compliance statement for routers running IGMPv1 and            implementing the IGMP MIB."    MODULE  -- this module      MANDATORY-GROUPS { igmpBaseMIBGroup,                       igmpRouterMIBGroup                     }    OBJECT     igmpInterfaceStatus    MIN-ACCESS read-only    DESCRIPTION             "Write access is not required."    OBJECT     igmpCacheStatus    MIN-ACCESS read-only    DESCRIPTION             "Write access is not required."    ::= { igmpMIBCompliances 2 }igmpV2HostMIBCompliance MODULE-COMPLIANCE    STATUS  current    DESCRIPTION            "The compliance statement for hosts running IGMPv2 and            implementing the IGMP MIB."    MODULE  -- this module    MANDATORY-GROUPS { igmpBaseMIBGroup,                       igmpV2HostMIBGroup                     }    OBJECT     igmpInterfaceStatus    MIN-ACCESS read-only    DESCRIPTION             "Write access is not required."    OBJECT     igmpCacheStatus    MIN-ACCESS read-only    DESCRIPTION             "Write access is not required."    ::= { igmpMIBCompliances 3 }igmpV2RouterMIBCompliance MODULE-COMPLIANCE    STATUS  current    DESCRIPTION            "The compliance statement for routers running IGMPv2 and            implementing the IGMP MIB."    MODULE  -- this module    MANDATORY-GROUPS { igmpBaseMIBGroup,                       igmpRouterMIBGroup,                       igmpV2RouterMIBGroup                     }    OBJECT     igmpInterfaceStatus    MIN-ACCESS read-only    DESCRIPTION             "Write access is not required."    OBJECT     igmpCacheStatus    MIN-ACCESS read-only    DESCRIPTION             "Write access is not required."    ::= { igmpMIBCompliances 4 }-- units of conformanceigmpBaseMIBGroup OBJECT-GROUP    OBJECTS { igmpCacheSelf,              igmpCacheStatus, igmpInterfaceStatus            }    STATUS  current    DESCRIPTION            "The basic collection of objects providing management of            IGMP version 1 or 2."    ::= { igmpMIBGroups 1 }igmpRouterMIBGroup OBJECT-GROUP    OBJECTS { igmpCacheUpTime, igmpCacheExpiryTime,              igmpInterfaceJoins, igmpInterfaceGroups,              igmpCacheLastReporter, igmpInterfaceQuerierUpTime,              igmpInterfaceQuerierExpiryTime,              igmpInterfaceQueryInterval            }    STATUS  current    DESCRIPTION            "A collection of additional objects for management of IGMP            version 1 or 2 in routers."    ::= { igmpMIBGroups 2 }igmpV2HostMIBGroup OBJECT-GROUP    OBJECTS { igmpInterfaceVersion1QuerierTimer }    STATUS  current    DESCRIPTION            "A collection of additional objects for management of IGMP            version 2 in hosts."    ::= { igmpMIBGroups 3 }igmpHostOptMIBGroup OBJECT-GROUP    OBJECTS { igmpCacheLastReporter, igmpInterfaceQuerier }    STATUS  current    DESCRIPTION            "A collection of optional objects for IGMP hosts.            Supporting this group can be especially useful in an            environment with a router which does not support the IGMP            MIB."    ::= { igmpMIBGroups 4 }igmpV2RouterMIBGroup OBJECT-GROUP    OBJECTS { igmpInterfaceVersion, igmpInterfaceQuerier,              igmpInterfaceQueryMaxResponseTime,              igmpInterfaceRobustness,              igmpInterfaceWrongVersionQueries,              igmpInterfaceLastMembQueryIntvl,              igmpCacheVersion1HostTimer            }    STATUS  current    DESCRIPTION            "A collection of additional objects for management of IGMP            version 2 in routers."    ::= { igmpMIBGroups 5 }igmpV2ProxyMIBGroup OBJECT-GROUP    OBJECTS { igmpInterfaceProxyIfIndex }    STATUS  current    DESCRIPTION            "A collection of additional objects for management of IGMP            proxy devices."    ::= { igmpMIBGroups 6 }END

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -