REDSTONE-IP-MIB

File: REDSTONE-IP-MIB.mib (29570 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB IP-FORWARD-MIB REDSTONE-SMI
REDSTONE-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 IpAddress RowStatus
MODULE-COMPLIANCE OBJECT-GROUP InterfaceIndex
InterfaceIndexOrZero ipCidrRouteEntry rsMgmt
RsEnable RsIpAddrLessIf RsNextIfIndex

Defined Types

RsIpIfEntry  
SEQUENCE    
  rsIpIfIndex InterfaceIndex
  rsIpIfRowStatus RowStatus
  rsIpIfLowerIfIndex InterfaceIndexOrZero
  rsIpIfType INTEGER

RsIpAddrEntry  
SEQUENCE    
  rsIpAdEntAddr RsIpAddrLessIf
  rsIpAdEntIfIndex InterfaceIndex
  rsIpAdEntNetMask IpAddress
  rsIpAdEntBcastAddr Integer32
  rsIpAdEntReasmMaxSize Integer32
  rsIpAdEntRowStatus RowStatus
  rsIpAdEntAdminStatus RsEnable
  rsIpAdEntArpRspEnable RsEnable
  rsIpAdEntProxyArpRspEnable RsEnable
  rsIpAdEntIgmpEnable RsEnable
  rsIpAdEntDirectedBcastEnable RsEnable
  rsIpAdEntIcmpRedirectEnable RsEnable
  rsIpAdEntIcmpMaskReplyEnable RsEnable
  rsIpAdEntIcmpUnreachEnable RsEnable
  rsIpAdEntMtu Integer32
  rsIpAdEntUnnumLoopbackIfIndex InterfaceIndexOrZero
  rsIpAdEntIrdpEnable RsEnable
  rsIpAdEntAccessRouteEnable RsEnable
  rsIpAdEntAccessRouteHost IpAddress

RsIpRouteStaticEntry  
SEQUENCE    
  rsIpRouteStaticDest IpAddress
  rsIpRouteStaticMask IpAddress
  rsIpRouteStaticPref Integer32
  rsIpRouteStaticNextHop IpAddress
  rsIpRouteStaticRowStatus RowStatus
  rsIpRouteStaticIfIndex Integer32
  rsIpRouteStaticStatus INTEGER
  rsIpRouteStaticNextHopAS Integer32
  rsIpRouteStaticMetric Integer32
  rsIpRouteStaticTag Unsigned32

RsIpCidrRouteEntry  
SEQUENCE    
  rsIpCidrRoutePref Integer32
  rsIpCidrRouteArea IpAddress
  rsIpCidrRouteTag Unsigned32

Defined Values

rsIpMIB 1.3.6.1.4.1.2773.2.12
The IP Protocol MIB for the Redstone Communications Inc. enterprise.
MODULE-IDENTITY    

rsIpObjects 1.3.6.1.4.1.2773.2.12.1
OBJECT IDENTIFIER    

rsIpInterface 1.3.6.1.4.1.2773.2.12.1.1
OBJECT IDENTIFIER    

rsIpAddress 1.3.6.1.4.1.2773.2.12.1.2
OBJECT IDENTIFIER    

rsIpRoute 1.3.6.1.4.1.2773.2.12.1.3
OBJECT IDENTIFIER    

rsIpNextIfIndex 1.3.6.1.4.1.2773.2.12.1.1.1
Coordinate ifIndex value allocation for entries in rsIpIfTable. A GET of this object returns the next available ifIndex value to be used to create an entry in the associated interface table; or zero, if no valid ifIndex value is available. This object also returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that ifIndex allocation is unintended. Successive GETs will typically return different values, thus avoiding collisions among cooperating management clients seeking to create table entries simultaneously.
Status: current Access: read-only
OBJECT-TYPE    
  RsNextIfIndex  

rsIpIfTable 1.3.6.1.4.1.2773.2.12.1.1.2
This table contains entries for IP interfaces present in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RsIpIfEntry

rsIpIfEntry 1.3.6.1.4.1.2773.2.12.1.1.2.1
Each entry describes the characteristics of an IP interface. Creating/deleting entries in this table causes corresponding entries for be created /deleted in ifTable/ifXTable/rsIfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsIpIfEntry  

rsIpIfIndex 1.3.6.1.4.1.2773.2.12.1.1.2.1.1
The ifIndex of the IP interface. When creating entries in this table, suitable values for this object are determined by reading rsIpNextIfIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

rsIpIfRowStatus 1.3.6.1.4.1.2773.2.12.1.1.2.1.2
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: rsIpIfRowStatus rsIpIfLowerIfIndex In addition, when creating an entry the following conditions must hold: A value for rsIpIfIndex must have been determined previously, by reading rsIpNextIfIndex. The interface identified by a nonzero rsIpIfLowerIfIndex must exist. If rsIpIfType is configured to be 'loopback', rsIpIfLowerIfIndex must be set to zero. The selected value of rsIpIfType must be compatible with the underlying media interface identified by rsIpIfLowerIfIndex. A corresponding entry in ifTable/ifXTable/rsIfTable is created/destroyed as a result of creating/destroying an entry in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rsIpIfLowerIfIndex 1.3.6.1.4.1.2773.2.12.1.1.2.1.3
The ifIndex of a media interface over which this IP interface is to be layered. A value of zero is used when rsIpIfType is specified to be loopback(4).
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

rsIpIfType 1.3.6.1.4.1.2773.2.12.1.1.2.1.4
The type of network interface.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER other(0), broadcast(1), pointToPoint(2), nbma(3), loopback(4)  

rsIpAddrGlobals 1.3.6.1.4.1.2773.2.12.1.2.1
OBJECT IDENTIFIER    

rsIpArpTimeout 1.3.6.1.4.1.2773.2.12.1.2.1.1
Timeout, in seconds, for ARP requests issued by this entity.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..60  

rsIpAddrTable 1.3.6.1.4.1.2773.2.12.1.2.2
IP addressing information for this entity's IP network interfaces. Representation of both numbered and unnumbered IP interfaces is supported.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RsIpAddrEntry

rsIpAddrEntry 1.3.6.1.4.1.2773.2.12.1.2.2.1
IP addressing information for one of this entity's IP network interfaces. This interface could be either numbered or unnumbered. The following objects correspond to (read-only) counterparts in the IP-MIB ipAddrTable: rsIpAdEntAddr rsIpAdEntIfIndex rsIpAdEntNetMask rsIpAdEntBcastAddr rsIpAdEntReasmMaxSize
Status: current Access: not-accessible
OBJECT-TYPE    
  RsIpAddrEntry  

rsIpAdEntAddr 1.3.6.1.4.1.2773.2.12.1.2.2.1.1
The IP address for a numbered IP network interface, if this object's value has the form 'a.b.c.d', where 'a' is nonzero; or, the ifIndex (interpreting the low 24 bits of this value as an integer) of an unnumbered ('address-less') IP interface, if this object's value has the form '0.b.c.d'.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsIpAddrLessIf  

rsIpAdEntIfIndex 1.3.6.1.4.1.2773.2.12.1.2.2.1.2
The ifIndex of the network interface to which this entry's IP addressing mode pertains.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndex  

rsIpAdEntNetMask 1.3.6.1.4.1.2773.2.12.1.2.2.1.3
The IP subnet mask associated with the IP address of this entry. The network and host bit fields of the mask are filled with 1's and 0's, respectively. If this entry represents an unnumbered IP interface, this object should have a value of all ones.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

rsIpAdEntBcastAddr 1.3.6.1.4.1.2773.2.12.1.2.2.1.4
The value of the least-significant bit in the IP broadcast address used for sending datagrams on the IP network interface associated with this entry. For example, when the Internet standard all-ones broadcast address is used, the value will be 1. This value applies to both the subnet and network broadcasts addresses used by the entity on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..1  

rsIpAdEntReasmMaxSize 1.3.6.1.4.1.2773.2.12.1.2.2.1.5
The size of the largest IP datagram which this entity can re-assemble from incoming IP fragmented datagrams received on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

rsIpAdEntRowStatus 1.3.6.1.4.1.2773.2.12.1.2.2.1.6
Controls the creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create entries for both numbered and unnumbered IP interfaces, the following entry objects MUST be explicitly configured: rsIpAdEntRowStatus rsIpAdEntIfIndex To create an entry for a numbered IP interface, the following conditions must also hold: To create an entry for an unnumbered IP interface, the following conditions must also hold: rsIpAdEntUnnumLoopbackIfIndex must be configured with a nonzero ifIndex value of an IP loopback interface.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rsIpAdEntAdminStatus 1.3.6.1.4.1.2773.2.12.1.2.2.1.7
Enable/disable operation of IP on this IP network interface.
Status: current Access: read-create
OBJECT-TYPE    
  RsEnable  

rsIpAdEntArpRspEnable 1.3.6.1.4.1.2773.2.12.1.2.2.1.8
Enable/disable ARP response on this IP network interface.
Status: current Access: read-create
OBJECT-TYPE    
  RsEnable  

rsIpAdEntProxyArpRspEnable 1.3.6.1.4.1.2773.2.12.1.2.2.1.9
Enable/disable proxy ARP response on this IP network interface.
Status: current Access: read-create
OBJECT-TYPE    
  RsEnable  

rsIpAdEntIgmpEnable 1.3.6.1.4.1.2773.2.12.1.2.2.1.10
Enable/disable IGMP operation on this IP network interface.
Status: current Access: read-create
OBJECT-TYPE    
  RsEnable  

rsIpAdEntDirectedBcastEnable 1.3.6.1.4.1.2773.2.12.1.2.2.1.11
Enable/disable forwarding of directed broadcasts on this IP network interface.
Status: current Access: read-create
OBJECT-TYPE    
  RsEnable  

rsIpAdEntIcmpRedirectEnable 1.3.6.1.4.1.2773.2.12.1.2.2.1.12
Enable/disable transmission of ICMP Redirect messages on this IP network interface.
Status: current Access: read-create
OBJECT-TYPE    
  RsEnable  

rsIpAdEntIcmpMaskReplyEnable 1.3.6.1.4.1.2773.2.12.1.2.2.1.13
Enable/disable transmission of ICMP Mask Reply messages on this IP network interface.
Status: current Access: read-create
OBJECT-TYPE    
  RsEnable  

rsIpAdEntIcmpUnreachEnable 1.3.6.1.4.1.2773.2.12.1.2.2.1.14
Enable/disable transmission of ICMP Unreachable messages on this IP network interface.
Status: current Access: read-create
OBJECT-TYPE    
  RsEnable  

rsIpAdEntMtu 1.3.6.1.4.1.2773.2.12.1.2.2.1.15
The configured MTU size for this IP network interface. If set to zero, the default MTU size, as determined by the underlying network media, is used.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

rsIpAdEntUnnumLoopbackIfIndex 1.3.6.1.4.1.2773.2.12.1.2.2.1.16
For unnumbered interfaces, the ifIndex of the IP loopback interface whose IP address is used as the source IP address for IP packets transmitted on the unnumbered network. For numbered interfaces, this object has a value of zero.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

rsIpAdEntIrdpEnable 1.3.6.1.4.1.2773.2.12.1.2.2.1.17
Controls whether ICMP Router Discovery Protocol operation is permitted to be sent on this network.
Status: current Access: read-create
OBJECT-TYPE    
  RsEnable  

rsIpAdEntAccessRouteEnable 1.3.6.1.4.1.2773.2.12.1.2.2.1.18
If enabled, then establishment/loss of a point-to-point network connection causes a host route for the remote host to be created/deleted automatically.
Status: current Access: read-create
OBJECT-TYPE    
  RsEnable  

rsIpAdEntAccessRouteHost 1.3.6.1.4.1.2773.2.12.1.2.2.1.19
If an access route has been established, the IP address of the remote host is reported by this object; otherwise, this object contains the value 0.0.0.0.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rsIpRouteGlobals 1.3.6.1.4.1.2773.2.12.1.3.1
OBJECT IDENTIFIER    

rsIpRouteLimit 1.3.6.1.4.1.2773.2.12.1.3.1.1
Maximum number of IP routes maintained by this entity. Setting a value lower than the current number of routes prevents additional routes from being learned or configured, but does not cause existing excess routes to be deleted to enforce the new limit.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

rsIpRouteStaticTable 1.3.6.1.4.1.2773.2.12.1.3.2
Table of static routes configured on this entity. The object definitions and indexing for this table are chosen to closely align with RFC2096 IP-FORWARD-MIB's ipCidrRouteTable. This table serves three purposes: 1. Provide the means for configuring static routes. 2. Provide an efficient view of static routes (otherwise they must be observed by traversing the entire routing table). 3. Provide view of static routes configured on network interfaces that are currently inactive. (In this implementation, static routes configured on inactive interfaces are not visible in the routing table.)
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RsIpRouteStaticEntry

rsIpRouteStaticEntry 1.3.6.1.4.1.2773.2.12.1.3.2.1
A static route.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsIpRouteStaticEntry  

rsIpRouteStaticDest 1.3.6.1.4.1.2773.2.12.1.3.2.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 rsIpRouteStaticMask object is not equal to x.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rsIpRouteStaticMask 1.3.6.1.4.1.2773.2.12.1.3.2.1.2
Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the rsIpRouteStaticDest field. For those systems that do not support arbitrary subnet masks, an agent constructs the value of the rsIpRouteStaticMask by reference to the IP Address 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 rsIpRouteStaticDest object is not equal to rsIpRouteStaticDest.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rsIpRouteStaticPref 1.3.6.1.4.1.2773.2.12.1.3.2.1.3
The preference of this static route. Higher values correspond to higher preference. A static route with preference of zero will never be installed as an active route.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

rsIpRouteStaticNextHop 1.3.6.1.4.1.2773.2.12.1.3.2.1.4
The address of the next hop toward the destination.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rsIpRouteStaticRowStatus 1.3.6.1.4.1.2773.2.12.1.3.2.1.5
The row status variable, used according to row installation and removal conventions.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rsIpRouteStaticIfIndex 1.3.6.1.4.1.2773.2.12.1.3.2.1.6
The ifIndex value which identifies the local interface through which the next hop of this route should be reached. A value of zero means the router should automatically determine the interface through which the specified next-hop address is reached. An implementation may disallow non-zero values from being configured.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

rsIpRouteStaticStatus 1.3.6.1.4.1.2773.2.12.1.3.2.1.7
The operational status of this static route. active(0) indicates this route is currently being used to reach the specified destination. inactive(1) indicates this route is considered valid, but currently is superseded by another routing table entry for the destination, having a higher preference value. incomplete(2) indicates this route entry contains information that is incomplete, or is inconsistent with other system configuration (for example, the interface specified in rsIpRouteStaticIfIndex does not exist).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(0), inactive(1), incomplete(2)  

rsIpRouteStaticNextHopAS 1.3.6.1.4.1.2773.2.12.1.3.2.1.8
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-create
OBJECT-TYPE    
  Integer32  

rsIpRouteStaticMetric 1.3.6.1.4.1.2773.2.12.1.3.2.1.9
The primary routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's ipCidrRouteProto value. If this metric is not used, its value should be set to -1.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

rsIpRouteStaticTag 1.3.6.1.4.1.2773.2.12.1.3.2.1.10
A tag value for this static route.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

rsIpCidrRouteTable 1.3.6.1.4.1.2773.2.12.1.3.3
Table of routes active on this entity. This table is an augmentation of RFC2096 IP-FORWARD-MIB's ipCidrRouteTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RsIpCidrRouteEntry

rsIpCidrRouteEntry 1.3.6.1.4.1.2773.2.12.1.3.3.1
Additional attributes of an active route.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsIpCidrRouteEntry  

rsIpCidrRoutePref 1.3.6.1.4.1.2773.2.12.1.3.3.1.1
The preference of this route. Higher values correspond to higher preference.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

rsIpCidrRouteArea 1.3.6.1.4.1.2773.2.12.1.3.3.1.2
The Area to which this route pertains. A value of 0.0.0.0 indicates no area is identified.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rsIpCidrRouteTag 1.3.6.1.4.1.2773.2.12.1.3.3.1.3
A tag value for this route.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rsIpConformance 1.3.6.1.4.1.2773.2.12.4
OBJECT IDENTIFIER    

rsIpCompliances 1.3.6.1.4.1.2773.2.12.4.1
OBJECT IDENTIFIER    

rsIpGroups 1.3.6.1.4.1.2773.2.12.4.2
OBJECT IDENTIFIER    

rsIpCompliance 1.3.6.1.4.1.2773.2.12.4.1.1
The compliance statement for entities which implement the Redstone Xxx MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

rsIpInterfaceGroup 1.3.6.1.4.1.2773.2.12.4.2.1
A collection of objects for managing general IP capabilities in a Redstone product.
Status: current Access: read-only
OBJECT-GROUP    

rsIpAddressGroup 1.3.6.1.4.1.2773.2.12.4.2.2
A collection of objects for managing general IP capabilities in a Redstone product.
Status: current Access: read-only
OBJECT-GROUP    

rsIpRouteGroup 1.3.6.1.4.1.2773.2.12.4.2.3
A collection of objects for managing IP routing capabilities in a Redstone product.
Status: current Access: read-only
OBJECT-GROUP