From f703bdc91046bb46e272dda888c41f982fca8823 Mon Sep 17 00:00:00 2001 From: Max Baker <> Date: Tue, 29 Apr 2003 18:13:58 +0000 Subject: [PATCH] doc change --- Info/Layer2/Aironet.pm | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/Info/Layer2/Aironet.pm b/Info/Layer2/Aironet.pm index d4b8e00f..05a19be7 100644 --- a/Info/Layer2/Aironet.pm +++ b/Info/Layer2/Aironet.pm @@ -136,7 +136,21 @@ Max Baker (C) =head1 DESCRIPTION -Provides interface to SNMP Data available on an Aironet / Cisco devices. +Provides interface to SNMP Data available on newer Aironet devices running Cisco IOS. + +Note there are two classes for Aironet devices : + +=over + +=item SNMP::Info::Layer3::Aironet + +This class is for devices running Aironet software (older) + +=item SNMP::Info::Layer2::Aironet + +This class is for devices running Cisco IOS software (newer) + +=back For speed or debugging purposes you can call the subclass directly, but not after determining a more specific class using the method above.