diff --git a/lib/SNMP/Info/Layer3/Foundry.pm b/lib/SNMP/Info/Layer3/Foundry.pm index 4c67b403..bc021a6d 100644 --- a/lib/SNMP/Info/Layer3/Foundry.pm +++ b/lib/SNMP/Info/Layer3/Foundry.pm @@ -1295,7 +1295,7 @@ Changes an access (untagged) port VLAN, must be supplied with the numeric VLAN ID and port C. This method should only be used on end station (non-trunk) ports. - # Example: + Example: my %if_map = reverse %{$foundry->interfaces()}; $foundry->set_i_vlan('2', $if_map{'FastEthernet0/1'}) or die "Couldn't change port VLAN. ",$foundry->error(1);