fix up spelling

This commit is contained in:
Max Baker
2009-06-12 18:56:22 +00:00
parent 2233511fad
commit 101aaa0a68
5 changed files with 38 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
# SNMP::Info::CiscoStats # SNMP::Info::CiscoStats
# $Id$ # $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. # All rights reserved.
# #
# Copyright (c) 2003 Regents of the University of California # Copyright (c) 2003 Regents of the University of California

View File

@@ -234,7 +234,7 @@ __END__
=head1 NAME =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 =head1 AUTHOR
@@ -274,9 +274,9 @@ These are methods that return scalar values from SNMP
Returns the particular STP version running on this device. Returns the particular STP version running on this device.
Meant to override SNMP::Info::Brigde::stp_ver() 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 =back
@@ -291,19 +291,19 @@ to a hash.
Returns the Multiple Spanning Tree (MST) configuration digest Returns the Multiple Spanning Tree (MST) configuration digest
(stpxSMSTConfigDigest) (C<stpxSMSTConfigDigest>)
=item $stpx->mst_region_name() =item $stpx->mst_region_name()
Returns the Multiple Spanning Tree (MST) region name Returns the Multiple Spanning Tree (MST) region name
(stpxMSTRegionName) (C<stpxMSTRegionName>)
=item $stpx->mst_region_rev() =item $stpx->mst_region_rev()
Returns the Multiple Spanning Tree (MST) region name Returns the Multiple Spanning Tree (MST) region name
(stpxSMSTRegionRevision) (C<stpxSMSTRegionRevision>)
=item $stpx->mst_vlan2instance() =item $stpx->mst_vlan2instance()
@@ -312,31 +312,31 @@ with key = VLAN id, value = STP instance
=item $stpx->i_rootguard_enabled() =item $stpx->i_rootguard_enabled()
Returns 1 or 0 depending on whether RootGuard is enabled on a given port. Returns 1 or 0 depending on whether C<RootGuard> is enabled on a given port.
Format is a hash reference with key = ifIndex, value = [1|0] Format is a hash reference with key = C<ifIndex>, value = [1|0]
(stpxRootGuardConfigEnabled) (C<stpxRootGuardConfigEnabled>)
=item $stpx->i_loopguard_enabled() =item $stpx->i_loopguard_enabled()
Returns 1 or 0 depending on whether LoopGuard is enabled on a given port. Returns 1 or 0 depending on whether C<LoopGuard> is enabled on a given port.
Format is a hash reference with key = ifIndex, value = [1|0] Format is a hash reference with key = C<ifIndex>, value = [1|0]
(stpxLoopGuardConfigEnabled) (C<stpxLoopGuardConfigEnabled>)
=item $stpx->i_bpduguard_enabled() =item $stpx->i_bpduguard_enabled()
Returns 1 or 0 depending on whether BpduGuard is enabled on a given port. Returns 1 or 0 depending on whether C<BpduGuard> is enabled on a given port.
Format is a hash reference with key = ifIndex, value = [1|0] Format is a hash reference with key = C<ifIndex>, value = [1|0]
(stpxFastStartPortBpduGuardMode) (C<stpxFastStartPortBpduGuardMode>)
=item $stpx->i_bpdufilter_enabled() =item $stpx->i_bpdufilter_enabled()
Returns 1 or 0 depending on whether BpduFilter is enabled on a given port. Returns 1 or 0 depending on whether C<BpduFilter> is enabled on a given port.
Format is a hash reference with key = ifIndex, value = [1|0] Format is a hash reference with key = C<ifIndex>, value = [1|0]
(stpxFastStartBpduFilterEnable) (C<stpxFastStartBpduFilterEnable>)
=back =back

View File

@@ -1,7 +1,7 @@
# SNMP::Info::Layer2::Aironet # SNMP::Info::Layer2::Aironet
# $Id$ # $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 # Copyright (c) 2003 Regents of the University of California
# All rights reserved. # All rights reserved.
@@ -615,13 +615,13 @@ Returns VLAN names
=item $aironet->i_ssidlist() =item $aironet->i_ssidlist()
Returns a list of SSIDs associated with interfaces. This function 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. to which they belong.
=item $aironet->i_ssidbcast() =item $aironet->i_ssidbcast()
With the same keys as i_ssidlist, returns whether the given SSID is With the same keys as i_ssidlist, returns whether the given SSID is
being broadcasted. being broadcast.
=back =back

View File

@@ -320,7 +320,7 @@ See L<SNMP::Info::Layer3/"Required MIBs"> for its own MIB requirements.
=item $SNMP::Info::Layer3::Altiga::int_include_vpn =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 0, "interfaces" returns only fixed interfaces from the IF-MIB,
* When set to 1, "interfaces" returns fixed interfaces from IF-MIB and * When set to 1, "interfaces" returns fixed interfaces from IF-MIB and
@@ -344,11 +344,11 @@ Returns 'altiga'
=item $altiga->os_ver() =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() =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() =item $altiga->hasCDP()

View File

@@ -27,6 +27,8 @@ airos
Alcatel Alcatel
alcatel alcatel
alteon alteon
Altiga
altiga
AOS AOS
ap ap
APs APs
@@ -35,6 +37,7 @@ arista
arn arn
arp arp
aruba aruba
asa
asante asante
ascii ascii
asn asn
@@ -101,6 +104,8 @@ fdb
fdp fdp
fenner fenner
fsm fsm
FWSM
fwsm
gbe gbe
gbesm gbesm
getnext getnext
@@ -142,15 +147,18 @@ maxrepeaters
mbs mbs
mckeown mckeown
mda mda
mib MIB
mibdirs mibdirs
mib
mibs mibs
milliwatts milliwatts
msb msb
mtu mtu
multi
multicast multicast
multiseg multiseg
multivlan multivlan
munge
munges munges
namespace namespace
ndp ndp
@@ -194,6 +202,8 @@ retrynosuch
rom rom
rtt rtt
rttmon rttmon
sca
Schenau
sergienko sergienko
sieborger sieborger
SNMP SNMP
@@ -206,6 +216,8 @@ solaris
sonmp sonmp
ssid ssid
SSID's SSID's
SSIDs
Stickland
stackable stackable
stdout stdout
stg stg