Home/Catalog/ACC-AT

ACC-AT

AI MIB Summary

Standard SNMP MIB module defining data structures for ACC-AT.

171
Objects
Active
Status
3
Dependencies

Imported Objects

Objects

171 total
Object Name
accAt
OBJECT IDENTIFIER
.1.3.6.1.4.1.5.1.1.28
IMPORTS
Unknown
.1.3.6.1.4.1.5.1.1.28
accAtNode
OBJECT IDENTIFIER
.1.3.6.1.4.1.5.1.1.28.1
accAtNodeAdStateThe administrative state of the AppleTalk router. If set to on(1), AppleTalk packets will be routed on ports which have been administratively enabled. If set to off(3), AppleTalk packets will be bridged.rw
Enumeration
.1.3.6.1.4.1.5.1.1.28.1.1
accAtNodeChecksumThe AppleTalk checksum mode. If set to on(1), output packets will be generated with the standard AppleTalk checksum. If set to off(2), output packets will be generated with a null checksum. Checksum verification is performed on input if and only if a DDP checksum is present.rw
Enumeration
.1.3.6.1.4.1.5.1.1.28.1.2
accAtNodeAarpExpireThe AARP database expiration interval. AARP database entries which are not updated within this interval of time are deleted from the database. The default value is 360000 (1 hour).rw
TimeTicks --
.1.3.6.1.4.1.5.1.1.28.1.3
accAtNodeFfrRoutingThis object indicates whether appletalk uses a half (ACC) or full (Cisco) router model for frame relay.rw
Enumeration
.1.3.6.1.4.1.5.1.1.28.1.4
accAtAarpTableThe AARP database containing AppleTalk protocol to hardware address mappings. This view of the AARP database differs from the standard view as seen from the experimental branch of the MIB.
SEQUENCE OF AccAtAarpEntry
.1.3.6.1.4.1.5.1.1.28.2
accAtAarpEntryAn AARP database entry which maps a particular AppleTalk protocol address into a MAC-layer hardware address.
AccAtAarpEntry
.1.3.6.1.4.1.5.1.1.28.2.1
accAtAarpTabPortThe logical port number of a directly-connected AppleTalk network.ro
INTEGER
.1.3.6.1.4.1.5.1.1.28.2.1.1
accAtAarpTabMacAddrThe 48-bit Ethernet or Token Ring MAC-layer address which corresponds to the AppleTalk network address.ro
OCTET STRING
.1.3.6.1.4.1.5.1.1.28.2.1.2
accAtAarpTabNetAddrThe 24-bit AppleTalk network address consisting of a 16-bit network number and 8-bit node id.ro
OCTET STRING --
.1.3.6.1.4.1.5.1.1.28.2.1.3
accAtAarpTabStatusThe status of the entry. A status of dynamic(1) indicates the entry can be deleted when the expiration interval expires, a status of static(1) indicates the entry contains the address of a local port, and a status of pending(3) indicates the entry is not complete (i.e., the hardware or protocol address is unknown).ro
Enumeration
.1.3.6.1.4.1.5.1.1.28.2.1.4
accAtAarpStatsTableAppleTalk Address Resolution Protocol (AARP) statistics maintained and reported on a per-port basis.
SEQUENCE OF AccAtAarpStatsEntry
.1.3.6.1.4.1.5.1.1.28.3
accAtAarpStatsEntryThe AARP statistics for a particular logical port. If the port is not connected to an AppleTalk network which uses AARP, all statistics will be reported with a zero value.
AccAtAarpStatsEntry
.1.3.6.1.4.1.5.1.1.28.3.1
accAtAarpStatsInRequestsThe number of AARP request packets received.ro
Counter
.1.3.6.1.4.1.5.1.1.28.3.1.1
accAtAarpStatsInResponsesThe number of AARP response packets received.ro
Counter
.1.3.6.1.4.1.5.1.1.28.3.1.2
accAtAarpStatsInProbesThe number of AARP probe packets received.ro
Counter
.1.3.6.1.4.1.5.1.1.28.3.1.3
accAtAarpStatsOutRequestsThe number of AARP request packets sent.ro
Counter
.1.3.6.1.4.1.5.1.1.28.3.1.4
accAtAarpStatsOutResponsesThe number of AARP response packets sent.ro
Counter
.1.3.6.1.4.1.5.1.1.28.3.1.5
accAtAarpStatsOutProbesThe number of AARP probe packets sent.ro
Counter
.1.3.6.1.4.1.5.1.1.28.3.1.6
accAtAarpStatsNoReplysThe number of times an AARP request packet and its subsequent retransmissions received no response.ro
Counter
.1.3.6.1.4.1.5.1.1.28.3.1.7
accAtAarpStatsExpiresThe number of times an entry was deleted from the AARP database because the expiration interval had expired.ro
Counter
.1.3.6.1.4.1.5.1.1.28.3.1.8
accAtAarpStatsDiscardsThe number of queued output packets discarded because of an unanswered AARP request.ro
Counter
.1.3.6.1.4.1.5.1.1.28.3.1.9
accAtAarpStatsInErrorsThe number of AARP packets received which were invalid or which could not be processed because of some internal error.ro
Counter
.1.3.6.1.4.1.5.1.1.28.3.1.10
accAtAarpStatsOutErrorsThe number of AARP packets which could not be sent because of some internal error.ro
Counter
.1.3.6.1.4.1.5.1.1.28.3.1.11
accAtAdbStats
OBJECT IDENTIFIER
.1.3.6.1.4.1.5.1.1.28.4
accAtAdbStatsCachedsThe number of times the desired database entry was the first entry in the hash bucket (i.e., it had already been rotated to the beginning of the list of entries with the same hash value).ro
Counter
.1.3.6.1.4.1.5.1.1.28.4.1
accAtAdbStatsRotatesThe number of times the desired database entry was not the first entry in the hash bucket and had to be rotated to the beginning of the list.ro
Counter
.1.3.6.1.4.1.5.1.1.28.4.2
accAtAdbStatsNoEntriesThe number of times the desired entry was not in the AARP database.ro
Counter
.1.3.6.1.4.1.5.1.1.28.4.3
accAtAdbStatsAddsThe number of times a new entry was added to the AARP database.ro
Counter
.1.3.6.1.4.1.5.1.1.28.4.4
accAtAdbStatsUpdatesThe number of times an existing entry was updated.ro
Counter
.1.3.6.1.4.1.5.1.1.28.4.5
accAtAdbStatsDeletesThe number of times an entry was deleted from the AARP database.ro
Counter
.1.3.6.1.4.1.5.1.1.28.4.6
accAtAdbStatsTrimsThe number of times the AARP database was trimmed to make room for a new entry.ro
Counter
.1.3.6.1.4.1.5.1.1.28.4.7
accAtAdbStatsDiscardsThe number of queued output packets discarded because the anchoring database entry was deleted.ro
Counter
.1.3.6.1.4.1.5.1.1.28.4.8
accAtDdpStats
OBJECT IDENTIFIER
.1.3.6.1.4.1.5.1.1.28.5
accAtDdpStatsNoOutRoutesThe number of output packets generated by local protocol handlers for which there was not route to the destination network.ro
Counter
.1.3.6.1.4.1.5.1.1.28.5.1
accAtDdpStatsInErrorsThe number of packets received which could not be delivered because of some internal error.ro
Counter
.1.3.6.1.4.1.5.1.1.28.5.2
accAtDdpStatsOutErrorsThe number of packets locally generated which could not be sent because of some internal error.ro
Counter
.1.3.6.1.4.1.5.1.1.28.5.3
accAtNetTableAppleTalk network configuration table stored in NVM.
SEQUENCE OF AccAtNetEntry
.1.3.6.1.4.1.5.1.1.28.6
accAtNetEntryThe information stored in NVM which defines an AppleTalk network or half-router serial port. This information supplements standard configuration parameters defined in the experimental branch of the MIB.
AccAtNetEntry
.1.3.6.1.4.1.5.1.1.28.6.1
accAtNetTabProtocolThe type of data-link protocol used. These types augment the standard definitions in the experimental branch of the MIB and are used to maintain conformity with ACC management commands. Setting this object will cause all other objects associated with this entry to be reset to their default values.rw
Enumeration
.1.3.6.1.4.1.5.1.1.28.6.1.1
accAtNetTabRtmpIncrThe RTMP hop-count increment to be applied to packets forwarded via this port or routing tuples received received on this port.rw
INTEGER
.1.3.6.1.4.1.5.1.1.28.6.1.2
accAtNetTabRtmpSendThe RTMP send interval for routing updates sent via this port. The RTMP send interval may be set to a higher value on serial ports to limit the amount of bandwidth consumed by routing updates.rw
TimeTicks --
.1.3.6.1.4.1.5.1.1.28.6.1.3
accAtNetTabX25Addr1The normal DTE address to use for sending or receiving packets via an X.25 virtual circuit.rw
OCTET STRING
.1.3.6.1.4.1.5.1.1.28.6.1.4
accAtNetTabX25Addr2An alternate DTE address to use for receiving packets via an X.25 virtual circuit.rw
OCTET STRING
.1.3.6.1.4.1.5.1.1.28.6.1.5
accAtNetTabX25IdleThe interval which governs how long an X.25 circuit can be idle before it is cleared.rw
TimeTicks --
.1.3.6.1.4.1.5.1.1.28.6.1.6
accAtNetTabX25PktSizeThe desired packet size to be negotiated during X.25 call establishment. pktsize1(0), pktsize2(16), pktsize3(32), pktsize4(64), pktsize5(128), pktsize6(256), pktsize7(512), pktsize8(1024)rw
INTEGER
.1.3.6.1.4.1.5.1.1.28.6.1.7
accAtNetTabX25WinSizeThe desired window size to be negotiated during X.25 call establishment.rw
INTEGER
.1.3.6.1.4.1.5.1.1.28.6.1.8
accAtNetTabX25FacIndexIndex of optional facility string or zero.rw
INTEGER
.1.3.6.1.4.1.5.1.1.28.6.1.9
accAtPortTableThe AppleTalk port table stored in RAM. For each valid network table entry configured in NVM when the port table is initialized (after system reset) there is a corresponding port table entry in RAM.
SEQUENCE OF AccAtPortEntry
.1.3.6.1.4.1.5.1.1.28.7
accAtPortEntryThe information maintained in RAM for a particular logical port.
AccAtPortEntry
.1.3.6.1.4.1.5.1.1.28.7.1
accAtPortTabIndexThe logical port number. Only ports which were defined prior to the last system reset and whose configuration entries contained valid parameters are initialized and stored in RAM.ro
INTEGER
.1.3.6.1.4.1.5.1.1.28.7.1.1
accAtPortTabNetAddrThe ports DDP network address consisting of a 16-bit AppleTalk network number and 8-bit node id. This address is determined dynamically during port start up and may change after a system reset.ro
OCTET STRING
.1.3.6.1.4.1.5.1.1.28.7.1.2
accAtPortTabStateThe operational state of the port.ro
Enumeration
.1.3.6.1.4.1.5.1.1.28.7.1.3
accAtPortTabDescrDisplayable text describing the type of logical port.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.5.1.1.28.7.1.4
accAtPortTabErrCodeAn error code indicating why the logical port has been disabled. This value is set when the operational state (accAtPortTabState) of a port is set to error(11) due to some condition which may prevent continued operation.ro
INTEGER
.1.3.6.1.4.1.5.1.1.28.7.1.5
accAtPortTabErrTimeThe time (relative to the last system reset) at which the port became disabled.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.5.1.1.28.7.1.6
accAtPortTabErrAddrThe DDP network address of a neighboring router or AppleTalk node which was the source of information causing the port to become disabled. The DDP address consists of a 16-bit AppleTalk network number and 8-bit node id.ro
OCTET STRING
.1.3.6.1.4.1.5.1.1.28.7.1.7
accAtPortTabErrDescrDisplayable text which describes why the port has been disabled.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.5.1.1.28.7.1.8
accAtPortTabErrCountThe number of subsequent errors which have been detected while a port is disabled.ro
INTEGER
.1.3.6.1.4.1.5.1.1.28.7.1.9
accAtPortStatsTableDatagram Delivery Protocol (DDP) statistics maintained and reported on a per-port basis.
SEQUENCE OF AccAtPortStatsEntry
.1.3.6.1.4.1.5.1.1.28.8
accAtPortStatsEntryThe DDP statistics maintained for a particular logical port.
AccAtPortStatsEntry
.1.3.6.1.4.1.5.1.1.28.8.1
accAtPortStatsInTotalsThe total number of DDP packets received via the port.ro
Counter
.1.3.6.1.4.1.5.1.1.28.8.1.1
accAtPortStatsInShortsThe total number of DDP packets received with short headers.ro
Counter
.1.3.6.1.4.1.5.1.1.28.8.1.2
accAtPortStatsNotForMesThe number of Phase 1 unicast packets received with a LLAP header whose destination node id did not match that of the receiving port.ro
Counter
.1.3.6.1.4.1.5.1.1.28.8.1.3
accAtPortStatsTooShortsThe number of DDP packets received whose length was less than that of a DDP header or whose physical length was less than the logical length.ro
Counter
.1.3.6.1.4.1.5.1.1.28.8.1.4
accAtPortStatsTooLongsThe number of of DDP packets received whose length exceeded the maximum datagram size or whose physical length was greater than the logical length.ro
Counter
.1.3.6.1.4.1.5.1.1.28.8.1.5
accAtPortStatsChksumsThe number of DDP packets received with an invalid checksum.ro
Counter
.1.3.6.1.4.1.5.1.1.28.8.1.6
accAtPortStatsNotMyNetsThe number of DDP broadcast packets received whose destination network number was within the range of the connected network but which did not match the network number assigned to the port.ro
Counter
.1.3.6.1.4.1.5.1.1.28.8.1.7
accAtPortStatsInFwdReqsThe number of DDP packets received which were not addressed to the receiving port (although some may have been addressed to another port on the same router).ro
Counter
.1.3.6.1.4.1.5.1.1.28.8.1.8
accAtPortStatsFwdBcastsThe number of DDP broadcast packets receive whose destination network number was not within the range of the connected network.ro
Counter
.1.3.6.1.4.1.5.1.1.28.8.1.9
accAtPortStatsNoFwdRoutesThe number of DDP packets received for which no route to the destination network existed.ro
Counter
.1.3.6.1.4.1.5.1.1.28.8.1.10
accAtPortStatsHopCountsThe number of DDP packets received which were discarded because the hop count had exceeded the maximum value.ro
Counter
.1.3.6.1.4.1.5.1.1.28.8.1.11
accAtPortStatsReflectsThe number of DDP packets received which were addressed to another node on the same network.ro
Counter
.1.3.6.1.4.1.5.1.1.28.8.1.12
accAtPortStatsOutTotalsThe total number of DDP packets sent via the port.ro
Counter
.1.3.6.1.4.1.5.1.1.28.8.1.13
accAtPortStatsOutShortsThe number of DDP packets send with short headers.ro
Counter
.1.3.6.1.4.1.5.1.1.28.8.1.14
accAtPortStatsOutFwdReqsThe number of DDP packets forwarded to this port from all other ports.ro
Counter
.1.3.6.1.4.1.5.1.1.28.8.1.15
accAtPortStatsInErrorsThe number of DDP packets received which could not be processed because of some internal error.ro
Counter
.1.3.6.1.4.1.5.1.1.28.8.1.16
accAtPortStatsOutErrorsThe number of DDP packets which could not be sent because of some internal error.ro
Counter
.1.3.6.1.4.1.5.1.1.28.8.1.17
accAtRtmpStats
OBJECT IDENTIFIER
.1.3.6.1.4.1.5.1.1.28.9
accAtRtmpStatsInRequestsThe number of RTMP request packets received.ro
Counter
.1.3.6.1.4.1.5.1.1.28.9.1
accAtRtmpStatsInDataReqsThe number of RTMP route data request packets received.ro
Counter
.1.3.6.1.4.1.5.1.1.28.9.2
accAtRtmpStatsInResponsesThe number of RTMP response packets received.ro
Counter
.1.3.6.1.4.1.5.1.1.28.9.3
accAtRtmpStatsInDataRespsThe number of RTMP route data response packets received.ro
Counter
.1.3.6.1.4.1.5.1.1.28.9.4
accAtRtmpStatsOutRequestsThe number of RTMP request packets sent.ro
Counter
.1.3.6.1.4.1.5.1.1.28.9.5
accAtRtmpStatsOutDataReqsThe number of RTMP route data request packets sent.ro
Counter
.1.3.6.1.4.1.5.1.1.28.9.6
accAtRtmpStatsOutResponsesThe number of RTMP response packets sent.ro
Counter
.1.3.6.1.4.1.5.1.1.28.9.7
accAtRtmpStatsOutDataRespsThe number of RTMP route data response packets sent.ro
Counter
.1.3.6.1.4.1.5.1.1.28.9.8
accAtRtmpStatsNetConflictsThe number of RTMP packets received which conflicted with the network number range configured for the receiving port or garnered from another router.ro
Counter
.1.3.6.1.4.1.5.1.1.28.9.9
accAtRtmpStatsInErrorsThe number of RTMP packets received containing a format error or which could not be processed because of some internal error.ro
Counter
.1.3.6.1.4.1.5.1.1.28.9.10
accAtRtmpStatsOutErrorsThe number of RTMP packets which could not be sent because of some internal error.ro
Counter
.1.3.6.1.4.1.5.1.1.28.9.11
accAtRdbStats
OBJECT IDENTIFIER
.1.3.6.1.4.1.5.1.1.28.10
accAtRdbStatsCachedsThe number of times the desired route was already cached.ro
Counter
.1.3.6.1.4.1.5.1.1.28.10.1
accAtRdbStatsSearchsThe number of times the desired route was not cached and the routing database had to be searched.ro
Counter
.1.3.6.1.4.1.5.1.1.28.10.2
accAtRdbStatsNoRoutesThe number of times no route could be found to the destination network.ro
Counter
.1.3.6.1.4.1.5.1.1.28.10.3
accAtRdbStatsAddsThe number of times a new network was added to the routing database.ro
Counter
.1.3.6.1.4.1.5.1.1.28.10.4
accAtRdbStatsUpdatesThe number of times an existing route was updated.ro
Counter
.1.3.6.1.4.1.5.1.1.28.10.5
accAtRdbStatsDeletesThe number of times a route was deleted from the routing database.ro
Counter
.1.3.6.1.4.1.5.1.1.28.10.6
accAtNbpStats
OBJECT IDENTIFIER
.1.3.6.1.4.1.5.1.1.28.11
accAtNbpStatsInBrReqsThe number of NBP broadcast request packets received.ro
Counter
.1.3.6.1.4.1.5.1.1.28.11.1
accAtNbpStatsInLkUpReqsThe number of NBP lookup request packets received.ro
Counter
.1.3.6.1.4.1.5.1.1.28.11.2
accAtNbpStatsInLkUpRespsThe number of NBP lookup response packets received.ro
Counter
.1.3.6.1.4.1.5.1.1.28.11.3
accAtNbpStatsInFwdReqsThe number of NBP forward request packets received.ro
Counter
.1.3.6.1.4.1.5.1.1.28.11.4
accAtNbpStatsOutBrReqsThe number of NBP broadcast request packets sent.ro
Counter
.1.3.6.1.4.1.5.1.1.28.11.5
accAtNbpStatsOutLkUpReqsThe number of NBP lookup request packets sent.ro
Counter
.1.3.6.1.4.1.5.1.1.28.11.6
accAtNbpStatsOutLkUpRespsThe number of NBP lookup response packets sent.ro
Counter
.1.3.6.1.4.1.5.1.1.28.11.7
accAtNbpStatsOutFwdReqsThe number of NBP forward request packets sent.ro
Counter
.1.3.6.1.4.1.5.1.1.28.11.8
accAtNbpStatsNoZonesThe number of NBP request packets received which referenced a zone name which was not in the zone database.ro
Counter
.1.3.6.1.4.1.5.1.1.28.11.9
accAtNbpStatsInErrorsThe number of NBP packets received which were invalid or which could not be processed because of some internal error.ro
Counter
.1.3.6.1.4.1.5.1.1.28.11.10
accAtNbpStatsOutErrorsThe number of NBP packets which could not be sent because of some internal error.ro
Counter
.1.3.6.1.4.1.5.1.1.28.11.11
accAtZipStats
OBJECT IDENTIFIER
.1.3.6.1.4.1.5.1.1.28.12
accAtZipStatsInQuerysThe number of ZIP zone-list-query packets received.ro
Counter
.1.3.6.1.4.1.5.1.1.28.12.1
accAtZipStatsInRepliesThe number of ZIP zone-list-reply packets received.ro
Counter
.1.3.6.1.4.1.5.1.1.28.12.2
accAtZipStatsInExtRepliesThe number of ZIP extended zone-list-reply packets received.ro
Counter
.1.3.6.1.4.1.5.1.1.28.12.3
accAtZipStatsInInfoReqsThe number of ZIP get-network-information request packets received.ro
Counter
.1.3.6.1.4.1.5.1.1.28.12.4
accAtZipStatsInInfoRepsThe number of ZIP get-network-information reply packets received.ro
Counter
.1.3.6.1.4.1.5.1.1.28.12.5
accAtZipStatsInTakeDownsThe number of ZIP take-down request packets received.ro
Counter
.1.3.6.1.4.1.5.1.1.28.12.6
accAtZipStatsInBringUpsThe number of ZIP bring-up request packets received.ro
Counter
.1.3.6.1.4.1.5.1.1.28.12.7
accAtZipStatsInNotifiesThe number of ZIP notify request packets received.ro
Counter
.1.3.6.1.4.1.5.1.1.28.12.8
accAtZipStatsInGetZLReqsThe number of ZIP get-zone-list request packets received.ro
Counter
.1.3.6.1.4.1.5.1.1.28.12.9
accAtZipStatsInGetLZReqsThe number of ZIP get-local-zones request packets received.ro
Counter
.1.3.6.1.4.1.5.1.1.28.12.10
accAtZipStatsInGetMZReqsThe number of ZIP get-my-zone request packets received.ro
Counter
.1.3.6.1.4.1.5.1.1.28.12.11
accAtZipStatsOutQueriesThe number of ZIP zone-list-query packets sent.ro
Counter
.1.3.6.1.4.1.5.1.1.28.12.12
accAtZipStatsOutRepliesThe number of ZIP zone-list-reply packets sent.ro
Counter
.1.3.6.1.4.1.5.1.1.28.12.13
accAtZipStatsOutExtRepliesThe number of ZIP extended zone-list-reply packets sent.ro
Counter
.1.3.6.1.4.1.5.1.1.28.12.14
accAtZipStatsOutInfoReqsThe number of ZIP get-network-information request packets sent.ro
Counter
.1.3.6.1.4.1.5.1.1.28.12.15
accAtZipStatsOutInfoRepsThe number of ZIP get-network-information reply packets sent.ro
Counter
.1.3.6.1.4.1.5.1.1.28.12.16
accAtZipStatsOutGetZLRepsThe number of get-zone-list reply packets sent.ro
Counter
.1.3.6.1.4.1.5.1.1.28.12.17
accAtZipStatsOutGetLZRepsThe number of get-local-zones reply packets sent.ro
Counter
.1.3.6.1.4.1.5.1.1.28.12.18
accAtZipStatsOutGetMZRepsThe number of get-my-zone reply packets sent.ro
Counter
.1.3.6.1.4.1.5.1.1.28.12.19
accAtZipStatsZoneConflictsThe number of ZIP packets received which conflicted with zone list or default zone information configured for the receiving port or garnered from another router.ro
Counter
.1.3.6.1.4.1.5.1.1.28.12.20
accAtZipStatsInErrorsThe number of ZIP packets received containing a formatting error or which could not be processed because of some internal error.ro
Counter
.1.3.6.1.4.1.5.1.1.28.12.21
accAtZipStatsOutErrorsThe number of ZIP packets which could not be sent because of some internal error.ro
Counter
.1.3.6.1.4.1.5.1.1.28.12.22
accAtAepStats
OBJECT IDENTIFIER
.1.3.6.1.4.1.5.1.1.28.13
accAtAepStatsInErrorsThe number of AEP packets received which were invalid or which could not be processed because of some internal error.ro
Counter
.1.3.6.1.4.1.5.1.1.28.13.1
accAtAepStatsOutErrorsThe number of AEP packets which could not be sent because of some internal error.ro
Counter
.1.3.6.1.4.1.5.1.1.28.13.2
accAtZoneListTableThe zones list table for directly-connected AppleTalk networks. AppleTalk networks which are configured in the network table have their zones list configured here. Zone names for individual networks are inter- mingled in this table.
SEQUENCE OF AccAtZoneListEntry
.1.3.6.1.4.1.5.1.1.28.14
accAtZoneListEntryAn entry defining a zone name for some directly connected AppleTalk network.
AccAtZoneListEntry
.1.3.6.1.4.1.5.1.1.28.14.1
accAtZoneListPortThe logical port number.ro
INTEGER
.1.3.6.1.4.1.5.1.1.28.14.1.1
accAtZoneListStatusThe status of the zone list entry. If set to default(2), the entry defines the default zone. Entries are deleted by setting the entry status to invalid(3).rw
Enumeration
.1.3.6.1.4.1.5.1.1.28.14.1.2
accAtZoneListNameThe zone name. Zone names can contain up to 32 case-insensitive characters from the Apple Macintosh character set.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.5.1.1.28.14.1.3
accAtZoneBynameTableUsed to display entries in the Zone Information Table (ZIT) which are associated with a particular zone name.
SEQUENCE OF AccAtZoneBynameEntry
.1.3.6.1.4.1.5.1.1.28.15
accAtZoneBynameEntryAn entry in the zone information table (ZIT) with a given zone name.
AccAtZoneBynameEntry
.1.3.6.1.4.1.5.1.1.28.15.1
accAtZoneBynameNetMinThe 16-bit range start value for an AppleTalk network.ro
OCTET STRING
.1.3.6.1.4.1.5.1.1.28.15.1.1
accAtZoneBynameNetMaxThe 16-bit range end value for an AppleTalk network.ro
OCTET STRING
.1.3.6.1.4.1.5.1.1.28.15.1.2
accAtZoneBynameNameThe AppleTalk zone name.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.5.1.1.28.15.1.3
accAtZoneBynetTableUsed to display entries in the Zone Information Table (ZIT) which are associated with a particular AppleTalk network.
SEQUENCE OF AccAtZoneBynetEntry
.1.3.6.1.4.1.5.1.1.28.16
accAtZoneBynetEntryAn entry in the zone information table (ZIT) associated with a given AppleTalk network.
AccAtZoneBynetEntry
.1.3.6.1.4.1.5.1.1.28.16.1
accAtZoneBynetNetMinThe 16-bit range start value for an AppleTalk network.ro
OCTET STRING
.1.3.6.1.4.1.5.1.1.28.16.1.1
accAtZoneBynetNetMaxThe 16-bit range end value for an AppleTalk network.ro
OCTET STRING
.1.3.6.1.4.1.5.1.1.28.16.1.2
accAtZoneBynetNameThe AppleTalk zone name.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.5.1.1.28.16.1.3
accAtForwardFilterTableA list of descriptions of specific AppleTalk Filters.
SEQUENCE OF AccAtForwardFilterEntry
.1.3.6.1.4.1.5.1.1.28.17
accAtForwardFilterEntryThe parameters for a single AppleTalk Filter.
AccAtForwardFilterEntry
.1.3.6.1.4.1.5.1.1.28.17.1
accAtForwardFilterToMinThe least value in the destination network address range.rw
OCTET STRING --
.1.3.6.1.4.1.5.1.1.28.17.1.1
accAtForwardFilterToMaxThe greatest value in the destination network address range.rw
OCTET STRING --
.1.3.6.1.4.1.5.1.1.28.17.1.2
accAtForwardFilterFromMinThe least value in the source network address range.rw
OCTET STRING --
.1.3.6.1.4.1.5.1.1.28.17.1.3
accAtForwardFilterFromMaxThe greatest value in the source network address range.rw
OCTET STRING --
.1.3.6.1.4.1.5.1.1.28.17.1.4
accAtForwardFilterSocketMinThe least value in the range of affected sockets.rw
INTEGER
.1.3.6.1.4.1.5.1.1.28.17.1.5
accAtForwardFilterSocketMaxThe greatest value in the range of affected sockets.rw
INTEGER
.1.3.6.1.4.1.5.1.1.28.17.1.6
accAtForwardFilterTypeThe affected message types. Name Binding Protocol messages are called out separately, as some applications call for selective discrimination.rw
Enumeration
.1.3.6.1.4.1.5.1.1.28.17.1.7
accAtForwardFilterDispositionUpon a filter match, this specifies the action taken.rw
Enumeration
.1.3.6.1.4.1.5.1.1.28.17.1.8
accAtForwardFilterStatusWriting 'invalid' deletes the filter table entry.rw
Enumeration
.1.3.6.1.4.1.5.1.1.28.17.1.9
accAtRouteFilterTableA list of Route Filters.
SEQUENCE OF AccAtRouteFilterEntry
.1.3.6.1.4.1.5.1.1.28.18
accAtRouteFilterEntryA single Route Filter.
AccAtRouteFilterEntry
.1.3.6.1.4.1.5.1.1.28.18.1
accAtRouteFilterRouterMinThe least affected Router's Network Address.rw
OCTET STRING --
.1.3.6.1.4.1.5.1.1.28.18.1.1
accAtRouteFilterRouterMaxThe greatest affected Router's Network Address.rw
OCTET STRING --
.1.3.6.1.4.1.5.1.1.28.18.1.2
accAtRouteFilterRangeMinThe least Network Address in this range.rw
OCTET STRING --
.1.3.6.1.4.1.5.1.1.28.18.1.3
accAtRouteFilterRangeMaxThe greatest Network Address in this range.rw
OCTET STRING --
.1.3.6.1.4.1.5.1.1.28.18.1.4
accAtRouteFilterDispositionWhat is to be done with matching advertisements.rw
Enumeration
.1.3.6.1.4.1.5.1.1.28.18.1.5
accAtRouteFilterStatusWriting 'invalid' has the effect of deleting the filter.rw
Enumeration
.1.3.6.1.4.1.5.1.1.28.18.1.6
ACC-AT - SNMP MIB Reference | MIBs Explorer