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
 | 
					Returns reference to hash.  Current transmit power, in milliwatts, of the
 | 
				
			||||||
radio interface.
 | 
					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
 | 
					=back
 | 
				
			||||||
 | 
					
 | 
				
			||||||
=head2 Dot11 Ess Table  (C<bsnDot11EssTable>)
 | 
					=head2 Dot11 Ess Table  (C<bsnDot11EssTable>)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -181,6 +181,10 @@ These are methods that return scalar value from SNMP
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
=over
 | 
					=over
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					=item $netscreen->model()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(C<chassisModel>)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
=item $netscreen->vendor()
 | 
					=item $netscreen->vendor()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Returns 'netscreen'
 | 
					Returns 'netscreen'
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -135,6 +135,7 @@ sub os_ver {
 | 
				
			|||||||
    my $descr = $nexus->description();
 | 
					    my $descr = $nexus->description();
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    return $1 if ( $descr =~ /\),\s+Version\s+(.+?),/ );
 | 
					    return $1 if ( $descr =~ /\),\s+Version\s+(.+?),/ );
 | 
				
			||||||
 | 
					    return $descr;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
sub serial {
 | 
					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
 | 
					These are methods that return tables of information in the form of a reference
 | 
				
			||||||
to a hash.
 | 
					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
 | 
					=head2 Table Methods imported from SNMP::Info::Layer3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
See documentation in L<SNMP::Info::Layer3/"TABLE METHODS"> for details.
 | 
					See documentation in L<SNMP::Info::Layer3/"TABLE METHODS"> for details.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user