All MIBs › RADLAN-IP
Organization: Radlan Computer Communications Ltd.
Last Updated: 2005-09-29
Category: Vendor: RADLAN/Cisco SB
Description:
Manages IP interface configuration and routing parameters on Radlan/Marvell switch platforms.
Imported Objects
From IP-FORWARD-MIB
| ipCidrRouteDest | OBJECT-TYPE |
| ipCidrRouteEntry | OBJECT-TYPE |
| ipCidrRouteMask | OBJECT-TYPE |
| ipCidrRouteNextHop | OBJECT-TYPE |
| ipCidrRouteTos | OBJECT-TYPE |
From IP-MIB
| ipAddrEntry | OBJECT-TYPE |
From RADLAN-MIB
| rnd | OBJECT-IDENTITY |
From RFC1389-MIB
| rip2IfConfEntry | OBJECT-TYPE |
From SNMPv2-SMI
| Counter32 | |
| Integer32 | |
| IpAddress | |
| MODULE-IDENTITY | |
| OBJECT-TYPE | |
| Unsigned32 |
From SNMPv2-TC
| RowStatus | |
| TEXTUAL-CONVENTION | |
| TruthValue |
From SNMPv2-TC-v1
| DisplayString |
What Is RADLAN-IP?
RADLAN-IP is a vendor-specific private MIB from RADLAN/Marvell providing an extended IP address and interface configuration table for switch management interfaces, supplementing the standard IETF IP-MIB. It exposes per-interface IP address, network mask, broadcast address, forwarding behavior, backup address, ARP server association, and administrative/row status, alongside pointers to associated ICMP, RIPv2, and ARP specification objects. Its monitoring role is IP-layer configuration and interface status tracking — confirming a management or routed interface has the correct address/mask/broadcast settings and administrative state — which is network configuration monitoring rather than hardware sensor data. Engineers new to the RADLAN/Marvell switch platform often reach for a RADLAN-IP MIB Browser to explore the rsIpAddrTable structure before scripting automated polling. It is a proprietary companion to the standard IETF IP-MIB, ICMP-MIB, and RIPv2-MIB rather than a replacement, layering vendor-specific fields (like backup address and forward-broadcast control) onto the standard model. It is typically deployed on RADLAN/Marvell-based Layer 3 switches for verifying IP interface provisioning and reachability.
IPNetwork Monitor allows you to monitor SNMP objects defined in RADLAN-IP. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- IP address/netmask per interface
- broadcast address configuration
- interface administrative status
- backup IP address
- ARP server association
Supported Devices
- RADLAN/Marvell-based Layer 3 managed switches
Monitoring Examples
An operator would poll rsIpAddrTable/rsIpAddrEntry to check rsIpAdEntAddr, rsIpAdEntIfIndex, rsIpAdEntNetMask, and rsIpAdEntAdminStatus for a given routed VLAN interface to confirm it is correctly addressed and administratively up. If rsIpAdEntStatus shows a row not in an active state, or rsIpAdEntBackupAddr fails over unexpectedly, that would indicate an interface provisioning error or a high-availability failover event affecting IP reachability on that switch.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| ipSpec | 1.3.6.1.4.1.89.26 | The private MIB module definition for IP MIB. | ||
| rsIpAddrTable | 1.3.6.1.4.1.89.26.1 | not-accessible | 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.89.26.1.1 | not-accessible | The addressing information for one of this entity's IP addresses. | |
| IP rsIpAdEntAddr | 1.3.6.1.4.1.89.26.1.1.1 | IpAddress | read-only | The IP address to which this entry's addressing information pertains. |
| INT rsIpAdEntIfIndex | 1.3.6.1.4.1.89.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. |
| IP rsIpAdEntNetMask | 1.3.6.1.4.1.89.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. |
| INT rsIpAdEntForwardIpBroadcast | 1.3.6.1.4.1.89.26.1.1.4 | INTEGER | read-write | This variable controls forwarding of IP (sub)net-directed broadcasts destined for an attached sub(net). |
| IP rsIpAdEntBackupAddr | 1.3.6.1.4.1.89.26.1.1.5 | IpAddress | read-write | In case there are two IP routers in the domain, the address of the second IP router. |
| INT rsIpAdEntStatus | 1.3.6.1.4.1.89.26.1.1.6 | INTEGER | read-write | The validity of this entry. Invalid indicates that this entry is invalid in IpAddrTable (MIB II). |
| INT rsIpAdEntBcastAddr | 1.3.6.1.4.1.89.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. |
| INT rsIpAdEntArpServer | 1.3.6.1.4.1.89.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. |
| STR rsIpAdEntName | 1.3.6.1.4.1.89.26.1.1.9 | DisplayString | read-write | The IP Interface name |
| INT rsIpAdEntOwner | 1.3.6.1.4.1.89.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. |
| INT rsIpAdEntAdminStatus | 1.3.6.1.4.1.89.26.1.1.11 | INTEGER | read-write | The IP Interface admin status. |
| INT rsIpAdEntOperStatus | 1.3.6.1.4.1.89.26.1.1.12 | INTEGER | read-only | If active the interface can be used to send and receive frames. |
| icmpSpec | 1.3.6.1.4.1.89.26.2 | |||
| INT rsIcmpGenErrMsgEnable | 1.3.6.1.4.1.89.26.2.1 | INTEGER | read-write | This variable controlls the ability to generate ICMP error messages |
| rsIcmpRdTable | 1.3.6.1.4.1.89.26.2.2 | not-accessible | This table contains ICMP Router Discovery parameters configurated per IP interface. | |
| rsIcmpRdEntry | 1.3.6.1.4.1.89.26.2.2.1 | not-accessible | The ICMP parameters configurated for IP interface. | |
| IP rsIcmpRdIpAddr | 1.3.6.1.4.1.89.26.2.2.1.1 | IpAddress | read-only | The IP address to which this entry's information pertains. |
| IP rsIcmpRdIpAdvertAddr | 1.3.6.1.4.1.89.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. |
| INT rsIcmpRdMaxAdvertInterval | 1.3.6.1.4.1.89.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. |
| INT rsIcmpRdMinAdvertInterval | 1.3.6.1.4.1.89.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. |
| INT rsIcmpRdAdvertLifetime | 1.3.6.1.4.1.89.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. |
| INT rsIcmpRdAdvertise | 1.3.6.1.4.1.89.26.2.2.1.6 | INTEGER | read-write | A flag indicating whether or not the address is to be advertised. |
| INT rsIcmpRdPreferenceLevel | 1.3.6.1.4.1.89.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. |
| INT rsIcmpRdEntStatus | 1.3.6.1.4.1.89.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.89.26.3 | |||
| arpSpec | 1.3.6.1.4.1.89.26.4 | |||
| INT rsArpDeleteTable | 1.3.6.1.4.1.89.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 |
| U32 rsArpInactiveTimeOut | 1.3.6.1.4.1.89.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. |
| INT rsArpProxy | 1.3.6.1.4.1.89.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. |
| C32 rsArpRequestsSent | 1.3.6.1.4.1.89.26.4.4 | Counter32 | read-only | Displays how many ARP requests have been sent out to an ARP server for address resolution. |
| C32 rsArpRepliesSent | 1.3.6.1.4.1.89.26.4.5 | Counter32 | read-only | Displays how many ARP replies have been sent out to an ARP client in response to request packets. |
| C32 rsArpProxyRepliesSent | 1.3.6.1.4.1.89.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. |
| INT rsArpUnresolveTimer | 1.3.6.1.4.1.89.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. |
| INT rsArpMibVersion | 1.3.6.1.4.1.89.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 |
| tftp | 1.3.6.1.4.1.89.26.5 | |||
| INT rsTftpRetryTimeOut | 1.3.6.1.4.1.89.26.5.1 | INTEGER | read-write | General Retransmission time-out value (seconds) |
| INT rsTftpTotalTimeOut | 1.3.6.1.4.1.89.26.5.2 | INTEGER | read-write | Total Retransmission time-out value (seconds) |
| STR rsSendConfigFile | 1.3.6.1.4.1.89.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. |
| STR rsGetConfigFile | 1.3.6.1.4.1.89.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. |
| STR rsLoadSoftware | 1.3.6.1.4.1.89.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. |
| IP rsFileServerAddress | 1.3.6.1.4.1.89.26.5.6 | IpAddress | read-write | The IP address of the configuration / sw server. |
| STR rsSoftwareDeviceName | 1.3.6.1.4.1.89.26.5.7 | DisplayString | read-write | The Software Device Name specifies a device name, using this Software |
| INT rsSoftwareFileAction | 1.3.6.1.4.1.89.26.5.8 | INTEGER | read-write | Holds the current action done on the software file |
| ipRedundancy | 1.3.6.1.4.1.89.26.6 | |||
| ipRouteLeaking | 1.3.6.1.4.1.89.26.7 | |||
| ipRipFilter | 1.3.6.1.4.1.89.26.8 | |||
| INT rsRipEnable | 1.3.6.1.4.1.89.26.9 | INTEGER | read-write | Enables or disables RIP. |
| OCT rsTelnetPassword | 1.3.6.1.4.1.89.26.11 | OCTET STRING | read-write | |
| rlTranslationNameToIpTable | 1.3.6.1.4.1.89.26.12 | not-accessible | This table translates IP interfaces's name to IP interface's address | |
| rlTranslationNameToIpEntry | 1.3.6.1.4.1.89.26.12.1 | not-accessible | The row definition for this table. | |
| STR rlTranslationNameToIpName | 1.3.6.1.4.1.89.26.12.1.1 | DisplayString | read-only | The IP Interface name |
| IP rlTranslationNameToIpIpAddr | 1.3.6.1.4.1.89.26.12.1.2 | IpAddress | read-only | The IP Interface address |
| rlIpRoutingProtPreference | 1.3.6.1.4.1.89.26.13 | |||
| rlOspf | 1.3.6.1.4.1.89.26.14 | |||
| INT rlIpAddrTableMibVersion | 1.3.6.1.4.1.89.26.15 | INTEGER | read-only | The IpAddrTable MIB's version. |
| rlIpCidrRouteExtTable | 1.3.6.1.4.1.89.26.16 | not-accessible | Augmenting ipCidrRouteTable (ip forwarfing information table) for added info as read only | |
| rlIpCidrRouteExtEntry | 1.3.6.1.4.1.89.26.16.1 | not-accessible | A row of the table ipCidrRouteTable Extended by this definition. | |
| INT rlIpCidrRouteProto | 1.3.6.1.4.1.89.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. |
| rlIpStaticRoute | 1.3.6.1.4.1.89.26.17 | |||
| rlIpStaticRouteTable | 1.3.6.1.4.1.89.26.17.1 | not-accessible | 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.89.26.17.1.1 | not-accessible | A particular Static(user configured) route to a particular destina- tion, under a particular policy. | |
| IP rlIpStaticRouteDest | 1.3.6.1.4.1.89.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. |
| IP rlIpStaticRouteMask | 1.3.6.1.4.1.89.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. |
| INT rlIpStaticRouteTos | 1.3.6.1.4.1.89.26.17.1.1.3 | INTEGER | read-only | See ipCidrRouteTos definition For now only value 0 is valid |
| IP rlIpStaticRouteNextHop | 1.3.6.1.4.1.89.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. |
| INT rlIpStaticRouteMetric | 1.3.6.1.4.1.89.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. |
| INT rlIpStaticRouteType | 1.3.6.1.4.1.89.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. |
| INT rlIpStaticRouteNextHopAS | 1.3.6.1.4.1.89.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. |
| INT rlIpStaticRouteForwardingStatus | 1.3.6.1.4.1.89.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 |
| ROW rlIpStaticRouteRowStatus | 1.3.6.1.4.1.89.26.17.1.1.9 | RowStatus | read-write | The row status variable, used according to row installation and removal conventions. |
| INT rlIpStaticRouteOwner | 1.3.6.1.4.1.89.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 |
| rlIpRouter | 1.3.6.1.4.1.89.26.18 |
RFC description
Radlan IP network device management objects.
Start monitoring RADLAN/Marvell-based Layer 3 managed switches (extended IP interface configuration) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.