1-- ***************************************************************** 2-- CISCO-LWAPP-CLIENT-ROAMING-CAPABILITY.my: 3-- CISCO-LWAPP-CLIENT-ROAMING MIB CAPABILITIES 4-- 5-- May 2006 - Prasanna Viswakumar 6-- 7-- Copyright (c) 2006 by cisco Systems, Inc. 8-- All rights reserved. 9-- 10-- ***************************************************************** 11 12CISCO-LWAPP-CLIENT-ROAMING-CAPABILITY DEFINITIONS ::= BEGIN 13 14IMPORTS 15 MODULE-IDENTITY 16 FROM SNMPv2-SMI 17 AGENT-CAPABILITIES 18 FROM SNMPv2-CONF 19 ciscoAgentCapability 20 FROM CISCO-SMI; 21 22ciscoLwappClientRoamingCapability MODULE-IDENTITY 23 LAST-UPDATED "200605090000Z" 24 ORGANIZATION "Cisco Systems, Inc." 25 CONTACT-INFO 26 " Cisco Systems 27 Customer Service 28 29 Postal: 170 W Tasman Drive 30 San Jose, CA 95134 31 USA 32 33 Tel: +1 800 553-NETS 34 35 E-mail: cs-wnbu-snmp@cisco.com" 36 DESCRIPTION 37 "Agent capabilities for 38 CISCO-LWAPP-CLIENT-ROAMING-MIB. " 39 REVISION "200605090000Z" 40 DESCRIPTION 41 "Initial version of this MIB module. " 42 ::= { ciscoAgentCapability 501 } 43 44ciscoLwappClientRoamingCapabilityCUWNSV4R0 AGENT-CAPABILITIES 45 46PRODUCT-RELEASE "Cisco Unified Wireless Network Software 47 Release 4.0. " 48 STATUS current 49 DESCRIPTION "CISCO-LWAPP-CLIENT-ROAMING-MIB 50 capabilities. " 51 52 SUPPORTS CISCO-LWAPP-CLIENT-ROAMING-MIB 53 INCLUDES { 54 ciscoLwappClRoamDot11aRfParamsGroup, 55 ciscoLwappClRoamDot11bRfParamsGroup, 56 ciscoLwappClRoamroamReasonGroup 57 } 58 59 VARIATION clcrDot11aMode 60 SYNTAX INTEGER { 61 default(1), 62 custom(2) 63 } 64 DESCRIPTION 65 "The values supported are 'default' 66 and 'custom'. " 67 68 VARIATION clcrDot11bMode 69 SYNTAX INTEGER { 70 default(1), 71 custom(2) 72 } 73 DESCRIPTION 74 "The values supported are 'default' 75 and 'custom'. " 76 77 ::= { ciscoLwappClientRoamingCapability 1 } 78 79END 80