OLD-CISCO-APPLETALK-MIB device MIB details by Cisco
OLD-CISCO-APPLETALK-MIB file content
The SNMP protocol is used to for conveying information and commands between agents and managing entities. SNMP uses the User Datagram Protocol (UDP) as the transport protocol for passing data between managers and agents. The reasons for using UDP for SNMP are, firstly it has low overheads in comparison to TCP, which uses a 3-way hand shake for connection. Secondly, in congested networks, SNMP over TCP is a bad idea because TCP in order to maintain reliability will flood the network with retransmissions.
Management information (MIB) is represented as a collection of managed objects. These objects together form a virtual information base called MIB. An agent may implement many MIBs, but all agents must implement a particular MIB called MIB-II [16]. This standard defines variables for things such as interface statistics (interface speeds, MTU, octets sent, octets received, etc.) as well as various other things pertaining to the system itself (system location, system contact, etc.). The main goal of MIB-II is to provide general TCP/IP management information.
Use ActiveXperts Network Monitor 2024 to import vendor-specific MIB files, inclusing OLD-CISCO-APPLETALK-MIB.
Vendor: | Cisco |
---|---|
Mib: | OLD-CISCO-APPLETALK-MIB [download] [view objects] |
Tool: | ActiveXperts Network Monitor 2024 [download] (ships with advanced SNMP/MIB tools) |
-- ***************************************************************** -- OLD-CISCO-APPLETALK-MIB.my: Old Cisco Appletalk MIB file -- -- May 1994, Jeffrey T. Johnson -- -- Copyright (c) 1994-1996 by cisco Systems, Inc. -- All rights reserved. -- -- ***************************************************************** -- OLD-CISCO-APPLETALK-MIB DEFINITIONS ::= BEGIN IMPORTS OBJECT-TYPE FROM RFC-1212 temporary FROM CISCO-SMI; tmpappletalk OBJECT IDENTIFIER ::= { temporary 3 } -- Temporary AppleTalk Section -- This group is present in all router based products. atInput OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total input count of number of AppleTalk packets." ::= { tmpappletalk 1 } atLocal OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of AppleTalk input packets for this host." ::= { tmpappletalk 2 } atBcastin OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of AppleTalk input broadcast packets." ::= { tmpappletalk 3 } atForward OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of AppleTalk packets forwarded." ::= { tmpappletalk 4 } atBcastout OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of AppleTalk output broadcast packets." ::= { tmpappletalk 5 } atChksum OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of AppleTalk input packets with checksum errors." ::= { tmpappletalk 7 } atNotgate OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of AppleTalk input packets received while not routing." ::= { tmpappletalk 8 } atHopcnt OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of AppleTalk input packets that have exceeded the maximum hop count." ::= { tmpappletalk 9 } atNoaccess OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of AppleTalk packets dropped due to access control." ::= { tmpappletalk 10 } atNoroute OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of AppleTalk packets dropped due to no route." ::= { tmpappletalk 11 } atNoencap OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of AppleTalk packets dropped due to output encapsulation failure." ::= { tmpappletalk 12 } atOutput OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of AppleTalk output packets." ::= { tmpappletalk 13 } atInmult OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of AppleTalk input multicast packets." ::= { tmpappletalk 14 } atRtmpin OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of AppleTalk RTMP packets received." ::= { tmpappletalk 15 } atRtmpout OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of AppleTalk RTMP packets sent." ::= { tmpappletalk 16 } atNbpin OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of AppleTalk NBP packets received." ::= { tmpappletalk 17 } atNbpout OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of AppleTalk NBP packets sent." ::= { tmpappletalk 18 } atAtp OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of AppleTalk ATP packets received." ::= { tmpappletalk 19 } atZipin OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of AppleTalk ZIP packets received." ::= { tmpappletalk 20 } atZipout OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of AppleTalk ZIP packets sent." ::= { tmpappletalk 21 } atEcho OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of AppleTalk Echo packets received." ::= { tmpappletalk 22 } atEchoill OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of illegal AppleTalk Echo packets received." ::= { tmpappletalk 23 } atDdpshort OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of short AppleTalk DDP packets received." ::= { tmpappletalk 24 } atDdplong OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of long AppleTalk DDP packets received." ::= { tmpappletalk 25 } atDdpbad OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of illegal sized AppleTalk DDP packets received." ::= { tmpappletalk 26 } atNobuffer OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of AppleTalk packets lost due to no memory." ::= { tmpappletalk 27 } atArpreq OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of input AppleTalk ARP request packets." ::= { tmpappletalk 28 } atArpreply OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of AppleTalk ARP reply packets output." ::= { tmpappletalk 29 } atArpprobe OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of input AppleTalk ARP probe packets." ::= { tmpappletalk 30 } atUnknown OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of unknown AppleTalk input packets." ::= { tmpappletalk 31 } END