DEVROUTE-MIB
17 objects
The aniDevRoutingTable allows the user to view and configure routes. It is similar to the ipRouteTable in RFC1213 except that the table is indexed on 3 objects (aniDevRouteDest, aniDevRouteNextHop, aniDevRouteMask instead of just one). Also, some of the objects are read-only since our software does not allow their configuration. Routes can be added and deleted using this table. The aniDevRouteNextHop field for existing routes can be modified. To add an entry, send a set request with all the index fields set appropriately. It is required to specify aniDevRouteFlag while adding a new route. To delete an entry, select the row with the correct index fields and set the parameter aniDevRouteType to invalid(2). Note, aniDevRouteType cannot be set as anything else other than invalid(2). When the device (BSU or SU) is in Bridge mode, the routing table will not be displayed.
Imported Objects
| ANIROOT-MIB | device |
| RFC1155-SMI | IpAddress |
| SNMPv2-SMI | MODULE-IDENTITY OBJECT-TYPE |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.4325.2.9 | IdentityaniDevRoute | The aniDevRoutingTable allows the user to view and configure routes. It is similar to the ipRouteTable in RFC1213 except that the table is indexed on 3 objects… | ||
| 1.3.6.1.4.1.4325.2.9.1 | TableaniDevRouteTable | not-accessible | current | This entity's IP Routing table. |
| 1.3.6.1.4.1.4325.2.9.1.1 | RowaniDevRouteEntry | not-accessible | current | A route to a particular destination. |
| 1.3.6.1.4.1.4325.2.9.1.1.1 | ColumnaniDevRouteDest | read-create | current | The destination IP address of this route. An entry with a value of 0.0.0.0 is considered a default route. Multiple routes to a single destination can appear in… |
| 1.3.6.1.4.1.4325.2.9.1.1.2 | ColumnaniDevRouteIfIndex | read-only | current | The index value which uniquely identifies the local interface through which the next hop of this route should be reached. The interface identified by a particu… |
| 1.3.6.1.4.1.4325.2.9.1.1.3 | ColumnaniDevRouteMetric1 | read-only | current | The primary routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's aniDevRouteProto value.… |
| 1.3.6.1.4.1.4325.2.9.1.1.4 | ColumnaniDevRouteMetric2 | read-only | current | An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's aniDevRouteProto value… |
| 1.3.6.1.4.1.4325.2.9.1.1.5 | ColumnaniDevRouteMetric3 | read-only | current | An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's aniDevRouteProto value… |
| 1.3.6.1.4.1.4325.2.9.1.1.6 | ColumnaniDevRouteMetric4 | read-only | current | An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's aniDevRouteProto value… |
| 1.3.6.1.4.1.4325.2.9.1.1.7 | ColumnaniDevRouteNextHop | read-create | current | The IP address of the next hop of this route. (In the case of a route bound to an interface which is realized via a broadcast media, the value of this field is… |
| 1.3.6.1.4.1.4325.2.9.1.1.8 | ColumnaniDevRouteType | read-create | current | The type of route. Currently, aniDevRouteType cannot be set to anything other than invalid(2). Setting this object to the value invalid(2) has the effect of de… |
| 1.3.6.1.4.1.4325.2.9.1.1.9 | ColumnaniDevRouteProto | read-only | current | The routing mechanism via which this route was learned. Inclusion of values for gateway routing protocols is not intended to imply that hosts should support th… |
| 1.3.6.1.4.1.4325.2.9.1.1.10 | ColumnaniDevRouteAge | read-only | current | The number of seconds since this route was last updated or otherwise determined to be correct. Note that no semantics of `too old' can be implied except throug… |
| 1.3.6.1.4.1.4325.2.9.1.1.11 | ColumnaniDevRouteMask | read-create | current | Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the aniDevRouteDest field. For those systems that do n… |
| 1.3.6.1.4.1.4325.2.9.1.1.12 | ColumnaniDevRouteMetric5 | read-only | current | An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's aniDevRouteProto value… |
| 1.3.6.1.4.1.4325.2.9.1.1.13 | ColumnaniDevRouteInfo | read-only | current | A reference to MIB definitions specific to the particular routing protocol which is responsible for this route, as determined by the value specified in the rou… |
| 1.3.6.1.4.1.4325.2.9.1.1.14 | ColumnaniDevRouteFlag | read-create | current | The flag to be associated with this particular route entry. While adding a network route, set this value to network(1). When a host route is being added, this … |