Oracle SNMP Support Reference Guide

Contents Glossary Index Home Previous Next

oraNavigatorRouteAddressTable

The oraNavigatorRouteAddressTable contains information about the Navigator's route addresses in this SQL*Net network. A route address is a hop in the path between two end systems. Monitoring route addresses is important for diagnostic purposes when communication between end systems is intermittent or fails to take place at all.

Each entry in the oraNavigatorRouteAddressTable represents a route address a Navigator has. Each entry is indexed first by applIndex, and then by oraNavigatorRouteAddressIndex. (For details about applIndex, see Appendix F, "Interpreting Implemented Variables of the Network Services MIB.")

Table C - 5 lists the variables included in the oraNavigatorRouteTable.

Variable Name Object ID
oraNavigatorRouteAddressIndex 1.3.6.1.4.1.111.7.1.5.1.1
oraNavigatorRouteAddress 1.3.6.1.4.1.111.7.1.5.1.2
Table C - 5. oraNavigatorRouteTable Variables and Corresponding Object IDs

A description of each of these variables follows.

oraNavigatorRouteAddressIndex

Syntax INTEGER (1..2147483647)
Max-Access read-only
Explanation A numeric index, unique among all the route addresses that the Navigator has.
Typical Range 1 - 10 or more, depending on how many route addresses this Oracle MultiProtocol Interchange has been configured to route.
Significance less important
Related Variables oraNavigatorRouteAddress
Suggested Presentation not applicable

oraNavigatorRouteAddress

Syntax DisplayString
Max-Access read-only
Explanation Indicates a route address to which the Oracle MultiProtocol Interchange can route, as determined by the Navigator.
Typical Range 1 - 255 characters
Significance important
Related Variables oraNavigatorRouteAddressIndex
Suggested Presentation simple string


Contents Glossary Index Home Previous Next