From f3783daf05a5c074fb710aea78f41d3271b2caf4 Mon Sep 17 00:00:00 2001 From: Eric Miller <> Date: Sun, 1 Oct 2006 03:16:28 +0000 Subject: [PATCH] Doc updates --- Info/Layer2/C1900.pm | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/Info/Layer2/C1900.pm b/Info/Layer2/C1900.pm index 7cf07379..746e500f 100644 --- a/Info/Layer2/C1900.pm +++ b/Info/Layer2/C1900.pm @@ -370,15 +370,15 @@ Returns reference to hash of IIDs to admin duplex setting =item $c1900->i_name() -Crosses ifName with c1900_p_name() and returns the human set port name if exists. +Crosses ifName with $c1900->c1900_p_name() and returns the human set port name +if exists. =item $c1900->i_type() Returns reference to hash of IID to port type -Takes the default ifType and overrides it with - -c1900_p_type() and c1900_p_media() if they exist. +Takes the default ifType and overrides it with $c1900->c1900_p_type() and +$c1900->c1900_p_media() if they exist. =back @@ -396,37 +396,37 @@ B Gives Port Duplex Info -B +(B) =item $c1900->c1900_p_duplex_admin() Gives admin setting for Duplex Info -B +(B) =item $c1900->c1900_p_name() Gives human set name for port -B +(B) =item $c1900->c1900_p_up_admin() Gives Admin status of port enabled. -B +(B) =item $c1900->c1900_p_type() Gives Type of port, ie. "general-ethernet" -B +(B) =item $c1900->c1900_p_media() Gives the media of the port , ie "fiber-sc" -B +(B) =back @@ -446,8 +446,6 @@ See L for details. See L for details. -=back - =head1 SET METHODS These are methods that provide SNMP set functionality for overridden methods or @@ -466,5 +464,4 @@ are 'auto', 'half', 'full'. $c1900->set_i_duplex_admin('auto', $if_map{'1'}) or die "Couldn't change port duplex. ",$c1900->error(1); - =cut