REDSTONE-IP-MIB: View SNMP OID List / Download MIB
VENDOR: REDSTONE COMMUNICATIONS
Home | MIB: REDSTONE-IP-MIB | |||
---|---|---|---|---|
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).
|
|||
Object Name | OID | Type | Access | Info |
rsIpMIB | 1.3.6.1.4.1.2773.2.12 |
The IP Protocol MIB for the Redstone Communications Inc. enterprise. |
||
rsIpObjects | 1.3.6.1.4.1.2773.2.12.1 | |||
rsIpInterface | 1.3.6.1.4.1.2773.2.12.1.1 | |||
rsIpNextIfIndex | 1.3.6.1.4.1.2773.2.12.1.1.1 | rsnextifindex | read-only |
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. |
rsIpIfTable | 1.3.6.1.4.1.2773.2.12.1.1.2 | no-access |
This table contains entries for IP interfaces present in the system. |
|
1.3.6.1.4.1.2773.2.12.1.1.2.1 | no-access |
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. |
||
rsIpIfIndex | 1.3.6.1.4.1.2773.2.12.1.1.2.1.1 | interfaceindex | no-access |
The ifIndex of the IP interface. When creating entries in this table, suitable values for this object are determined by reading rsIpNextIfIndex. |
rsIpIfRowStatus | 1.3.6.1.4.1.2773.2.12.1.1.2.1.2 | rowstatus | read-only |
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. |
rsIpIfLowerIfIndex | 1.3.6.1.4.1.2773.2.12.1.1.2.1.3 | interfaceindexorzero | read-only |
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). |
rsIpIfType | 1.3.6.1.4.1.2773.2.12.1.1.2.1.4 | integer | read-only |
The type of network interface. Enumeration: 'broadcast': 1, 'nbma': 3, 'other': 0, 'pointToPoint': 2, 'loopback': 4. |
rsIpAddress | 1.3.6.1.4.1.2773.2.12.1.2 | |||
rsIpAddrGlobals | 1.3.6.1.4.1.2773.2.12.1.2.1 | |||
rsIpArpTimeout | 1.3.6.1.4.1.2773.2.12.1.2.1.1 | integer32 | read-write |
Timeout, in seconds, for ARP requests issued by this entity. |
rsIpAddrTable | 1.3.6.1.4.1.2773.2.12.1.2.2 | no-access |
IP addressing information for this entity's IP network interfaces. Representation of both numbered and unnumbered IP interfaces is supported. |
|
1.3.6.1.4.1.2773.2.12.1.2.2.1 | no-access |
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 |
||
rsIpAdEntAddr | 1.3.6.1.4.1.2773.2.12.1.2.2.1.1 | rsipaddrlessif | no-access |
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'. |
rsIpAdEntIfIndex | 1.3.6.1.4.1.2773.2.12.1.2.2.1.2 | interfaceindex | read-only |
The ifIndex of the network interface to which this entry's IP addressing mode pertains. |
rsIpAdEntNetMask | 1.3.6.1.4.1.2773.2.12.1.2.2.1.3 | ipaddress | read-only |
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. |
rsIpAdEntBcastAddr | 1.3.6.1.4.1.2773.2.12.1.2.2.1.4 | integer32 | read-only |
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. |
rsIpAdEntReasmMaxSize | 1.3.6.1.4.1.2773.2.12.1.2.2.1.5 | integer32 | read-only |
The size of the largest IP datagram which this entity can re-assemble from incoming IP fragmented datagrams received on this interface. |
rsIpAdEntRowStatus | 1.3.6.1.4.1.2773.2.12.1.2.2.1.6 | rowstatus | read-only |
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: |
rsIpAdEntAdminStatus | 1.3.6.1.4.1.2773.2.12.1.2.2.1.7 | rsenable | read-only |
Enable/disable operation of IP on this IP network interface. |
rsIpAdEntArpRspEnable | 1.3.6.1.4.1.2773.2.12.1.2.2.1.8 | rsenable | read-only |
Enable/disable ARP response on this IP network interface. |
rsIpAdEntProxyArpRspEnable | 1.3.6.1.4.1.2773.2.12.1.2.2.1.9 | rsenable | read-only |
Enable/disable proxy ARP response on this IP network interface. |
rsIpAdEntIgmpEnable | 1.3.6.1.4.1.2773.2.12.1.2.2.1.10 | rsenable | read-only |
Enable/disable IGMP operation on this IP network interface. |
rsIpAdEntDirectedBcastEnable | 1.3.6.1.4.1.2773.2.12.1.2.2.1.11 | rsenable | read-only |
Enable/disable forwarding of directed broadcasts on this IP network interface. |
rsIpAdEntIcmpRedirectEnable | 1.3.6.1.4.1.2773.2.12.1.2.2.1.12 | rsenable | read-only |
Enable/disable transmission of ICMP Redirect messages on this IP network interface. |
rsIpAdEntIcmpMaskReplyEnable | 1.3.6.1.4.1.2773.2.12.1.2.2.1.13 | rsenable | read-only |
Enable/disable transmission of ICMP Mask Reply messages on this IP network interface. |
rsIpAdEntIcmpUnreachEnable | 1.3.6.1.4.1.2773.2.12.1.2.2.1.14 | rsenable | read-only |
Enable/disable transmission of ICMP Unreachable messages on this IP network interface. |
rsIpAdEntMtu | 1.3.6.1.4.1.2773.2.12.1.2.2.1.15 | integer32 | read-only |
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. |
rsIpAdEntUnnumLoopbackIfIndex | 1.3.6.1.4.1.2773.2.12.1.2.2.1.16 | interfaceindexorzero | read-only |
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. |
rsIpAdEntIrdpEnable | 1.3.6.1.4.1.2773.2.12.1.2.2.1.17 | rsenable | read-only |
Controls whether ICMP Router Discovery Protocol operation is permitted to be sent on this network. |
rsIpAdEntAccessRouteEnable | 1.3.6.1.4.1.2773.2.12.1.2.2.1.18 | rsenable | read-only |
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. |
rsIpAdEntAccessRouteHost | 1.3.6.1.4.1.2773.2.12.1.2.2.1.19 | ipaddress | read-only |
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. |
rsIpRoute | 1.3.6.1.4.1.2773.2.12.1.3 | |||
rsIpRouteGlobals | 1.3.6.1.4.1.2773.2.12.1.3.1 | |||
rsIpRouteLimit | 1.3.6.1.4.1.2773.2.12.1.3.1.1 | integer32 | read-write |
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. |
rsIpRouteStaticTable | 1.3.6.1.4.1.2773.2.12.1.3.2 | no-access |
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.) |
|
1.3.6.1.4.1.2773.2.12.1.3.2.1 | no-access |
A static route. |
||
rsIpRouteStaticDest | 1.3.6.1.4.1.2773.2.12.1.3.2.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 rsIpRouteStaticMask object is not equal to x. |
rsIpRouteStaticMask | 1.3.6.1.4.1.2773.2.12.1.3.2.1.2 | ipaddress | read-only |
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. |
rsIpRouteStaticPref | 1.3.6.1.4.1.2773.2.12.1.3.2.1.3 | integer32 | read-only |
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. |
rsIpRouteStaticNextHop | 1.3.6.1.4.1.2773.2.12.1.3.2.1.4 | ipaddress | read-only |
The address of the next hop toward the destination. |
rsIpRouteStaticRowStatus | 1.3.6.1.4.1.2773.2.12.1.3.2.1.5 | rowstatus | read-only |
The row status variable, used according to row installation and removal conventions. |
rsIpRouteStaticIfIndex | 1.3.6.1.4.1.2773.2.12.1.3.2.1.6 | integer32 | read-only |
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. |
rsIpRouteStaticStatus | 1.3.6.1.4.1.2773.2.12.1.3.2.1.7 | integer | read-only |
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). Enumeration: 'active': 0, 'inactive': 1, 'incomplete': 2. |
rsIpRouteStaticNextHopAS | 1.3.6.1.4.1.2773.2.12.1.3.2.1.8 | integer32 | read-only |
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. |
rsIpRouteStaticMetric | 1.3.6.1.4.1.2773.2.12.1.3.2.1.9 | integer32 | read-only |
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. |
rsIpRouteStaticTag | 1.3.6.1.4.1.2773.2.12.1.3.2.1.10 | unsigned32 | read-only |
A tag value for this static route. |
rsIpCidrRouteTable | 1.3.6.1.4.1.2773.2.12.1.3.3 | no-access |
Table of routes active on this entity. This table is an augmentation of RFC2096 IP-FORWARD-MIB's ipCidrRouteTable. |
|
1.3.6.1.4.1.2773.2.12.1.3.3.1 | no-access |
Additional attributes of an active route. |
||
rsIpCidrRoutePref | 1.3.6.1.4.1.2773.2.12.1.3.3.1.1 | integer32 | read-only |
The preference of this route. Higher values correspond to higher preference. |
rsIpCidrRouteArea | 1.3.6.1.4.1.2773.2.12.1.3.3.1.2 | ipaddress | read-only |
The Area to which this route pertains. A value of 0.0.0.0 indicates no area is identified. |
rsIpCidrRouteTag | 1.3.6.1.4.1.2773.2.12.1.3.3.1.3 | unsigned32 | read-only |
A tag value for this route. |
rsIpConformance | 1.3.6.1.4.1.2773.2.12.4 | |||
rsIpCompliances | 1.3.6.1.4.1.2773.2.12.4.1 | |||
rsIpCompliance | 1.3.6.1.4.1.2773.2.12.4.1.1 |
The compliance statement for entities which implement the Redstone Xxx MIB. |
||
rsIpGroups | 1.3.6.1.4.1.2773.2.12.4.2 | |||
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. |
||
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. |
||
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. |