H3C class: use Q-BRIDGE-MIB, minor POD updates
This commit is contained in:
@@ -113,6 +113,22 @@ sub i_ignore {
|
|||||||
return \%i_ignore;
|
return \%i_ignore;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Use Q-BRIDGE-MIB
|
||||||
|
|
||||||
|
sub fw_mac {
|
||||||
|
my $l3 = shift;
|
||||||
|
my $partial = shift;
|
||||||
|
|
||||||
|
return $l3->qb_fw_mac($partial);
|
||||||
|
}
|
||||||
|
|
||||||
|
sub fw_port {
|
||||||
|
my $l3 = shift;
|
||||||
|
my $partial = shift;
|
||||||
|
|
||||||
|
return $l3->qb_fw_port($partial);
|
||||||
|
}
|
||||||
|
|
||||||
1;
|
1;
|
||||||
__END__
|
__END__
|
||||||
|
|
||||||
@@ -149,10 +165,14 @@ Subclass for H3C & HP A-series devices
|
|||||||
|
|
||||||
=item SNMP::Info::Layer3
|
=item SNMP::Info::Layer3
|
||||||
|
|
||||||
|
=item SNMP::Info::LLDP
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
=head2 Required MIBs
|
=head2 Required MIBs
|
||||||
|
|
||||||
|
=over
|
||||||
|
|
||||||
=item F<HH3C-LswDEVM-MIB>
|
=item F<HH3C-LswDEVM-MIB>
|
||||||
|
|
||||||
=item F<HH3C-LswINF-MIB>
|
=item F<HH3C-LswINF-MIB>
|
||||||
@@ -163,8 +183,6 @@ Subclass for H3C & HP A-series devices
|
|||||||
|
|
||||||
=item F<HH3C-ENTITY-VENDORTYPE-OID-MIB>
|
=item F<HH3C-ENTITY-VENDORTYPE-OID-MIB>
|
||||||
|
|
||||||
=over
|
|
||||||
|
|
||||||
=item Inherited Classes' MIBs
|
=item Inherited Classes' MIBs
|
||||||
|
|
||||||
See L<SNMP::Info::Layer3> for its own MIB requirements.
|
See L<SNMP::Info::Layer3> for its own MIB requirements.
|
||||||
@@ -217,6 +235,14 @@ Returns reference to hash. Increments value of IID if port is to be ignored.
|
|||||||
|
|
||||||
Ignores loopback
|
Ignores loopback
|
||||||
|
|
||||||
|
=item $h3c->fw_mac()
|
||||||
|
|
||||||
|
Use the F<Q-BRIDGE-MIB> instead of F<BRIDGE-MIB>
|
||||||
|
|
||||||
|
=item $h3c->fw_port()
|
||||||
|
|
||||||
|
Use the F<Q-BRIDGE-MIB> instead of F<BRIDGE-MIB>
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
=head2 Table Methods imported from SNMP::Info::Layer3
|
=head2 Table Methods imported from SNMP::Info::Layer3
|
||||||
|
|||||||
Reference in New Issue
Block a user