fix up spelling
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# SNMP::Info::CiscoStats
|
||||
# $Id$
|
||||
#
|
||||
# Changes since Version 0.7 Copyright (c) 2008 Max Baker
|
||||
# Changes since Version 0.7 Copyright (c) 2008-2009 Max Baker and SNMP::Info Developers
|
||||
# All rights reserved.
|
||||
#
|
||||
# Copyright (c) 2003 Regents of the University of California
|
||||
|
||||
@@ -234,7 +234,7 @@ __END__
|
||||
|
||||
=head1 NAME
|
||||
|
||||
SNMP::Info::CiscoStpExtensions - SNMP Interface to CISCO-STP-EXTENSIONS-MIB
|
||||
SNMP::Info::CiscoStpExtensions - SNMP Interface to C<CISCO-STP-EXTENSIONS-MIB>
|
||||
|
||||
=head1 AUTHOR
|
||||
|
||||
@@ -274,9 +274,9 @@ These are methods that return scalar values from SNMP
|
||||
Returns the particular STP version running on this device.
|
||||
Meant to override SNMP::Info::Brigde::stp_ver()
|
||||
|
||||
Values: pvstPlus, mistp, mistpPvstPlus, mst, rapidPvstPlus
|
||||
Values: C<pvstPlus>, C<mistp>, C<mistpPvstPlus>, C<mst>, C<rapidPvstPlus>
|
||||
|
||||
(stpxSpanningTreeType)
|
||||
(C<stpxSpanningTreeType>)
|
||||
|
||||
=back
|
||||
|
||||
@@ -291,19 +291,19 @@ to a hash.
|
||||
|
||||
Returns the Multiple Spanning Tree (MST) configuration digest
|
||||
|
||||
(stpxSMSTConfigDigest)
|
||||
(C<stpxSMSTConfigDigest>)
|
||||
|
||||
=item $stpx->mst_region_name()
|
||||
|
||||
Returns the Multiple Spanning Tree (MST) region name
|
||||
|
||||
(stpxMSTRegionName)
|
||||
(C<stpxMSTRegionName>)
|
||||
|
||||
=item $stpx->mst_region_rev()
|
||||
|
||||
Returns the Multiple Spanning Tree (MST) region name
|
||||
|
||||
(stpxSMSTRegionRevision)
|
||||
(C<stpxSMSTRegionRevision>)
|
||||
|
||||
=item $stpx->mst_vlan2instance()
|
||||
|
||||
@@ -312,31 +312,31 @@ with key = VLAN id, value = STP instance
|
||||
|
||||
=item $stpx->i_rootguard_enabled()
|
||||
|
||||
Returns 1 or 0 depending on whether RootGuard is enabled on a given port.
|
||||
Format is a hash reference with key = ifIndex, value = [1|0]
|
||||
Returns 1 or 0 depending on whether C<RootGuard> is enabled on a given port.
|
||||
Format is a hash reference with key = C<ifIndex>, value = [1|0]
|
||||
|
||||
(stpxRootGuardConfigEnabled)
|
||||
(C<stpxRootGuardConfigEnabled>)
|
||||
|
||||
=item $stpx->i_loopguard_enabled()
|
||||
|
||||
Returns 1 or 0 depending on whether LoopGuard is enabled on a given port.
|
||||
Format is a hash reference with key = ifIndex, value = [1|0]
|
||||
Returns 1 or 0 depending on whether C<LoopGuard> is enabled on a given port.
|
||||
Format is a hash reference with key = C<ifIndex>, value = [1|0]
|
||||
|
||||
(stpxLoopGuardConfigEnabled)
|
||||
(C<stpxLoopGuardConfigEnabled>)
|
||||
|
||||
=item $stpx->i_bpduguard_enabled()
|
||||
|
||||
Returns 1 or 0 depending on whether BpduGuard is enabled on a given port.
|
||||
Format is a hash reference with key = ifIndex, value = [1|0]
|
||||
Returns 1 or 0 depending on whether C<BpduGuard> is enabled on a given port.
|
||||
Format is a hash reference with key = C<ifIndex>, value = [1|0]
|
||||
|
||||
(stpxFastStartPortBpduGuardMode)
|
||||
(C<stpxFastStartPortBpduGuardMode>)
|
||||
|
||||
=item $stpx->i_bpdufilter_enabled()
|
||||
|
||||
Returns 1 or 0 depending on whether BpduFilter is enabled on a given port.
|
||||
Format is a hash reference with key = ifIndex, value = [1|0]
|
||||
Returns 1 or 0 depending on whether C<BpduFilter> is enabled on a given port.
|
||||
Format is a hash reference with key = C<ifIndex>, value = [1|0]
|
||||
|
||||
(stpxFastStartBpduFilterEnable)
|
||||
(C<stpxFastStartBpduFilterEnable>)
|
||||
|
||||
=back
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SNMP::Info::Layer2::Aironet
|
||||
# $Id$
|
||||
#
|
||||
# Copyright (c) 2008 Max Baker changes from version 0.8 and beyond.
|
||||
# Copyright (c) 2008-2009 Max Baker changes from version 0.8 and beyond.
|
||||
#
|
||||
# Copyright (c) 2003 Regents of the University of California
|
||||
# All rights reserved.
|
||||
@@ -615,13 +615,13 @@ Returns VLAN names
|
||||
=item $aironet->i_ssidlist()
|
||||
|
||||
Returns a list of SSIDs associated with interfaces. This function
|
||||
is MBSSID aware, so when using MBSSID can map SSIDs to the sub-interface
|
||||
is C<MBSSID> aware, so when using C<MBSSID> can map SSIDs to the sub-interface
|
||||
to which they belong.
|
||||
|
||||
=item $aironet->i_ssidbcast()
|
||||
|
||||
With the same keys as i_ssidlist, returns whether the given SSID is
|
||||
being broadcasted.
|
||||
being broadcast.
|
||||
|
||||
=back
|
||||
|
||||
|
||||
@@ -320,7 +320,7 @@ See L<SNMP::Info::Layer3/"Required MIBs"> for its own MIB requirements.
|
||||
|
||||
=item $SNMP::Info::Layer3::Altiga::int_include_vpn
|
||||
|
||||
Variable to modify behaviour of "interfaces" subroutine.
|
||||
Variable to modify behavior of "interfaces" subroutine.
|
||||
|
||||
* When set to 0, "interfaces" returns only fixed interfaces from the IF-MIB,
|
||||
* When set to 1, "interfaces" returns fixed interfaces from IF-MIB and
|
||||
@@ -344,11 +344,11 @@ Returns 'altiga'
|
||||
|
||||
=item $altiga->os_ver()
|
||||
|
||||
Tries to determine OS version from the sysDescr.0 field. Returns version or sysDescr.0
|
||||
Tries to determine OS version from the C<sysDescr.0> field. Returns version or C<sysDescr.0>
|
||||
|
||||
=item $altiga->fan()
|
||||
|
||||
Combines results from C<fan1_alarm>, C<fan2_alarm>, and C<fam3_alarm> metohds.
|
||||
Combines results from C<fan1_alarm>, C<fan2_alarm>, and C<fam3_alarm> methods.
|
||||
|
||||
=item $altiga->hasCDP()
|
||||
|
||||
|
||||
@@ -27,6 +27,8 @@ airos
|
||||
Alcatel
|
||||
alcatel
|
||||
alteon
|
||||
Altiga
|
||||
altiga
|
||||
AOS
|
||||
ap
|
||||
APs
|
||||
@@ -35,6 +37,7 @@ arista
|
||||
arn
|
||||
arp
|
||||
aruba
|
||||
asa
|
||||
asante
|
||||
ascii
|
||||
asn
|
||||
@@ -101,6 +104,8 @@ fdb
|
||||
fdp
|
||||
fenner
|
||||
fsm
|
||||
FWSM
|
||||
fwsm
|
||||
gbe
|
||||
gbesm
|
||||
getnext
|
||||
@@ -142,15 +147,18 @@ maxrepeaters
|
||||
mbs
|
||||
mckeown
|
||||
mda
|
||||
mib
|
||||
MIB
|
||||
mibdirs
|
||||
mib
|
||||
mibs
|
||||
milliwatts
|
||||
msb
|
||||
mtu
|
||||
multi
|
||||
multicast
|
||||
multiseg
|
||||
multivlan
|
||||
munge
|
||||
munges
|
||||
namespace
|
||||
ndp
|
||||
@@ -194,6 +202,8 @@ retrynosuch
|
||||
rom
|
||||
rtt
|
||||
rttmon
|
||||
sca
|
||||
Schenau
|
||||
sergienko
|
||||
sieborger
|
||||
SNMP
|
||||
@@ -206,6 +216,8 @@ solaris
|
||||
sonmp
|
||||
ssid
|
||||
SSID's
|
||||
SSIDs
|
||||
Stickland
|
||||
stackable
|
||||
stdout
|
||||
stg
|
||||
|
||||
Reference in New Issue
Block a user