fixes to pas critic tests
This commit is contained in:
		@@ -1243,6 +1243,11 @@ interface.
 | 
			
		||||
Returns reference to hash.  Current transmit power, in milliwatts, of the
 | 
			
		||||
radio interface.
 | 
			
		||||
 | 
			
		||||
=item $airespace->i_ssidmac()
 | 
			
		||||
 | 
			
		||||
With the same keys as i_ssidlist, returns the Basic service set
 | 
			
		||||
identification (BSSID), MAC address, the AP is using for the SSID. 
 | 
			
		||||
 | 
			
		||||
=back
 | 
			
		||||
 | 
			
		||||
=head2 Dot11 Ess Table  (C<bsnDot11EssTable>)
 | 
			
		||||
 
 | 
			
		||||
@@ -181,6 +181,10 @@ These are methods that return scalar value from SNMP
 | 
			
		||||
 | 
			
		||||
=over
 | 
			
		||||
 | 
			
		||||
=item $netscreen->model()
 | 
			
		||||
 | 
			
		||||
(C<chassisModel>)
 | 
			
		||||
 | 
			
		||||
=item $netscreen->vendor()
 | 
			
		||||
 | 
			
		||||
Returns 'netscreen'
 | 
			
		||||
 
 | 
			
		||||
@@ -135,6 +135,7 @@ sub os_ver {
 | 
			
		||||
    my $descr = $nexus->description();
 | 
			
		||||
    
 | 
			
		||||
    return $1 if ( $descr =~ /\),\s+Version\s+(.+?),/ );
 | 
			
		||||
    return $descr;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
sub serial {
 | 
			
		||||
 
 | 
			
		||||
@@ -248,6 +248,25 @@ See documentation in L<SNMP::Info::MAU/"GLOBALS"> for details.
 | 
			
		||||
These are methods that return tables of information in the form of a reference
 | 
			
		||||
to a hash.
 | 
			
		||||
 | 
			
		||||
=over 4
 | 
			
		||||
 | 
			
		||||
=item $stack->i_duplex_admin()
 | 
			
		||||
 | 
			
		||||
Returns reference to hash of iid to administrative duplex setting.
 | 
			
		||||
 | 
			
		||||
First checks for fixed gigabit ports which are always full duplex. Next checks
 | 
			
		||||
the port administrative speed (C<portAdminSpeed>) which if set to
 | 
			
		||||
autonegotiate then the duplex will also autonegotiate, otherwise it uses the
 | 
			
		||||
reported port duplex (C<portDuplex>).
 | 
			
		||||
 | 
			
		||||
=item $stack->i_speed_admin()
 | 
			
		||||
 | 
			
		||||
Returns reference to hash of iid to administrative speed setting.
 | 
			
		||||
 | 
			
		||||
C<portAdminSpeed>
 | 
			
		||||
 | 
			
		||||
=back
 | 
			
		||||
 | 
			
		||||
=head2 Table Methods imported from SNMP::Info::Layer3
 | 
			
		||||
 | 
			
		||||
See documentation in L<SNMP::Info::Layer3/"TABLE METHODS"> for details.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user