All MIBs › ACC-AT
Category: SNA and Legacy Protocols, Vendor: ACC/Ericsson
Description:
Manages AppleTalk routing and zone configuration on ACC/Ericsson routers, providing RTMP, ZIP, and AppleTalk interface management objects.
Imported Objects
From ACC-MIB
| DisplayString | |
| IfIndex | |
| RowStatus | |
| SmdsAddress | |
| accBRG | OBJECT-IDENTITY |
From ACC-SYSTEM
| accTrapLogSeqNum | OBJECT-TYPE |
From RFC1155-SMI
| Counter | |
| OBJECT-TYPE | |
| TimeTicks |
What Is ACC-AT?
ACC-AT is an enterprise MIB for ACC/Ericsson access routers that manages AppleTalk routing, covering RTMP (Routing Table Maintenance Protocol), ZIP (Zone Information Protocol), and per-interface AppleTalk configuration. It exposes configuration and routing-state data for a legacy protocol suite rather than modern IP-centric counters. Monitoring use is oriented toward confirming AppleTalk interface and zone configuration is correct and that RTMP/ZIP processes on the router are operating, which stands in for verifying the health of a legacy routing software feature on the device. It likely depends conceptually on general AppleTalk protocol standards rather than other SNMP MIBs. This module would be deployed in legacy enterprise networks that still ran AppleTalk alongside IP on ACC routers. Engineers can download the ACC-AT file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in ACC-AT. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- AppleTalk interface configuration
- zone name assignment
- RTMP routing status
- ZIP status
Supported Devices
- ACC/Ericsson WAN access router
Monitoring Examples
No object list was supplied for this module, so exact identifiers can't be cited; going by its description, it would expose an AppleTalk interface table with zone name and RTMP/ZIP status per interface. An administrator troubleshooting AppleTalk connectivity would poll that interface table to confirm a router's zone assignment and RTMP state match expectations, revealing a misconfigured zone or a routing process that has stopped exchanging updates.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| accAt | 1.3.6.1.4.1.5.1.1.28 | |||
| accAtNode | 1.3.6.1.4.1.5.1.1.28.1 | |||
| INT accAtNodeAdState | 1.3.6.1.4.1.5.1.1.28.1.1 | INTEGER | read-write | The 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. |
| INT accAtNodeChecksum | 1.3.6.1.4.1.5.1.1.28.1.2 | INTEGER | read-write | The 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. |
| TIK accAtNodeAarpExpire | 1.3.6.1.4.1.5.1.1.28.1.3 | TimeTicks | read-write | The 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). |
| INT accAtNodeFfrRouting | 1.3.6.1.4.1.5.1.1.28.1.4 | INTEGER | read-write | This object indicates whether appletalk uses a half (ACC) or full (Cisco) router model for frame relay. |
| accAtAarpTable | 1.3.6.1.4.1.5.1.1.28.2 | not-accessible | The 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. | |
| accAtAarpEntry | 1.3.6.1.4.1.5.1.1.28.2.1 | not-accessible | An AARP database entry which maps a particular AppleTalk protocol address into a MAC-layer hardware address. | |
| INT accAtAarpTabPort | 1.3.6.1.4.1.5.1.1.28.2.1.1 | INTEGER | read-only | The logical port number of a directly-connected AppleTalk network. |
| OCT accAtAarpTabMacAddr | 1.3.6.1.4.1.5.1.1.28.2.1.2 | OCTET STRING | read-only | The 48-bit Ethernet or Token Ring MAC-layer address which corresponds to the AppleTalk network address. |
| OCT accAtAarpTabNetAddr | 1.3.6.1.4.1.5.1.1.28.2.1.3 | OCTET STRING | read-only | The 24-bit AppleTalk network address consisting of a 16-bit network number and 8-bit node id. |
| INT accAtAarpTabStatus | 1.3.6.1.4.1.5.1.1.28.2.1.4 | INTEGER | read-only | The 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). |
| accAtAarpStatsTable | 1.3.6.1.4.1.5.1.1.28.3 | not-accessible | AppleTalk Address Resolution Protocol (AARP) statistics maintained and reported on a per-port basis. | |
| accAtAarpStatsEntry | 1.3.6.1.4.1.5.1.1.28.3.1 | not-accessible | The 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. | |
| CTR accAtAarpStatsInRequests | 1.3.6.1.4.1.5.1.1.28.3.1.1 | Counter | read-only | The number of AARP request packets received. |
| CTR accAtAarpStatsInResponses | 1.3.6.1.4.1.5.1.1.28.3.1.2 | Counter | read-only | The number of AARP response packets received. |
| CTR accAtAarpStatsInProbes | 1.3.6.1.4.1.5.1.1.28.3.1.3 | Counter | read-only | The number of AARP probe packets received. |
| CTR accAtAarpStatsOutRequests | 1.3.6.1.4.1.5.1.1.28.3.1.4 | Counter | read-only | The number of AARP request packets sent. |
| CTR accAtAarpStatsOutResponses | 1.3.6.1.4.1.5.1.1.28.3.1.5 | Counter | read-only | The number of AARP response packets sent. |
| CTR accAtAarpStatsOutProbes | 1.3.6.1.4.1.5.1.1.28.3.1.6 | Counter | read-only | The number of AARP probe packets sent. |
| CTR accAtAarpStatsNoReplys | 1.3.6.1.4.1.5.1.1.28.3.1.7 | Counter | read-only | The number of times an AARP request packet and its subsequent retransmissions received no response. |
| CTR accAtAarpStatsExpires | 1.3.6.1.4.1.5.1.1.28.3.1.8 | Counter | read-only | The number of times an entry was deleted from the AARP database because the expiration interval had expired. |
| CTR accAtAarpStatsDiscards | 1.3.6.1.4.1.5.1.1.28.3.1.9 | Counter | read-only | The number of queued output packets discarded because of an unanswered AARP request. |
| CTR accAtAarpStatsInErrors | 1.3.6.1.4.1.5.1.1.28.3.1.10 | Counter | read-only | The number of AARP packets received which were invalid or which could not be processed because of some internal error. |
| CTR accAtAarpStatsOutErrors | 1.3.6.1.4.1.5.1.1.28.3.1.11 | Counter | read-only | The number of AARP packets which could not be sent because of some internal error. |
| accAtAdbStats | 1.3.6.1.4.1.5.1.1.28.4 | |||
| CTR accAtAdbStatsCacheds | 1.3.6.1.4.1.5.1.1.28.4.1 | Counter | read-only | The 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). |
| CTR accAtAdbStatsRotates | 1.3.6.1.4.1.5.1.1.28.4.2 | Counter | read-only | The 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. |
| CTR accAtAdbStatsNoEntries | 1.3.6.1.4.1.5.1.1.28.4.3 | Counter | read-only | The number of times the desired entry was not in the AARP database. |
| CTR accAtAdbStatsAdds | 1.3.6.1.4.1.5.1.1.28.4.4 | Counter | read-only | The number of times a new entry was added to the AARP database. |
| CTR accAtAdbStatsUpdates | 1.3.6.1.4.1.5.1.1.28.4.5 | Counter | read-only | The number of times an existing entry was updated. |
| CTR accAtAdbStatsDeletes | 1.3.6.1.4.1.5.1.1.28.4.6 | Counter | read-only | The number of times an entry was deleted from the AARP database. |
| CTR accAtAdbStatsTrims | 1.3.6.1.4.1.5.1.1.28.4.7 | Counter | read-only | The number of times the AARP database was trimmed to make room for a new entry. |
| CTR accAtAdbStatsDiscards | 1.3.6.1.4.1.5.1.1.28.4.8 | Counter | read-only | The number of queued output packets discarded because the anchoring database entry was deleted. |
| accAtDdpStats | 1.3.6.1.4.1.5.1.1.28.5 | |||
| CTR accAtDdpStatsNoOutRoutes | 1.3.6.1.4.1.5.1.1.28.5.1 | Counter | read-only | The number of output packets generated by local protocol handlers for which there was not route to the destination network. |
| CTR accAtDdpStatsInErrors | 1.3.6.1.4.1.5.1.1.28.5.2 | Counter | read-only | The number of packets received which could not be delivered because of some internal error. |
| CTR accAtDdpStatsOutErrors | 1.3.6.1.4.1.5.1.1.28.5.3 | Counter | read-only | The number of packets locally generated which could not be sent because of some internal error. |
| accAtNetTable | 1.3.6.1.4.1.5.1.1.28.6 | not-accessible | AppleTalk network configuration table stored in NVM. | |
| accAtNetEntry | 1.3.6.1.4.1.5.1.1.28.6.1 | not-accessible | The 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. | |
| INT accAtNetTabProtocol | 1.3.6.1.4.1.5.1.1.28.6.1.1 | INTEGER | read-write | The 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. |
| INT accAtNetTabRtmpIncr | 1.3.6.1.4.1.5.1.1.28.6.1.2 | INTEGER | read-write | The RTMP hop-count increment to be applied to packets forwarded via this port or routing tuples received received on this port. |
| TIK accAtNetTabRtmpSend | 1.3.6.1.4.1.5.1.1.28.6.1.3 | TimeTicks | read-write | The 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. |
| OCT accAtNetTabX25Addr1 | 1.3.6.1.4.1.5.1.1.28.6.1.4 | OCTET STRING | read-write | The normal DTE address to use for sending or receiving packets via an X.25 virtual circuit. |
| OCT accAtNetTabX25Addr2 | 1.3.6.1.4.1.5.1.1.28.6.1.5 | OCTET STRING | read-write | An alternate DTE address to use for receiving packets via an X.25 virtual circuit. |
| TIK accAtNetTabX25Idle | 1.3.6.1.4.1.5.1.1.28.6.1.6 | TimeTicks | read-write | The interval which governs how long an X.25 circuit can be idle before it is cleared. |
| INT accAtNetTabX25PktSize | 1.3.6.1.4.1.5.1.1.28.6.1.7 | INTEGER | read-write | The 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) |
| INT accAtNetTabX25WinSize | 1.3.6.1.4.1.5.1.1.28.6.1.8 | INTEGER | read-write | The desired window size to be negotiated during X.25 call establishment. |
| INT accAtNetTabX25FacIndex | 1.3.6.1.4.1.5.1.1.28.6.1.9 | INTEGER | read-write | Index of optional facility string or zero. |
| accAtPortTable | 1.3.6.1.4.1.5.1.1.28.7 | not-accessible | The 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. | |
| accAtPortEntry | 1.3.6.1.4.1.5.1.1.28.7.1 | not-accessible | The information maintained in RAM for a particular logical port. | |
| INT accAtPortTabIndex | 1.3.6.1.4.1.5.1.1.28.7.1.1 | INTEGER | read-only | The 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. |
| OCT accAtPortTabNetAddr | 1.3.6.1.4.1.5.1.1.28.7.1.2 | OCTET STRING | read-only | The 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. |
| INT accAtPortTabState | 1.3.6.1.4.1.5.1.1.28.7.1.3 | INTEGER | read-only | The operational state of the port. |
| STR accAtPortTabDescr | 1.3.6.1.4.1.5.1.1.28.7.1.4 | DisplayString | read-only | Displayable text describing the type of logical port. |
| INT accAtPortTabErrCode | 1.3.6.1.4.1.5.1.1.28.7.1.5 | INTEGER | read-only | An 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. |
| TIK accAtPortTabErrTime | 1.3.6.1.4.1.5.1.1.28.7.1.6 | TimeTicks | read-only | The time (relative to the last system reset) at which the port became disabled. |
| OCT accAtPortTabErrAddr | 1.3.6.1.4.1.5.1.1.28.7.1.7 | OCTET STRING | read-only | The 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. |
| STR accAtPortTabErrDescr | 1.3.6.1.4.1.5.1.1.28.7.1.8 | DisplayString | read-only | Displayable text which describes why the port has been disabled. |
| INT accAtPortTabErrCount | 1.3.6.1.4.1.5.1.1.28.7.1.9 | INTEGER | read-only | The number of subsequent errors which have been detected while a port is disabled. |
| accAtPortStatsTable | 1.3.6.1.4.1.5.1.1.28.8 | not-accessible | Datagram Delivery Protocol (DDP) statistics maintained and reported on a per-port basis. | |
| accAtPortStatsEntry | 1.3.6.1.4.1.5.1.1.28.8.1 | not-accessible | The DDP statistics maintained for a particular logical port. | |
| CTR accAtPortStatsInTotals | 1.3.6.1.4.1.5.1.1.28.8.1.1 | Counter | read-only | The total number of DDP packets received via the port. |
| CTR accAtPortStatsInShorts | 1.3.6.1.4.1.5.1.1.28.8.1.2 | Counter | read-only | The total number of DDP packets received with short headers. |
| CTR accAtPortStatsNotForMes | 1.3.6.1.4.1.5.1.1.28.8.1.3 | Counter | read-only | The number of Phase 1 unicast packets received with a LLAP header whose destination node id did not match that of the receiving port. |
| CTR accAtPortStatsTooShorts | 1.3.6.1.4.1.5.1.1.28.8.1.4 | Counter | read-only | The 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. |
| CTR accAtPortStatsTooLongs | 1.3.6.1.4.1.5.1.1.28.8.1.5 | Counter | read-only | The number of of DDP packets received whose length exceeded the maximum datagram size or whose physical length was greater than the logical length. |
| CTR accAtPortStatsChksums | 1.3.6.1.4.1.5.1.1.28.8.1.6 | Counter | read-only | The number of DDP packets received with an invalid checksum. |
| CTR accAtPortStatsNotMyNets | 1.3.6.1.4.1.5.1.1.28.8.1.7 | Counter | read-only | The 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. |
| CTR accAtPortStatsInFwdReqs | 1.3.6.1.4.1.5.1.1.28.8.1.8 | Counter | read-only | The 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). |
| CTR accAtPortStatsFwdBcasts | 1.3.6.1.4.1.5.1.1.28.8.1.9 | Counter | read-only | The number of DDP broadcast packets receive whose destination network number was not within the range of the connected network. |
| CTR accAtPortStatsNoFwdRoutes | 1.3.6.1.4.1.5.1.1.28.8.1.10 | Counter | read-only | The number of DDP packets received for which no route to the destination network existed. |
| CTR accAtPortStatsHopCounts | 1.3.6.1.4.1.5.1.1.28.8.1.11 | Counter | read-only | The number of DDP packets received which were discarded because the hop count had exceeded the maximum value. |
| CTR accAtPortStatsReflects | 1.3.6.1.4.1.5.1.1.28.8.1.12 | Counter | read-only | The number of DDP packets received which were addressed to another node on the same network. |
| CTR accAtPortStatsOutTotals | 1.3.6.1.4.1.5.1.1.28.8.1.13 | Counter | read-only | The total number of DDP packets sent via the port. |
| CTR accAtPortStatsOutShorts | 1.3.6.1.4.1.5.1.1.28.8.1.14 | Counter | read-only | The number of DDP packets send with short headers. |
| CTR accAtPortStatsOutFwdReqs | 1.3.6.1.4.1.5.1.1.28.8.1.15 | Counter | read-only | The number of DDP packets forwarded to this port from all other ports. |
| CTR accAtPortStatsInErrors | 1.3.6.1.4.1.5.1.1.28.8.1.16 | Counter | read-only | The number of DDP packets received which could not be processed because of some internal error. |
| CTR accAtPortStatsOutErrors | 1.3.6.1.4.1.5.1.1.28.8.1.17 | Counter | read-only | The number of DDP packets which could not be sent because of some internal error. |
| accAtRtmpStats | 1.3.6.1.4.1.5.1.1.28.9 | |||
| CTR accAtRtmpStatsInRequests | 1.3.6.1.4.1.5.1.1.28.9.1 | Counter | read-only | The number of RTMP request packets received. |
| CTR accAtRtmpStatsInDataReqs | 1.3.6.1.4.1.5.1.1.28.9.2 | Counter | read-only | The number of RTMP route data request packets received. |
| CTR accAtRtmpStatsInResponses | 1.3.6.1.4.1.5.1.1.28.9.3 | Counter | read-only | The number of RTMP response packets received. |
| CTR accAtRtmpStatsInDataResps | 1.3.6.1.4.1.5.1.1.28.9.4 | Counter | read-only | The number of RTMP route data response packets received. |
| CTR accAtRtmpStatsOutRequests | 1.3.6.1.4.1.5.1.1.28.9.5 | Counter | read-only | The number of RTMP request packets sent. |
| CTR accAtRtmpStatsOutDataReqs | 1.3.6.1.4.1.5.1.1.28.9.6 | Counter | read-only | The number of RTMP route data request packets sent. |
| CTR accAtRtmpStatsOutResponses | 1.3.6.1.4.1.5.1.1.28.9.7 | Counter | read-only | The number of RTMP response packets sent. |
| CTR accAtRtmpStatsOutDataResps | 1.3.6.1.4.1.5.1.1.28.9.8 | Counter | read-only | The number of RTMP route data response packets sent. |
| CTR accAtRtmpStatsNetConflicts | 1.3.6.1.4.1.5.1.1.28.9.9 | Counter | read-only | The number of RTMP packets received which conflicted with the network number range configured for the receiving port or garnered from another router. |
| CTR accAtRtmpStatsInErrors | 1.3.6.1.4.1.5.1.1.28.9.10 | Counter | read-only | The number of RTMP packets received containing a format error or which could not be processed because of some internal error. |
| CTR accAtRtmpStatsOutErrors | 1.3.6.1.4.1.5.1.1.28.9.11 | Counter | read-only | The number of RTMP packets which could not be sent because of some internal error. |
| accAtRdbStats | 1.3.6.1.4.1.5.1.1.28.10 | |||
| CTR accAtRdbStatsCacheds | 1.3.6.1.4.1.5.1.1.28.10.1 | Counter | read-only | The number of times the desired route was already cached. |
| CTR accAtRdbStatsSearchs | 1.3.6.1.4.1.5.1.1.28.10.2 | Counter | read-only | The number of times the desired route was not cached and the routing database had to be searched. |
| CTR accAtRdbStatsNoRoutes | 1.3.6.1.4.1.5.1.1.28.10.3 | Counter | read-only | The number of times no route could be found to the destination network. |
| CTR accAtRdbStatsAdds | 1.3.6.1.4.1.5.1.1.28.10.4 | Counter | read-only | The number of times a new network was added to the routing database. |
| CTR accAtRdbStatsUpdates | 1.3.6.1.4.1.5.1.1.28.10.5 | Counter | read-only | The number of times an existing route was updated. |
| CTR accAtRdbStatsDeletes | 1.3.6.1.4.1.5.1.1.28.10.6 | Counter | read-only | The number of times a route was deleted from the routing database. |
| accAtNbpStats | 1.3.6.1.4.1.5.1.1.28.11 | |||
| CTR accAtNbpStatsInBrReqs | 1.3.6.1.4.1.5.1.1.28.11.1 | Counter | read-only | The number of NBP broadcast request packets received. |
| CTR accAtNbpStatsInLkUpReqs | 1.3.6.1.4.1.5.1.1.28.11.2 | Counter | read-only | The number of NBP lookup request packets received. |
| CTR accAtNbpStatsInLkUpResps | 1.3.6.1.4.1.5.1.1.28.11.3 | Counter | read-only | The number of NBP lookup response packets received. |
| CTR accAtNbpStatsInFwdReqs | 1.3.6.1.4.1.5.1.1.28.11.4 | Counter | read-only | The number of NBP forward request packets received. |
| CTR accAtNbpStatsOutBrReqs | 1.3.6.1.4.1.5.1.1.28.11.5 | Counter | read-only | The number of NBP broadcast request packets sent. |
| CTR accAtNbpStatsOutLkUpReqs | 1.3.6.1.4.1.5.1.1.28.11.6 | Counter | read-only | The number of NBP lookup request packets sent. |
| CTR accAtNbpStatsOutLkUpResps | 1.3.6.1.4.1.5.1.1.28.11.7 | Counter | read-only | The number of NBP lookup response packets sent. |
| CTR accAtNbpStatsOutFwdReqs | 1.3.6.1.4.1.5.1.1.28.11.8 | Counter | read-only | The number of NBP forward request packets sent. |
| CTR accAtNbpStatsNoZones | 1.3.6.1.4.1.5.1.1.28.11.9 | Counter | read-only | The number of NBP request packets received which referenced a zone name which was not in the zone database. |
| CTR accAtNbpStatsInErrors | 1.3.6.1.4.1.5.1.1.28.11.10 | Counter | read-only | The number of NBP packets received which were invalid or which could not be processed because of some internal error. |
| CTR accAtNbpStatsOutErrors | 1.3.6.1.4.1.5.1.1.28.11.11 | Counter | read-only | The number of NBP packets which could not be sent because of some internal error. |
| accAtZipStats | 1.3.6.1.4.1.5.1.1.28.12 | |||
| CTR accAtZipStatsInQuerys | 1.3.6.1.4.1.5.1.1.28.12.1 | Counter | read-only | The number of ZIP zone-list-query packets received. |
| CTR accAtZipStatsInReplies | 1.3.6.1.4.1.5.1.1.28.12.2 | Counter | read-only | The number of ZIP zone-list-reply packets received. |
| CTR accAtZipStatsInExtReplies | 1.3.6.1.4.1.5.1.1.28.12.3 | Counter | read-only | The number of ZIP extended zone-list-reply packets received. |
| CTR accAtZipStatsInInfoReqs | 1.3.6.1.4.1.5.1.1.28.12.4 | Counter | read-only | The number of ZIP get-network-information request packets received. |
| CTR accAtZipStatsInInfoReps | 1.3.6.1.4.1.5.1.1.28.12.5 | Counter | read-only | The number of ZIP get-network-information reply packets received. |
| CTR accAtZipStatsInTakeDowns | 1.3.6.1.4.1.5.1.1.28.12.6 | Counter | read-only | The number of ZIP take-down request packets received. |
| CTR accAtZipStatsInBringUps | 1.3.6.1.4.1.5.1.1.28.12.7 | Counter | read-only | The number of ZIP bring-up request packets received. |
| CTR accAtZipStatsInNotifies | 1.3.6.1.4.1.5.1.1.28.12.8 | Counter | read-only | The number of ZIP notify request packets received. |
| CTR accAtZipStatsInGetZLReqs | 1.3.6.1.4.1.5.1.1.28.12.9 | Counter | read-only | The number of ZIP get-zone-list request packets received. |
| CTR accAtZipStatsInGetLZReqs | 1.3.6.1.4.1.5.1.1.28.12.10 | Counter | read-only | The number of ZIP get-local-zones request packets received. |
| CTR accAtZipStatsInGetMZReqs | 1.3.6.1.4.1.5.1.1.28.12.11 | Counter | read-only | The number of ZIP get-my-zone request packets received. |
| CTR accAtZipStatsOutQueries | 1.3.6.1.4.1.5.1.1.28.12.12 | Counter | read-only | The number of ZIP zone-list-query packets sent. |
| CTR accAtZipStatsOutReplies | 1.3.6.1.4.1.5.1.1.28.12.13 | Counter | read-only | The number of ZIP zone-list-reply packets sent. |
| CTR accAtZipStatsOutExtReplies | 1.3.6.1.4.1.5.1.1.28.12.14 | Counter | read-only | The number of ZIP extended zone-list-reply packets sent. |
| CTR accAtZipStatsOutInfoReqs | 1.3.6.1.4.1.5.1.1.28.12.15 | Counter | read-only | The number of ZIP get-network-information request packets sent. |
| CTR accAtZipStatsOutInfoReps | 1.3.6.1.4.1.5.1.1.28.12.16 | Counter | read-only | The number of ZIP get-network-information reply packets sent. |
| CTR accAtZipStatsOutGetZLReps | 1.3.6.1.4.1.5.1.1.28.12.17 | Counter | read-only | The number of get-zone-list reply packets sent. |
| CTR accAtZipStatsOutGetLZReps | 1.3.6.1.4.1.5.1.1.28.12.18 | Counter | read-only | The number of get-local-zones reply packets sent. |
| CTR accAtZipStatsOutGetMZReps | 1.3.6.1.4.1.5.1.1.28.12.19 | Counter | read-only | The number of get-my-zone reply packets sent. |
| CTR accAtZipStatsZoneConflicts | 1.3.6.1.4.1.5.1.1.28.12.20 | Counter | read-only | The number of ZIP packets received which conflicted with zone list or default zone information configured for the receiving port or garnered from another router. |
| CTR accAtZipStatsInErrors | 1.3.6.1.4.1.5.1.1.28.12.21 | Counter | read-only | The number of ZIP packets received containing a formatting error or which could not be processed because of some internal error. |
| CTR accAtZipStatsOutErrors | 1.3.6.1.4.1.5.1.1.28.12.22 | Counter | read-only | The number of ZIP packets which could not be sent because of some internal error. |
| accAtAepStats | 1.3.6.1.4.1.5.1.1.28.13 | |||
| CTR accAtAepStatsInErrors | 1.3.6.1.4.1.5.1.1.28.13.1 | Counter | read-only | The number of AEP packets received which were invalid or which could not be processed because of some internal error. |
| CTR accAtAepStatsOutErrors | 1.3.6.1.4.1.5.1.1.28.13.2 | Counter | read-only | The number of AEP packets which could not be sent because of some internal error. |
| accAtZoneListTable | 1.3.6.1.4.1.5.1.1.28.14 | not-accessible | The 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. | |
| accAtZoneListEntry | 1.3.6.1.4.1.5.1.1.28.14.1 | not-accessible | An entry defining a zone name for some directly connected AppleTalk network. | |
| INT accAtZoneListPort | 1.3.6.1.4.1.5.1.1.28.14.1.1 | INTEGER | read-only | The logical port number. |
| INT accAtZoneListStatus | 1.3.6.1.4.1.5.1.1.28.14.1.2 | INTEGER | read-write | The 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). |
| STR accAtZoneListName | 1.3.6.1.4.1.5.1.1.28.14.1.3 | DisplayString | read-only | The zone name. Zone names can contain up to 32 case-insensitive characters from the Apple Macintosh character set. |
| accAtZoneBynameTable | 1.3.6.1.4.1.5.1.1.28.15 | not-accessible | Used to display entries in the Zone Information Table (ZIT) which are associated with a particular zone name. | |
| accAtZoneBynameEntry | 1.3.6.1.4.1.5.1.1.28.15.1 | not-accessible | An entry in the zone information table (ZIT) with a given zone name. | |
| OCT accAtZoneBynameNetMin | 1.3.6.1.4.1.5.1.1.28.15.1.1 | OCTET STRING | read-only | The 16-bit range start value for an AppleTalk network. |
| OCT accAtZoneBynameNetMax | 1.3.6.1.4.1.5.1.1.28.15.1.2 | OCTET STRING | read-only | The 16-bit range end value for an AppleTalk network. |
| STR accAtZoneBynameName | 1.3.6.1.4.1.5.1.1.28.15.1.3 | DisplayString | read-only | The AppleTalk zone name. |
| accAtZoneBynetTable | 1.3.6.1.4.1.5.1.1.28.16 | not-accessible | Used to display entries in the Zone Information Table (ZIT) which are associated with a particular AppleTalk network. | |
| accAtZoneBynetEntry | 1.3.6.1.4.1.5.1.1.28.16.1 | not-accessible | An entry in the zone information table (ZIT) associated with a given AppleTalk network. | |
| OCT accAtZoneBynetNetMin | 1.3.6.1.4.1.5.1.1.28.16.1.1 | OCTET STRING | read-only | The 16-bit range start value for an AppleTalk network. |
| OCT accAtZoneBynetNetMax | 1.3.6.1.4.1.5.1.1.28.16.1.2 | OCTET STRING | read-only | The 16-bit range end value for an AppleTalk network. |
| STR accAtZoneBynetName | 1.3.6.1.4.1.5.1.1.28.16.1.3 | DisplayString | read-only | The AppleTalk zone name. |
| accAtForwardFilterTable | 1.3.6.1.4.1.5.1.1.28.17 | not-accessible | A list of descriptions of specific AppleTalk Filters. | |
| accAtForwardFilterEntry | 1.3.6.1.4.1.5.1.1.28.17.1 | not-accessible | The parameters for a single AppleTalk Filter. | |
| OCT accAtForwardFilterToMin | 1.3.6.1.4.1.5.1.1.28.17.1.1 | OCTET STRING | read-write | The least value in the destination network address range. |
| OCT accAtForwardFilterToMax | 1.3.6.1.4.1.5.1.1.28.17.1.2 | OCTET STRING | read-write | The greatest value in the destination network address range. |
| OCT accAtForwardFilterFromMin | 1.3.6.1.4.1.5.1.1.28.17.1.3 | OCTET STRING | read-write | The least value in the source network address range. |
| OCT accAtForwardFilterFromMax | 1.3.6.1.4.1.5.1.1.28.17.1.4 | OCTET STRING | read-write | The greatest value in the source network address range. |
| INT accAtForwardFilterSocketMin | 1.3.6.1.4.1.5.1.1.28.17.1.5 | INTEGER | read-write | The least value in the range of affected sockets. |
| INT accAtForwardFilterSocketMax | 1.3.6.1.4.1.5.1.1.28.17.1.6 | INTEGER | read-write | The greatest value in the range of affected sockets. |
| INT accAtForwardFilterType | 1.3.6.1.4.1.5.1.1.28.17.1.7 | INTEGER | read-write | The affected message types. Name Binding Protocol messages are called out separately, as some applications call for selective discrimination. |
| INT accAtForwardFilterDisposition | 1.3.6.1.4.1.5.1.1.28.17.1.8 | INTEGER | read-write | Upon a filter match, this specifies the action taken. |
| INT accAtForwardFilterStatus | 1.3.6.1.4.1.5.1.1.28.17.1.9 | INTEGER | read-write | Writing 'invalid' deletes the filter table entry. |
| accAtRouteFilterTable | 1.3.6.1.4.1.5.1.1.28.18 | not-accessible | A list of Route Filters. | |
| accAtRouteFilterEntry | 1.3.6.1.4.1.5.1.1.28.18.1 | not-accessible | A single Route Filter. | |
| OCT accAtRouteFilterRouterMin | 1.3.6.1.4.1.5.1.1.28.18.1.1 | OCTET STRING | read-write | The least affected Router's Network Address. |
| OCT accAtRouteFilterRouterMax | 1.3.6.1.4.1.5.1.1.28.18.1.2 | OCTET STRING | read-write | The greatest affected Router's Network Address. |
| OCT accAtRouteFilterRangeMin | 1.3.6.1.4.1.5.1.1.28.18.1.3 | OCTET STRING | read-write | The least Network Address in this range. |
| OCT accAtRouteFilterRangeMax | 1.3.6.1.4.1.5.1.1.28.18.1.4 | OCTET STRING | read-write | The greatest Network Address in this range. |
| INT accAtRouteFilterDisposition | 1.3.6.1.4.1.5.1.1.28.18.1.5 | INTEGER | read-write | What is to be done with matching advertisements. |
| INT accAtRouteFilterStatus | 1.3.6.1.4.1.5.1.1.28.18.1.6 | INTEGER | read-write | Writing 'invalid' has the effect of deleting the filter. |
RFC description
Vendor-private MIB for ACC (Applied Computer Communications) routers; manages AppleTalk protocol configuration and statistics.
Start monitoring ACC/Ericsson WAN access routers (legacy) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.