miscellaneous POD updates
This commit is contained in:
@@ -1225,12 +1225,9 @@ switch.
|
|||||||
|
|
||||||
=item $airespace->layers()
|
=item $airespace->layers()
|
||||||
|
|
||||||
Returns 00000011. Class emulates Layer 2 functionality for Thin APs through
|
Returns 00000111. Class emulates Layer 2 functionality for Thin APs through
|
||||||
proprietary MIBs.
|
proprietary MIBs.
|
||||||
|
|
||||||
=item $airespace->at_netaddr()
|
|
||||||
=item $airespace->at_paddr()
|
|
||||||
|
|
||||||
=item $airespace->serial()
|
=item $airespace->serial()
|
||||||
|
|
||||||
(C<agentInventorySerialNumber>)
|
(C<agentInventorySerialNumber>)
|
||||||
@@ -1257,7 +1254,7 @@ Returns reference to hash. Indicates whether the SSID is broadcast.
|
|||||||
Returns reference to hash. Current operating frequency channel of the radio
|
Returns reference to hash. Current operating frequency channel of the radio
|
||||||
interface.
|
interface.
|
||||||
|
|
||||||
=item $dot11->dot11_cur_tx_pwr_mw()
|
=item $airespace->dot11_cur_tx_pwr_mw()
|
||||||
|
|
||||||
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.
|
||||||
@@ -1678,15 +1675,15 @@ airespace_if_name() for virtual interfaces.
|
|||||||
|
|
||||||
=item $airespace->i_description()
|
=item $airespace->i_description()
|
||||||
|
|
||||||
Returns reference to map of IIDs to interface types. Returns C<ifDescr>
|
Returns reference to map of IIDs to interface descriptions. Returns
|
||||||
for Ethernet interfaces, airespace_ap_loc() for thin AP interfaces, and
|
C<ifDescr> for Ethernet interfaces, airespace_ap_loc() for thin AP
|
||||||
airespace_if_name() for virtual interfaces.
|
interfaces, and airespace_if_name() for virtual interfaces.
|
||||||
|
|
||||||
=item $airespace->i_type()
|
=item $airespace->i_type()
|
||||||
|
|
||||||
Returns reference to map of IIDs to interface descriptions. Returns
|
Returns reference to map of IIDs to interface types. Returns C<ifType>
|
||||||
C<ifType> for Ethernet interfaces, airespace_apif_type() for thin AP
|
for Ethernet interfaces, airespace_apif_type() for thin AP interfaces, and
|
||||||
interfaces, and airespace_if_type() for virtual interfaces.
|
airespace_if_type() for virtual interfaces.
|
||||||
|
|
||||||
=item $airespace->i_up()
|
=item $airespace->i_up()
|
||||||
|
|
||||||
@@ -1809,6 +1806,24 @@ entity which 'contains' this entity.
|
|||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
=head2 Arp Cache Table Augmentation
|
||||||
|
|
||||||
|
The controller has knowledge of MAC->IP mappings for wireless clients.
|
||||||
|
Augmenting the arp cache data with these MAC->IP mappings enables visibility
|
||||||
|
for stations that only communicate locally.
|
||||||
|
|
||||||
|
=over
|
||||||
|
|
||||||
|
=item $airespace->at_paddr()
|
||||||
|
|
||||||
|
Adds MAC addresses extracted from the index of C<bsnMobileStationIpAddress>.
|
||||||
|
|
||||||
|
=item $airespace->at_netaddr()
|
||||||
|
|
||||||
|
Adds IP addresses from C<bsnMobileStationIpAddress>.
|
||||||
|
|
||||||
|
=back
|
||||||
|
|
||||||
=head1 Data Munging Callback Subroutines
|
=head1 Data Munging Callback Subroutines
|
||||||
|
|
||||||
=over
|
=over
|
||||||
|
|||||||
@@ -216,15 +216,16 @@ Returns 'cisco'
|
|||||||
|
|
||||||
=item $ciscosb->os_ver()
|
=item $ciscosb->os_ver()
|
||||||
|
|
||||||
Returns software version (entPhysicalSoftwareRev)
|
Returns software version (C<entPhysicalSoftwareRev>)
|
||||||
|
|
||||||
=item $ciscosb->serial()
|
=item $ciscosb->serial()
|
||||||
|
|
||||||
Returns serial number of unit (entPhysicalSerialNum)
|
Returns serial number of unit (C<entPhysicalSerialNum>)
|
||||||
|
|
||||||
=item $ciscosb->model()
|
=item $ciscosb->model()
|
||||||
|
|
||||||
Returns model and hardware revision of unit (entPhysicalModelName+entPhysicalHardwareRev)
|
Returns model and hardware revision of unit
|
||||||
|
(C<entPhysicalModelName+entPhysicalHardwareRev>)
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
|||||||
@@ -1635,11 +1635,11 @@ See documentation in L<SNMP::Info::Layer3/"TABLE METHODS"> for details.
|
|||||||
|
|
||||||
=over
|
=over
|
||||||
|
|
||||||
=item $extreme->munge_hw_rev()
|
=item $bayrs->munge_hw_rev()
|
||||||
|
|
||||||
Converts octets to a decimal major.minor string.
|
Converts octets to a decimal major.minor string.
|
||||||
|
|
||||||
=item $extreme->munge_wf_serial()
|
=item $bayrs->munge_wf_serial()
|
||||||
|
|
||||||
Coverts octets to a decimal string.
|
Coverts octets to a decimal string.
|
||||||
|
|
||||||
|
|||||||
@@ -135,7 +135,7 @@ Moe Kraus
|
|||||||
|
|
||||||
=head1 DESCRIPTION
|
=head1 DESCRIPTION
|
||||||
|
|
||||||
Subclass for Cisco ASAs
|
Subclass for Cisco ASA Devices
|
||||||
|
|
||||||
=head2 Inherited Classes
|
=head2 Inherited Classes
|
||||||
|
|
||||||
|
|||||||
@@ -120,7 +120,9 @@ fastiron
|
|||||||
fdb
|
fdb
|
||||||
fdp
|
fdp
|
||||||
fenner
|
fenner
|
||||||
|
fixups
|
||||||
FreeBSD
|
FreeBSD
|
||||||
|
FS
|
||||||
fsm
|
fsm
|
||||||
FTOS
|
FTOS
|
||||||
FWSM
|
FWSM
|
||||||
@@ -154,6 +156,7 @@ jeroen
|
|||||||
junos
|
junos
|
||||||
Kentrox
|
Kentrox
|
||||||
kramarov
|
kramarov
|
||||||
|
Kraus
|
||||||
ladvd
|
ladvd
|
||||||
lans
|
lans
|
||||||
Lantronix
|
Lantronix
|
||||||
@@ -196,6 +199,7 @@ netmask
|
|||||||
Netscaler
|
Netscaler
|
||||||
netscaler
|
netscaler
|
||||||
netscreen
|
netscreen
|
||||||
|
Nic
|
||||||
nmm
|
nmm
|
||||||
nopassword
|
nopassword
|
||||||
nortel
|
nortel
|
||||||
@@ -206,6 +210,7 @@ ofdm
|
|||||||
oid
|
oid
|
||||||
oids
|
oids
|
||||||
OmniSwitch
|
OmniSwitch
|
||||||
|
OO
|
||||||
os
|
os
|
||||||
osi
|
osi
|
||||||
ospf
|
ospf
|
||||||
|
|||||||
Reference in New Issue
Block a user