| < draft-ietf-pim-mib-v2-00.txt | draft-ietf-pim-mib-v2-01.txt > | |||
|---|---|---|---|---|
| Internet Engineering Task Force PIM-WG | Internet Engineering Task Force PIM-WG | |||
| INTERNET-DRAFT Jonathan Nicholas | INTERNET-DRAFT Editor | |||
| draft-ietf-pim-mib-v2-00.txt ITT A/CD | draft-ietf-pim-mib-v2-01.txt Jonathan Nicholas | |||
| June 2002 | ITT A/CD | |||
| Expires December 2002 | November 2002 | |||
| Expires May 2003 | ||||
| Protocol Independent Multicast MIB | Protocol Independent Multicast MIB | |||
| Status of this Document | Status of this Document | |||
| This document is an Internet-Draft and is in full conformance with all | This document is an Internet-Draft and is in full conformance with all | |||
| provisions of Section 10 of RFC2026. | provisions of Section 10 of RFC2026. | |||
| Internet-Drafts are working documents of the Internet Engineering Task | Internet-Drafts are working documents of the Internet Engineering Task | |||
| Force (IETF), its areas, and its working groups. Note that other groups | Force (IETF), its areas, and its working groups. Note that other groups | |||
| skipping to change at page 4, line 24 ¶ | skipping to change at page 4, line 24 ¶ | |||
| MODULE-COMPLIANCE, OBJECT-GROUP, | MODULE-COMPLIANCE, OBJECT-GROUP, | |||
| NOTIFICATION-GROUP FROM SNMPv2-CONF | NOTIFICATION-GROUP FROM SNMPv2-CONF | |||
| ipMRouteGroup, ipMRouteSource, | ipMRouteGroup, ipMRouteSource, | |||
| ipMRouteSourceMask, ipMRouteNextHopGroup, | ipMRouteSourceMask, ipMRouteNextHopGroup, | |||
| ipMRouteNextHopSource, ipMRouteNextHopSourceMask, | ipMRouteNextHopSource, ipMRouteNextHopSourceMask, | |||
| ipMRouteNextHopIfIndex, | ipMRouteNextHopIfIndex, | |||
| ipMRouteNextHopAddress FROM IPMROUTE-STD-MIB | ipMRouteNextHopAddress FROM IPMROUTE-STD-MIB | |||
| InterfaceIndex FROM IF-MIB; | InterfaceIndex FROM IF-MIB; | |||
| pimMIB MODULE-IDENTITY | pimMIB MODULE-IDENTITY | |||
| LAST-UPDATED "200206040000Z" -- June 4, 2002 | LAST-UPDATED "200210280000Z" -- October 28, 2002 | |||
| ORGANIZATION "IETF PIM Working Group." | ORGANIZATION "IETF PIM Working Group." | |||
| CONTACT-INFO | CONTACT-INFO | |||
| " Jonathan Nicholas | " Jonathan Nicholas | |||
| ITT Industries | ITT Industries | |||
| Aerospace/Communications Division | Aerospace/Communications Division | |||
| 100 Kingsland Rd | 100 Kingsland Rd | |||
| Clifton, NJ 07014 | Clifton, NJ 07014 | |||
| Phone: +1 973 284 2019 | Phone: +1 973 284 2019 | |||
| EMail: jonathan.nicholas@itt.com" | EMail: jonathan.nicholas@itt.com" | |||
| DESCRIPTION | DESCRIPTION | |||
| "The MIB module for management of PIM routers." | "The MIB module for management of PIM routers." | |||
| REVISION "200206040000Z" -- June 4, 2002 | REVISION "200009280000Z" -- September 28, 2000 | |||
| DESCRIPTION | DESCRIPTION | |||
| "Revised June 4, 2002." | "Initial version, published as RFC 2934." | |||
| REVISION "200210280000Z" -- October 28, 2002 | ||||
| DESCRIPTION | ||||
| "Revised November 4, 2002." | ||||
| ::= { experimental 61 } | ::= { experimental 61 } | |||
| pimMIBObjects OBJECT IDENTIFIER ::= { pimMIB 1 } | pimMIBObjects OBJECT IDENTIFIER ::= { pimMIB 1 } | |||
| pimTraps OBJECT IDENTIFIER ::= { pimMIBObjects 0 } | pimTraps OBJECT IDENTIFIER ::= { pimMIBObjects 0 } | |||
| pim OBJECT IDENTIFIER ::= { pimMIBObjects 1 } | pim OBJECT IDENTIFIER ::= { pimMIBObjects 1 } | |||
| pimJoinPruneInterval OBJECT-TYPE | pimJoinPruneInterval OBJECT-TYPE | |||
| SYNTAX Integer32 | SYNTAX Integer32 | |||
| UNITS "seconds" | UNITS "seconds" | |||
| MAX-ACCESS read-write | MAX-ACCESS read-write | |||
| STATUS current | STATUS current | |||
| DESCRIPTION | DESCRIPTION | |||
| "The default interval at which periodic PIM-SM Join/Prune | "The default interval at which periodic PIM-SM Join/Prune | |||
| messages are to be sent." | messages are to be sent." | |||
| DEFVAL { 60 } | DEFVAL { 60 } | |||
| ::= { pim 1 } | ::= { pim 1 } | |||
| skipping to change at page 8, line 11 ¶ | skipping to change at page 8, line 22 ¶ | |||
| times the value of pimInterfaceHelloInterval." | times the value of pimInterfaceHelloInterval." | |||
| DEFVAL { 105 } | DEFVAL { 105 } | |||
| ::= { pimInterfaceEntry 11 } | ::= { pimInterfaceEntry 11 } | |||
| pimInterfaceLanPruneDelay OBJECT-TYPE | pimInterfaceLanPruneDelay OBJECT-TYPE | |||
| SYNTAX BITS { off (0), on (1) } | SYNTAX BITS { off (0), on (1) } | |||
| MAX-ACCESS read-create | MAX-ACCESS read-create | |||
| STATUS current | STATUS current | |||
| DESCRIPTION "Turns the LAN Prune Delay Option off and on on this | DESCRIPTION "Turns the LAN Prune Delay Option off and on on this | |||
| interface." | interface." | |||
| DEFVAL { off } | DEFVAL { on } | |||
| ::= { pimInterfaceEntry 12 } | ::= { pimInterfaceEntry 12 } | |||
| pimInterfacePropagationDelay OBJECT-TYPE | pimInterfacePropagationDelay OBJECT-TYPE | |||
| SYNTAX Integer32 (0..32767) | SYNTAX Integer32 (0..32767) | |||
| UNITS "milliseconds" | UNITS "milliseconds" | |||
| MAX-ACCESS read-create | MAX-ACCESS read-create | |||
| STATUS current | STATUS current | |||
| DESCRIPTION "The value inserted into the LAN Prune Delay field of a | DESCRIPTION "The value inserted into the LAN Prune Delay field of a | |||
| LAN Prune Delay option on this interface." | LAN Prune Delay option on this interface." | |||
| DEFVAL { 500 } | DEFVAL { 500 } | |||
| skipping to change at page 16, line 26 ¶ | skipping to change at page 16, line 54 ¶ | |||
| DESCRIPTION "The metric preference advertised by the Assert Winner." | DESCRIPTION "The metric preference advertised by the Assert Winner." | |||
| ::= { pimIpMRouteNextHopEntry 6 } | ::= { pimIpMRouteNextHopEntry 6 } | |||
| pimIpMRouteNextHopJoinPruneTimer OBJECT-TYPE | pimIpMRouteNextHopJoinPruneTimer OBJECT-TYPE | |||
| SYNTAX TimeTicks | SYNTAX TimeTicks | |||
| MAX-ACCESS read-only | MAX-ACCESS read-only | |||
| STATUS current | STATUS current | |||
| DESCRIPTION "The time remaining before the PIM router reverts to | DESCRIPTION "The time remaining before the PIM router reverts to | |||
| default operation on this interface. PIM-SM will | default operation on this interface. PIM-SM will | |||
| cease forwarding, PIM-DM will resume forwarding." | cease forwarding, PIM-DM will resume forwarding." | |||
| ::= { pimIpMRouteNextHopEntry 7 } | ::= { pimIpMRouteNextHopEntry 7 }ss, pimRPAddress } | |||
| ::= { pimRPTable 1 } | ||||
| -- The PIM RP Table | -- The PIM RP Table | |||
| pimRPTable OBJECT-TYPE | pimRPTable OBJECT-TYPE | |||
| SYNTAX SEQUENCE OF PimRPEntry | SYNTAX SEQUENCE OF PimRPEntry | |||
| MAX-ACCESS not-accessible | MAX-ACCESS not-accessible | |||
| STATUS deprecated | STATUS deprecated | |||
| DESCRIPTION | DESCRIPTION | |||
| "The (conceptual) table listing PIM version 1 information | "The (conceptual) table listing PIM version 1 information | |||
| for the Rendezvous Points (RPs) for IP multicast groups. | for the Rendezvous Points (RPs) for IP multicast groups. | |||
| skipping to change at page 16, line 48 ¶ | skipping to change at page 17, line 25 ¶ | |||
| the pimRPSetTable for PIM version 2." | the pimRPSetTable for PIM version 2." | |||
| ::= { pim 5 } | ::= { pim 5 } | |||
| pimRPEntry OBJECT-TYPE | pimRPEntry OBJECT-TYPE | |||
| SYNTAX PimRPEntry | SYNTAX PimRPEntry | |||
| MAX-ACCESS not-accessible | MAX-ACCESS not-accessible | |||
| STATUS deprecated | STATUS deprecated | |||
| DESCRIPTION | DESCRIPTION | |||
| "An entry (conceptual row) in the pimRPTable. There is one | "An entry (conceptual row) in the pimRPTable. There is one | |||
| entry per RP address for each IP multicast group." | entry per RP address for each IP multicast group." | |||
| INDEX { pimRPGroupAddress, pimRPAddress } | INDEX { pimRPGroupAddre | |||
| ::= { pimRPTable 1 } | ||||
| PimRPEntry ::= SEQUENCE { | PimRPEntry ::= SEQUENCE { | |||
| pimRPGroupAddress IpAddress, | pimRPGroupAddress IpAddress, | |||
| pimRPAddress IpAddress, | pimRPAddress IpAddress, | |||
| pimRPState INTEGER, | pimRPState INTEGER, | |||
| pimRPStateTimer TimeTicks, | pimRPStateTimer TimeTicks, | |||
| pimRPLastChange TimeTicks, | pimRPLastChange TimeTicks, | |||
| pimRPRowStatus RowStatus | pimRPRowStatus RowStatus | |||
| } | } | |||
| pimRPGroupAddress OBJECT-TYPE | pimRPGroupAddress OBJECT-TYPE | |||
| skipping to change at page 30, line 7 ¶ | skipping to change at page 30, line 7 ¶ | |||
| of the User-based Security Model RFC 2274 [12] and the View-based | of the User-based Security Model RFC 2274 [12] and the View-based | |||
| Access Control Model RFC 2275 [15] is recommended. | Access Control Model RFC 2275 [15] is recommended. | |||
| It is then a customer/user responsibility to ensure that the SNMP | It is then a customer/user responsibility to ensure that the SNMP | |||
| entity giving access to this MIB, is properly configured to give | entity giving access to this MIB, is properly configured to give | |||
| access to those objects only to those principals (users) that have | access to those objects only to those principals (users) that have | |||
| legitimate rights to access them. | legitimate rights to access them. | |||
| 6. Acknowledgements | 6. Acknowledgements | |||
| This MIB module has been updated based on feedback from the IETF's | This MIB module is based on the original work in RFC 2934 by | |||
| Protocol Independent Multicast (PIM) Working Group. | K. McCloghrie, D. Farinacci, D. Thaler and W. Fenner and has been | |||
| updated based on feedback from the IETF's Protocol Independent | ||||
| Multicast (PIM) Working Group. | ||||
| 7. Authors' Addresses | 7. Authors' Addresses | |||
| Jonathan Nicholas | Jonathan Nicholas | |||
| ITT Industries | ITT Industries | |||
| Aerospace/Communications Division | Aerospace/Communications Division | |||
| 100 Kingsland Rd | 100 Kingsland Rd | |||
| Clifton, NJ 07014 | Clifton, NJ 07014 | |||
| Phone: +1 973 284 2019 | Phone: +1 973 284 2019 | |||
| skipping to change at page 31, line 35 ¶ | skipping to change at page 31, line 39 ¶ | |||
| Control Model (VACM) for the Simple Network Management Protocol | Control Model (VACM) for the Simple Network Management Protocol | |||
| (SNMP)", RFC 2575, April 1999. | (SNMP)", RFC 2575, April 1999. | |||
| [18] Estrin, D., Farinacci, D., Helmy, A., Thaler, D., Deering, S., | [18] Estrin, D., Farinacci, D., Helmy, A., Thaler, D., Deering, S., | |||
| Handley, M., Jacobson, V., Liu, C., Sharma, P. and L. Wei, | Handley, M., Jacobson, V., Liu, C., Sharma, P. and L. Wei, | |||
| "Protocol Independent Multicast - Sparse Mode (PIM-SM): Protocol | "Protocol Independent Multicast - Sparse Mode (PIM-SM): Protocol | |||
| Specification", RFC 2362, June 1998. | Specification", RFC 2362, June 1998. | |||
| [19] Adams, A., Nicholas, J., Siadak, W., "Protocol Independent | [19] Adams, A., Nicholas, J., Siadak, W., "Protocol Independent | |||
| Multicast - Dense Mode (PIM-DM): Protocol Specification | Multicast - Dense Mode (PIM-DM): Protocol Specification | |||
| (Revised)", draft-ietf-pim-dm-new-v2-01.txt, work in progress. | (Revised)", draft-ietf-pim-dm-new-v2-02.txt, work in progress. | |||
| [20] McCloghrie, K., Farinacci, D. and D. Thaler, "IPv4 Multicast | [20] McCloghrie, K., Farinacci, D. and D. Thaler, "IPv4 Multicast | |||
| Routing MIB", RFC 2932, October 2000. | Routing MIB", RFC 2932, October 2000. | |||
| [21] Fenner, W., Handley, M., Holbrook, H., Kouvelas, I., | [21] Fenner, W., Handley, M., Holbrook, H., Kouvelas, I., | |||
| "Protocol Independent Multicast - Sparse Mode (PIM-SM)", draft- | "Protocol Independent Multicast - Sparse Mode (PIM-SM)", draft- | |||
| ietf-pim-sm-v2-new-05.txt, work in progress. | ietf-pim-sm-v2-new-05.txt, work in progress. | |||
| [22] McCloghrie, K., Farinacci, D., Thaler, D., Fenner, W., | ||||
| "Protocol Independent Multicast MIB for IPv4", RFC 2934, | ||||
| October 2000. | ||||
| End of changes. 11 change blocks. | ||||
| 16 lines changed or deleted | 20 lines changed or added | |||
This html diff was produced by rfcdiff 1.48. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ | ||||