CISCOSB-IP: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCOSB-IP
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
 ipSpec 1.3.6.1.4.1.9.6.1.101.26
The private MIB module definition for IP MIB.
       rsIpAddrTable 1.3.6.1.4.1.9.6.1.101.26.1 no-access
This table is parralel to MIB II IpAddrTable, and is used to add/delete entries to/from that table. In addition it contains private objects.
           rsIpAddrEntry 1.3.6.1.4.1.9.6.1.101.26.1.1 no-access
The addressing information for one of this entity's IP addresses.
               rsIpAdEntAddr 1.3.6.1.4.1.9.6.1.101.26.1.1.1 ipaddress read-only
The IP address to which this entry's addressing information pertains.
               rsIpAdEntIfIndex 1.3.6.1.4.1.9.6.1.101.26.1.1.2 integer read-write
The index value which uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
               rsIpAdEntNetMask 1.3.6.1.4.1.9.6.1.101.26.1.1.3 ipaddress read-write
The subnet mask associated with the IP address of this entry. The value of the mask is an IP address with all the network bits set to 1 and all the hosts bits set to 0.
               rsIpAdEntForwardIpBroadcast 1.3.6.1.4.1.9.6.1.101.26.1.1.4 integer read-write
This variable controls forwarding of IP (sub)net-directed broadcasts destined for an attached sub(net). Enumeration: 'enable': 1, 'disable': 2.
               rsIpAdEntBackupAddr 1.3.6.1.4.1.9.6.1.101.26.1.1.5 ipaddress read-write
In case there are two IP routers in the domain, the address of the second IP router.
               rsIpAdEntStatus 1.3.6.1.4.1.9.6.1.101.26.1.1.6 integer read-write
The validity of this entry. Invalid indicates that this entry is invalid in IpAddrTable (MIB II). Enumeration: 'valid': 1, 'invalid': 2.
               rsIpAdEntBcastAddr 1.3.6.1.4.1.9.6.1.101.26.1.1.7 integer read-write
Indicates how the host part of ip subnet broadcast messages will be filled: 0 - host part will be filled by 0 1 - host part will be filled by 1.
               rsIpAdEntArpServer 1.3.6.1.4.1.9.6.1.101.26.1.1.8 integer read-write
Indicates whether the router will reply to incoming ARP requests on this interface, providing the physical address corresponding to this IP interface. Enumeration: 'enable': 1, 'disable': 2.
               rsIpAdEntName 1.3.6.1.4.1.9.6.1.101.26.1.1.9 displaystring read-write
The IP Interface name
               rsIpAdEntOwner 1.3.6.1.4.1.9.6.1.101.26.1.1.10 integer read-write
The IP Interface owner. Static if interface defined by user, dhcp if received by boot protocol like DHCP and internal for internal usage. Enumeration: 'default': 4, 'dhcp': 2, 'internal': 3, 'static': 1.
               rsIpAdEntAdminStatus 1.3.6.1.4.1.9.6.1.101.26.1.1.11 integer read-write
The IP Interface admin status. Enumeration: 'down': 2, 'up': 1.
               rsIpAdEntOperStatus 1.3.6.1.4.1.9.6.1.101.26.1.1.12 integer read-only
If active the interface can be used to send and receive frames. Enumeration: 'active': 1, 'inactive': 2.
               rsIpAdEntPrecedence 1.3.6.1.4.1.9.6.1.101.26.1.1.13 integer read-write
The IP preference, to be selected as source IP for rsIpAdEntIfIndex. this source IP selection is first by preference value. if more than one IP has the same preference the one with the lowest IP is selected. (higher value -> higher preference)
               rsIpAdEntUniqueStatus 1.3.6.1.4.1.9.6.1.101.26.1.1.14 integer read-only
The IP address unique status defines IP address state in an assignment process and after duplication detection. Enumeration: 'tentative': 3, 'validDuplicated': 2, 'delayed': 5, 'valid': 1, 'notReceived': 6, 'duplicated': 4.
       icmpSpec 1.3.6.1.4.1.9.6.1.101.26.2
           rsIcmpGenErrMsgEnable 1.3.6.1.4.1.9.6.1.101.26.2.1 integer read-write
This variable controlls the ability to generate ICMP error messages Enumeration: 'enable': 1, 'disable': 2.
           rsIcmpRdTable 1.3.6.1.4.1.9.6.1.101.26.2.2 no-access
This table contains ICMP Router Discovery parameters configurated per IP interface.
               rsIcmpRdEntry 1.3.6.1.4.1.9.6.1.101.26.2.2.1 no-access
The ICMP parameters configurated for IP interface.
                   rsIcmpRdIpAddr 1.3.6.1.4.1.9.6.1.101.26.2.2.1.1 ipaddress read-only
The IP address to which this entry's information pertains.
                   rsIcmpRdIpAdvertAddr 1.3.6.1.4.1.9.6.1.101.26.2.2.1.2 ipaddress read-write
The IP destination address to be used for multicast Router Advertisements sent from the interface. The only permissible values are the all-systems multicast address, 224.0.0.1, or the limited-broadcast address, 255.255.255.255.
                   rsIcmpRdMaxAdvertInterval 1.3.6.1.4.1.9.6.1.101.26.2.2.1.3 integer read-write
The maximum time allowed between sending multicast Router Advertisements from the interface, in seconds. Must be no less than 4 seconds and no greater than 1800 seconds.
                   rsIcmpRdMinAdvertInterval 1.3.6.1.4.1.9.6.1.101.26.2.2.1.4 integer read-write
The minimum time allowed between sending unsolicited multicast Router Advertisements from the interface, in seconds. Must be no less than 3 seconds and no greater than rsIcmpRdMaxAdvertInterval. Default: 0.75 * rsIcmpRdMaxAdvertInterval.
                   rsIcmpRdAdvertLifetime 1.3.6.1.4.1.9.6.1.101.26.2.2.1.5 integer read-write
The maximum length of time that the advertised addresses are to be considered as valid. Must be no less than rsIcmpRdMaxAdvertInterval and no greater than 9000 seconds. Default: 3 * rsIcmpRdMaxAdvertInterval.
                   rsIcmpRdAdvertise 1.3.6.1.4.1.9.6.1.101.26.2.2.1.6 integer read-write
A flag indicating whether or not the address is to be advertised. Enumeration: 'enable': 1, 'disable': 2.
                   rsIcmpRdPreferenceLevel 1.3.6.1.4.1.9.6.1.101.26.2.2.1.7 integer read-write
The preferability of the address as a default router address, relative to other router addresses on the same subnet.
                   rsIcmpRdEntStatus 1.3.6.1.4.1.9.6.1.101.26.2.2.1.8 integer read-write
Setting of any value to this object set values of all fields to the default values.
       rip2Spec 1.3.6.1.4.1.9.6.1.101.26.3
       arpSpec 1.3.6.1.4.1.9.6.1.101.26.4
           rsArpDeleteTable 1.3.6.1.4.1.9.6.1.101.26.4.1 integer read-write
Setting to value deleteArpTab(1): deletes the arp table - static and dynamic entries deleteIpArpDynamicEntries(2): delete all dynamic entries deleteIpArpStaticEntries(3): delete all static entries deleteIpArpDelDynamicRefreshStatic(4) - delete all dynamic - refresh static, thus refrashing FFT. on get returns the last action Enumeration: 'deleteIpArpDynamicEntries': 2, 'deleteIpArpDelDynamicRefreshStatic': 4, 'deleteArpTab': 1, 'deleteIpArpStaticEntries': 3, 'noAction': 0.
           rsArpInactiveTimeOut 1.3.6.1.4.1.9.6.1.101.26.4.2 unsigned32 read-write
This variable defines the maximum time period (in second) that can pass between ARP requests concerning an entry in the ARP table. After this time period, the entry is deleted from the table.
           rsArpProxy 1.3.6.1.4.1.9.6.1.101.26.4.3 integer read-write
When ARP Proxy is enabled, the router can respond to ARP requests for nodes located on a different sub-net, provided they are it its network table. The router responds with its own MAC address. When ARP Proxy is disabled, the router responds only to ARP requests for its own IP addresses. Enumeration: 'enable': 1, 'disable': 2.
           rsArpRequestsSent 1.3.6.1.4.1.9.6.1.101.26.4.4 counter32 read-only
Displays how many ARP requests have been sent out to an ARP server for address resolution.
           rsArpRepliesSent 1.3.6.1.4.1.9.6.1.101.26.4.5 counter32 read-only
Displays how many ARP replies have been sent out to an ARP client in response to request packets.
           rsArpProxyRepliesSent 1.3.6.1.4.1.9.6.1.101.26.4.6 counter32 read-only
Displays how many proxy ARP replies have been sent out in response to request packets. A proxy router serving as a gateway to a subnet would respond with a proxy reply.
           rsArpUnresolveTimer 1.3.6.1.4.1.9.6.1.101.26.4.7 integer read-write
Specifies the frequency in seconds in which to send out ARP requests to resolve the Next Hop MAC address.
           rsArpMibVersion 1.3.6.1.4.1.9.6.1.101.26.4.8 integer read-only
MIB's version, the current version is 2. Version 1: rsArpDeleteTable Setting this object to any not-null value has the effect of deleting all entries of the ARP table. Version 2: rsArpDeleteTable Setting to value deleteArpTab(1): deletes the arp table - static and dynamic entries deleteIpArpDynamicEntries(2): delete all dynamic entries deleteIpArpStaticEntries(3): delete all static entries deleteIpArpDelDynamicRefreshStatic(4): delete all dynamic - refresh static, thus refrashing FFT. on get returns the last action. New MIB variables support: rsArpRequestsSent rsArpRepliesSent rsArpProxyRepliesSent rsArpUnresolveTimer rsArpMibVersion Version 3: New MIB variables support: rsArpStaticTable rsArpInterfaceTable
           rsArpStaticTable 1.3.6.1.4.1.9.6.1.101.26.4.9 no-access
The table used for adding static ARP entries without specifying Layer 2 interface.
               rsArpStaticEntry 1.3.6.1.4.1.9.6.1.101.26.4.9.1 no-access
Each entry contains one IpAddress to `physical' address equivalence.
                   rsArpStaticIpAddress 1.3.6.1.4.1.9.6.1.101.26.4.9.1.1 ipaddress no-access
The IpAddress corresponding to the media-dependent `physical' address.
                   rsArpStaticPhysAddress 1.3.6.1.4.1.9.6.1.101.26.4.9.1.2 physaddress read-write
The media-dependent `physical' address.
                   rsArpStaticRowStatus 1.3.6.1.4.1.9.6.1.101.26.4.9.1.3 rowstatus read-write
Entry status.
           rsArpInterfaceTable 1.3.6.1.4.1.9.6.1.101.26.4.10 no-access
L2 Interface specific configuration for ARP Application. Entry in this table will be dynamically created, when first IP Address is defined on specific L2 interface, and destroyed when the last IP address on this L2 interface is removed
                 rsArpInterfaceEntry 1.3.6.1.4.1.9.6.1.101.26.4.10.1 no-access
Each entry contains L2 Interface specific configuration for ARP Application.
                     rsArpInterfaceIfIndex 1.3.6.1.4.1.9.6.1.101.26.4.10.1.1 interfaceindex no-access
The index value that uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of the IF-MIB's ifIndex.
                     rsArpInterfaceInactiveTimeOut 1.3.6.1.4.1.9.6.1.101.26.4.10.1.2 unsigned32 read-write
This variable defines the maximum time period (in second) that can pass between ARP requests concerning an entry in the ARP table. After this time period, the entry is deleted from the table. Default value 0 means using value from rsArpInactiveTimeOut
                     rsArpInterfaceArpProxy 1.3.6.1.4.1.9.6.1.101.26.4.10.1.3 integer read-write
When ARP Proxy is enabled, the router can respond to ARP requests for nodes located on a different sub-net, provided they are it its network table. The router responds with its own MAC address. When ARP Proxy is disabled, the router responds only to ARP requests for its own IP addresses. Enumeration: 'enable': 1, 'disable': 2.
           rsArpNumOfEntries 1.3.6.1.4.1.9.6.1.101.26.4.11 counter32 read-only
Displays how many ARP entries stored in ARP Table.
       tftp 1.3.6.1.4.1.9.6.1.101.26.5
           rsTftpRetryTimeOut 1.3.6.1.4.1.9.6.1.101.26.5.1 integer read-write
General Retransmission time-out value (seconds)
           rsTftpTotalTimeOut 1.3.6.1.4.1.9.6.1.101.26.5.2 integer read-write
Total Retransmission time-out value (seconds)
           rsSendConfigFile 1.3.6.1.4.1.9.6.1.101.26.5.3 displaystring read-write
The file name include path where the Router Server will put the full configuration. The default destination address will be the sender address.
           rsGetConfigFile 1.3.6.1.4.1.9.6.1.101.26.5.4 displaystring read-write
The file name include path where the Router Server will get the full configuration from. The default destination address will be the sender address.
           rsLoadSoftware 1.3.6.1.4.1.9.6.1.101.26.5.5 displaystring read-write
The file name include path where the Router Server will get the software. The default source address will be the sender address.
           rsFileServerAddress 1.3.6.1.4.1.9.6.1.101.26.5.6 ipaddress read-write
The IP address of the configuration / sw server.
           rsSoftwareDeviceName 1.3.6.1.4.1.9.6.1.101.26.5.7 displaystring read-write
The Software Device Name specifies a device name, using this Software
           rsSoftwareFileAction 1.3.6.1.4.1.9.6.1.101.26.5.8 integer read-write
Holds the current action done on the software file Enumeration: 'download': 1, 'upload': 2.
       ipRedundancy 1.3.6.1.4.1.9.6.1.101.26.6
       ipRouteLeaking 1.3.6.1.4.1.9.6.1.101.26.7
       ipRipFilter 1.3.6.1.4.1.9.6.1.101.26.8
       rsRipEnable 1.3.6.1.4.1.9.6.1.101.26.9 integer read-write
Enables, disables or shutdown (doesn't delete configuration) RIP. Enumeration: 'enable': 1, 'shutdown': 3, 'disable': 2.
       rsTelnetPassword 1.3.6.1.4.1.9.6.1.101.26.11 octet string read-write
       rlTranslationNameToIpTable 1.3.6.1.4.1.9.6.1.101.26.12 no-access
This table translates IP interfaces's name to IP interface's address
             rlTranslationNameToIpEntry 1.3.6.1.4.1.9.6.1.101.26.12.1 no-access
The row definition for this table.
                 rlTranslationNameToIpName 1.3.6.1.4.1.9.6.1.101.26.12.1.1 displaystring read-only
The IP Interface name
                 rlTranslationNameToIpIpAddr 1.3.6.1.4.1.9.6.1.101.26.12.1.2 ipaddress read-only
The IP Interface address
       rlIpRoutingProtPreference 1.3.6.1.4.1.9.6.1.101.26.13
       rlOspf 1.3.6.1.4.1.9.6.1.101.26.14
       rlIpAddrTableMibVersion 1.3.6.1.4.1.9.6.1.101.26.15 integer read-only
The IpAddrTable MIB's version.
       rlIpCidrRouteExtTable 1.3.6.1.4.1.9.6.1.101.26.16 no-access
Augmenting ipCidrRouteTable (ip forwarfing information table) for added info as read only
             rlIpCidrRouteExtEntry 1.3.6.1.4.1.9.6.1.101.26.16.1 no-access
A row of the table ipCidrRouteTable Extended by this definition.
                 rlIpCidrRouteProto 1.3.6.1.4.1.9.6.1.101.26.16.1.1 integer read-only
Added infor for ipCidrRouteTable. extends the info of ipCidrRouteProto to show the route inner protocol. Allowes the user to see which type of route in the protocol e.g. ospf internal, ospf external. Enumeration: 'netmgmt': 2, 'bgp4External': 8, 'ospfExternal': 5, 'rip': 3, 'local': 1, 'other': 10, 'bgp4Internal': 7, 'ospfAggregateNetRange': 6, 'aggregateRoute': 9, 'ospfInternal': 4.
       rlIpStaticRoute 1.3.6.1.4.1.9.6.1.101.26.17
             rlIpStaticRouteTable 1.3.6.1.4.1.9.6.1.101.26.17.1 no-access
This entity's static (user configured) IP Routing table. entries are MAX-ACCESSible even if not used for forwarding
                 rlIpStaticRouteEntry 1.3.6.1.4.1.9.6.1.101.26.17.1.1 no-access
A particular Static(user configured) route to a particular destina- tion, under a particular policy.
                     rlIpStaticRouteDest 1.3.6.1.4.1.9.6.1.101.26.17.1.1.1 ipaddress read-only
The destination IP address of this route. This object may not take a Multicast (Class D) address value. Any assignment (implicit or otherwise) of an instance of this object to a value x must be rejected if the bitwise logical-AND of x with the value of the corresponding instance of the rlIpStaticRouteMask object is not equal to x.
                     rlIpStaticRouteMask 1.3.6.1.4.1.9.6.1.101.26.17.1.1.2 ipaddress read-only
Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the rlIpStaticRouteDest field. For those systems that do not support arbitrary subnet masks, an agent constructs the value of the rlIpStaticRouteMask by reference to the IP Ad- dress Class. Any assignment (implicit or otherwise) of an instance of this object to a value x must be rejected if the bitwise logical-AND of x with the value of the corresponding instance of the rlIpStaticRouteDest object is not equal to ipCidrRoute- Dest.
                     rlIpStaticRouteTos 1.3.6.1.4.1.9.6.1.101.26.17.1.1.3 integer read-only
See ipCidrRouteTos definition For now only value 0 is valid
                     rlIpStaticRouteNextHop 1.3.6.1.4.1.9.6.1.101.26.17.1.1.4 ipaddress read-only
On remote routes, the address of the next sys- tem en route; Otherwise, 0.0.0.0.
                     rlIpStaticRouteMetric 1.3.6.1.4.1.9.6.1.101.26.17.1.1.5 integer read-write
The routing metric for this route. The semantics of this metric are determined by the user. normal semantic will be next hop count or some administarative distance to create routing policy.
                     rlIpStaticRouteType 1.3.6.1.4.1.9.6.1.101.26.17.1.1.6 integer read-write
The type of route. Note that local(3) refers to a route for which the next hop is the final destination this is the case when user overides the a local interface entry to change it parameters; remote(4) refers to a route for which the next hop is not the final destina- tion. reject (2) refers to a route which, if matched, discards the message as unreachable. This is may be used as a means of correctly aggregating routes, When static routes are distributed (leaked) to other protocols. Enumeration: 'remote': 3, 'local': 2, 'reject': 1.
                     rlIpStaticRouteNextHopAS 1.3.6.1.4.1.9.6.1.101.26.17.1.1.7 integer read-write
The Autonomous System Number of the Next Hop. The semantics of this object are determined by the routing-protocol specified in the route's ipCidrRouteProto value. When this object is unknown or not relevant its value should be set to zero.
                     rlIpStaticRouteForwardingStatus 1.3.6.1.4.1.9.6.1.101.26.17.1.1.8 integer read-only
active - An indication that the route has implication on routing inactive - the route is a backup route or it is down. It is not used in forwarding decision. Down means that the Ip interface on which it is configured is down. (Note: ip interface down may be for two reason - its admin status or the L2 interface , on which the ip interface is configured, status Enumeration: 'active': 1, 'inactive': 2.
                     rlIpStaticRouteRowStatus 1.3.6.1.4.1.9.6.1.101.26.17.1.1.9 rowstatus read-write
The row status variable, used according to row installation and removal conventions.
                     rlIpStaticRouteOwner 1.3.6.1.4.1.9.6.1.101.26.17.1.1.10 integer read-only
Static - The route is configured over Static IP. This route is written to configuration files. Dhcp - The route is Configured by DHCP (received as part of DHCP configuration) This route IS NOT written to configuration files Dhcp - The route is Configured default system config exist till any other configuration is applied Enumeration: 'default': 3, 'dhcp': 2, 'static': 1.
       rlIpRouter 1.3.6.1.4.1.9.6.1.101.26.18
       rlIpAddressesNumber 1.3.6.1.4.1.9.6.1.101.26.23 unsigned32 read-only
This variable specifies current number of entries in rsIpAddrTable.
       rlIpStaticPrefixesNumber 1.3.6.1.4.1.9.6.1.101.26.24 unsigned32 read-only
This variable specifies current number of static prefixes in the system.
       rlIpTotalPrefixesNumber 1.3.6.1.4.1.9.6.1.101.26.25 unsigned32 read-only
This variable specifies current total number of prefixes in the system.
       rlManagementIpv4 1.3.6.1.4.1.9.6.1.101.26.32 ipaddress read-write
The system management IPv4 address which is kept between system modes changes
       rlManagementIpv4Action 1.3.6.1.4.1.9.6.1.101.26.33 integer read-write
The system management IPv4 action: clear - delete all ipv4 interfaces from startup configuration database except rlManagementIpv4 Enumeration: 'clear': 1.
       rlManagementIpIfindex 1.3.6.1.4.1.9.6.1.101.26.34 unsigned32 read-write
The system management IPs addresses ifIndex which is kept between system modes changes
       rlSourceAddressSelectionTable 1.3.6.1.4.1.9.6.1.101.26.35 no-access
The table specifies IPv4 and IPv6 source interfaces per application. Only supported applications are present in the table.
             rlSourceAddressSelectionEntry 1.3.6.1.4.1.9.6.1.101.26.35.1 no-access
The row definition for this table.
                 rlSourceAddressSelectionApp 1.3.6.1.4.1.9.6.1.101.26.35.1.1 displaystring no-access
The application which source interfaces are defined in the entry.
                 rlSourceAddressSelectionInterfaceIPv4 1.3.6.1.4.1.9.6.1.101.26.35.1.2 interfaceindexorzero read-write
The ifIndex value of source interface for IPv4 address. Zero means the interface is undefined.
                 rlSourceAddressSelectionInterfaceIPv6 1.3.6.1.4.1.9.6.1.101.26.35.1.3 interfaceindexorzero read-write
The ifIndex value of source interface for IPv6 address. Zero means the interface is undefined.