CISCO-AAA-SERVER-CAPABILITY device MIB details by Cisco
CISCO-AAA-SERVER-CAPABILITY 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-AAA-SERVER-CAPABILITY.
Vendor: | Cisco |
---|---|
Mib: | CISCO-AAA-SERVER-CAPABILITY [download] [view objects] |
Tool: | ActiveXperts Network Monitor 2024 [download] (ships with advanced SNMP/MIB tools) |
-- ***************************************************************** -- CISCO-AAA-SERVER-CAPABILITY.my: Cisco AAA Server MIB AGENT-CAPABILITIES -- -- November, 2003 - Mark W. Eklund, Sanjeev C Joshi -- -- Copyright (c) 2000, 2003 by cisco Systems, Inc. -- All rights reserved. -- -- ***************************************************************** CISCO-AAA-SERVER-CAPABILITY DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY FROM SNMPv2-SMI AGENT-CAPABILITIES FROM SNMPv2-CONF ciscoAgentCapability FROM CISCO-SMI; ciscoAAAServerCapability MODULE-IDENTITY LAST-UPDATED "200311140000Z" 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-aaa@cisco.com" DESCRIPTION "Agent capabilities for CISCO-AAA-SERVER-MIB" REVISION "200311140000Z" DESCRIPTION "Agent capabilities for Cisco MDS 1.3." REVISION "200001200000Z" DESCRIPTION "Initial version of this MIB." ::= { ciscoAgentCapability 129 } ciscoAAAServerCapabilityV10R00 AGENT-CAPABILITIES PRODUCT-RELEASE "Cisco IOS 12.0(4)XJ" STATUS current DESCRIPTION "Cisco AAA Server MIB capabilities" SUPPORTS CISCO-AAA-SERVER-MIB INCLUDES {casStatisticsGroup, casConfigGroup, casServerNotificationGroup} VARIATION casConfigEntry CREATION-REQUIRES { casAddress } DESCRIPTION "The address must be specified during creation" VARIATION casAddress ACCESS read-only DESCRIPTION "create is not yet supported" VARIATION casAuthenPort ACCESS read-only DESCRIPTION "create is not yet supported" VARIATION casAcctPort ACCESS read-only DESCRIPTION "create is not yet supported" VARIATION casKey ACCESS read-only DESCRIPTION "create is not yet supported" VARIATION casConfigRowStatus ACCESS read-only DESCRIPTION "create is not yet supported" ::= { ciscoAAAServerCapability 1 } ciscoAAAServerCapabilityMDS13R1 AGENT-CAPABILITIES PRODUCT-RELEASE "Cisco MDS 1.3(1)" STATUS current DESCRIPTION "Cisco AAA Server MIB capabilities" SUPPORTS CISCO-AAA-SERVER-MIB INCLUDES { casConfigGroup } VARIATION casServerStateChangeEnable ACCESS not-implemented DESCRIPTION "Not Supported." VARIATION casAuthenPort DEFVAL { 1812 } DESCRIPTION "As per the IANA port assignments, DEFVAL is 1812 for radius server and DEFVAL is 49 for tacacs+ server." VARIATION casAcctPort DEFVAL { 1813 } DESCRIPTION "As per the IANA port assignments, DEFVAL is 1813 for radius server. The value is ignored for tacacs+ server." VARIATION casPriority ACCESS not-implemented DESCRIPTION "Not relevant in MDS implementation." VARIATION casConfigRowStatus DESCRIPTION "Only allowed values are : - 'createAndGo' - 'destroy' - 'active' ." VARIATION casProtocol DESCRIPTION "The supported protcols are; - tacacsplus(1) - TACACS+ - radius(2) - RADIUS ." ::= { ciscoAAAServerCapability 2 } END