PacketFence - BTS - PacketFence
View Issue Details
0000696PacketFencecorepublic2009-05-06 09:322012-02-29 10:56
user4 
user4 
normalminoralways
closedfixed 
 
 
0000696: issues with terminal connections to Cisco gear

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
No tags attached.
Issue History
2009-05-06 09:32user4New Issue
2009-05-06 09:33user4Statusnew => assigned
2009-05-06 09:33user4Assigned To => user4
2009-05-06 09:37user4Note Added: 0001229
2009-05-06 10:03user4Statusassigned => closed
2009-05-06 10:03user4Note Added: 0001230
2009-05-06 10:03user4Resolutionopen => fixed
2010-04-15 17:55obilodeauCategory1.8.3 => 1.8.x
2012-02-29 10:56obilodeauCategory1.8.x => core

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