- Patches from Alexander Hartmaier

- POD update for new LLDP class
This commit is contained in:
Eric Miller
2007-04-05 02:47:07 +00:00
parent b5edc85a56
commit 1a3b3ae009
3 changed files with 154 additions and 31 deletions

View File

@@ -61,9 +61,12 @@ use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
'qos_cm_name' => 'cbQosCMName',
'qos_cm_desc' => 'cbQosCMDesc',
'qos_cm_info' => 'cbQosCMInfo',
# CISCO-CLASS-BASED-QOS-MIB::cbQosCMCfgTable
# CISCO-CLASS-BASED-QOS-MIB::cbQosCMStatsTable
'qos_octet_pre' => 'cbQosCMPrePolicyByte',
'qos_octet_post' => 'cbQosCMPostPolicyByte',
# CISCO-CLASS-BASED-QOS-MIB::cbQosQueueingCfgTable
'qos_queueingcfg_bw' => 'cbQosQueueingCfgBandwidth',
'qos_queueingcfg_bw_units' => 'cbQosQueueingCfgBandwidthUnits',
);
%MUNGE = (
@@ -127,7 +130,7 @@ MIBs can be found at ftp://ftp.cisco.com/pub/mibs/v2/v2.tar.gz
=head1 TABLE METHODS
=head2 ServicePolicy Table (cbQosServicePolicyTable)
=head2 ServicePolicy Table (B<cbQosServicePolicyTable>)
This table describes the interfaces/media types and the policymap that are
attached to it.
@@ -148,7 +151,7 @@ attached to it.
=back
=head2 ClassMap Objects Table (cbQosObjectsTable)
=head2 ClassMap Objects Table (B<cbQosObjectsTable>)
=over
@@ -166,7 +169,7 @@ attached to it.
=back
=head2 ClassMap Configuration Table (cbQosCMCfgTable)
=head2 ClassMap Configuration Table (B<cbQosCMCfgTable>)
=over
@@ -184,7 +187,7 @@ attached to it.
=back
=head2 ClassMap Stats Table (cbQosCMStatsTable)
=head2 ClassMap Stats Table (B<cbQosCMStatsTable>)
=over
@@ -196,4 +199,18 @@ attached to it.
(B<cbQosCMPostPolicyByte>)
=back
=head2 Queueing Configuration Table (B<cbQosQueueingCfgTable>)
=over
=item $qos->qos_queueingcfg_bw()
(B<cbQosQueueingCfgBandwidth>)
=item $qos->qos_queueingcfg_bw_units()
(B<cbQosQueueingCfgBandwidthUnits>)
=cut