RIPSAP DEFINITIONS ::= BEGIN
IMPORTS
enterprises, Counter
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212
PhysAddress
FROM RFC1213-MIB;
novell OBJECT IDENTIFIER ::= {enterprises 23}
mibDoc OBJECT IDENTIFIER ::= { novell 2 }
ripsap OBJECT IDENTIFIER ::= {mibDoc 20}
ripsapSystem OBJECT IDENTIFIER ::= {ripsap 1}
ripsapCircuit OBJECT IDENTIFIER ::= {ripsap 2}
NetNumber ::= OCTET STRING (SIZE(4))
ripSysTable OBJECT-TYPE
SYNTAX SEQUENCE OF RIPSysEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "The RIP system table."
::= {ripsapSystem 1}
ripSysEntry OBJECT-TYPE
SYNTAX RIPSysEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "Each entry corresponds to one instance of RIP
running on the system."
INDEX {ripSysInstance}
::= {ripSysTable 1}
RIPSysEntry ::= SEQUENCE {
ripSysInstance
INTEGER,
ripSysState
INTEGER,
ripSysIncorrectPackets
Counter
}
ripSysInstance OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION "The unique identifier of the instance of RIP to
which this row corresponds. This value links the
instance of RIP to an instance of IPX running on the
system (i.e. the value of ripSysInstance should be the
same as a value of ipxSysInstance). This value may be
written only when creating a new entry in the table."
::= {ripSysEntry 1}
ripSysState OBJECT-TYPE
SYNTAX INTEGER {
off(1),
on(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION "Indicates the operational state of this instance of RIP."
::= {ripSysEntry 2}
ripSysIncorrectPackets OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of times that an incorrectly formatted RIP
packet was received."
::= {ripSysEntry 3}
sapSysTable OBJECT-TYPE
SYNTAX SEQUENCE OF SAPSysEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "The SAP system table."
::= {ripsapSystem 2}
sapSysEntry OBJECT-TYPE
SYNTAX SAPSysEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "Each entry corresponds to one instance of SAP
running on the system."
INDEX {sapSysInstance}
::= {sapSysTable 1}
SAPSysEntry ::= SEQUENCE {
sapSysInstance
INTEGER,
sapSysState
INTEGER,
sapSysIncorrectPackets
Counter
}
sapSysInstance OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION "The unique identifier of the instance of SAP to
which this row corresponds. This value links the
instance of SAP to an instance of IPX running on the
system (i.e. the value of SApSysInstance should be the
same as a value of ipxSysInstance). This value may be
written only when creating a new entry in the table."
::= {sapSysEntry 1}
sapSysState OBJECT-TYPE
SYNTAX INTEGER {
off(1),
on(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION "Indicates the operational state of this instance of SAP."
::= {sapSysEntry 2}
sapSysIncorrectPackets OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of times that an incorrectly formatted SAP
packet was received."
::= {sapSysEntry 3}
ripCircTable OBJECT-TYPE
SYNTAX SEQUENCE OF RIPCircEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "The RIP Circuit table."
::= {ripsapCircuit 1}
ripCircEntry OBJECT-TYPE
SYNTAX RIPCircEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "Each entry corresponds to one circuit known to the
system."
INDEX {
ripCircSysInstance,
ripCircIndex
}
::= {ripCircTable 1}
RIPCircEntry ::= SEQUENCE {
ripCircSysInstance
INTEGER,
ripCircIndex
INTEGER,
ripCircState
INTEGER,
ripCircPace
INTEGER,
ripCircUpdate
INTEGER,
ripCircAgeMultiplier
INTEGER,
ripCircPacketSize
INTEGER,
ripCircOutPackets
Counter,
ripCircInPackets
Counter
}
ripCircSysInstance OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION "The unique identifier of the instance of RIP and IPX
(via ipxSysInstance) to which this entry corresponds.
This value may be written only when creating a new entry in
the table."
::= {ripCircEntry 1}
ripCircIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION "The identifier of this circuit, unique within the
instance of RIP. This value corresponds to the circuit
identifier found in ipxCircIndex. This value may be
written only when creating a new entry in the table."
::= {ripCircEntry 2}
ripCircState OBJECT-TYPE
SYNTAX INTEGER {
off(1),
on(2),
auto-on(3),
auto-off(4)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION "Indicates whether RIP information may be sent/received
over this circuit."
DEFVAL { auto-off }
::= {ripCircEntry 3}
ripCircPace OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION "The maximum pace, in packets per second, at which RIP
packets may be sent on this circuit."
::= {ripCircEntry 4}
ripCircUpdate OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION "The RIP periodic update interval, in seconds."
DEFVAL { 60 }
::= {ripCircEntry 5}
ripCircAgeMultiplier OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION "The holding multiplier for information received in RIP
periodic updates."
DEFVAL { 4 }
::= {ripCircEntry 6}
ripCircPacketSize OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION "The RIP packet size used on this circuit."
::= {ripCircEntry 7}
ripCircOutPackets OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of RIP packets sent on this circuit."
::= {ripCircEntry 8}
ripCircInPackets OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of RIP packets received on this circuit."
::= {ripCircEntry 9}
sapCircTable OBJECT-TYPE
SYNTAX SEQUENCE OF SAPCircEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "The SAP Circuit table."
::= {ripsapCircuit 2}
sapCircEntry OBJECT-TYPE
SYNTAX SAPCircEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION "Each entry corresponds to one circuit known to the
system."
INDEX {
sapCircSysInstance,
sapCircIndex
}
::= {sapCircTable 1}
SAPCircEntry ::= SEQUENCE {
sapCircSysInstance
INTEGER,
sapCircIndex
INTEGER,
sapCircState
INTEGER,
sapCircPace
INTEGER,
sapCircUpdate
INTEGER,
sapCircAgeMultiplier
INTEGER,
sapCircPacketSize
INTEGER,
sapCircGetNearestServerReply
INTEGER,
sapCircOutPackets
Counter,
sapCircInPackets
Counter
}
sapCircSysInstance OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION "The unique identifier of the instance of SAP and IPX
(via ipxSysInstance) to which this entry corresponds.
This value may be written only when creating a new entry in
the table."
::= {sapCircEntry 1}
sapCircIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION "The identifier of this circuit, unique within the
instance of SAP. This value corresponds to the circuit
identifier found in ipxCircIndex. This value may be
written only when creating a new entry in the table."
::= {sapCircEntry 2}
sapCircState OBJECT-TYPE
SYNTAX INTEGER {
off(1),
on(2),
auto-on(3),
auto-off(4)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION "Indicates whether SAP information may be sent/received
over this circuit."
DEFVAL { auto-off }
::= {sapCircEntry 3}
sapCircPace OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION "The maximum pace, in packets per second, at which SAP
packets may be sent on this circuit."
::= {sapCircEntry 4}
sapCircUpdate OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION "The SAP periodic update interval, in seconds."
DEFVAL { 60 }
::= {sapCircEntry 5}
sapCircAgeMultiplier OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION "The holding multiplier for information received in SAP
periodic updates."
DEFVAL { 4 }
::= {sapCircEntry 6}
sapCircPacketSize OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION "The SAP packet size used on this circuit."
::= {sapCircEntry 7}
sapCircGetNearestServerReply OBJECT-TYPE
SYNTAX INTEGER {
no(1),
yes(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION "Indicates whether to respond to SAP get nearest server
requests received on this circuit."
DEFVAL { yes }
::= {sapCircEntry 8}
sapCircOutPackets OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of SAP packets sent on this circuit."
::= {sapCircEntry 9}
sapCircInPackets OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of SAP packets received on this circuit."
::= {sapCircEntry 10}
END