From 5c0cefefbacca61b6355a8cd27371f1c016d0071 Mon Sep 17 00:00:00 2001 From: Eric Miller <> Date: Fri, 26 Jan 2007 03:44:11 +0000 Subject: [PATCH] [ 1644841 ] Airespace serial number --- Info/Airespace.pm | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Info/Airespace.pm b/Info/Airespace.pm index 79c973d3..52a505d2 100644 --- a/Info/Airespace.pm +++ b/Info/Airespace.pm @@ -143,6 +143,14 @@ sub layers { return '00000011'; } +sub serial { + my $airespace = shift; + my $sn = $airespace->airespace_serial(); + return undef unless defined $sn; + + return $sn; +} + # Wirless switches do not support ifMIB requirements to get MAC # and port status @@ -798,6 +806,10 @@ Transfer upload datatype configures the type of file to upload from the switch. Returns 00000011. Class emulates Layer 2 functionality for Thin APs through proprietary MIBs. +=item $airespace->serial() + +(B) + =back =head1 TABLE METHODS