RADLAN-IP

File: RADLAN-IP.mib (28845 bytes)

Imported modules

RADLAN-MIB IP-MIB RFC1389-MIB
IP-FORWARD-MIB SNMPv2-TC-v1 SNMPv2-SMI
SNMPv2-TC

Imported symbols

rnd ipAddrEntry rip2IfConfEntry
ipCidrRouteEntry ipCidrRouteDest ipCidrRouteMask
ipCidrRouteTos ipCidrRouteNextHop DisplayString
Unsigned32 Integer32 Counter32
IpAddress MODULE-IDENTITY OBJECT-TYPE
RowStatus TruthValue TEXTUAL-CONVENTION

Defined Types

RsIpAddrEntry  
SEQUENCE    
  rsIpAdEntAddr IpAddress
  rsIpAdEntIfIndex INTEGER
  rsIpAdEntNetMask IpAddress
  rsIpAdEntForwardIpBroadcast INTEGER
  rsIpAdEntBackupAddr IpAddress
  rsIpAdEntStatus INTEGER
  rsIpAdEntBcastAddr INTEGER
  rsIpAdEntArpServer INTEGER
  rsIpAdEntName DisplayString
  rsIpAdEntOwner INTEGER
  rsIpAdEntAdminStatus INTEGER
  rsIpAdEntOperStatus INTEGER

RsIcmpRdEntry  
SEQUENCE    
  rsIcmpRdIpAddr IpAddress
  rsIcmpRdIpAdvertAddr IpAddress
  rsIcmpRdMaxAdvertInterval INTEGER
  rsIcmpRdMinAdvertInterval INTEGER
  rsIcmpRdAdvertLifetime INTEGER
  rsIcmpRdAdvertise INTEGER
  rsIcmpRdPreferenceLevel INTEGER
  rsIcmpRdEntStatus INTEGER

RlTranslationNameToIpEntry  
SEQUENCE    
  rlTranslationNameToIpName DisplayString
  rlTranslationNameToIpIpAddr IpAddress

RlIpCidrRouteExtEntry  
SEQUENCE    
  rlIpCidrRouteProto INTEGER

RlIpStaticRouteEntry  
SEQUENCE    
  rlIpStaticRouteDest IpAddress
  rlIpStaticRouteMask IpAddress
  rlIpStaticRouteTos INTEGER
  rlIpStaticRouteNextHop IpAddress
  rlIpStaticRouteMetric INTEGER
  rlIpStaticRouteType INTEGER
  rlIpStaticRouteNextHopAS INTEGER
  rlIpStaticRouteForwardingStatus INTEGER
  rlIpStaticRouteRowStatus RowStatus
  rlIpStaticRouteOwner INTEGER

Defined Values

ipSpec 1.3.6.1.4.1.89.26
The private MIB module definition for IP MIB.
MODULE-IDENTITY    

rsIpAddrTable 1.3.6.1.4.1.89.26.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RsIpAddrEntry

rsIpAddrEntry 1.3.6.1.4.1.89.26.1.1
The addressing information for one of this entity's IP addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsIpAddrEntry  

rsIpAdEntAddr 1.3.6.1.4.1.89.26.1.1.1
The IP address to which this entry's addressing information pertains.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rsIpAdEntIfIndex 1.3.6.1.4.1.89.26.1.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rsIpAdEntNetMask 1.3.6.1.4.1.89.26.1.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

rsIpAdEntForwardIpBroadcast 1.3.6.1.4.1.89.26.1.1.4
This variable controls forwarding of IP (sub)net-directed broadcasts destined for an attached sub(net).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

rsIpAdEntBackupAddr 1.3.6.1.4.1.89.26.1.1.5
In case there are two IP routers in the domain, the address of the second IP router.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

rsIpAdEntStatus 1.3.6.1.4.1.89.26.1.1.6
The validity of this entry. Invalid indicates that this entry is invalid in IpAddrTable (MIB II).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER valid(1), invalid(2)  

rsIpAdEntBcastAddr 1.3.6.1.4.1.89.26.1.1.7
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..1  

rsIpAdEntArpServer 1.3.6.1.4.1.89.26.1.1.8
Indicates whether the router will reply to incoming ARP requests on this interface, providing the physical address corresponding to this IP interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

rsIpAdEntName 1.3.6.1.4.1.89.26.1.1.9
The IP Interface name
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..30)  

rsIpAdEntOwner 1.3.6.1.4.1.89.26.1.1.10
The IP Interface owner. Static if interface defined by user, dhcp if received by boot protocol like DHCP and internal for internal usage.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER static(1), dhcp(2), internal(3), default(4)  

rsIpAdEntAdminStatus 1.3.6.1.4.1.89.26.1.1.11
The IP Interface admin status.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER up(1), down(2)  

rsIpAdEntOperStatus 1.3.6.1.4.1.89.26.1.1.12
If active the interface can be used to send and receive frames.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

icmpSpec 1.3.6.1.4.1.89.26.2
OBJECT IDENTIFIER    

rsIcmpGenErrMsgEnable 1.3.6.1.4.1.89.26.2.1
This variable controlls the ability to generate ICMP error messages
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

rsIcmpRdTable 1.3.6.1.4.1.89.26.2.2
This table contains ICMP Router Discovery parameters configurated per IP interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RsIcmpRdEntry

rsIcmpRdEntry 1.3.6.1.4.1.89.26.2.2.1
The ICMP parameters configurated for IP interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsIcmpRdEntry  

rsIcmpRdIpAddr 1.3.6.1.4.1.89.26.2.2.1.1
The IP address to which this entry's information pertains.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rsIcmpRdIpAdvertAddr 1.3.6.1.4.1.89.26.2.2.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

rsIcmpRdMaxAdvertInterval 1.3.6.1.4.1.89.26.2.2.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 4..1800  

rsIcmpRdMinAdvertInterval 1.3.6.1.4.1.89.26.2.2.1.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 3..1800  

rsIcmpRdAdvertLifetime 1.3.6.1.4.1.89.26.2.2.1.5
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 4..9000  

rsIcmpRdAdvertise 1.3.6.1.4.1.89.26.2.2.1.6
A flag indicating whether or not the address is to be advertised.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

rsIcmpRdPreferenceLevel 1.3.6.1.4.1.89.26.2.2.1.7
The preferability of the address as a default router address, relative to other router addresses on the same subnet.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rsIcmpRdEntStatus 1.3.6.1.4.1.89.26.2.2.1.8
Setting of any value to this object set values of all fields to the default values.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rip2Spec 1.3.6.1.4.1.89.26.3
OBJECT IDENTIFIER    

arpSpec 1.3.6.1.4.1.89.26.4
OBJECT IDENTIFIER    

rsArpDeleteTable 1.3.6.1.4.1.89.26.4.1
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
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noAction(0), deleteArpTab(1), deleteIpArpDynamicEntries(2), deleteIpArpStaticEntries(3), deleteIpArpDelDynamicRefreshStatic(4)  

rsArpInactiveTimeOut 1.3.6.1.4.1.89.26.4.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..40000000  

rsArpProxy 1.3.6.1.4.1.89.26.4.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

rsArpRequestsSent 1.3.6.1.4.1.89.26.4.4
Displays how many ARP requests have been sent out to an ARP server for address resolution.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsArpRepliesSent 1.3.6.1.4.1.89.26.4.5
Displays how many ARP replies have been sent out to an ARP client in response to request packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsArpProxyRepliesSent 1.3.6.1.4.1.89.26.4.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsArpUnresolveTimer 1.3.6.1.4.1.89.26.4.7
Specifies the frequency in seconds in which to send out ARP requests to resolve the Next Hop MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rsArpMibVersion 1.3.6.1.4.1.89.26.4.8
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
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tftp 1.3.6.1.4.1.89.26.5
OBJECT IDENTIFIER    

rsTftpRetryTimeOut 1.3.6.1.4.1.89.26.5.1
General Retransmission time-out value (seconds)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rsTftpTotalTimeOut 1.3.6.1.4.1.89.26.5.2
Total Retransmission time-out value (seconds)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rsSendConfigFile 1.3.6.1.4.1.89.26.5.3
The file name include path where the Router Server will put the full configuration. The default destination address will be the sender address.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rsGetConfigFile 1.3.6.1.4.1.89.26.5.4
The file name include path where the Router Server will get the full configuration from. The default destination address will be the sender address.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rsLoadSoftware 1.3.6.1.4.1.89.26.5.5
The file name include path where the Router Server will get the software. The default source address will be the sender address.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rsFileServerAddress 1.3.6.1.4.1.89.26.5.6
The IP address of the configuration / sw server.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

rsSoftwareDeviceName 1.3.6.1.4.1.89.26.5.7
The Software Device Name specifies a device name, using this Software
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..8)  

rsSoftwareFileAction 1.3.6.1.4.1.89.26.5.8
Holds the current action done on the software file
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER download(1), upload(2)  

ipRedundancy 1.3.6.1.4.1.89.26.6
OBJECT IDENTIFIER    

ipRouteLeaking 1.3.6.1.4.1.89.26.7
OBJECT IDENTIFIER    

ipRipFilter 1.3.6.1.4.1.89.26.8
OBJECT IDENTIFIER    

rsRipEnable 1.3.6.1.4.1.89.26.9
Enables or disables RIP.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

rsTelnetPassword 1.3.6.1.4.1.89.26.11
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

rlTranslationNameToIpTable 1.3.6.1.4.1.89.26.12
This table translates IP interfaces's name to IP interface's address
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlTranslationNameToIpEntry

rlTranslationNameToIpEntry 1.3.6.1.4.1.89.26.12.1
The row definition for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlTranslationNameToIpEntry  

rlTranslationNameToIpName 1.3.6.1.4.1.89.26.12.1.1
The IP Interface name
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..30)  

rlTranslationNameToIpIpAddr 1.3.6.1.4.1.89.26.12.1.2
The IP Interface address
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rlIpRoutingProtPreference 1.3.6.1.4.1.89.26.13
OBJECT IDENTIFIER    

rlOspf 1.3.6.1.4.1.89.26.14
OBJECT IDENTIFIER    

rlIpAddrTableMibVersion 1.3.6.1.4.1.89.26.15
The IpAddrTable MIB's version.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlIpCidrRouteExtTable 1.3.6.1.4.1.89.26.16
Augmenting ipCidrRouteTable (ip forwarfing information table) for added info as read only
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlIpCidrRouteExtEntry

rlIpCidrRouteExtEntry 1.3.6.1.4.1.89.26.16.1
A row of the table ipCidrRouteTable Extended by this definition.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlIpCidrRouteExtEntry  

rlIpCidrRouteProto 1.3.6.1.4.1.89.26.16.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER local(1), netmgmt(2), rip(3), ospfInternal(4), ospfExternal(5), ospfAggregateNetRange(6), bgp4Internal(7), bgp4External(8), aggregateRoute(9), other(10)  

rlIpStaticRoute 1.3.6.1.4.1.89.26.17
OBJECT IDENTIFIER    

rlIpStaticRouteTable 1.3.6.1.4.1.89.26.17.1
This entity's static (user configured) IP Routing table. entries are MAX-ACCESSible even if not used for forwarding
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlIpStaticRouteEntry

rlIpStaticRouteEntry 1.3.6.1.4.1.89.26.17.1.1
A particular Static(user configured) route to a particular destina- tion, under a particular policy.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlIpStaticRouteEntry  

rlIpStaticRouteDest 1.3.6.1.4.1.89.26.17.1.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rlIpStaticRouteMask 1.3.6.1.4.1.89.26.17.1.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rlIpStaticRouteTos 1.3.6.1.4.1.89.26.17.1.1.3
See ipCidrRouteTos definition For now only value 0 is valid
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlIpStaticRouteNextHop 1.3.6.1.4.1.89.26.17.1.1.4
On remote routes, the address of the next sys- tem en route; Otherwise, 0.0.0.0.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rlIpStaticRouteMetric 1.3.6.1.4.1.89.26.17.1.1.5
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rlIpStaticRouteType 1.3.6.1.4.1.89.26.17.1.1.6
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER reject(1), local(2), remote(3)  

rlIpStaticRouteNextHopAS 1.3.6.1.4.1.89.26.17.1.1.7
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rlIpStaticRouteForwardingStatus 1.3.6.1.4.1.89.26.17.1.1.8
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
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

rlIpStaticRouteRowStatus 1.3.6.1.4.1.89.26.17.1.1.9
The row status variable, used according to row installation and removal conventions.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rlIpStaticRouteOwner 1.3.6.1.4.1.89.26.17.1.1.10
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
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER static(1), dhcp(2), default(3)  

rlIpRouter 1.3.6.1.4.1.89.26.18
OBJECT IDENTIFIER