RBTWS-RF-DETECT-TC DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY FROM SNMPv2-SMI TEXTUAL-CONVENTION FROM SNMPv2-TC rbtwsMibs FROM RBTWS-ROOT-MIB; rbtwsRFDetectTc MODULE-IDENTITY LAST-UPDATED "200704191855Z" ORGANIZATION "Enterasys Networks" CONTACT-INFO "www.enterasys.com" DESCRIPTION "Textual Conventions used by Enterasys Networks wireless switches. Copyright 2007 Enterasys Networks, Inc. All rights reserved. This SNMP Management Information Base Specification (Specification) embodies confidential and proprietary intellectual property. This Specification is supplied 'AS IS' and Enterasys Networks makes no warranty, either express or implied, as to the use, operation, condition, or performance of the Specification." REVISION "200704180002Z" DESCRIPTION "v1.1.0: added two new TCs, for use in rbtwsInfoRFDetectMib" REVISION "200703280001Z" DESCRIPTION "v1.0.0: initial version, for 6.2 release" ::= { rbtwsMibs 11 } RbtwsRFDetectClassificationReason ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Enumeration of the reasons why a RF device is classified the way it is." SYNTAX INTEGER { other (1), default-classification (2), rogue-list (3), ap-in-modo (4), neighbor-list (5), ssid-masquerade (6), seen-in-network (7), ad-hoc (8), ssid-list (9), pass-fingerprint (10), fail-fingerprint (11) } RbtwsRFDetectClassification ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The classification of an RF device." SYNTAX INTEGER { other (1), not-classified (2), member (3), neighbor (4), suspect (5), rogue (6) } RbtwsRFDetectNetworkingMode ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The way an RF device is doing wireless networking." SYNTAX INTEGER { ad-hoc (1), infrastructure (2) } END