--- 1/draft-ietf-sidr-rpki-rtr-protocol-mib-06.txt 2013-03-11 19:21:00.115707819 +0100 +++ 2/draft-ietf-sidr-rpki-rtr-protocol-mib-07.txt 2013-03-11 19:21:00.183708205 +0100 @@ -1,23 +1,23 @@ Network Working Group R. Bush Internet-Draft Internet Initiative Japan Intended status: Standards Track B. Wijnen -Expires: August 15, 2013 RIPE NCC +Expires: September 12, 2013 RIPE NCC K. Patel Cisco Systems M. Baer SPARTA - February 11, 2013 + March 11, 2013 Definitions of Managed Objects for the RPKI-Router Protocol - draft-ietf-sidr-rpki-rtr-protocol-mib-06 + draft-ietf-sidr-rpki-rtr-protocol-mib-07 Abstract This document defines a portion of the Management Information Base (MIB) for use with network management protocols in the Internet community. In particular, it describes objects used for monitoring the RPKI Router protocol. Status of this Memo @@ -27,21 +27,21 @@ Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet- Drafts is at http://datatracker.ietf.org/drafts/current/. Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." - This Internet-Draft will expire on August 15, 2013. + This Internet-Draft will expire on September 12, 2013. Copyright Notice Copyright (c) 2013 IETF Trust and the persons identified as the document authors. All rights reserved. This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents @@ -51,26 +51,26 @@ the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License. Table of Contents 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.1. Requirements Language . . . . . . . . . . . . . . . . . . 3 2. Internet-Standard Management Framework . . . . . . . . . . . . 3 3. Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 4. Definitions . . . . . . . . . . . . . . . . . . . . . . . . . 4 - 5. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 21 - 6. Security Considerations . . . . . . . . . . . . . . . . . . . 21 - 7. References . . . . . . . . . . . . . . . . . . . . . . . . . . 22 - 7.1. Normative References . . . . . . . . . . . . . . . . . . . 22 - 7.2. Informative References . . . . . . . . . . . . . . . . . . 23 - Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . . 23 + 5. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 22 + 6. Security Considerations . . . . . . . . . . . . . . . . . . . 22 + 7. References . . . . . . . . . . . . . . . . . . . . . . . . . . 23 + 7.1. Normative References . . . . . . . . . . . . . . . . . . . 23 + 7.2. Informative References . . . . . . . . . . . . . . . . . . 24 + Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . . 25 1. Introduction This document defines a portion of the Management Information Base (MIB) for use with network management protocols in the Internet community. In particular, it defines objects used for monitoring the RPKI Router protocol [RFC6810]. 1.1. Requirements Language @@ -143,21 +143,21 @@ FROM SNMPv2-TC -- RFC2579 MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP FROM SNMPv2-CONF -- RFC2580 LongUtf8String FROM SYSAPPL-MIB -- RFC2287 ; rpkiRtrMIB MODULE-IDENTITY - LAST-UPDATED "201302110000Z" + LAST-UPDATED "201303050000Z" ORGANIZATION "IETF Secure Inter-Domain Routing (SIDR) Working Group " CONTACT-INFO "Working Group Email: sidr@ietf.org Randy Bush Internet Initiative Japan 5147 Crystal Springs Bainbridge Island, Washington, 98110 USA @@ -192,28 +192,30 @@ Copyright (c) 2013 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF - Documents (http://trustee.ietf.org/license-info). + Documents + (http://trustee.ietf.org/license-info). This version of this MIB module is part of RFCxxxx; see the RFC itself for full legal notices. + " - REVISION "201302110000Z" + REVISION "201303050000Z" DESCRIPTION "Initial version, published as RFCxxxx." -- Note to RFC Editor: pls fill in above (2 times) RFC -- number for xxxx and delete these 2 lines. ::= { mib-2 XXX } -- XXX to be assigned by IANA rpkiRtrNotifications OBJECT IDENTIFIER ::= { rpkiRtrMIB 0 } rpkiRtrObjects OBJECT IDENTIFIER ::= { rpkiRtrMIB 1 } rpkiRtrConformance OBJECT IDENTIFIER ::= { rpkiRtrMIB 2 } -- ============================================================== @@ -280,31 +282,39 @@ DESCRIPTION "This table lists the RPKI cache servers known to this router/system." ::= { rpkiRtrObjects 2 } rpkiRtrCacheServerTableEntry OBJECT-TYPE SYNTAX RpkiRtrCacheServerTableEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the rpkiRtrCacheServerTable. It holds management attributes associated - with one connection to a RPKI cache server." - INDEX { rpkiRtrCacheServerAddressType, + with one connection to a RPKI cache server. + + Implementers should be aware that if the + rpkiRtrCacheServerRemoteAddress object exceeds 114 + octets, the index values will exceed the 128 + sub-identifier limit and cannot be accessed using + SNMPv1, SNMPv2c, or SNMPv3." + + INDEX { rpkiRtrCacheServerRemoteAddressType, rpkiRtrCacheServerRemoteAddress, rpkiRtrCacheServerRemotePort } ::= { rpkiRtrCacheServerTable 1 } RpkiRtrCacheServerTableEntry ::= SEQUENCE { - rpkiRtrCacheServerAddressType InetAddressType, + rpkiRtrCacheServerRemoteAddressType InetAddressType, rpkiRtrCacheServerRemoteAddress InetAddress, rpkiRtrCacheServerRemotePort InetPortNumber, + rpkiRtrCacheServerLocalAddressType InetAddressType, rpkiRtrCacheServerLocalAddress InetAddress, rpkiRtrCacheServerLocalPort InetPortNumber, rpkiRtrCacheServerPreference Unsigned32, rpkiRtrCacheServerConnectionType RpkiRtrConnectionType, rpkiRtrCacheServerConnectionStatus INTEGER, rpkiRtrCacheServerDescription LongUtf8String, rpkiRtrCacheServerMsgsReceived Counter32, rpkiRtrCacheServerMsgsSent Counter32, rpkiRtrCacheServerV4ActiveRecords Gauge32, rpkiRtrCacheServerV4Announcements Counter32, @@ -312,289 +322,312 @@ rpkiRtrCacheServerV6ActiveRecords Gauge32, rpkiRtrCacheServerV6Announcements Counter32, rpkiRtrCacheServerV6Withdrawals Counter32, rpkiRtrCacheServerLatestSerial Unsigned32, rpkiRtrCacheServerSessionID Unsigned32, rpkiRtrCacheServerRefreshTimer Unsigned32, rpkiRtrCacheServerTimeToRefresh Integer32, rpkiRtrCacheServerId Unsigned32 } - rpkiRtrCacheServerAddressType OBJECT-TYPE + rpkiRtrCacheServerRemoteAddressType OBJECT-TYPE SYNTAX InetAddressType MAX-ACCESS not-accessible STATUS current DESCRIPTION "The network address type of the connection to this RPKI cache server. Note: Only IPv4, IPv6 and DNS support are required for RFCxxxx read only compliance." ::= { rpkiRtrCacheServerTableEntry 1 } rpkiRtrCacheServerRemoteAddress OBJECT-TYPE SYNTAX InetAddress MAX-ACCESS not-accessible STATUS current DESCRIPTION "The remote network address for this connection to this RPKI cache server. The format of the address is defined by the value of the corresponding instance of - rpkiRtrCacheServerAddressType." + rpkiRtrCacheServerRemoteAddressType. + + This object matches the address type used within + the local router configuration. If the address is + of type dns (fqdn), then the router will resolve it + at the time it connects to the cache server." ::= { rpkiRtrCacheServerTableEntry 2 } rpkiRtrCacheServerRemotePort OBJECT-TYPE SYNTAX InetPortNumber (1..65535) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The remote port number for this connection to this RPKI cache server." ::= { rpkiRtrCacheServerTableEntry 3 } + rpkiRtrCacheServerLocalAddressType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The network address type of the connection + to this RPKI cache server. + + Note: Only IPv4, IPv6 and DNS support are required + for RFCxxxx read only compliance." + ::= { rpkiRtrCacheServerTableEntry 4 } + rpkiRtrCacheServerLocalAddress OBJECT-TYPE - SYNTAX InetAddress (SIZE(4|16)) + SYNTAX InetAddress MAX-ACCESS read-only STATUS current DESCRIPTION "The local network address for this connection to this RPKI cache server. The format of the address is defined by the value of the corresponding instance of - rpkiRtrCacheServerAddressType." - ::= { rpkiRtrCacheServerTableEntry 4 } + rpkiRtrCacheServerLocalAddressType. + + This object matches the address type used within + the local router configuration. If the address is + of type dns (fqdn), then the router will resolve it + at the time it connects to the cache server." + ::= { rpkiRtrCacheServerTableEntry 5 } rpkiRtrCacheServerLocalPort OBJECT-TYPE SYNTAX InetPortNumber (1..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "The local port number for this connection to this RPKI cache server." - ::= { rpkiRtrCacheServerTableEntry 5 } + + ::= { rpkiRtrCacheServerTableEntry 6 } rpkiRtrCacheServerPreference OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The routers' preference for this RPKI cache server. - A lower value means more preferred. If two - entries have the same preference, then the - order is arbitrary. + A lower value means more preferred. If two entries + have the same preference, then the order is + arbitrary. In two cases the maximum value for an Unsigned32 object should be returned for this object: - If no order is specified in the RPKI Router configuration. - - If a preference value is configured that is larger - than the max value for an Unsigned32 object." + - If a preference value is configured that is + larger than the max value for an Unsigned32 + object." + REFERENCE "The RPKI/Rtr Protocol, RFC6810 - section 8." DEFVAL { 4294967295 } - ::= { rpkiRtrCacheServerTableEntry 6 } + ::= { rpkiRtrCacheServerTableEntry 7 } rpkiRtrCacheServerConnectionType OBJECT-TYPE SYNTAX RpkiRtrConnectionType MAX-ACCESS read-only STATUS current DESCRIPTION "The connection type or transport security suite in use for this RPKI cache server." - ::= { rpkiRtrCacheServerTableEntry 7 } + ::= { rpkiRtrCacheServerTableEntry 8 } rpkiRtrCacheServerConnectionStatus OBJECT-TYPE SYNTAX INTEGER { up(1), down(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status for this entry (connection to this RPKI cache server)." - ::= { rpkiRtrCacheServerTableEntry 8 } + ::= { rpkiRtrCacheServerTableEntry 9 } rpkiRtrCacheServerDescription OBJECT-TYPE SYNTAX LongUtf8String MAX-ACCESS read-only STATUS current DESCRIPTION "Free form description/information for this connection to this RPKI cache server." - ::= { rpkiRtrCacheServerTableEntry 9 } + ::= { rpkiRtrCacheServerTableEntry 10 } rpkiRtrCacheServerMsgsReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of messages received from this RPKI cache server via this connection. Discontinuities are indicated by the value of rpkiRtrDiscontinuityTimer." - ::= { rpkiRtrCacheServerTableEntry 10 } + ::= { rpkiRtrCacheServerTableEntry 11 } rpkiRtrCacheServerMsgsSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of messages sent to this RPKI cache server via this connection. Discontinuities are indicated by the value of rpkiRtrDiscontinuityTimer." - ::= { rpkiRtrCacheServerTableEntry 11 } + ::= { rpkiRtrCacheServerTableEntry 12 } rpkiRtrCacheServerV4ActiveRecords OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of active IPv4 records received from this RPKI cache server via this connection." - ::= { rpkiRtrCacheServerTableEntry 12 } + ::= { rpkiRtrCacheServerTableEntry 13 } rpkiRtrCacheServerV4Announcements OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of IPv4 records announced by the RPKI cache Server via this connection. Discontinuities are indicated by the value of rpkiRtrDiscontinuityTimer." - ::= { rpkiRtrCacheServerTableEntry 13 } + ::= { rpkiRtrCacheServerTableEntry 14 } rpkiRtrCacheServerV4Withdrawals OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of IPv4 records withdrawn by the RPKI cache Server via this connection. Discontinuities are indicated by the value of rpkiRtrDiscontinuityTimer." - ::= { rpkiRtrCacheServerTableEntry 14 } + ::= { rpkiRtrCacheServerTableEntry 15 } rpkiRtrCacheServerV6ActiveRecords OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of active IPv6 records received from this RPKI cache server via this connection." - ::= { rpkiRtrCacheServerTableEntry 15 } + ::= { rpkiRtrCacheServerTableEntry 16 } rpkiRtrCacheServerV6Announcements OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of IPv6 records announced by the RPKI cache Server via this connection. Discontinuities are indicated by the value of rpkiRtrDiscontinuityTimer." - ::= { rpkiRtrCacheServerTableEntry 16 } + ::= { rpkiRtrCacheServerTableEntry 17 } rpkiRtrCacheServerV6Withdrawals OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of IPv6 records withdrawn by the RPKI cache Server via this connection. Discontinuities are indicated by the value of rpkiRtrDiscontinuityTimer." - - ::= { rpkiRtrCacheServerTableEntry 17 } + ::= { rpkiRtrCacheServerTableEntry 18 } rpkiRtrCacheServerLatestSerial OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The latest serial number of data received from this RPKI server on this connection. Note: this value wraps back to zero when it reaches its maximum value." REFERENCE "RFC6810 section 2 and RFC1982" -- RFC-Editor: please fill out nnnn with the RFC number assigned -- to draft-ietf-sidr-rpki-rtr-nn.txt - ::= { rpkiRtrCacheServerTableEntry 18 } + ::= { rpkiRtrCacheServerTableEntry 19 } rpkiRtrCacheServerSessionID OBJECT-TYPE SYNTAX Unsigned32 (0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "The Session ID associated with the RPKI cache server at the other end of this connection." REFERENCE "RFC6810 section 2" - ::= { rpkiRtrCacheServerTableEntry 19 } + ::= { rpkiRtrCacheServerTableEntry 20 } rpkiRtrCacheServerRefreshTimer OBJECT-TYPE SYNTAX Unsigned32 (60..7200) UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "The number of seconds configured for the refresh timer for this connection to this RPKI cache server." REFERENCE "RFC6810 section 8, section 6.1" - ::= { rpkiRtrCacheServerTableEntry 20 } + ::= { rpkiRtrCacheServerTableEntry 21 } rpkiRtrCacheServerTimeToRefresh OBJECT-TYPE SYNTAX Integer32 UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "The number of seconds remaining before a new refresh is performed via a Serial Query to this cache server over this connection. A negative value means that the refresh time has - passed this many seconds and the refresh has not yet - been completed. It will stop decrementing at the - maximum negative value. + passed this many seconds and the refresh has not + yet been completed. It will stop decrementing at + the maximum negative value. Upon a completed refresh (i.e. a successful and complete response to a Serial Query) the value of this attribute will be re-initialized with the value of the corresponding rpkiRtrCacheServerRefreshTimer attribute." REFERENCE "RFC6810 section 8" - ::= { rpkiRtrCacheServerTableEntry 21 } + ::= { rpkiRtrCacheServerTableEntry 22 } rpkiRtrCacheServerId OBJECT-TYPE SYNTAX Unsigned32 (1..4294967295) MAX-ACCESS read-only STATUS current DESCRIPTION "The unique ID for this connection. An implementation must make sure this ID is unique within this table. It is this ID that can be used to find entries in the rpkiRtrPrefixOriginTable - that were created by announcements received on this - connection from this cache server." + that were created by announcements received on + this connection from this cache server." REFERENCE "RFC6810 section 4" - ::= { rpkiRtrCacheServerTableEntry 22 } + ::= { rpkiRtrCacheServerTableEntry 23 } -- ============================================================== -- Errors Table -- ============================================================== rpkiRtrCacheServerErrorsTable OBJECT-TYPE SYNTAX SEQUENCE OF RpkiRtrCacheServerErrorsTableEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table provides statistics on errors per RPKI peer connection. These can be used for debugging." ::= { rpkiRtrObjects 3 } rpkiRtrCacheServerErrorsTableEntry OBJECT-TYPE SYNTAX RpkiRtrCacheServerErrorsTableEntry MAX-ACCESS not-accessible STATUS current - DESCRIPTION "An entry in the rpkiCacheServerErrorTable. It holds - management objects associated with errors codes that - were received on the specified connection to a - specific cache server." + DESCRIPTION "An entry in the rpkiCacheServerErrorTable. It + holds management objects associated with errors + codes that were received on the specified + connection to a specific cache server." REFERENCE "RFC6810 section 10" AUGMENTS { rpkiRtrCacheServerTableEntry } ::= { rpkiRtrCacheServerErrorsTable 1 } RpkiRtrCacheServerErrorsTableEntry ::= SEQUENCE { rpkiRtrCacheServerErrorsCorruptData Counter32, rpkiRtrCacheServerErrorsInternalError Counter32, rpkiRtrCacheServerErrorsNoData Counter32, rpkiRtrCacheServerErrorsInvalidRequest Counter32, rpkiRtrCacheServerErrorsUnsupportedVersion Counter32, @@ -711,26 +743,33 @@ announced by RPKI cache servers to this system. That is the prefixes and their Origin ASN as received by announcements via the rpki-rtr protocol." ::= { rpkiRtrObjects 4 } rpkiRtrPrefixOriginTableEntry OBJECT-TYPE SYNTAX RpkiRtrPrefixOriginTableEntry MAX-ACCESS not-accessible STATUS current - DESCRIPTION "An entry in the rpkiRtrPrefixOriginTable. - This represents one announced prefix. If a Cache - Server is removed from the local configuration, any - table rows associated with that server (indicated by + DESCRIPTION "An entry in the rpkiRtrPrefixOriginTable. This + represents one announced prefix. If a Cache Server + is removed from the local configuration, any table + rows associated with that server (indicated by rpkiRtrPrefixOriginCacheServerId) are also removed - from this table." + from this table. + + Implementers should be aware that if the + rpkiRtrPrefixOriginAddress object exceeds 111 + octets, the index values will exceed the 128 + sub-identifier limit and cannot be accessed using + SNMPv1, SNMPv2c, or SNMPv3." + INDEX { rpkiRtrPrefixOriginAddressType, rpkiRtrPrefixOriginAddress, rpkiRtrPrefixOriginMinLength, rpkiRtrPrefixOriginMaxLength, rpkiRtrPrefixOriginASN, rpkiRtrPrefixOriginCacheServerId } ::= { rpkiRtrPrefixOriginTable 1 } RpkiRtrPrefixOriginTableEntry ::= SEQUENCE { @@ -741,21 +780,21 @@ rpkiRtrPrefixOriginASN InetAutonomousSystemNumber, rpkiRtrPrefixOriginCacheServerId Unsigned32 } rpkiRtrPrefixOriginAddressType OBJECT-TYPE SYNTAX InetAddressType MAX-ACCESS not-accessible STATUS current DESCRIPTION "The network Address Type for this prefix. - Note: Only IPv4, IPv6 and DNS support are required + Note: Only IPv4 and IPv6 support are required for RFCxxxx read only compliance." ::= { rpkiRtrPrefixOriginTableEntry 1 } rpkiRtrPrefixOriginAddress OBJECT-TYPE SYNTAX InetAddress MAX-ACCESS not-accessible STATUS current DESCRIPTION "The network Address for this prefix. The format of the address is defined by the @@ -774,21 +813,21 @@ SYNTAX InetAddressPrefixLength MAX-ACCESS not-accessible STATUS current DESCRIPTION "The maximum prefix length allowed for this prefix. Note, this value must be greater or equal to the value of rpkiRtrPrefixOriginMinLength." ::= { rpkiRtrPrefixOriginTableEntry 4 } rpkiRtrPrefixOriginASN OBJECT-TYPE - SYNTAX InetAutonomousSystemNumber + SYNTAX InetAutonomousSystemNumber (0..4294967295) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The ASN that is authorized to announce the prefix or sub-prefixes covered by this entry." ::= { rpkiRtrPrefixOriginTableEntry 5 } rpkiRtrPrefixOriginCacheServerId OBJECT-TYPE SYNTAX Unsigned32 (1..4294967295) MAX-ACCESS read-only STATUS current @@ -849,47 +888,67 @@ -- Module Compliance information -- ============================================================== rpkiRtrCompliances OBJECT IDENTIFIER ::= {rpkiRtrConformance 1} rpkiRtrGroups OBJECT IDENTIFIER ::= {rpkiRtrConformance 2} rpkiRtrRFCxxxxReadOnlyCompliance MODULE-COMPLIANCE STATUS current - DESCRIPTION "The compliance statement for the rpkiRtrMIB - module. There are only read-only objects in this - MIB module, so the 'ReadOnly' in the name of this - compliance statement is there only for clarity - and truth in advertising. + DESCRIPTION + "The compliance statement for the rpkiRtrMIB module. There + are only read-only objects in this MIB module, so the + 'ReadOnly' in the name of this compliance statement is there + only for clarity and truth in advertising. - In order to be compliant, the InetAddressType - objects in this MIB, rpkiRtrCacheServerAddressType - and rpkiRtrPrefixOriginAddressType, are only - required to support the ipv4, ipv6, and dns types. + There are a number of INDEX objects that cannot be + represented in the form of OBJECT clauses in SMIv2, but for + which there are compliance requirements. Those requirements + and similar requirements for related objects are expressed + below, in pseudo-OBJECT clause form, in this description: + + -- OBJECT rpkiRtrCacheServerRemoteAddressType + -- SYNTAX InetAddressType { ipv4(1), ipv6(2), dns(16) } + -- DESCRIPTION + -- The MIB requires support for the IPv4, IPv6 and DNS + -- InetAddressTypes's for this object. + + -- OBJECT rpkiRtrCacheServerLocalAddressType + -- SYNTAX InetAddressType { ipv4(1), ipv6(2), dns(16) } + -- DESCRIPTION + -- The MIB requires support for the IPv4, IPv6 and DNS + -- InetAddressTypes's for this object. + + -- OBJECT rpkiRtrPrefixOriginAddressType + -- SYNTAX InetAddressType { ipv4(1), ipv6(2) } + -- DESCRIPTION + -- The MIB requires support for the IPv4 and IPv6 + -- InetAddressTypes's for this object. " + MODULE -- This module MANDATORY-GROUPS { rpkiRtrCacheServerGroup, rpkiRtrPrefixOriginGroup, - rpkiRtrNotificationsGroup, - rpkiRtrCacheServerAddressType + rpkiRtrNotificationsGroup } GROUP rpkiRtrCacheServerErrorsGroup DESCRIPTION "Implementation of this group is optional and would be useful for debugging." ::= { rpkiRtrCompliances 1 } rpkiRtrCacheServerGroup OBJECT-GROUP OBJECTS { rpkiRtrDiscontinuityTimer, + rpkiRtrCacheServerLocalAddressType, rpkiRtrCacheServerLocalAddress, rpkiRtrCacheServerLocalPort, rpkiRtrCacheServerPreference, rpkiRtrCacheServerConnectionType, rpkiRtrCacheServerConnectionStatus, rpkiRtrCacheServerDescription, rpkiRtrCacheServerMsgsReceived, rpkiRtrCacheServerMsgsSent, rpkiRtrCacheServerV4ActiveRecords, rpkiRtrCacheServerV4Announcements,