rtmpState OBJECT-TYPE SYNTAX INTEGER { good(1), suspect(2), badZero(3), badOne(4), invalid(5) } ACCESS read-write STATUS mandatory DESCRIPTION "The status of the information contained in this route entry. Setting this object to the value invalid(5) has the effect of invalidating the corresponding entry in the rtmpTable. That is, it effectively disassociates the mapping identified with said entry. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive from agents tabular information corresponding to entries not currently in use. Proper interpretation of such entries requires examination of the relevant rtmpState object." ::= { rtmpEntry 7 } rtmpInDataPkts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "A count of the number of good RTMP data packets received by this entity." ::= { rtmp 2 } rtmpOutDataPkts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "A count of the number of RTMP packets sent by this entity." ::= { rtmp 3 } rtmpInRequestPkts OBJECT-TYPE SYNTAX Counter
ACCESS read-only STATUS mandatory DESCRIPTION "A count of the number of good RTMP Request packets received by this entity." ::= { rtmp 4 } rtmpNextIREqualChanges OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "A count of the number of times RTMP changes the Next Internet Router in a routing entry because the hop count advertised in a routing tuple was equal to the current hop count for a particular network." ::= { rtmp 5 } rtmpNextIRLessChanges OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "A count of the number of times RTMP changes the Next Internet Router in a routing entry because the hop count advertised in a routing tuple was less than the current hop count for a particular network." ::= { rtmp 6 } rtmpRouteDeletes OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "A count of the number of times RTMP deletes a route because it was aged out of the table. This can help to detect routing problems." ::= { rtmp 7 } rtmpRoutingTableOverflows OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times RTMP attempted to add a route to the RTMP table but failed due to lack of space." ::= { rtmp 8 }
-- The RTMP Stub Group -- -- Implementation of this group is mandatory for all -- entities that implement RTMP -- -- It is intended that this group be implemented by routers -- and end nodes. rtmpOutRequestPkts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "A count of the number of RTMP Request packets sent by this entity." ::= { rtmpStub 1 } rtmpInVersionMismatches OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "A count of the number of RTMP packets received by this entity that were rejected due to a version mismatch." ::= { rtmpStub 2 } rtmpInErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "A count of the number of RTMP packets received by this entity that were rejected for an error other than version mismatch." ::= { rtmpStub 3 } -- The KIP Group -- -- Implementation of this group is mandatory for all -- entities that implement KIP kipTable OBJECT-TYPE SYNTAX SEQUENCE OF KipEntry ACCESS not-accessible STATUS mandatory DESCRIPTION
"The table of routing information for KIP networks." ::= { kip 1 } kipEntry OBJECT-TYPE SYNTAX KipEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the routing table for KIP networks. As an example, an instance of the kipCore object might be named kipCore.0.80" INDEX { kipNetStart } ::= { kipTable 1 } KipEntry ::= SEQUENCE { kipNetStart ATNetworkNumber, kipNetEnd ATNetworkNumber, kipNextHop IpAddress, kipHopCount INTEGER, kipBCastAddr IpAddress, kipCore INTEGER, kipType INTEGER, kipState INTEGER, kipShare INTEGER, kipFrom IpAddress } kipNetStart OBJECT-TYPE SYNTAX ATNetworkNumber ACCESS read-only STATUS mandatory DESCRIPTION "The first AppleTalk network address in the range for this routing entry. This address is a two octet DDP network address in network byte order." ::= { kipEntry 1 } kipNetEnd OBJECT-TYPE SYNTAX ATNetworkNumber ACCESS read-write STATUS mandatory DESCRIPTION "The last AppleTalk network address in the range for this routing entry. This address is a two octet DDP network address in network byte order. If the network to which this AppleTalk port is connected is a non-extended network, the value for kipNetEnd
shall be two octets of zero." ::= { kipEntry 2 } kipNextHop OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "The IP address of the next hop in the route to this entry's destination network." ::= { kipEntry 3 } kipHopCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The number of hops required to reach the destination network to which this entry pertains." ::= { kipEntry 4 } kipBCastAddr OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "The form of the IP address used to broadcast on this network." ::= { kipEntry 5 } kipCore OBJECT-TYPE SYNTAX INTEGER { core(1), notcore(2) } ACCESS read-write STATUS mandatory DESCRIPTION "The status of kipNextHop as a core gateway." ::= { kipEntry 6 } kipType OBJECT-TYPE SYNTAX INTEGER { kipRouter(1), net(2), host(3), other(4), async(5)
} ACCESS read-write STATUS mandatory DESCRIPTION "The type of the entity that this route points to." ::= { kipEntry 7 } kipState OBJECT-TYPE SYNTAX INTEGER { configured(1), -- this entry is not aged learned(2), invalid(3) } ACCESS read-write STATUS mandatory DESCRIPTION "The state of this network entry. Setting this object to the value invalid(3) has the effect of invalidating the corresponding entry in the kipTable. That is, it effectively disassociates the mapping identified with said entry. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive from agents tabular information corresponding to entries not currently in use. Proper interpretation of such entries requires examination of the relevant kipState object." ::= { kipEntry 8 } kipShare OBJECT-TYPE SYNTAX INTEGER { shared(1), private(2) } ACCESS read-write STATUS mandatory DESCRIPTION "If the information in this entry is propagated to other routers as part of the AA routing protocol, the value of this variable is equal to shared(1). Otherwise its value is private(2)." ::= { kipEntry 9 } kipFrom OBJECT-TYPE SYNTAX IpAddress ACCESS read-only
STATUS mandatory DESCRIPTION "The IP address from which the routing entry was learned via the AA protocol. If this entry was not created via the AA protocol, it should contain IP address 0.0.0.0." ::= { kipEntry 10 } -- The ZIP Router Group -- -- Implementation of this group is required for all routers -- which implement ZIP -- -- This group consists of ZIP variables that would be -- implemented by a router. zipTable OBJECT-TYPE SYNTAX SEQUENCE OF ZipEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The table of zone information for reachable AppleTalk networks." ::= { zipRouter 1 } zipEntry OBJECT-TYPE SYNTAX ZipEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry of zone information for a particular zone and network combination. As an example, an instance of the zipZoneState object might be named zipZoneState.0.80.4" INDEX { zipZoneNetStart, zipZoneIndex } ::= { zipTable 1 } ZipEntry ::= SEQUENCE { zipZoneName ATName, zipZoneIndex INTEGER, zipZoneNetStart ATNetworkNumber, zipZoneNetEnd ATNetworkNumber, zipZoneState INTEGER, zipZoneFrom OCTET STRING, zipZonePort INTEGER }
zipZoneName OBJECT-TYPE SYNTAX ATName ACCESS read-only STATUS mandatory DESCRIPTION "The zone name of this entry. This is stored in Mac ASCII format. If the full zone list for the entry is not known, the value for zipZoneName shall be a zero length octet string." ::= { zipEntry 1 } zipZoneIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An integer that is unique to the zipZoneName that is present in this entry. For any given zone name, every zipEntry that has an equal zone name will have the same zipZoneIndex. When a zone name is discovered which is not currently in the table, it will be assigned an index greater than any previously assigned index." ::= { zipEntry 2 } zipZoneNetStart OBJECT-TYPE SYNTAX ATNetworkNumber ACCESS read-only STATUS mandatory DESCRIPTION "The network that starts the range for this entry. This address is a two octet DDP network address in network byte order." ::= { zipEntry 3 } zipZoneNetEnd OBJECT-TYPE SYNTAX ATNetworkNumber ACCESS read-only STATUS mandatory DESCRIPTION "The network that ends the range for this entry. This address is a two octet DDP network address in network byte order. If the network to which this zip entry pertains is a non-extended network, the value for zipZoneNetEnd shall be two octets of zero." ::= { zipEntry 4 }
zipZoneState OBJECT-TYPE SYNTAX INTEGER { valid(1), invalid(2) } ACCESS read-write STATUS mandatory DESCRIPTION "The state of this zip entry. Setting this object to the value invalid(2) has the effect of invalidating the corresponding entry in the zipTable. That is, it effectively disassociates the mapping identified with said entry. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive from agents tabular information corresponding to entries not currently in use. Proper interpretation of such entries requires examination of the relevant zipZoneState object." ::= { zipEntry 5 } zipZoneFrom OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The address from which this zone name to network number mapping was learned. The format of this address can be determined by examining the atportType corresponding to this entry. When this mapping is learned from the entity itself, this object shall have the value of three octets of zero." ::= { zipEntry 6 } zipZonePort OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The AppleTalk port through which this zone name to network number mapping was learned. The interface identified by a particular value of this variable is the same interface as identified by the same value of atportIndex."
::= { zipEntry 7 } zipInZipQueries OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of ZIP Queries received by this entity." ::= { zipRouter 2 } zipInZipReplies OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of ZIP Replies received by this entity." ::= { zipRouter 3 } zipInZipExtendedReplies OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of ZIP Extended Replies received by this entity." ::= { zipRouter 4 } zipZoneConflictErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times a conflict has been detected between this entity's zone information and another entity's zone information." ::= { zipRouter 5 } zipInObsoletes OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of ZIP Takedown or ZIP Bringup packets received by this entity. Note that as the ZIP Takedown and ZIP Bringup packets have been obsoleted, the receipt of one of these packets indicates that a node sent it in error." ::= { zipRouter 6 }
-- The zipRouterNetInfoTable is used to record information -- about zipGetNetInfo and zipGetNetInfo Reply packets that -- were received on each port for a router. This table -- augments the atportTable. zipRouterNetInfoTable OBJECT-TYPE SYNTAX SEQUENCE OF ZipRouterNetInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The table of Net Info packets received by each port on this entity." ::= { zipRouter 7 } zipRouterNetInfoEntry OBJECT-TYPE SYNTAX ZipRouterNetInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The description of the Net Info packets received on a particular port on this entity. One such entry shall exist for each atport on this router entity. As an example, an instance of the zipInGetNetInfos object might be named zipInGetNetInfos.2" INDEX { atportIndex } ::= { zipRouterNetInfoTable 1 } ZipRouterNetInfoEntry ::= SEQUENCE { zipInGetNetInfos Counter, zipOutGetNetInfoReplies Counter, zipZoneOutInvalids Counter, zipAddressInvalids Counter } zipInGetNetInfos OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of ZIP GetNetInfo packets received on this port by this entity." ::= { zipRouterNetInfoEntry 1 } zipOutGetNetInfoReplies OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory
DESCRIPTION "The number of ZIP GetNetInfo Reply packets sent out this port by this entity." ::= { zipRouterNetInfoEntry 2 } zipZoneOutInvalids OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times this entity has sent a ZIP GetNetInfo Reply with the zone invalid bit set in response to a GetNetInfo Request with an invalid zone name." ::= { zipRouterNetInfoEntry 3 } zipAddressInvalids OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times this entity had to broadcast a ZIP GetNetInfo Reply because the GetNetInfo Request had an invalid address." ::= { zipRouterNetInfoEntry 4 } -- The ZIP End Node Group -- -- Implementation of this group is mandatory for all entities -- that implement ZIP -- -- This group consists of ZIP variables that would be -- implemented by either a router or an end node. -- The zipNetInfoTable is used to record information about -- zipGetNetInfo and zipGetNetInfo Reply packets that were -- received on each port of an entity. This table augments -- the atportTable. zipNetInfoTable OBJECT-TYPE SYNTAX SEQUENCE OF ZipNetInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The table of Net Info packets received by each port on this entity." ::= { zipEndNode 1 }
zipNetInfoEntry OBJECT-TYPE SYNTAX ZipNetInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The description of the Net Info packets received on a particular port on this entity. One such entry shall exist for each atport on this entity. As an example, an instance of the zipOutGetNetInfos object might be named zipOutGetNetInfos.2" INDEX { atportIndex } ::= { zipNetInfoTable 1 } ZipNetInfoEntry ::= SEQUENCE { zipOutGetNetInfos Counter, zipInGetNetInfoReplies Counter, zipZoneInInvalids Counter } zipOutGetNetInfos OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of ZIP GetNetInfo packets sent out this port by this entity." ::= { zipNetInfoEntry 1 } zipInGetNetInfoReplies OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of ZIP GetNetInfo Reply packets received on this port by this entity." ::= { zipNetInfoEntry 2 } zipZoneInInvalids OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times this entity has received a ZIP GetNetInfo Reply with the zone invalid bit set because the corresponding GetNetInfo Request had an invalid zone name." ::= { zipNetInfoEntry 3 }
zipInErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of ZIP packets received by this entity that were rejected for any error." ::= { zipEndNode 2 } -- The NBP Group -- -- Implementation of this group is mandatory for all entities -- that implement NBP nbpTable OBJECT-TYPE SYNTAX SEQUENCE OF NbpEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The table of NBP services registered on this entity." ::= { nbp 1 } nbpEntry OBJECT-TYPE SYNTAX NbpEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The description of an NBP service registered on this entity. As an example, an instance of the nbpZone object might be named nbpZone.2" INDEX { nbpIndex } ::= { nbpTable 1 } NbpEntry ::= SEQUENCE { nbpIndex INTEGER, nbpObject ATName (SIZE (1..32)), nbpType ATName (SIZE (1..32)), nbpZone ATName, nbpState INTEGER, nbpAddress DdpSocketAddress, nbpEnumerator INTEGER (0..255) } nbpIndex OBJECT-TYPE SYNTAX INTEGER
ACCESS read-write STATUS mandatory DESCRIPTION "The index of this NBP entry. This index is unique with respect to the indexes of all other NBP entries, and shall remain constant throughout the lifetime of this object." ::= { nbpEntry 1 } nbpObject OBJECT-TYPE SYNTAX ATName (SIZE (1..32)) ACCESS read-write STATUS mandatory DESCRIPTION "The name of the service described by this entity. When this variable is changed, the entity should perform an NBP registration using the new nbpObject." ::= { nbpEntry 2 } nbpType OBJECT-TYPE SYNTAX ATName (SIZE (1..32)) ACCESS read-write STATUS mandatory DESCRIPTION "The type of the service described by this entity. When this variable is changed, the entity should perform an NBP registration using the new nbpType." ::= { nbpEntry 3 } nbpZone OBJECT-TYPE SYNTAX ATName ACCESS read-write STATUS mandatory DESCRIPTION "The zone the service described by this entity is registered in. This must be the actual zone name, without any wildcard characters. When this variable is changed, the entity should perform an NBP registration using the new nbpZone." ::= { nbpEntry 4 } nbpState OBJECT-TYPE SYNTAX INTEGER { valid(1), registering(2), -- attempting to register the service registrationFailed(3), invalid(4) }
ACCESS read-write STATUS mandatory DESCRIPTION "The state of this NBP entry. When the registration for an entry in the nbpTable fails, it is an implementation-specific matter as to how long the entry will remain in the registrationFailed(3) state before moving to the invalid(4) state. Note that the entry may pass immediately from the registrationFailed state to the invalid state. Setting this object to the value invalid(4) has the effect of invalidating the corresponding entry in the nbpTable. That is, it effectively disassociates the mapping identified with said entry. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive from agents tabular information corresponding to entries not currently in use. Proper interpretation of such entries requires examination of the relevant nbpState object." ::= { nbpEntry 5 } nbpAddress OBJECT-TYPE SYNTAX DdpSocketAddress ACCESS read-write STATUS mandatory DESCRIPTION "The DDP network, node, and socket number of this entity. If this is unspecified, for instance if the registration is on all ports of a multiport device, this object shall have the value of three octets of zero, followed by one octet of socket number." ::= { nbpEntry 6 } nbpEnumerator OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "The enumerator assigned to this entity." ::= { nbpEntry 7 } nbpInLookUpRequests OBJECT-TYPE SYNTAX Counter
ACCESS read-only STATUS mandatory DESCRIPTION "The number of NBP LookUp Requests received." ::= { nbp 2 } nbpInLookUpReplies OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of NBP LookUp Replies received." ::= { nbp 3 } nbpInBroadcastRequests OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of NBP Broadcast Requests received." ::= { nbp 4 } nbpInForwardRequests OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of NBP Forward Requests received." ::= { nbp 5 } nbpOutLookUpReplies OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of NBP LookUp Replies sent." ::= { nbp 6 } nbpRegistrationFailures OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times this node experienced a failure in attempting to register an NBP entity." ::= { nbp 7 }
nbpInErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of NBP packets received by this entity that were rejected for any error." ::= { nbp 8 } -- The ATEcho Group -- -- Implementation of this group is mandatory for all -- entities that implement ATEcho atechoRequests OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of AppleTalk Echo requests received." ::= { atecho 1 } atechoReplies OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of AppleTalk Echo replies sent." ::= { atecho 2 } atechoOutRequests OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The count of AppleTalk Echo requests sent." ::= { atecho 3 } atechoInReplies OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The count of AppleTalk Echo replies received." ::= { atecho 4 }
-- The ATP Group -- -- Implementation of this group is mandatory for all entities -- that implement ATP atpInPkts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of ATP packets received by this entity." ::= { atp 1 } atpOutPkts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of ATP packets sent by this entity." ::= { atp 2 } atpTRequestRetransmissions OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times that a timeout occurred and a Transaction Request packet needed to be retransmitted by this host." ::= { atp 3 } atpTResponseRetransmissions OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times a timeout was detected and a Transaction Response packet needed to be retransmitted by this host." ::= { atp 4 } atpReleaseTimerExpiredCounts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times the release timer expired, as a result of which a Request Control Block had to be
deleted." ::= { atp 5 } atpRetryCountExceededs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times the retry count was exceeded, and an error was returned to the client of ATP." ::= { atp 6 } atpListenerTable OBJECT-TYPE SYNTAX SEQUENCE OF AtpListenerEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The atpListenerTable stores information for each ATP socket that has a listener." ::= { atp 7 } atpListenerEntry OBJECT-TYPE SYNTAX AtpListenerEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This atpListenerEntry contains information about a particular socket that has a socket listener. As an example, an instance of the atpListenerStatus object might be named atpListenerStatus.0.80.220.3" INDEX { atpListenerAddress } ::= { atpListenerTable 1 } AtpListenerEntry ::= SEQUENCE { atpListenerAddress DdpSocketAddress, atpListenerStatus INTEGER } atpListenerAddress OBJECT-TYPE SYNTAX DdpSocketAddress ACCESS not-accessible STATUS mandatory DESCRIPTION "The DDP address that this socket listener is bound to. If this socket listener isn't bound to a particular address, for instance if it is intended for all interfaces, this object shall have the value
of three octets of zero followed by one octet of socket number." ::= { atpListenerEntry 1 } atpListenerStatus OBJECT-TYPE SYNTAX INTEGER { valid(1), invalid(2) } ACCESS read-write STATUS mandatory DESCRIPTION "The status of this socket. Setting this object to the value invalid(2) has the effect of invalidating the corresponding entry in the atpListenerTable. That is, it effectively disassociates the mapping identified with said entry. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive from agents tabular information corresponding to entries not currently in use. Proper interpretation of such entries requires examination of the relevant atpListenerStatus object." ::= { atpListenerEntry 2 } -- The PAP group -- -- Implementation of this group is mandatory for all entities -- that implement PAP papInOpenConns OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of PAP Open Connection requests received by this entity." ::= { pap 1 } papOutOpenConns OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION
"The number of PAP Open Connection requests sent by this entity." ::= { pap 2 } papInDatas OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of PAP Data messages received by this entity." ::= { pap 3 } papOutDatas OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of PAP Data messages sent by this entity." ::= { pap 4 } papInCloseConns OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of PAP Close Connection requests received by this entity." ::= { pap 5 } papOutCloseConns OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of PAP Close Connection requests sent by this entity." ::= { pap 6 } papTickleTimeoutCloses OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times the PAP entity on this node closed a connection because it didn't receive a Tickle message before its timer expired."
::= { pap 7 } papServerTable OBJECT-TYPE SYNTAX SEQUENCE OF PapServerEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of servers on this entity that are accessible through the Printer Access Protocol." ::= { pap 8 } papServerEntry OBJECT-TYPE SYNTAX PapServerEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A set of information about a particular PAP server's configuration and performance. As an example, an instance of the papServerStatus object might be named papServerStatus.1" INDEX { papServerIndex } ::= { papServerTable 1 } PapServerEntry ::= SEQUENCE { papServerIndex INTEGER, papServerListeningSocket DdpSocketAddress, papServerStatus DisplayString, papServerCompletedJobs Counter, papServerBusyJobs INTEGER, papServerFreeJobs INTEGER, papServerAuthenticationFailures Counter, papServerAccountingFailures Counter, papServerGeneralFailures Counter, papServerState INTEGER, papServerLastStatusMsg DisplayString } papServerIndex OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "An unique value for each Printer Access Protocol Server." ::= { papServerEntry 1 }