diff --git a/Info/Bridge.pm b/Info/Bridge.pm index 5d3df67a..b76a649f 100644 --- a/Info/Bridge.pm +++ b/Info/Bridge.pm @@ -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"; } +=item $bridge->qb_i_vlan_t() + +Returns reference to hash: key = C, value = either 'trunk' for +tagged ports or the VLAN ID. + +=item $bridge->v_index() + +Returns VLAN IDs + =back =head2 Forwarding Table (C) @@ -626,7 +635,7 @@ to this port. =head2 Spanning Tree Protocol Table (C) -Descriptions are lifted straight from F +Descriptions are straight from F =over @@ -698,6 +707,11 @@ segment." Returns the mapping of (C) to the interface index (iid). +=item $bridge->i_stp_state() + +Returns the mapping of (C) to the interface +index (iid). + =item $bridge->i_stp_id() Returns the mapping of (C) to the interface index (iid). @@ -824,5 +838,30 @@ Returns reference to hash of forwarding table entries status (C) =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 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