AD | Application | AWS | Azure | Cloud | Database | Enterprise | Environmental | Event Log | File System | Infra | IoT | IT Service | Linux | Network/System | Performance | Protocol | SaaS | Security | Service Level | SNMP | Storage | VMware | VoIP | Web | Wireless

Crumbtrail

MonitorTools.com » Technical documentation » SNMP » MIB » Stratacom » CISCOWAN-SMI

CISCOWAN-SMI device MIB details by Stratacom

CISCOWAN-SMI 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 CISCOWAN-SMI.


Vendor: Stratacom
Mib: CISCOWAN-SMI  [download]  [view objects]
Tool: ActiveXperts Network Monitor 2024 [download]    (ships with advanced SNMP/MIB tools)
-- *****************************************************************
-- CISCOWAN-SMI.my:  Cisco Enterprise Structure of Management Information
--                   for WAN Products(MGX Series)
--
-- May 2002, Subra.Hegde
-- Copyright (c) 1999-2000, 2002 by Cisco Systems,Inc.
-- 
-- *****************************************************************

CISCOWAN-SMI DEFINITIONS ::= BEGIN

IMPORTS
	MODULE-IDENTITY,
	OBJECT-IDENTITY,
	enterprises
		FROM SNMPv2-SMI;

-- The appropriate name for MODULE-IDENTITY should have been "ciscoWAN".
-- However,if we use "ciscoWAN", mib compilers complain about multiple names 
-- using same OID value and some applications used for testing might fail 
-- loading MIBs. 
-- Using "stratacom" to make sure this MIB and MIBs dependent on this
-- can be compiled and tested.

stratacom MODULE-IDENTITY
	LAST-UPDATED	"200205240000Z"
	ORGANIZATION	"Cisco Systems, Inc."
	CONTACT-INFO
		"       Cisco Systems
			Customer Service

		Postal: 170 W Tasman Drive
			San Jose, CA  95134
			USA

		   Tel: +1 800 553-NETS

		E-mail: cs-wanatm@cisco.com"

	DESCRIPTION
		"The Structure of Management Information for the
		 stratacom enterprise."
        REVISION      "200205240000Z"
        DESCRIPTION
            "Using the 4 digit Year value in LAST-UPDATED and
             REVISION Clause. Modified description of 'ciscoWan'."
        REVISION      "200001240000Z"
        DESCRIPTION
                "Added ciscoWanAgentCapability Object Identifier
	         assignment."
	::={ enterprises 351 }  -- assigned by IANA
				-- it is for stratacom enterprise

ciscoWan OBJECT-IDENTITY
    STATUS	current
    DESCRIPTION
        "ciscoWan is the main subtree for mibs under 'stratacom'
        enterprise. This is used by MGX product series."
    ::= { stratacom 150 }

ciscoWanAgentCapability OBJECT-IDENTITY
    STATUS  current
    DESCRIPTION
        "ciscoWanAgentCapability provides a root object identifier
        from which AGENT-CAPABILITIES values may be assigned."
    ::= { stratacom 160 }
END