PacketFence
Bug Tracking System

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000696PacketFencecorepublic2009-05-06 09:322012-02-29 10:56
Reporteruser4 
Assigned Touser4 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000696: issues with terminal connections to Cisco gear
Description
I think I found out the problem in the Script /usr/local/pf/lib/pf/SNMP/Cisco/Aironet.pm
" User => $this->{_cliUser},"
 I changed this to
" Name => $this->{_cliUser}," I compared the Aironet file with Cisco.pm file.

And it works!.

Cheers,

Phil
TagsNo tags attached.
fixed in git revision
fixed in mtn revision
Attached Files

- Relationships

-  Notes
(0001229)
user4
2009-05-06 09:37

(503) ~/pf/git/packetfence $ fgrep -R '_cliUser' lib/pf/
lib/pf/SNMP/Cisco/Aironet.pm: User => $this->{_cliUser},
lib/pf/SNMP/Cisco/Catalyst_2950.pm: Name => $this->{_cliUser},
lib/pf/SNMP/Cisco/Catalyst_2950.pm: Name => $this->{_cliUser},
lib/pf/SNMP/Cisco/Catalyst_3500XL.pm: User => $this->{_cliUser},
lib/pf/SNMP/Cisco/WLC_2106.pm: Name => $this->{_cliUser},
lib/pf/SNMP/Cisco.pm: Name => $this->{_cliUser},
lib/pf/SNMP/Linksys.pm: $t->put( $this->{_cliUser} . "\n" );
lib/pf/SNMP/Linksys.pm: $t->put( $this->{_cliUser} . "\n" );
lib/pf/SNMP.pm: '_cliUser' => undef,
lib/pf/SNMP.pm: $this->{_cliUser} = $argv{$_};
(0001230)
user4
2009-05-06 10:03

4a10e18c56a66a44d9d6143831780ef573a95bb5

- Issue History
Date Modified Username Field Change
2009-05-06 09:32 user4 New Issue
2009-05-06 09:33 user4 Status new => assigned
2009-05-06 09:33 user4 Assigned To => user4
2009-05-06 09:37 user4 Note Added: 0001229
2009-05-06 10:03 user4 Status assigned => closed
2009-05-06 10:03 user4 Note Added: 0001230
2009-05-06 10:03 user4 Resolution open => fixed
2010-04-15 17:55 obilodeau Category 1.8.3 => 1.8.x
2012-02-29 10:56 obilodeau Category 1.8.x => core


Copyright © 2000 - 2012 MantisBT Group
Powered by Mantis Bugtracker