📄 rfc2932.mib
字号:
--ipMRouteBoundaryTable OBJECT-TYPE SYNTAX SEQUENCE OF IpMRouteBoundaryEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The (conceptual) table listing the router's scoped multicast address boundaries." ::= { ipMRoute 5 }ipMRouteBoundaryEntry OBJECT-TYPE SYNTAX IpMRouteBoundaryEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry (conceptual row) in the ipMRouteBoundaryTable representing a scoped boundary." INDEX { ipMRouteBoundaryIfIndex, ipMRouteBoundaryAddress, ipMRouteBoundaryAddressMask } ::= { ipMRouteBoundaryTable 1 }IpMRouteBoundaryEntry ::= SEQUENCE { ipMRouteBoundaryIfIndex InterfaceIndex, ipMRouteBoundaryAddress IpAddress, ipMRouteBoundaryAddressMask IpAddress, ipMRouteBoundaryStatus RowStatus}ipMRouteBoundaryIfIndex OBJECT-TYPE SYNTAX InterfaceIndex MAX-ACCESS not-accessible STATUS current DESCRIPTION "The IfIndex value for the interface to which this boundary applies. Packets with a destination address in the associated address/mask range will not be forwarded out this interface." ::= { ipMRouteBoundaryEntry 1 }ipMRouteBoundaryAddress OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS not-accessible STATUS current DESCRIPTION "The group address which when combined with the corresponding value of ipMRouteBoundaryAddressMask identifies the group range for which the scoped boundary exists. Scoped addresses must come from the range 239.x.x.x as specified in RFC 2365." ::= { ipMRouteBoundaryEntry 2 }ipMRouteBoundaryAddressMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS not-accessible STATUS current DESCRIPTION "The group address mask which when combined with the corresponding value of ipMRouteBoundaryAddress identifies the group range for which the scoped boundary exists." ::= { ipMRouteBoundaryEntry 3 }ipMRouteBoundaryStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "The status of this row, by which new entries may be created, or old entries deleted from this table." ::= { ipMRouteBoundaryEntry 4 }---- The IP Multicast Scope Name Table--ipMRouteScopeNameTable OBJECT-TYPE SYNTAX SEQUENCE OF IpMRouteScopeNameEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The (conceptual) table listing the multicast scope names." ::= { ipMRoute 6 }ipMRouteScopeNameEntry OBJECT-TYPE SYNTAX IpMRouteScopeNameEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry (conceptual row) in the ipMRouteScopeNameTable representing a multicast scope name." INDEX { ipMRouteScopeNameAddress, ipMRouteScopeNameAddressMask, IMPLIED ipMRouteScopeNameLanguage } ::= { ipMRouteScopeNameTable 1 }IpMRouteScopeNameEntry ::= SEQUENCE { ipMRouteScopeNameAddress IpAddress, ipMRouteScopeNameAddressMask IpAddress, ipMRouteScopeNameLanguage LanguageTag, ipMRouteScopeNameString SnmpAdminString, ipMRouteScopeNameDefault TruthValue, ipMRouteScopeNameStatus RowStatus}ipMRouteScopeNameAddress OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS not-accessible STATUS current DESCRIPTION "The group address which when combined with the corresponding value of ipMRouteScopeNameAddressMask identifies the group range associated with the multicast scope. Scoped addresses must come from the range 239.x.x.x." ::= { ipMRouteScopeNameEntry 1 }ipMRouteScopeNameAddressMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS not-accessible STATUS current DESCRIPTION "The group address mask which when combined with the corresponding value of ipMRouteScopeNameAddress identifies the group range associated with the multicast scope." ::= { ipMRouteScopeNameEntry 2 }ipMRouteScopeNameLanguage OBJECT-TYPE SYNTAX LanguageTag MAX-ACCESS not-accessible STATUS current DESCRIPTION "The RFC 1766-style language tag associated with the scope name." ::= { ipMRouteScopeNameEntry 3 }ipMRouteScopeNameString OBJECT-TYPE SYNTAX SnmpAdminString MAX-ACCESS read-create STATUS current DESCRIPTION "The textual name associated with the multicast scope. The value of this object should be suitable for displaying to end-users, such as when allocating a multicast address in this scope. When no name is specified, the default value of this object should be the string 239.x.x.x/y with x and y replaced appropriately to describe the address and mask length associated with the scope." ::= { ipMRouteScopeNameEntry 4 }ipMRouteScopeNameDefault OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-create STATUS current DESCRIPTION "If true, indicates a preference that the name in the following language should be used by applications if no name is available in a desired language." DEFVAL { false } ::= { ipMRouteScopeNameEntry 5 }ipMRouteScopeNameStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "The status of this row, by which new entries may be created, or old entries deleted from this table." ::= { ipMRouteScopeNameEntry 6 }-- conformance informationipMRouteMIBConformance OBJECT IDENTIFIER ::= { ipMRouteStdMIB 2 }ipMRouteMIBCompliances OBJECT IDENTIFIER ::= { ipMRouteMIBConformance 1 }ipMRouteMIBGroups OBJECT IDENTIFIER ::= { ipMRouteMIBConformance 2 }-- compliance statementsipMRouteMIBCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement for the IP Multicast MIB." MODULE -- this module MANDATORY-GROUPS { ipMRouteMIBBasicGroup, ipMRouteMIBRouteGroup} GROUP ipMRouteMIBBoundaryGroup DESCRIPTION "This group is mandatory if the router supports administratively-scoped multicast address boundaries." OBJECT ipMRouteBoundaryStatus MIN-ACCESS read-only DESCRIPTION "Write access is not required." OBJECT ipMRouteScopeNameStatus MIN-ACCESS read-only DESCRIPTION "Write access is not required." GROUP ipMRouteMIBHCInterfaceGroup DESCRIPTION "This group is mandatory only for those network interfaces for which the value of the corresponding instance of ifSpeed is greater than 20,000,000 bits/second." ::= { ipMRouteMIBCompliances 1 }-- units of conformanceipMRouteMIBBasicGroup OBJECT-GROUP OBJECTS { ipMRouteEnable, ipMRouteEntryCount, ipMRouteUpstreamNeighbor, ipMRouteInIfIndex, ipMRouteUpTime, ipMRouteExpiryTime, ipMRouteNextHopState, ipMRouteNextHopUpTime, ipMRouteNextHopExpiryTime, ipMRouteNextHopProtocol, ipMRouteNextHopPkts, ipMRouteInterfaceTtl, ipMRouteInterfaceProtocol, ipMRouteInterfaceRateLimit, ipMRouteInterfaceInMcastOctets, ipMRouteInterfaceOutMcastOctets, ipMRouteProtocol } STATUS current DESCRIPTION "A collection of objects to support basic management of IP Multicast routing." ::= { ipMRouteMIBGroups 1 }ipMRouteMIBHopCountGroup OBJECT-GROUP OBJECTS { ipMRouteNextHopClosestMemberHops } STATUS current DESCRIPTION "A collection of objects to support management of the use of hop counts in IP Multicast routing." ::= { ipMRouteMIBGroups 2 }ipMRouteMIBBoundaryGroup OBJECT-GROUP OBJECTS { ipMRouteBoundaryStatus, ipMRouteScopeNameString, ipMRouteScopeNameDefault, ipMRouteScopeNameStatus } STATUS current DESCRIPTION "A collection of objects to support management of scoped multicast address boundaries." ::= { ipMRouteMIBGroups 3 }ipMRouteMIBPktsOutGroup OBJECT-GROUP OBJECTS { ipMRouteNextHopPkts } STATUS current DESCRIPTION "A collection of objects to support management of packet counters for each outgoing interface entry of a route." ::= { ipMRouteMIBGroups 4 }ipMRouteMIBHCInterfaceGroup OBJECT-GROUP OBJECTS { ipMRouteInterfaceHCInMcastOctets, ipMRouteInterfaceHCOutMcastOctets, ipMRouteHCOctets } STATUS current DESCRIPTION "A collection of objects providing information specific to high speed (greater than 20,000,000 bits/second) network interfaces." ::= { ipMRouteMIBGroups 5 }ipMRouteMIBRouteGroup OBJECT-GROUP OBJECTS { ipMRouteRtProto, ipMRouteRtAddress, ipMRouteRtMask, ipMRouteRtType } STATUS current DESCRIPTION "A collection of objects providing information on the relationship between multicast routing information, and the IP Forwarding Table." ::= { ipMRouteMIBGroups 6 }ipMRouteMIBPktsGroup OBJECT-GROUP OBJECTS { ipMRoutePkts, ipMRouteDifferentInIfPackets, ipMRouteOctets } STATUS current DESCRIPTION "A collection of objects to support management of packet counters for each forwarding entry." ::= { ipMRouteMIBGroups 7 }END
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -