inetCidrRouteTable

This entity's IP Routing table.

The indexes of the table are inetCidrRouteDestType, inetCidrRouteDest, inetCidrRoutePfxLen, inetCidrRoutePolicy, inetCidrRouteNextHopType, inetCidrRouteNextHop.

OID

Object

Syntax

Max Access

Description

Implemented Specifications

1.3.6.1.2.1.4.24.7.1.1

inetCidrRouteDestType

INTEGER{unknown(0),ipv4(1),ipv6(2),ipv4z(3),ipv6z(4),dns(16)}

not-accessible

The type of the inetCidrRouteDest address, as defined

in the InetAddress MIB.

Only those address types that may appear in an actual

routing table are allowed as values of this object.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.4.24.7.1.2

inetCidrRouteDest

OCTET STRING{(0,255)}

not-accessible

The destination IP address of this route.

The type of this address is determined by the value of

the inetCidrRouteDestType object.

The values for the index objects inetCidrRouteDest and

inetCidrRoutePfxLen must be consistent. When the value

of inetCidrRouteDest (excluding the zone index, if one

is present) is x, then the bitwise logical-AND

of x with the value of the mask formed from the

corresponding index object inetCidrRoutePfxLen MUST be

equal to x. If not, then the index pair is not

consistent and an inconsistentName error must be

returned on SET or CREATE requests.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.4.24.7.1.3

inetCidrRoutePfxLen

Unsigned32{(0,2040)}

not-accessible

Indicates the number of leading one bits that form the

mask to be logical-ANDed with the destination address

before being compared to the value in the

inetCidrRouteDest field.

The values for the index objects inetCidrRouteDest and

inetCidrRoutePfxLen must be consistent. When the value

of inetCidrRouteDest (excluding the zone index, if one

is present) is x, then the bitwise logical-AND

of x with the value of the mask formed from the

corresponding index object inetCidrRoutePfxLen MUST be

equal to x. If not, then the index pair is not

consistent and an inconsistentName error must be

returned on SET or CREATE requests.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.4.24.7.1.4

inetCidrRoutePolicy

OBJECT IDENTIFIER

not-accessible

This object is an opaque object without any defined

semantics. Its purpose is to serve as an additional

index that may delineate between multiple entries to

the same destination. The value { 0 0 } shall be used

as the default value for this object.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.4.24.7.1.5

inetCidrRouteNextHopType

INTEGER{unknown(0),ipv4(1),ipv6(2),ipv4z(3),ipv6z(4),dns(16)}

not-accessible

The type of the inetCidrRouteNextHop address, as

defined in the InetAddress MIB.

Value should be set to unknown(0) for non-remote

routes.

Only those address types that may appear in an actual

routing table are allowed as values of this object.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.4.24.7.1.6

inetCidrRouteNextHop

OCTET STRING{(0,255)}

not-accessible

On remote routes, the address of the next system en

route. For non-remote routes, a zero length string.

The type of this address is determined by the value of

the inetCidrRouteNextHopType object.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.4.24.7.1.7

inetCidrRouteIfIndex

Integer32{(0,2147483647)}

read-create

The ifIndex value that identifies the local interface

through which the next hop of this route should be

reached. A value of 0 is valid and represents the

scenario where no interface is specified.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.4.24.7.1.8

inetCidrRouteType

INTEGER{other(1),reject(2),local(3),remote(4),blackhole(5)}

read-create

The type of route. Note that local(3) refers to a

route for which the next hop is the final destination;

remote(4) refers to a route for which the next hop is

not the final destination.

Routes that do not result in traffic forwarding or

rejection should not be displayed, even if the

implementation keeps them stored internally.

reject(2) refers to a route that, if matched, discards

the message as unreachable and returns a notification

(e.g., ICMP error) to the message sender. This is used

in some protocols as a means of correctly aggregating

routes.

blackhole(5) refers to a route that, if matched,

discards the message silently.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.4.24.7.1.9

inetCidrRouteProto

INTEGER{other(1),local(2),netmgmt(3),icmp(4),egp(5),ggp(6),hello(7),rip(8),isIs(9),esIs(10),ciscoIgrp(11),bbnSpfIgp(12),ospf(13),bgp(14),idpr(15),ciscoEigrp(16),dvmrp(17)}

read-only

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 those

protocols.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.4.24.7.1.10

inetCidrRouteAge

Gauge32

read-only

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 through

knowledge of the routing protocol by which the route

was learned.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.4.24.7.1.11

inetCidrRouteNextHopAS

Unsigned32

read-create

The Autonomous System Number of the Next Hop. The

semantics of this object are determined by the routing-

protocol specified in the route's inetCidrRouteProto

value. When this object is unknown or not relevant, its

value should be set to zero.

The actually supported value range is 0-4294967295.

1.3.6.1.2.1.4.24.7.1.12

inetCidrRouteMetric1

Integer32

read-create

The primary routing metric for this route. The

semantics of this metric are determined by the routing-

protocol specified in the route's inetCidrRouteProto

value. If this metric is not used, its value should be

set to -1.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.4.24.7.1.13

inetCidrRouteMetric2

Integer32

read-create

An alternate routing metric for this route. The

semantics of this metric are determined by the routing-

protocol specified in the route's inetCidrRouteProto

value. If this metric is not used, its value should be

set to -1.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.4.24.7.1.14

inetCidrRouteMetric3

Integer32

read-create

An alternate routing metric for this route. The

semantics of this metric are determined by the routing-

protocol specified in the route's inetCidrRouteProto

value. If this metric is not used, its value should be

set to -1.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.4.24.7.1.15

inetCidrRouteMetric4

Integer32

read-create

An alternate routing metric for this route. The

semantics of this metric are determined by the routing-

protocol specified in the route's inetCidrRouteProto

value. If this metric is not used, its value should be

set to -1.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.4.24.7.1.16

inetCidrRouteMetric5

Integer32

read-create

An alternate routing metric for this route. The

semantics of this metric are determined by the routing-

protocol specified in the route's inetCidrRouteProto

value. If this metric is not used, its value should be

set to -1.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.4.24.7.1.17

inetCidrRouteStatus

INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)}

read-create

The row status variable, used according to row

installation and removal conventions.

A row entry cannot be modified when the status is

marked as active(1).

This object is implemented as defined in the corresponding MIB files.

Creation Restriction

None.

Modification Restriction

None.

Deletion Restriction

None.

Access Restriction

None.
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic