fix cisco standard stack mode typos

This commit is contained in:
Colin Gagnaire 2018-11-19 13:33:08 +01:00
parent 62621dd3ba
commit 08c8801458
1 changed files with 2 additions and 2 deletions

View File

@ -256,13 +256,13 @@ my %map_state = (
my $mapping = {
cswSwitchRole => { oid => '.1.3.6.1.4.1.9.9.500.1.2.1.1.3', map => \%map_role },
cswSwitchState => { oid => '.1.3.6.1.4.1.9.9.500.1.2.1.1.5', map => \%map_state },
cswSwitchState => { oid => '.1.3.6.1.4.1.9.9.500.1.2.1.1.6', map => \%map_state },
};
my $oid_cswSwitchInfoEntry = '.1.3.6.1.4.1.9.9.500.1.2.1.1';
my $oid_cswRingRedundant = '.1.3.6.1.4.1.9.9.500.1.1.3.0';
sub run {
sub manage_selection {
my ($self, %options) = @_;
$self->{snmp} = $options{snmp};