OLD-CISCO-XNS-MIB device MIB details by Cisco
OLD-CISCO-XNS-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-XNS-MIB.
Vendor: | Cisco |
---|---|
Mib: | OLD-CISCO-XNS-MIB [download] [view objects] |
Tool: | ActiveXperts Network Monitor 2024 [download] (ships with advanced SNMP/MIB tools) |
-- ***************************************************************** -- OLD-CISCO-XNS-MIB.my: Old Cisco XNS MIB file -- -- May 1994, Jeffrey T. Johnson -- -- Copyright (c) 1994 by cisco Systems, Inc. -- All rights reserved. -- -- ***************************************************************** -- OLD-CISCO-XNS-MIB DEFINITIONS ::= BEGIN IMPORTS OBJECT-TYPE FROM RFC-1212 temporary FROM CISCO-SMI; tmpxns OBJECT IDENTIFIER ::= { temporary 2 } -- Temporary XNS Section -- This group is present in all router based products. xnsInput OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total input count of number of XNS packets." ::= { tmpxns 1 } xnsLocal OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of XNS input packets for this host." ::= { tmpxns 2 } xnsBcastin OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of XNS input broadcast packets." ::= { tmpxns 3 } xnsForward OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of XNS packets forwarded." ::= { tmpxns 4 } xnsBcastout OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of XNS output broadcast packets." ::= { tmpxns 5 } xnsErrin OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of XNS Error input packets." ::= { tmpxns 6 } xnsErrout OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of XNS Error output packets." ::= { tmpxns 7 } xnsFormerr OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of XNS input packets with header errors." ::= { tmpxns 8 } xnsChksum OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of XNS input packets with checksum errors." ::= { tmpxns 9 } xnsNotgate OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of XNS input packets received while not routing." ::= { tmpxns 10 } xnsHopcnt OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of XNS input packets that have exceeded the maximum hop count." ::= { tmpxns 11 } xnsNoroute OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of XNS packets dropped due to no route." ::= { tmpxns 12 } xnsNoencap OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of XNS packets dropped due to output encapsulation failure." ::= { tmpxns 13 } xnsOutput OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of XNS output packets." ::= { tmpxns 14 } xnsInmult OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of XNS input multicast packets." ::= { tmpxns 15 } xnsUnknown OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of unknown XNS input packets." ::= { tmpxns 16 } xnsFwdbrd OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of XNS broadcast packets forwarded." ::= { tmpxns 17 } xnsEchoreqin OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of XNS Echo request packets received." ::= { tmpxns 18 } xnsEchoreqout OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of XNS Echo request packets sent." ::= { tmpxns 19 } xnsEchorepin OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of XNS Echo reply packets received." ::= { tmpxns 20 } xnsEchorepout OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total count of number of XNS Echo reply packets sent." ::= { tmpxns 21 } END