CISCO-WLAN-MAN-MIB device MIB details by Cisco
CISCO-WLAN-MAN-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 CISCO-WLAN-MAN-MIB.
Vendor: | Cisco |
---|---|
Mib: | CISCO-WLAN-MAN-MIB [download] [view objects] |
Tool: | ActiveXperts Network Monitor 2024 [download] (ships with advanced SNMP/MIB tools) |
-- ***************************************************************** -- CISCO-WLAN-MAN-MIB.my: CISCO Wireless LAN Management MIB file -- -- February 2004, Francis Pang -- -- Copyright (c) 2004 by Cisco Systems, Inc. -- All rights reserved. -- ***************************************************************** -- CISCO-WLAN-MAN-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE FROM SNMPv2-SMI MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF TruthValue FROM SNMPv2-TC ciscoMgmt FROM CISCO-SMI; ciscoWlanManMIB MODULE-IDENTITY LAST-UPDATED "200403220000Z" ORGANIZATION "Cisco System Inc." CONTACT-INFO " Cisco Systems Customer Service Postal: 170 West Tasman Drive, San Jose CA 95134-1706. USA Tel: +1 800 553-NETS Email: cs-dot11@cisco.com" DESCRIPTION "This MIB module provides network management and configuration support for IEEE 802.11 Wireless LAN devices. ACRONYMS HTTP Hypertext Transfer Protocol." REVISION "200403220000Z" DESCRIPTION "Initial version of this MIB module." ::= { ciscoMgmt 415 } ciscoWlanManMIBNotifs OBJECT IDENTIFIER ::= { ciscoWlanManMIB 0 } ciscoWlanManMIBObjects OBJECT IDENTIFIER ::= { ciscoWlanManMIB 1 } ciscoWlanManMIBConform OBJECT IDENTIFIER ::= { ciscoWlanManMIB 2 } cwmDeviceConfig OBJECT IDENTIFIER ::= { ciscoWlanManMIBObjects 1 } cwmNetworkConfig OBJECT IDENTIFIER ::= { ciscoWlanManMIBObjects 2 } -- Per device configurations cwmHttpServerEnabled OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "This object enables the HTTP Web server as follows: 'true' - HTTP Web server function is enabled, 'false' - HTTP Web server function is disabled." ::= { cwmDeviceConfig 1 } cwmTelnetLoginEnabled OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "This object enables the telnet console login as follows: 'true' - telnet console login is enabled, 'false' - telnet console login is disabled." ::= { cwmDeviceConfig 2 } -- ***************************************************************** -- Conformance information -- ***************************************************************** ciscoWlanManMIBCompliances OBJECT IDENTIFIER ::= { ciscoWlanManMIBConform 1 } ciscoWlanManMIBGroups OBJECT IDENTIFIER ::= { ciscoWlanManMIBConform 2 } -- ***************************************************************** -- Compliance statements -- ***************************************************************** ciscoWlanManMIBCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement for the ciscoWlanManMIB module." MODULE MANDATORY-GROUPS { cwmWirelessDeviceGroup } ::= { ciscoWlanManMIBCompliances 1 } -- ***************************************************************** -- Units of conformance -- ***************************************************************** cwmWirelessDeviceGroup OBJECT-GROUP OBJECTS { cwmHttpServerEnabled, cwmTelnetLoginEnabled } STATUS current DESCRIPTION "Configuration for Wireless LAN Access Points and bridges." ::= { ciscoWlanManMIBGroups 1 } END