rpkiRtrCacheServerRemoteAddressType
RPKI-ROUTER-MIB ·
.1.3.6.1.2.1.218.1.2.1.1
Object
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.
Context
- MIB
- RPKI-ROUTER-MIB
- OID
.1.3.6.1.2.1.218.1.2.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- rpkiRtrCacheServerTableEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'RPKI-ROUTER-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RPKI-ROUTER-MIB::rpkiRtrCacheServerRemoteAddressType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RPKI-ROUTER-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RPKI-ROUTER-MIB::rpkiRtrCacheServerRemoteAddressType.<rpkiRtrCacheServerRemoteAddressType>.<rpkiRtrCacheServerRemoteAddress>.<rpkiRtrCacheServerRemotePort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RPKI-ROUTER-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RPKI-ROUTER-MIB::rpkiRtrCacheServerRemoteAddressType'
Syntax
- Source
- INET-ADDRESS-MIBInetAddressType
- Base type
Enumeration
Values & Constraints
Type Values
0 | unknown |
1 | ipv4 |
2 | ipv6 |
3 | ipv4z |
4 | ipv6z |
16 | dns |
25 | l2vpn |