[ 1644841 ] Airespace serial number

This commit is contained in:
Eric Miller
2007-01-26 03:44:11 +00:00
parent 54633a7b99
commit 5c0cefefba

View File

@@ -143,6 +143,14 @@ sub layers {
return '00000011'; 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 # Wirless switches do not support ifMIB requirements to get MAC
# and port status # 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 Returns 00000011. Class emulates Layer 2 functionality for Thin APs through
proprietary MIBs. proprietary MIBs.
=item $airespace->serial()
(B<agentInventorySerialNumber>)
=back =back
=head1 TABLE METHODS =head1 TABLE METHODS