Document i_stp_state(), qb_i_vlan_t(), set_add_i_vlan_tagged(), set_i_pvid(), set_i_vlan(), set_remove_i_vlan_tagged(), v_index()
This commit is contained in:
@@ -575,6 +575,15 @@ IDs. These are the VLANs which are members of the egress list for the port.
|
|||||||
print "Port: $port VLAN: $vlan\n";
|
print "Port: $port VLAN: $vlan\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
=item $bridge->qb_i_vlan_t()
|
||||||
|
|
||||||
|
Returns reference to hash: key = C<dot1dBasePort>, value = either 'trunk' for
|
||||||
|
tagged ports or the VLAN ID.
|
||||||
|
|
||||||
|
=item $bridge->v_index()
|
||||||
|
|
||||||
|
Returns VLAN IDs
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
=head2 Forwarding Table (C<dot1dTpFdbEntry>)
|
=head2 Forwarding Table (C<dot1dTpFdbEntry>)
|
||||||
@@ -626,7 +635,7 @@ to this port.
|
|||||||
|
|
||||||
=head2 Spanning Tree Protocol Table (C<dot1dStpPortTable>)
|
=head2 Spanning Tree Protocol Table (C<dot1dStpPortTable>)
|
||||||
|
|
||||||
Descriptions are lifted straight from F<BRIDGE-MIB.my>
|
Descriptions are straight from F<BRIDGE-MIB.my>
|
||||||
|
|
||||||
=over
|
=over
|
||||||
|
|
||||||
@@ -698,6 +707,11 @@ segment."
|
|||||||
Returns the mapping of (C<dot1dStpPortDesignatedPort>) to the interface
|
Returns the mapping of (C<dot1dStpPortDesignatedPort>) to the interface
|
||||||
index (iid).
|
index (iid).
|
||||||
|
|
||||||
|
=item $bridge->i_stp_state()
|
||||||
|
|
||||||
|
Returns the mapping of (C<dot1dStpPortState>) to the interface
|
||||||
|
index (iid).
|
||||||
|
|
||||||
=item $bridge->i_stp_id()
|
=item $bridge->i_stp_id()
|
||||||
|
|
||||||
Returns the mapping of (C<dot1dStpPort>) to the interface index (iid).
|
Returns the mapping of (C<dot1dStpPort>) to the interface index (iid).
|
||||||
@@ -825,4 +839,29 @@ Returns reference to hash of forwarding table entries status
|
|||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
=head1 SET METHODS
|
||||||
|
|
||||||
|
These are methods that provide SNMP set functionality for overridden methods
|
||||||
|
or provide a simpler interface to complex set operations. See
|
||||||
|
L<SNMP::Info/"SETTING DATA VIA SNMP"> for general information on set
|
||||||
|
operations.
|
||||||
|
|
||||||
|
=over
|
||||||
|
|
||||||
|
=item $bridge->set_i_vlan(vlan, ifIndex)
|
||||||
|
|
||||||
|
Currently unsupported. Throws an error and returns.
|
||||||
|
|
||||||
|
=item $bridge->set_i_pvid(pvid, ifIndex)
|
||||||
|
|
||||||
|
Currently unsupported. Throws an error and returns.
|
||||||
|
|
||||||
|
=item $bridge->set_add_i_vlan_tagged(vlan, ifIndex)
|
||||||
|
|
||||||
|
Currently unsupported. Throws an error and returns.
|
||||||
|
|
||||||
|
=item $bridge->set_remove_i_vlan_tagged(vlan, ifIndex)
|
||||||
|
|
||||||
|
Currently unsupported. Throws an error and returns.
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|||||||
Reference in New Issue
Block a user