RPKI-ROUTER-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: RPKI-ROUTER-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 rpkiRtrMIB 1.3.6.1.2.1.218
This MIB module contains management objects to support monitoring of the Resource Public Key Infrastructure (RPKI) protocol on routers. 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). This version of this MIB module is part of RFC 6945; see the RFC itself for full legal notices.
         rpkiRtrNotifications 1.3.6.1.2.1.218.0
             rpkiRtrCacheServerConnectionStateChange 1.3.6.1.2.1.218.0.1
This notification signals a change in the status of an rpkiRtrCacheServerConnection. The management agent MUST throttle the generation of consecutive rpkiRtrCacheServerConnectionStateChange notifications such that there is at least a 5 second gap between them. If more than one notification has occurred locally during that time, the most recent notification is sent at the end of the 5 second gap and the others are discarded.
             rpkiRtrCacheServerConnectionToGoStale 1.3.6.1.2.1.218.0.2
This notification signals that an RPKI cache server connection is about to go stale. It is suggested that this notification is generated when the value of the rpkiRtrCacheServerTimeToRefresh attribute goes below 60 seconds. The SNMP agent MUST throttle the generation of consecutive rpkiRtrCacheServerConnectionToGoStale notifications such that there is at least a 5 second gap between them.
         rpkiRtrObjects 1.3.6.1.2.1.218.1
             rpkiRtrDiscontinuityTimer 1.3.6.1.2.1.218.1.1 timestamp read-only
This timer represents the timestamp (value of sysUpTime) at which time any of the Counter32 objects in this MIB module encountered a discontinuity. For objects that use rpkiRtrDiscontinuityTimer to indicate discontinuity, only values received since the time indicated by rpkiRtrDiscontinuityTimer are comparable to each other. A manager should take the possibility of rollover into account when calculating difference values. In principle, that should only happen if the SNMP agent or the instrumentation for this MIB module starts or restarts.
             rpkiRtrCacheServerTable 1.3.6.1.2.1.218.1.2 no-access
This table lists the RPKI cache servers known to this router/system.
                 rpkiRtrCacheServerTableEntry 1.3.6.1.2.1.218.1.2.1 no-access
An entry in the rpkiRtrCacheServerTable. It holds management attributes associated 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.
                     rpkiRtrCacheServerRemoteAddressType 1.3.6.1.2.1.218.1.2.1.1 inetaddresstype no-access
The network address type of the connection to this RPKI cache server. Note: Only IPv4, IPv6, and DNS support are required for read-only compliance with RFC 6945.
                     rpkiRtrCacheServerRemoteAddress 1.3.6.1.2.1.218.1.2.1.2 inetaddress no-access
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 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.
                     rpkiRtrCacheServerRemotePort 1.3.6.1.2.1.218.1.2.1.3 inetportnumber no-access
The remote port number for this connection to this RPKI cache server.
                     rpkiRtrCacheServerLocalAddressType 1.3.6.1.2.1.218.1.2.1.4 inetaddresstype read-only
The network address type of the connection to this RPKI cache server. Note: Only IPv4, IPv6, and DNS support are required for read-only compliance with RFC 6945.
                     rpkiRtrCacheServerLocalAddress 1.3.6.1.2.1.218.1.2.1.5 inetaddress read-only
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 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.
                     rpkiRtrCacheServerLocalPort 1.3.6.1.2.1.218.1.2.1.6 inetportnumber read-only
The local port number for this connection to this RPKI cache server.
                     rpkiRtrCacheServerPreference 1.3.6.1.2.1.218.1.2.1.7 unsigned32 read-only
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. 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.
                     rpkiRtrCacheServerConnectionType 1.3.6.1.2.1.218.1.2.1.8 rpkirtrconnectiontype read-only
The connection type or transport security suite in use for this RPKI cache server.
                     rpkiRtrCacheServerConnectionStatus 1.3.6.1.2.1.218.1.2.1.9 integer read-only
The connection status for this entry (connection to this RPKI cache server). Enumeration: 'down': 2, 'up': 1.
                     rpkiRtrCacheServerDescription 1.3.6.1.2.1.218.1.2.1.10 longutf8string read-only
Free form description/information for this connection to this RPKI cache server.
                     rpkiRtrCacheServerMsgsReceived 1.3.6.1.2.1.218.1.2.1.11 counter32 read-only
Number of messages received from this RPKI cache server via this connection. Discontinuities are indicated by the value of rpkiRtrDiscontinuityTimer.
                     rpkiRtrCacheServerMsgsSent 1.3.6.1.2.1.218.1.2.1.12 counter32 read-only
Number of messages sent to this RPKI cache server via this connection. Discontinuities are indicated by the value of rpkiRtrDiscontinuityTimer.
                     rpkiRtrCacheServerV4ActiveRecords 1.3.6.1.2.1.218.1.2.1.13 gauge32 read-only
Number of active IPv4 records received from this RPKI cache server via this connection.
                     rpkiRtrCacheServerV4Announcements 1.3.6.1.2.1.218.1.2.1.14 counter32 read-only
The number of IPv4 records announced by the RPKI cache server via this connection. Discontinuities are indicated by the value of rpkiRtrDiscontinuityTimer.
                     rpkiRtrCacheServerV4Withdrawals 1.3.6.1.2.1.218.1.2.1.15 counter32 read-only
The number of IPv4 records withdrawn by the RPKI cache server via this connection. Discontinuities are indicated by the value of rpkiRtrDiscontinuityTimer.
                     rpkiRtrCacheServerV6ActiveRecords 1.3.6.1.2.1.218.1.2.1.16 gauge32 read-only
Number of active IPv6 records received from this RPKI cache server via this connection.
                     rpkiRtrCacheServerV6Announcements 1.3.6.1.2.1.218.1.2.1.17 counter32 read-only
The number of IPv6 records announced by the RPKI cache server via this connection. Discontinuities are indicated by the value of rpkiRtrDiscontinuityTimer.
                     rpkiRtrCacheServerV6Withdrawals 1.3.6.1.2.1.218.1.2.1.18 counter32 read-only
The number of IPv6 records withdrawn by the RPKI cache server via this connection. Discontinuities are indicated by the value of rpkiRtrDiscontinuityTimer.
                     rpkiRtrCacheServerLatestSerial 1.3.6.1.2.1.218.1.2.1.19 unsigned32 read-only
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.
                     rpkiRtrCacheServerSessionID 1.3.6.1.2.1.218.1.2.1.20 unsigned32 read-only
The Session ID associated with the RPKI cache server at the other end of this connection.
                     rpkiRtrCacheServerRefreshTimer 1.3.6.1.2.1.218.1.2.1.21 unsigned32 read-only
The number of seconds configured for the refresh timer for this connection to this RPKI cache server.
                     rpkiRtrCacheServerTimeToRefresh 1.3.6.1.2.1.218.1.2.1.22 integer32 read-only
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. Upon a completed refresh (i.e., a successful and complete response to a Serial Query) the value of this attribute will be reinitialized with the value of the corresponding rpkiRtrCacheServerRefreshTimer attribute.
                     rpkiRtrCacheServerId 1.3.6.1.2.1.218.1.2.1.23 unsigned32 read-only
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.
             rpkiRtrCacheServerErrorsTable 1.3.6.1.2.1.218.1.3 no-access
This table provides statistics on errors per RPKI peer connection. These can be used for debugging.
                 rpkiRtrCacheServerErrorsTableEntry 1.3.6.1.2.1.218.1.3.1 no-access
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.
                     rpkiRtrCacheServerErrorsCorruptData 1.3.6.1.2.1.218.1.3.1.1 counter32 read-only
The number of 'Corrupt Data' errors received from the RPKI cache server at the other end of this connection. Discontinuities are indicated by the value of rpkiRtrDiscontinuityTimer.
                     rpkiRtrCacheServerErrorsInternalError 1.3.6.1.2.1.218.1.3.1.2 counter32 read-only
The number of 'Internal Error' errors received from the RPKI cache server at the other end of this connection. Discontinuities are indicated by the value of rpkiRtrDiscontinuityTimer.
                     rpkiRtrCacheServerErrorsNoData 1.3.6.1.2.1.218.1.3.1.3 counter32 read-only
The number of 'No Data Available' errors received from the RPKI cache server at the other end of this connection. Discontinuities are indicated by the value of rpkiRtrDiscontinuityTimer.
                     rpkiRtrCacheServerErrorsInvalidRequest 1.3.6.1.2.1.218.1.3.1.4 counter32 read-only
The number of 'Invalid Request' errors received from the RPKI cache server at the other end of this connection. Discontinuities are indicated by the value of rpkiRtrDiscontinuityTimer.
                     rpkiRtrCacheServerErrorsUnsupportedVersion 1.3.6.1.2.1.218.1.3.1.5 counter32 read-only
The number of 'Unsupported Protocol Version' errors received from the RPKI cache server at the other end of this connection. Discontinuities are indicated by the value of rpkiRtrDiscontinuityTimer.
                     rpkiRtrCacheServerErrorsUnsupportedPdu 1.3.6.1.2.1.218.1.3.1.6 counter32 read-only
The number of 'Unsupported PDU Type' errors received from the RPKI cache server at the other end of this connection. Discontinuities are indicated by the value of rpkiRtrDiscontinuityTimer.
                     rpkiRtrCacheServerErrorsWithdrawalUnknown 1.3.6.1.2.1.218.1.3.1.7 counter32 read-only
The number of 'Withdrawal of Unknown Record' errors received from the RPKI cache server at the other end of this connection. Discontinuities are indicated by the value of rpkiRtrDiscontinuityTimer.
                     rpkiRtrCacheServerErrorsDuplicateAnnounce 1.3.6.1.2.1.218.1.3.1.8 counter32 read-only
The number of 'Duplicate Announcement Received' errors received from the RPKI cache server at the other end of this connection. Discontinuities are indicated by the value of rpkiRtrDiscontinuityTimer.
             rpkiRtrPrefixOriginTable 1.3.6.1.2.1.218.1.4 no-access
This table lists the prefixes that were announced by RPKI cache servers to this system. That is the prefixes and their Origin Autonomous System Number (ASN) as received by announcements via the RPKI-Router Protocol.
                 rpkiRtrPrefixOriginTableEntry 1.3.6.1.2.1.218.1.4.1 no-access
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. 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.
                     rpkiRtrPrefixOriginAddressType 1.3.6.1.2.1.218.1.4.1.1 inetaddresstype no-access
The network address type for this prefix. Note: Only IPv4 and IPv6 support are required for read-only compliance with RFC 6945.
                     rpkiRtrPrefixOriginAddress 1.3.6.1.2.1.218.1.4.1.2 inetaddress no-access
The network address for this prefix. The format of the address is defined by the value of the corresponding instance of rpkiRtrPrefixOriginAddressType.
                     rpkiRtrPrefixOriginMinLength 1.3.6.1.2.1.218.1.4.1.3 inetaddressprefixlength no-access
The minimum prefix length allowed for this prefix.
                     rpkiRtrPrefixOriginMaxLength 1.3.6.1.2.1.218.1.4.1.4 inetaddressprefixlength no-access
The maximum prefix length allowed for this prefix. Note, this value must be greater or equal to the value of rpkiRtrPrefixOriginMinLength.
                     rpkiRtrPrefixOriginASN 1.3.6.1.2.1.218.1.4.1.5 inetautonomoussystemnumber no-access
The ASN that is authorized to announce the prefix or sub-prefixes covered by this entry.
                     rpkiRtrPrefixOriginCacheServerId 1.3.6.1.2.1.218.1.4.1.6 unsigned32 read-only
The unique ID of the connection to the cache server from which this announcement was received. That connection is identified/found by a matching value in attribute rpkiRtrCacheServerId.
         rpkiRtrConformance 1.3.6.1.2.1.218.2
             rpkiRtrCompliances 1.3.6.1.2.1.218.2.1
                 rpkiRtrRFC6945ReadOnlyCompliance 1.3.6.1.2.1.218.2.1.1
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. 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 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 for this object. -- OBJECT rpkiRtrPrefixOriginAddressType -- SYNTAX InetAddressType { ipv4(1), ipv6(2) } -- DESCRIPTION -- The MIB requires support for the IPv4, and IPv6 -- InetAddressTypes for this object.
             rpkiRtrGroups 1.3.6.1.2.1.218.2.2
                 rpkiRtrCacheServerGroup 1.3.6.1.2.1.218.2.2.1
The collection of objects to monitor the RPKI peer connections.
                 rpkiRtrCacheServerErrorsGroup 1.3.6.1.2.1.218.2.2.2
The collection of objects that may help in debugging the communication between RPKI clients and cache servers.
                 rpkiRtrPrefixOriginGroup 1.3.6.1.2.1.218.2.2.3
The collection of objects that represent the prefix(es) and their validated Origin ASes.
                 rpkiRtrNotificationsGroup 1.3.6.1.2.1.218.2.2.4
The set of notifications to alert an NMS of change in connections to RPKI cache servers.