EICON-MIB-ROUTER DEFINITIONS ::= BEGIN
IMPORTS
Counter, IpAddress, Gauge, TimeTicks, enterprises
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212
TRAP-TYPE
FROM RFC-1215
DisplayString
FROM RFC1213-MIB;
eicon OBJECT IDENTIFIER ::= { enterprises 434 }
management OBJECT IDENTIFIER ::= { eicon 2 }
mibv2 OBJECT IDENTIFIER ::= { management 2 }
module OBJECT IDENTIFIER ::= { mibv2 4 }
router OBJECT IDENTIFIER ::= { mibv2 8 }
OperState ::= INTEGER {
other (1), disabled (2), ready (3), active (4), busy (5) }
AdminState ::= INTEGER {
start (1),
stop (2),
dump (3),
test (4),
invalid (5)
}
ActionState ::= INTEGER {
done (1),
failed (2),
in-progress (3)
}
EntryStatus ::= INTEGER {
valid (1),
createRequest (2),
underCreation (3),
invalid (4)
}
EntryStatusV2 ::= INTEGER {
valid (1),
createRequest (2),
underCreation (3),
invalid (4),
modifyRequest (5),
underModification (6)
}
ConnectionStatus ::= INTEGER {
invalid (1), listening (2),
calling (3),
connected (4),
hangingup (5),
hungup (6),
pending-hungup (7)
}
ControlOnOff ::= INTEGER {
stop (1),
start (2),
invalid (3)
}
CardRef ::= INTEGER (1..6) PortRef ::= INTEGER (1..48) PositiveInteger ::= INTEGER (0..2147483647)
rtName OBJECT-TYPE SYNTAX DisplayString (SIZE (1..48))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name advertised by the router agent using SAP."
::= { router 1 }
rtProductName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..48))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The Product name ie. Router for Netware."
::= { router 2 }
rtReleaseVersion OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Ex.: Ver. 3 Rel. 2."
::= { router 3 }
rtReleaseDate OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Format: 1993/03/25."
::= { router 4 }
rtOperState OBJECT-TYPE
SYNTAX OperState
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The operational state of the router."
::= { router 5 }
rtAdminStateCtr OBJECT-TYPE
SYNTAX AdminState
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The administrative state of the router. Management station
will change this value to start or stop the router."
::= { router 6 }
rtType OBJECT-TYPE
SYNTAX INTEGER {
typeNetWareRouter (1),
typeOS2Router (2),
typeUnixRouter (3),
typeNTRouter (4),
typeSynOpticsRouter (5),
typeMadrasRouter (6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Type of router."
::= { router 7 }
rtTimeUp OBJECT-TYPE
SYNTAX TimeTicks
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The time elapsed since the router was started."
::= { router 8 }
rtNumberOfPorts OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of Eicon ports currently used by the router."
::= { router 9 }
rtMaxCircuits OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The maximum number of connections that can be configured for this
router."
::= { router 10 }
rtAvailableCircuits OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of connections still available for this router."
::= { router 11 }
rtAvailableLANMapping OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The available number of LAN protocol mappings for all connections."
::= { router 12 }
rtMaxLANMapping OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The maximum number of LAN protocol mappings for all connections."
::= { router 13 }
rtGlobalTxPackets OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of packets transmitted by the router on all ports"
::= { router 14 }
rtGlobalTxBytesLow OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of bytes transmitted by the router on all ports -
the low 32 bits of the 64 bits counter."
::= { router 15 }
rtGlobalTxBytesHigh OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of bytes transmitted by the router on all ports -
the high 32 bits of the 64 bits counter."
::= { router 16 }
rtGlobalRxPackets OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of packets received by the router on all ports"
::= { router 17 }
rtGlobalRxBytesLow OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of bytes received by the router on all ports -
the low 32 bits of the 64 bits counter."
::= { router 18 }
rtGlobalRxBytesHigh OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of bytes received by the router on all ports -
the high 32 bits of the 64 bits counter."
::= { router 19 }
rtGlobalTxDropNoRoute OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of transmit packets dropped on all ports because
no route was found."
::= { router 20 }
rtGlobalTxDropNoResource OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of transmit packets dropped on all ports because resources
were exhausted."
::= { router 21 }
rtGlobalTxDropUnknownProt OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of transmit packets dropped because the WAN protocol is not
supported."
::= { router 22 }
rtGlobalRxDropNoResource OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of received packets dropped on all ports because resources
were exhausted."
::= { router 23 }
rtGlobalRxDropUnknownProt OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of received packets dropped because a LAN protocol is not
supported."
::= { router 24 }
rtGlobalRxError OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of errors encountered when receiving from
the EiconCard(s)."
::= { router 25 }
rtGlobalCountersReset OBJECT-TYPE
SYNTAX ControlOnOff
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This variable is used to reset all router global counters."
::= { router 26 }
rtTraceCtrl OBJECT-TYPE SYNTAX ControlOnOff
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object is used to start or stop the trace with the parameters
specified by the following trace objects."
::= { router 27 }
rtTraceFileName OBJECT-TYPE SYNTAX DisplayString (SIZE (1..48))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The (fully qualified) file name for the file which will hold the trace."
::= { router 28 }
rtTraceInterfaceType OBJECT-TYPE SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The mask which indicates to the Agent the interface type(s) to be traced.
The trace value for the lower layer is (1) and for the upper
layer is (2)."
::= { router 29 }
rtPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF RtPortEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The router port table."
::= { router 30 }
rtPortEntry OBJECT-TYPE
SYNTAX RtPortEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The router information for one port."
INDEX { rtPortIndex }
::= { rtPortTable 1 }
RtPortEntry ::= SEQUENCE {
rtPortIndex
INTEGER,
rtPortNumber
INTEGER,
rtPortProtocol
INTEGER,
rtPortTxThroughput
Gauge,
rtPortRxThroughput
Gauge,
rtPortTxPackets
Counter,
rtPortTxBytesLow
Counter,
rtPortTxBytesHigh
Counter,
rtPortRxPackets
Counter,
rtPortRxBytesLow
Counter,
rtPortRxBytesHigh
Counter,
rtPortTxDropNoResource
Counter,
rtPortRxError
Counter,
rtPortCountersReset
ControlOnOff
}
rtPortIndex OBJECT-TYPE
SYNTAX INTEGER (1..48)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Index of this table"
::= { rtPortEntry 1 }
rtPortNumber OBJECT-TYPE
SYNTAX INTEGER (1..48)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"EiconCard port number."
::= { rtPortEntry 2 }
rtPortProtocol OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Mask indicating the choice of WAN protocols:
x25 (1), fr (2), ppp (4), sna (8), hdlc (16)."
::= { rtPortEntry 3 }
rtPortTxThroughput OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Throughput calculated for the transmision."
::= { rtPortEntry 4 }
rtPortRxThroughput OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Throughput calculated for the reception."
::= { rtPortEntry 5 }
rtPortTxPackets OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Number of packets transmitted for this port."
::= { rtPortEntry 6 }
rtPortTxBytesLow OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Number of bytes transmitted for this port; the low 32 bits
of the 64 bits counter."
::= { rtPortEntry 7 }
rtPortTxBytesHigh OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Number of bytes transmitted for this port; the high 32 bits
of the 64 bits counter."
::= { rtPortEntry 8 }
rtPortRxPackets OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Number of packets received for this port."
::= { rtPortEntry 9 }
rtPortRxBytesLow OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Number of bytes received for this port; the low 32 bits
of the 64 bits counter."
::= { rtPortEntry 10 }
rtPortRxBytesHigh OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Number of bytes received for this port; the high 32 bits
of the 64 bits counter."
::= { rtPortEntry 11 }
rtPortTxDropNoResource OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Number of transmit packets dropped because no resources were
available."
::= { rtPortEntry 12 }
rtPortRxError OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Number of packets received with an EiconCard error."
::= { rtPortEntry 13 }
rtPortCountersReset OBJECT-TYPE
SYNTAX ControlOnOff
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object is used to reset the values of all counters for this port."
::= { rtPortEntry 14 }
rtConnFreeIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The index value used by the Management station to create the row in the
rtConnTable. This value will be used to identify new instance of
rtConnEntryStatus object when the Management station attempts to write its
value to createRequest (2). If the Agent accepts this value it will change
it to underCreation (3). After that, the Management station has a limited
time to create all remaining objects in the rtConnEntry and change
rtConnEntryStatus to valid (1) or abandon and change rtConnEntryStatus
to invalid (4). The entries with the invalid (4) state can be deleted
from the table by the Agent."
::= { router 31 }
rtConnTable OBJECT-TYPE
SYNTAX SEQUENCE OF RtConnEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The table of WAN connections to peer routers."
::= { router 32 }
rtConnEntry OBJECT-TYPE
SYNTAX RtConnEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The routing information for one destination."
INDEX { rtConnIndex }
::= { rtConnTable 1 }
RtConnEntry ::= SEQUENCE {
rtConnIndex
INTEGER,
rtConnName
DisplayString,
rtConnComment
DisplayString,
rtConnEntryStatus
EntryStatus,
rtConnOperState
OperState,
rtConnAdminStateCtr
AdminState,
rtConnAutoStart
INTEGER,
rtConnType
INTEGER,
rtConnInactivityTimeout
INTEGER,
rtConnPortNumber
PortRef,
rtConnCompression
INTEGER,
rtConnRetryNum
INTEGER,
rtConnRetryDelay
INTEGER,
rtConnPeerRouter
INTEGER,
rtConnLanProtocol
INTEGER,
rtConnWanProtocol
INTEGER,
rtConnX25LocalDTE
DisplayString,
rtConnX25RemoteDTE
DisplayString,
rtConnX25CallingFacilities
DisplayString,
rtConnX25ListeningFacilities
DisplayString,
rtConnX25UserData
DisplayString,
rtConnX25Pvc
INTEGER,
rtConnFrDlci
INTEGER,
rtConnSnaPuName
DisplayString,
rtConnSnaLocalFqName
DisplayString,
rtConnSnaRemoteFqName
DisplayString,
rtConnSnaModeName
DisplayString,
rtConnSnaSendPaceWindow
INTEGER,
rtConnSnaReceivePaceWindow
INTEGER,
rtConnSnaRuSendLow
INTEGER,
rtConnSnaRuReceiveLow
INTEGER,
rtConnSnaRuSendHigh
INTEGER,
rtConnSnaRuReceiveHigh
INTEGER,
rtConnUsage
INTEGER,
rtConnFrSegmentation
INTEGER,
rtConnFrXid
INTEGER,
rtConnPrimOrBackName
DisplayString,
rtConnRipSapUpdateType
INTEGER,
rtConnSAPDelay
INTEGER,
rtConnRIPDelay
INTEGER
}
rtConnIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The index used to identify the connection entry."
::= { rtConnEntry 1 }
rtConnName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..16))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The name used to identify the connection entry."
::= { rtConnEntry 2 }
rtConnComment OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..80))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Optional comment about the connection entry."
::= { rtConnEntry 3 }
rtConnEntryStatus OBJECT-TYPE
SYNTAX EntryStatus
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The object used to reserve the connection entry during the row
creation. It also indicates if the entry is valid or not."
::= { rtConnEntry 4 }
rtConnOperState OBJECT-TYPE
SYNTAX OperState
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The object describing the state of the connection."
::= { rtConnEntry 5 }
rtConnAdminStateCtr OBJECT-TYPE
SYNTAX AdminState
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The object used to start and stop the circuit for this connection
entry."
::= { rtConnEntry 6 }
rtConnAutoStart OBJECT-TYPE
SYNTAX INTEGER {
startYes (1),
startNo (2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The object used to indicate if the connnection should be activated
every time the router starts. Yes is the default."
::= { rtConnEntry 7 }
rtConnType OBJECT-TYPE
SYNTAX INTEGER {
typeIn (1),
typeOut (2),
typeTwoWay (3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The type of connection."
::= { rtConnEntry 8 }
rtConnInactivityTimeout OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The connection inactivity timeout in seconds."
::= { rtConnEntry 9 }
rtConnPortNumber OBJECT-TYPE
SYNTAX PortRef
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The EiconCard port number for this connection."
::= { rtConnEntry 10 }
rtConnCompression OBJECT-TYPE
SYNTAX INTEGER {
comprNo (1),
comprStac (2),
comprOther (3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The object indicating the type of compression to use, if any."
::= { rtConnEntry 11 }
rtConnRetryNum OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The connection retry count; value (0) indicates no retry,
value (100) indicates infinite retry, value (5) is the default."
::= { rtConnEntry 12 }
rtConnRetryDelay OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The connection retry delay in seconds."
::= { rtConnEntry 13 }
rtConnPeerRouter OBJECT-TYPE
SYNTAX INTEGER {
peerNetWareV2 (1),
peerNetWareNLM (2),
peerUniversal (3),
peerCISCO (4)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The type of the peer router for this connection."
::= { rtConnEntry 14 }
rtConnLanProtocol OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The mask used to indicate the type of LAN protocols used for this
connection. IPX =1, IP=2, AT=4."
::= { rtConnEntry 15 }
rtConnWanProtocol OBJECT-TYPE
SYNTAX INTEGER {
connX25Svc (1),
connX25Pvc (2),
connFr (3),
connPpp (4),
connSna (5),
connHdlc (6)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The object indicates which WAN protocol will be used for this
connection."
::= { rtConnEntry 16 }
rtConnX25LocalDTE OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..17))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The X25 Local DTE Address configured for this connection."
::= { rtConnEntry 17 }
rtConnX25RemoteDTE OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..17))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The X25 Remote DTE Address configured for this connection."
::= { rtConnEntry 18 }
rtConnX25CallingFacilities OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..218))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The X25 Calling Facilities configured for this connection."
::= { rtConnEntry 19 }
rtConnX25ListeningFacilities OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..218))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The X25 Listening Facilities configured for this connection."
::= { rtConnEntry 20 }
rtConnX25UserData OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..256))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The X25 User Data configured for this connection."
::= { rtConnEntry 21 }
rtConnX25Pvc OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The X25 PVC configured for this connection."
::= { rtConnEntry 22 }
rtConnFrDlci OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The Frame Relay DLCI configured for this connection."
::= { rtConnEntry 23 }
rtConnSnaPuName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..8))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Physical Unit Name."
::= { rtConnEntry 24 }
rtConnSnaLocalFqName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..18))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Local fully qualified name."
::= { rtConnEntry 25 }
rtConnSnaRemoteFqName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..18))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Remote fully qualified name."
::= { rtConnEntry 26 }
rtConnSnaModeName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..8))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Mode name."
::= { rtConnEntry 27 }
rtConnSnaSendPaceWindow OBJECT-TYPE
SYNTAX INTEGER (1..255)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Send Pace Window."
::= { rtConnEntry 28 }
rtConnSnaReceivePaceWindow OBJECT-TYPE
SYNTAX INTEGER (1..255)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Receive Pace Window."
::= { rtConnEntry 29 }
rtConnSnaRuSendLow OBJECT-TYPE
SYNTAX INTEGER (133..248)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Request Unit send low."
::= { rtConnEntry 30 }
rtConnSnaRuReceiveLow OBJECT-TYPE
SYNTAX INTEGER (133..248)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Request Unit receive low."
::= { rtConnEntry 31 }
rtConnSnaRuSendHigh OBJECT-TYPE
SYNTAX INTEGER (133..248)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Request Unit send high."
::= { rtConnEntry 32 }
rtConnSnaRuReceiveHigh OBJECT-TYPE
SYNTAX INTEGER (133..248)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Request unit receive high."
::= { rtConnEntry 33 }
rtConnUsage OBJECT-TYPE
SYNTAX INTEGER {
uSagePrimary (1),
uSageBackup (2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The connection can be defined as a primary or
a backup connection for a primary."
::= { rtConnEntry 34 }
rtConnFrSegmentation OBJECT-TYPE
SYNTAX INTEGER {
no (1),
yes (2),
inProgress (3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The object used to indicate if the Frame Relay
segmentation (RFC1490) can be used on this connection."
::= { rtConnEntry 35 }
rtConnFrXid OBJECT-TYPE
SYNTAX INTEGER {
no (1),
yes (2),
inProgress (3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The object used to indicate if the Frame-relay
XID (RFC1490) can be used on this connection"
::= { rtConnEntry 36 }
rtConnPrimOrBackName OBJECT-TYPE
SYNTAX DisplayString (SIZE(1..16))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This parameter applies only if the rtConnFunction
field=FuncPrimary. This is the name used to identify
primary connection entry."
::= { rtConnEntry 37 }
rtConnRipSapUpdateType OBJECT-TYPE SYNTAX INTEGER {
none (1),
onchange (2),
periodic (3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The update type of RIP / SAP."
::= { rtConnEntry 38 }
rtConnSAPDelay OBJECT-TYPE SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The delay in minutes between the SAP updates on this
WAN connection."
::= { rtConnEntry 39 }
rtConnRIPDelay OBJECT-TYPE SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The delay in minutes between the RIP updates on this
WAN connection."
::= { rtConnEntry 40 }
rtIPMapFreeIndex OBJECT-TYPE SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The index value used by the Management station to create the row in the
rtIPMappingTable. This value will be used to identify new instance of
rtIPMapEntryStatus object when the Management station attempts to write its
value to createRequest (2). If the Agent accepts this value it will change
it to underCreation (3). After that, the Management station has a limited
time to create all remaining objects in the rtIPMappingEntry and change
rtIPMapEntryStatus to valid (1) or abandon and change rtIPMapEntryStatus
to invalid (4). The entries with the invalid (4) state can be deleted
from the table by the Agent."
::= { router 33 }
rtIPMappingTable OBJECT-TYPE
SYNTAX SEQUENCE OF RtIPMappingEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The IP mapping table."
::= { router 34 }
rtIPMappingEntry OBJECT-TYPE
SYNTAX RtIPMappingEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"One mapping information entry."
INDEX { rtIPMapConnIndex, rtIPMapIndex }
::= { rtIPMappingTable 1 }
RtIPMappingEntry ::= SEQUENCE {
rtIPMapIndex
INTEGER,
rtIPMapConnIndex
INTEGER,
rtIPMapEntryStatus
EntryStatus,
rtIPMapNextHop
IpAddress,
rtIPMapBroadcast
INTEGER,
rtIPMapIPMask
IpAddress,
rtIPMapVJCompress
INTEGER
}
rtIPMapIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The index used to identify the mapping entry. It is possible to have
multiple LAN mapping entries for one connection."
::= { rtIPMappingEntry 1 }
rtIPMapConnIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Indicates the connection which uses this mapping. It is equal to one of
the rtConnIndex values from the rtConnTable."
::= { rtIPMappingEntry 2 }
rtIPMapEntryStatus OBJECT-TYPE
SYNTAX EntryStatus
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The object used to reserve the mapping entry during the row
creation. It also indicates if the entry is valid or not."
::= { rtIPMappingEntry 3 }
rtIPMapNextHop OBJECT-TYPE
SYNTAX IpAddress
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The address of the next hop. It is indicated if the Management station
knows the address and it can not be discovered by the router."
::= { rtIPMappingEntry 4 }
rtIPMapBroadcast OBJECT-TYPE SYNTAX INTEGER {
broadNo (1),
broadYes (2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The object which indicates to the router if it may send
broadcasts for this connection. 'Yes' is the default value."
::= { rtIPMappingEntry 5 }
rtIPMapIPMask OBJECT-TYPE
SYNTAX IpAddress
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The IP address mask to be used for this mapping."
::= { rtIPMappingEntry 6 }
rtIPMapVJCompress OBJECT-TYPE SYNTAX INTEGER {
vjNo (1),
vjYes (2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The object which indicates if the VanJacobsen compression is to be used
for this mapping."
::= { rtIPMappingEntry 7 }
rtCircuitTable OBJECT-TYPE
SYNTAX SEQUENCE OF RtCircuitEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The router circuit table."
::= { router 35 }
rtCircuitEntry OBJECT-TYPE
SYNTAX RtCircuitEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The circuit information for one WAN connection. An entry in this table
will be created by the Agent when the circuit is opened for a specified
connection."
INDEX { rtCircuitConnIndex }
::= { rtCircuitTable 1 }
RtCircuitEntry ::= SEQUENCE {
rtCircuitConnIndex
INTEGER,
rtCircuitStatus
INTEGER,
rtCircuitTimeUp
TimeTicks,
rtCircuitErrCode
INTEGER,
rtCircuitSessionType
INTEGER,
rtCircuitConnLSN
INTEGER,
rtCircuitDataLSN
INTEGER,
rtCircuitCmSelector
INTEGER,
rtCircuitCompression
INTEGER,
rtCircuitCompAlgorithm
INTEGER,
rtCircuitBeforeComp
Gauge,
rtCircuitAfterComp
Gauge,
rtCircuitTxErr
INTEGER,
rtCircuitBoundLANProtocol
INTEGER,
rtCircuitRemoteRouter
DisplayString,
rtCircuitCountersReset
ControlOnOff,
rtCircuitWanProtocol
INTEGER,
rtCircuitX25LocalDTE
DisplayString,
rtCircuitX25RemoteDTE
DisplayString,
rtCircuitX25CallingFacilities
DisplayString,
rtCircuitX25ListeningFacilities
DisplayString,
rtCircuitX25UserData
DisplayString,
rtCircuitX25Cause
INTEGER,
rtCircuitX25Diag
INTEGER,
rtCircuitX25Pvc
INTEGER,
rtCircuitFrDlci
INTEGER,
rtCircuitFrSegmentation
INTEGER,
rtCircuitFrXIDNegot
INTEGER,
rtCircuitFrXIDPacketSize
INTEGER,
rtCircuitFrCongestion
INTEGER
}
rtCircuitConnIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates the connection which generated this circuit. It is equal to one
of the rtConnIndex values from the rtConnTable."
::= { rtCircuitEntry 1 }
rtCircuitStatus OBJECT-TYPE
SYNTAX INTEGER {
listening (1),
calling (2),
connected (3),
hangingup (4),
hungup (5),
aborted (6),
idle (7),
portdisconnected (8),
notbound (9),
unknown (10)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates the circuit status."
::= { rtCircuitEntry 2 }
rtCircuitTimeUp OBJECT-TYPE
SYNTAX TimeTicks
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Time elapsed since this circuit was started."
::= { rtCircuitEntry 3 }
rtCircuitErrCode OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Last error code returned from the EiconCard."
::= { rtCircuitEntry 4 }
rtCircuitSessionType OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Type of circuit session."
::= { rtCircuitEntry 5 }
rtCircuitConnLSN OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Connection Manager LSN used for management."
::= { rtCircuitEntry 6 }
rtCircuitDataLSN OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Connection Manager LSN used for data."
::= { rtCircuitEntry 7 }
rtCircuitCmSelector OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Handle returned by Connection Manager for this circuit."
::= { rtCircuitEntry 8 }
rtCircuitCompression OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compression on/off, after negotiation."
::= { rtCircuitEntry 9 }
rtCircuitCompAlgorithm OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Compression type, after negotiation."
::= { rtCircuitEntry 10 }
rtCircuitBeforeComp OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Number of bytes sent before compression."
::= { rtCircuitEntry 11 }
rtCircuitAfterComp OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Number of bytes sent after compression."
::= { rtCircuitEntry 12 }
rtCircuitTxErr OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of Transmit errors"
::= { rtCircuitEntry 13 }
rtCircuitBoundLANProtocol OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The mask used to indicate the type of LAN protocols used for this
connection. Possible values are: IPX=1, IP=2, AT=4."
::= { rtCircuitEntry 14 }
rtCircuitRemoteRouter OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..48))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the remote router discovered by the local router."
::= { rtCircuitEntry 15 }
rtCircuitCountersReset OBJECT-TYPE SYNTAX ControlOnOff
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The object is used to reset all counters for this circuit."
::= { rtCircuitEntry 16 }
rtCircuitWanProtocol OBJECT-TYPE
SYNTAX INTEGER {
connX25Svc (1),
connX25Pvc (2),
connFr (3),
connPpp (4),
connSna (5),
connHdlc (6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The object indicates which WAN protocol will be used for this
connection."
::= { rtCircuitEntry 17 }
rtCircuitX25LocalDTE OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..17))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The X25 Local DTE Address for this circuit"
::= { rtCircuitEntry 18 }
rtCircuitX25RemoteDTE OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..17))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The X25 Remote DTE Address for this circuit"
::= { rtCircuitEntry 19 }
rtCircuitX25CallingFacilities OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..218))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The X25 Calling Facilities for this circuit"
::= { rtCircuitEntry 20 }
rtCircuitX25ListeningFacilities OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..218))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The X25 Listening Facilities for this circuit"
::= { rtCircuitEntry 21 }
rtCircuitX25UserData OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..256))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The X25 User Data for this circuit"
::= { rtCircuitEntry 22 }
rtCircuitX25Cause OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The Cause of Circuit connection failure"
::= { rtCircuitEntry 23 }
rtCircuitX25Diag OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Diagnostics code of the Circuit connection failure."
::= { rtCircuitEntry 24 }
rtCircuitX25Pvc OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The X25 PVC for this circuit."
::= { rtCircuitEntry 25 }
rtCircuitFrDlci OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The Frame Relay DLCI for this circuit."
::= { rtCircuitEntry 26 }
rtCircuitFrSegmentation OBJECT-TYPE
SYNTAX INTEGER {
no (1),
yes (2),
inProgress (3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The object used to indicate if the Frame Relay
segmentation (RFC1490) can be used on this circuit."
::= { rtCircuitEntry 27 }
rtCircuitFrXIDNegot OBJECT-TYPE
SYNTAX INTEGER {
no (1),
yes (2),
inProgress (3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The object used to indicate if the Frame Relay
XID (RFC1490) can be used on this circuit."
::= { rtCircuitEntry 28 }
rtCircuitFrXIDPacketSize OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The size of the Frame Relay XID packet."
::= { rtCircuitEntry 29 }
rtCircuitFrCongestion OBJECT-TYPE
SYNTAX INTEGER {
noCongestion