| OID symbolic | OID numeric | Type | Access | Description |
| usdRouterCompliance | 1.3.6.1.4.1.4874.2.2.32.4.1.1 | | | An obsolete compliance statement for entities which implement the
Unisphere Router MIB. This statement became obsolete when support was
added for VRFs within routers. |
| usdRouterCompliance2 | 1.3.6.1.4.1.4874.2.2.32.4.1.2 | | | An obsolete compliance statement for entities which implement the
Unisphere Router MIB. This statement became obsolete when support was
added for the router context name. |
| usdRouterCompliance3 | 1.3.6.1.4.1.4874.2.2.32.4.1.3 | | | The compliance statement for entities which implement the Unisphere
Router MIB. |
| usdRouterCompliances | 1.3.6.1.4.1.4874.2.2.32.4.1 | | | |
| usdRouterConformance | 1.3.6.1.4.1.4874.2.2.32.4 | | | |
| OCT usdRouterContextName | 1.3.6.1.4.1.4874.2.2.32.1.2.1.5 | OCTET STRING | read-only | An internally derived/assigned name given to this router with a
specific format:
routerN
where N is a decimal number (with no leading zeroes) in the range
1..16777215 corresponding to the value of the least significant 24 bits
of the usdRouterIndex (the router UID). The name is unique within the
context of this table. |
| usdRouterEntry | 1.3.6.1.4.1.4874.2.2.32.1.2.1 | | not-accessible | Each entry in this table represents a single router. Creating and/or
deleting entries in this table causes corresponding entries to be
created or deleted in the usdRouterProtocolTable. Note that VRFs also
appear as entries in this table and can be differentiated by the
usdRouterVrf object. The usdRouterVrfTable shows the parent / child
relationship between routers and VRFs present in the system. |
| usdRouterGroup | 1.3.6.1.4.1.4874.2.2.32.4.2.1 | | | An obsolete collection of objects providing management of routers and
routing protocols in a Unisphere product. This group became obsolete
when support was added for VRFs within routers. |
| usdRouterGroup2 | 1.3.6.1.4.1.4874.2.2.32.4.2.2 | | | An obsolete collection of objects providing management of routers and
routing protocols in a Unisphere product. This group became obsolete
when support was added for the router context name. |
| usdRouterGroup3 | 1.3.6.1.4.1.4874.2.2.32.4.2.4 | | | A collection of objects providing management of routers and routing
protocols in a Unisphere product. |
| usdRouterGroups | 1.3.6.1.4.1.4874.2.2.32.4.2 | | | |
| U32 usdRouterIndex | 1.3.6.1.4.1.4874.2.2.32.1.2.1.1 | Unsigned32 | not-accessible | The routerIndex of this router. When creating entries in this table,
suitable values for this object are determined by reading
usdRouterNextRouterIndex. |
| usdRouterMIB | 1.3.6.1.4.1.4874.2.2.32 | | | The Router MIB is used to manage the creation and deletion as well as
the administrative states of the protocols and functions that run within
a designated router. |
| USD usdRouterName | 1.3.6.1.4.1.4874.2.2.32.1.2.1.2 | UsdName | read-create | The administratively assigned name given to this router. The name must
be unique within the context of this table and cannot be changed after
the router instance is created. |
| USD usdRouterNextRouterIndex | 1.3.6.1.4.1.4874.2.2.32.1.1 | UsdNextRouterIndex | read-only | Coordinates routerIndex and usdRouterVrfIndex value allocation for
entries in the usdRouterTable and usdRouterVrfTable, respectively.
A GET of this object returns the next available routerIndex value to be
used to create an entry in the associated router table; or zero, if no
valid routerIndex 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 routerIndex allocation is unintended.
Successive GETs will typically return different values, thus avoiding
collisions among cooperating management clients seeking to create table
entries simultaneously. |
| usdRouterObjects | 1.3.6.1.4.1.4874.2.2.32.1 | | | |
| usdRouterProtocolEntry | 1.3.6.1.4.1.4874.2.2.32.1.3.1 | | not-accessible | Each entry provides administrative control on a router protocol for the
router designated by the first indice to this table. The second indice
identifies the router protocol.
Entries in this table are created as a side-effect of row creation in
the usdRouterTable or usdRouterVrfTable. |
| USD usdRouterProtocolProtocolIndex | 1.3.6.1.4.1.4874.2.2.32.1.3.1.2 | UsdRouterProtocolIndex | not-accessible | Identities the router protocol. |
| U32 usdRouterProtocolRouterIndex | 1.3.6.1.4.1.4874.2.2.32.1.3.1.1 | Unsigned32 | not-accessible | The routerIndex of this router. This object is the same as the
usdRouterIndex object defined in the usdRouterTable. |
| ROW usdRouterProtocolRowStatus | 1.3.6.1.4.1.4874.2.2.32.1.3.1.3 | RowStatus | read-write | Administrative control and status of a protocol on a router.
The following values can be read from this object:
active(1) - Indicates that the protocol on the designated router
is created, configured, and running.
notReady(3) - Indicates that the protocol requires additional
configuration in a protocol specific MIB module.
Examples include the BGP and OSPF protocols, which
require additional configuration of protocol specific
parameters such as: Autonomous System (AS) for BGP,
and Process Id for OSPF.
destroy(6) - The destroy(3) operation can fail if there are
executing applications dependent on the protocol.
If an attempt is made to destroy(6) an active(1)
protocol that other applications are dependent on,
the rowStatus will read destroy(6). Normally, when
a row is destroyed, the agent will cleaup and remove
the entry.
The following values can be written to this object:
active(1) - Activate protocol on the designated router.
createAndGo(4) - Create protocol on designated router. The router
indicated by usdRouterProtocolRouterIndex must
already exist in the usdRouterTable. The value of
the usdRouterProtocolProtocolIndex must be from the
set of protocol values defined by the
UsdRouterProtocolIndex type.
destroy(6) - Destroy protocol on designated router. If the
operation is successful, the agent will remove the
entry. If the operation failed, the row will remain
in the table with a rowStatus value of destroy(6).
Conditions on destroy(6):
1) The default router can not be deleted.
2) The local router can not be deleted. A local router is defined
as the router that sourced the SNMP request.
Upon creation of a router in the usdRouterTable, some protocol entries
will appear in this table by default, which indicates that these
protocols are created by the action of creating a router. It is
important to note, that this behavior may change over time by protocol
type. |
| usdRouterProtocolTable | 1.3.6.1.4.1.4874.2.2.32.1.3 | | not-accessible | This table contains entries for each protocol supported by the router
entry created in the usdRouterTable. |
| ROW usdRouterRowStatus | 1.3.6.1.4.1.4874.2.2.32.1.2.1.3 | RowStatus | read-create | 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:
usdRouterRowStatus
usdRouterName
In addition, when creating an entry the following conditions must hold:
A value for usdRouterIndex must have been determined previously by
reading usdRouterNextRouterIndex.
A corresponding entries in usdRouterProtocolTable are created/destroyed
as a result of creating/destroying an entry in this table. |
| usdRouterTable | 1.3.6.1.4.1.4874.2.2.32.1.2 | | not-accessible | This table contains entries for routers present in the system. |
| T/F usdRouterVrf | 1.3.6.1.4.1.4874.2.2.32.1.2.1.4 | TruthValue | read-only | Identifies whether this router is a VRF or not. A value of true(1)
indicates that this is a VRF; a value of false(2) indicates that it is
not. |
| usdRouterVrfEntry | 1.3.6.1.4.1.4874.2.2.32.1.4.1 | | not-accessible | Each entry provides administrative control on a router VRF for the
router designated by the first indice of this table. The second indice
identifies the router VRF.
The parent router must exist in the usdRouterTable before performing VRF
row creation in this table |
| USD usdRouterVrfExportRouteMap | 1.3.6.1.4.1.4874.2.2.32.1.4.1.4 | UsdIpPolicyName | read-create | The VRF router export route map. |
| usdRouterVrfGroup | 1.3.6.1.4.1.4874.2.2.32.4.2.3 | | | A collection of objects providing management of VRFs within routers in
a Unisphere product. |
| usdRouterVrfGroup2 | 1.3.6.1.4.1.4874.2.2.32.4.2.5 | | | A collection of objects providing management of VRFs within routers in
a Unisphere product. |
| USD usdRouterVrfImportRouteMap | 1.3.6.1.4.1.4874.2.2.32.1.4.1.3 | UsdIpPolicyName | read-create | The VRF router import route map. |
| USD usdRouterVrfRouteDistinguisher | 1.3.6.1.4.1.4874.2.2.32.1.4.1.5 | UsdIpPolicyExtendedCommunity | read-create | The VRF router route distinguisher. |
| STR usdRouterVrfRouterDescription | 1.3.6.1.4.1.4874.2.2.32.1.4.1.9 | DisplayString | read-create | The administratively assigned description given to this VRF router. |
| U32 usdRouterVrfRouterIndex | 1.3.6.1.4.1.4874.2.2.32.1.4.1.1 | Unsigned32 | not-accessible | The router index of this router, also referred to as the parent of the
VRF. This object is the same as the usdRouterIndex object defined in the
usdRouterTable. |
| USD usdRouterVrfRouterName | 1.3.6.1.4.1.4874.2.2.32.1.4.1.8 | UsdName | read-create | The administratively assigned name given to this VRF router. The name
must be unique within the context of this table and cannot be changed
after the router instance is created. |
| U32 usdRouterVrfRouterVrfIndex | 1.3.6.1.4.1.4874.2.2.32.1.4.1.2 | Unsigned32 | not-accessible | The VRF router index for this entry, also referred as the child of the
parent router, which is identified by the first indice to this table. |
| INT usdRouterVrfRouteTargetAddrFormat | 1.3.6.1.4.1.4874.2.2.32.1.5.1.3 | INTEGER | not-accessible | The address format of the route target. |
| usdRouterVrfRouteTargetEntry | 1.3.6.1.4.1.4874.2.2.32.1.5.1 | | not-accessible | Each entry provides administrative control on VRF route targets for the
router/VRF pair designated by the first and second indice of this table.
The third indice identifies the route target.
The parent router must exist in the usdRouterTable and the VRF router
must exist in the usdRouterVrfTable before performing creation of the
route target in this table. |
| U32 usdRouterVrfRouteTargetRouterIndex | 1.3.6.1.4.1.4874.2.2.32.1.5.1.1 | Unsigned32 | not-accessible | The routerIndex of this router, also referred to as the parent of the
VRF. This object is the same as the usdRouterIndex object defined in the
usdRouterTable. |
| U32 usdRouterVrfRouteTargetRouterVrfIndex | 1.3.6.1.4.1.4874.2.2.32.1.5.1.2 | Unsigned32 | not-accessible | The VRF router index for this entry, also referred as the child of the
parent router, which is identified by the first indice to this table. |
| USD usdRouterVrfRouteTargetRouteTarget | 1.3.6.1.4.1.4874.2.2.32.1.5.1.4 | UsdIpPolicyExtendedCommunity | not-accessible | The VRF router route target. |
| ROW usdRouterVrfRouteTargetRowStatus | 1.3.6.1.4.1.4874.2.2.32.1.5.1.6 | RowStatus | read-create | Controls creation/deletion of entries in this table according to the
RowStatus textual convention, constrained to support the following
values only:
createAndGo
destroy
*** LIMITED CONFIGURATION LEVEL ***
RowStatus createAndGo/destroy operations have the following
special-purpose semantics:
createAndGo Create an entry having the specified configuration
and append it to the target list, i.e., create an
usdRouterVrfRouteTargetEntry table entry with the
associated characteristics.
destroy Destroy the specified element.
To create an entry in this table, the following entry objects MUST be
explicitly configured:
A parent router must exist in the usdRouterTable.
A VRF router must exist in the usdRouterVrfTable. |
| usdRouterVrfRouteTargetTable | 1.3.6.1.4.1.4874.2.2.32.1.5 | | not-accessible | This table contains entries for each route target for the router/VRF
entry created in the usdRouterTable and usdRouterVrfTable. |
| INT usdRouterVrfRouteTargetType | 1.3.6.1.4.1.4874.2.2.32.1.5.1.5 | INTEGER | read-create | The VRF router route target type. |
| ROW usdRouterVrfRowStatus | 1.3.6.1.4.1.4874.2.2.32.1.4.1.7 | RowStatus | read-create | Controls creation/deletion of entries in this table according to the
RowStatus textual convention, constrained to support the following
values only:
createAndGo
destroy
*** LIMITED CONFIGURATION LEVEL ***
RowStatus createAndGo/destroy operations have the following
special-purpose semantics:
createAndGo Create an entry having the specified configuration
and append it to the target list, i.e. create an
usdRouterVrfEntry table entry with the associated
characteristics.
destroy Destroy the specified element.
Entries in this table can be modified once the row has been created.
To create an entry in this table, the following entry objects MUST be
explicitly configured:
A value for usdRouterVrfRouterIndex must have been determined
previously by reading usdRouterNextRouterIndex.
A parent router must exist in the usdRouterTable. |
| usdRouterVrfTable | 1.3.6.1.4.1.4874.2.2.32.1.4 | | not-accessible | This table contains entries for each VRF on each router entry created
in the usdRouterTable. |