All MIBs › ITOUCH-APPLETALK-MIB
Category: Protocol: AppleTalk, Vendor: iTouch
Description:
iTouch (Black Box) MIB exposing SNMP objects that handle AppleTalk protocol routing and zone management on iTouch devices.
Imported Objects
From ITOUCH-MIB
| iTouch | OBJECT-IDENTITY |
From RFC-1212
| OBJECT-TYPE |
From RFC1155-SMI
| Counter | |
| TimeTicks |
From RFC1213-MIB
| DisplayString |
From RFC1243-MIB
| DdpAddress |
From RFC1316-MIB
| charPortIndex | OBJECT-TYPE |
What Is ITOUCH-APPLETALK-MIB?
ITOUCH-APPLETALK-MIB is a private MIB from iTouch Communications (later part of Black Box), providing SNMP objects for managing the AppleTalk protocol stack — including routing and zone information — on iTouch networking devices such as terminal servers and multiprotocol routers. It exposes AppleTalk-specific configuration and status data, such as zone names, network ranges, and routing table entries, reflecting the device's participation in an AppleTalk internetwork. From a hardware/software status perspective it mainly reveals protocol/software state (whether AppleTalk routing is enabled, zone membership, routing table population) rather than physical hardware health, helping confirm the AppleTalk stack is running correctly. This MIB parallels the structure of the standard AppleTalk MIB (RFC 1742) routing/zone table conventions, though implemented as an iTouch-private module. It would have been deployed in legacy multiprotocol networks of the 1990s/2000s where AppleTalk coexisted with IP on iTouch terminal servers or routers. Engineers can download the ITOUCH-APPLETALK-MIB file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in ITOUCH-APPLETALK-MIB. 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 zone membership
- AppleTalk routing table entries
- AppleTalk routing enabled/disabled state
Supported Devices
- iTouch/Black Box terminal server or multiprotocol router
Monitoring Examples
No sample objects were supplied for this MIB, so specific table or object names cannot be confirmed. Typically an administrator would poll the AppleTalk routing and zone tables to confirm expected zones are visible and routes to remote AppleTalk networks are present, with a missing zone or empty routing table indicating an AppleTalk routing failure. Without concrete object names here, a more detailed grounded example cannot be honestly given.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| xApple | 1.3.6.1.4.1.33.21 | |||
| xAppleSystem | 1.3.6.1.4.1.33.21.1 | |||
| INT appleState | 1.3.6.1.4.1.33.21.1.1 | INTEGER | read-write | Controls whether the router will perform AppleTalk routing. |
| INT appleStatus | 1.3.6.1.4.1.33.21.1.2 | INTEGER | read-only | Indicates whether the router is performing AppleTalk routing. |
| INT appleStatusIf | 1.3.6.1.4.1.33.21.1.3 | INTEGER | read-only | The ifIndex of the bad interface if appleStatus is 'badConfig'. |
| xApplePort | 1.3.6.1.4.1.33.21.2 | |||
| applePortTable | 1.3.6.1.4.1.33.21.2.1 | not-accessible | Table of fields indexed by interface. | |
| applePortEntry | 1.3.6.1.4.1.33.21.2.1.1 | not-accessible | A particular entry. | |
| INT applePortIndex | 1.3.6.1.4.1.33.21.2.1.1.1 | INTEGER | read-only | The index of the interface; same as IfIndex. |
| INT applePortProtocolPriority | 1.3.6.1.4.1.33.21.2.1.1.2 | INTEGER | read-write | This value defines the priority at which all Apple routed packets will be placed on the WAN output queue. |
| INT applePortArpInterval | 1.3.6.1.4.1.33.21.2.1.1.3 | INTEGER | read-write | The interval at which ARP messages should be sent during the process of selecting a network address. |
| INT applePortArpRetransmitCount | 1.3.6.1.4.1.33.21.2.1.1.4 | INTEGER | read-write | The number of ARP messages that should be sent during the process of selecting a network address. |
| INT applePortChecksum | 1.3.6.1.4.1.33.21.2.1.1.5 | INTEGER | read-write | Controls whether checksums are generated on all DDP packets sent out the interface. |
| CTR applePortPacketsIn | 1.3.6.1.4.1.33.21.2.1.1.6 | Counter | read-only | The number of AppleTalk packets received on this interface. |
| CTR applePortPacketsOut | 1.3.6.1.4.1.33.21.2.1.1.7 | Counter | read-only | The number of AppleTalk packets transmitted on this interface. |
| CTR applePortForwardsIn | 1.3.6.1.4.1.33.21.2.1.1.8 | Counter | read-only | The number of AppleTalk packets received on this interface which were not addressed to this router. |
| CTR applePortForwardsOut | 1.3.6.1.4.1.33.21.2.1.1.9 | Counter | read-only | The number of AppleTalk packets transmitted on this interface which were not originated by this router. |
| ADR applePortNetAddress | 1.3.6.1.4.1.33.21.2.1.1.10 | DdpAddress | read-only | The actual address used by this port. |
| OCT applePortNetStart | 1.3.6.1.4.1.33.21.2.1.1.11 | OCTET STRING | read-only | The start of the actual network range used by this port. |
| OCT applePortNetEnd | 1.3.6.1.4.1.33.21.2.1.1.12 | OCTET STRING | read-only | The end of the actual network range used by this port. |
| CTR applePortErrors | 1.3.6.1.4.1.33.21.2.1.1.13 | Counter | read-only | The number of AppleTalk packets received in error. |
| INT applePortLastError | 1.3.6.1.4.1.33.21.2.1.1.14 | INTEGER | read-only | The type of the most recent error counted in applePortErrors. A value of zero means no error. |
| TIK applePortLastErrorTime | 1.3.6.1.4.1.33.21.2.1.1.15 | TimeTicks | read-only | The value of sysUptime when applePortLastError last occured. |
| OCT applePortLastErrorData | 1.3.6.1.4.1.33.21.2.1.1.16 | OCTET STRING | read-only | The first 22 bytes of the packet from applePortLastError. |
| INT applePortBringBackTime | 1.3.6.1.4.1.33.21.2.1.1.17 | INTEGER | read-write | The number of seconds to shut down an interface while waiting for a manager-initiated configuration change to propagate. |
| INT applePortUseNeighborNotify | 1.3.6.1.4.1.33.21.2.1.1.18 | INTEGER | read-write | Controls generation of neighbor notify messages when an interface is disabled or system is shut down. |
| INT applePortRouterType | 1.3.6.1.4.1.33.21.2.1.1.19 | INTEGER | read-write | Type of router operation over this port. |
| applePortZoneTable | 1.3.6.1.4.1.33.21.2.2 | not-accessible | Table of fields indexed by interface and zone. | |
| applePortZoneEntry | 1.3.6.1.4.1.33.21.2.2.1 | not-accessible | A particular entry. | |
| INT applePortZoneIndex | 1.3.6.1.4.1.33.21.2.2.1.1 | INTEGER | read-only | The index of the interface; same as IfIndex. |
| OCT applePortZoneName | 1.3.6.1.4.1.33.21.2.2.1.2 | OCTET STRING | read-only | The name of the zone. |
| INT applePortZoneStatus | 1.3.6.1.4.1.33.21.2.2.1.3 | INTEGER | read-write | The status of the entry. Set to 'invalid' to remove the entry. |
| xApplePolicy | 1.3.6.1.4.1.33.21.3 | |||
| applePortExportTable | 1.3.6.1.4.1.33.21.3.1 | not-accessible | Table of fields indexed by interface and zone. | |
| applePortExportEntry | 1.3.6.1.4.1.33.21.3.1.1 | not-accessible | A particular entry. | |
| INT applePortExportIndex | 1.3.6.1.4.1.33.21.3.1.1.1 | INTEGER | read-only | The index of the interface; same as IfIndex. |
| OCT applePortExportZone | 1.3.6.1.4.1.33.21.3.1.1.2 | OCTET STRING | read-only | The name of the zone. |
| OCT applePortExportName | 1.3.6.1.4.1.33.21.3.1.1.3 | OCTET STRING | read-only | The name of the name. |
| OCT applePortExportType | 1.3.6.1.4.1.33.21.3.1.1.4 | OCTET STRING | read-only | The name of the type. |
| INT applePortExportAction | 1.3.6.1.4.1.33.21.3.1.1.5 | INTEGER | read-write | Control whether the data will be hidden or advertised. |
| INT applePortExportStatus | 1.3.6.1.4.1.33.21.3.1.1.6 | INTEGER | read-write | The status of the entry. Set to 'invalid' to remove the entry. |
| applePortImportTable | 1.3.6.1.4.1.33.21.3.2 | not-accessible | Table of fields indexed by interface and zone. | |
| applePortImportEntry | 1.3.6.1.4.1.33.21.3.2.1 | not-accessible | A particular entry. | |
| INT applePortImportIndex | 1.3.6.1.4.1.33.21.3.2.1.1 | INTEGER | read-only | The index of the interface; same as IfIndex. |
| OCT applePortImportZone | 1.3.6.1.4.1.33.21.3.2.1.2 | OCTET STRING | read-only | The name of the zone. |
| OCT applePortImportName | 1.3.6.1.4.1.33.21.3.2.1.3 | OCTET STRING | read-only | The name of the name. |
| OCT applePortImportType | 1.3.6.1.4.1.33.21.3.2.1.4 | OCTET STRING | read-only | The name of the type. |
| INT applePortImportAction | 1.3.6.1.4.1.33.21.3.2.1.5 | INTEGER | read-write | Control whether the data will be discarded or accepted. |
| INT applePortImportStatus | 1.3.6.1.4.1.33.21.3.2.1.6 | INTEGER | read-write | The status of the entry. Set to 'invalid' to remove the entry. |
| xAppleNbp | 1.3.6.1.4.1.33.21.4 | |||
| appleNbpTable | 1.3.6.1.4.1.33.21.4.1 | not-accessible | Table of fields indexed by interface and zone. | |
| appleNbpEntry | 1.3.6.1.4.1.33.21.4.1.1 | not-accessible | A particular entry. | |
| OCT appleNbpZone | 1.3.6.1.4.1.33.21.4.1.1.1 | OCTET STRING | read-only | The name of the zone. |
| OCT appleNbpName | 1.3.6.1.4.1.33.21.4.1.1.2 | OCTET STRING | read-only | The name of the name. |
| OCT appleNbpType | 1.3.6.1.4.1.33.21.4.1.1.3 | OCTET STRING | read-only | The name of the type. |
| ADR appleNbpNode | 1.3.6.1.4.1.33.21.4.1.1.4 | DdpAddress | read-only | The address of the node who offers the service associated with this entry. |
| INT appleNbpSocket | 1.3.6.1.4.1.33.21.4.1.1.5 | INTEGER | read-only | The socket of the service associated with this entry. The value 0 means no socket. |
| xAppleTraffic | 1.3.6.1.4.1.33.21.5 | |||
| INT appleTrafficSort | 1.3.6.1.4.1.33.21.5.1 | INTEGER | read-write | Setting to EXECUTE causes the most recent traffic information to be sorted into the appleTrafficTable. The sorting precedence is: decreasing percentage, increasing destination address, increasing source address, and increasing interface number. Setting to READY has no effect. |
| appleTrafficTable | 1.3.6.1.4.1.33.21.5.2 | not-accessible | A list of traffic entries, sorted in the order specified by appleTrafficSort. | |
| appleTrafficEntry | 1.3.6.1.4.1.33.21.5.2.1 | not-accessible | Parameter values for an Filter filter. | |
| INT appleTrafficIndex | 1.3.6.1.4.1.33.21.5.2.1.1 | INTEGER | read-only | Identification of a traffic entry. |
| INT appleTrafficPercent | 1.3.6.1.4.1.33.21.5.2.1.2 | INTEGER | read-only | The percent of total traffic that this traffic entryrepresents, in tenths of a percent. |
| ADR appleTrafficDst | 1.3.6.1.4.1.33.21.5.2.1.3 | DdpAddress | read-only | The destination to which the traffic entry applies. |
| ADR appleTrafficSrc | 1.3.6.1.4.1.33.21.5.2.1.4 | DdpAddress | read-only | The source to which the traffic entry applies. |
| INT appleTrafficIntf | 1.3.6.1.4.1.33.21.5.2.1.5 | INTEGER | read-only | The inbound interface to which the traffic entry applies. |
| INT appleTrafficMonitoring | 1.3.6.1.4.1.33.21.5.3 | INTEGER | read-write | Controls whether internet traffic information will be recorded. |
| xAppleRemoteAccess | 1.3.6.1.4.1.33.21.6 | |||
| STR arapPassword | 1.3.6.1.4.1.33.21.6.1 | DisplayString | read-write | The server's ARAP password. To increase security, Gets of this object return the NULL string. |
| STR arapDefaultZoneName | 1.3.6.1.4.1.33.21.6.2 | DisplayString | read-write | The name of the AppleTalk zone that the server should try to choose at boot time. |
| arapPortTable | 1.3.6.1.4.1.33.21.6.3 | not-accessible | A list of ARAP port entries. | |
| arapPortEntry | 1.3.6.1.4.1.33.21.6.3.1 | not-accessible | ARAP parameter values for a port. | |
| INT arapPortEnabled | 1.3.6.1.4.1.33.21.6.3.1.1 | INTEGER | read-write | Indicates if ARAP connections are allowed on this port. |
| INT arapPortZoneAccess | 1.3.6.1.4.1.33.21.6.3.1.2 | INTEGER | read-write | Indicates the AppleTalk zones that ARAP connections on this port may access: none, local, all, or named zone. |
| STR arapPortZoneName | 1.3.6.1.4.1.33.21.6.3.1.3 | DisplayString | read-write | If this port's arapPortZoneAccess field indicates a named zone, this field contains the zone name. |
| INT arapPortMaxConnectTime | 1.3.6.1.4.1.33.21.6.3.1.4 | INTEGER | read-write | Maximum number of minutes a single ARAP connection may exist on the port before a server initiated disconnect. To set no limit on the amount of time that an ARAP user may be connected, set this object to -1. |
| INT arapPortGuestLoginsOk | 1.3.6.1.4.1.33.21.6.3.1.5 | INTEGER | read-write | Indicates if 'Guest' logins (with no password) are allowed on the port. |
| INT arapPortTimeConnected | 1.3.6.1.4.1.33.21.6.3.1.6 | INTEGER | read-only | Indicates the number of minutes the current ARAP connection has been established on the port, rounded up to the nearest minute. Gets return -1 if no ARAP user is currently connected on the port or if ARAP is not enabled on the port. |
| INT arapPortTimeRemaining | 1.3.6.1.4.1.33.21.6.3.1.7 | INTEGER | read-write | Indicates the number of minutes the current ARAP connection may remain on the port before a server initiated disconnect will occur, rounded up to the nearest minute. To set no limit on the amount of time that the current ARAP user may continue to be connected, set this object to the maximum value in the range. Gets return -1 if no ARAP user is currently connected on the port or if ARAP is not enabled on the port. Gets also return -1 if there is a user connected and there is no limit on the amount of time that the current user may be connected. |
RFC description
iTouch (Black Box) AppleTalk MIB providing SNMP objects for AppleTalk protocol routing and zone management on iTouch devices.
Start monitoring iTouch Communications (later Black Box) terminal server/router (AppleTalk) 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.