From 378dc6bc196b3be98eb399f1029580984c3936a0 Mon Sep 17 00:00:00 2001 From: Eric Miller <> Date: Mon, 14 Nov 2005 04:16:24 +0000 Subject: [PATCH] doc again --- Info/Layer2/C2900.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Info/Layer2/C2900.pm b/Info/Layer2/C2900.pm index 4d3714ea..7390ea78 100644 --- a/Info/Layer2/C2900.pm +++ b/Info/Layer2/C2900.pm @@ -333,7 +333,7 @@ to a hash. Example: my %if_map = reverse %{$c2900->interfaces()}; - $c2900->set_i_up_admin('auto', $if_map{'FastEthernet0/1'}) + $c2900->set_i_speed_admin('auto', $if_map{'FastEthernet0/1'}) or die "Couldn't change port speed. ",$c2900->error(1); =item $c2900->set_i_duplex_admin(duplex, ifIndex) @@ -347,7 +347,7 @@ to a hash. Example: my %if_map = reverse %{$c2900->interfaces()}; - $c2900->set_i_up_admin('auto', $if_map{'FastEthernet0/1'}) + $c2900->set_i_duplex_admin('auto', $if_map{'FastEthernet0/1'}) or die "Couldn't change port duplex. ",$c2900->error(1); =back