Zyxel basic support

This commit is contained in:
Andrey Pazychev
2020-05-16 23:22:02 +03:00
parent 27930d5e50
commit aa44871f83
2 changed files with 123 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ our
($VERSION, %FUNCS, %GLOBALS, %MIBS, %MUNGE, $AUTOLOAD, $INIT, $DEBUG, %SPEED_MAP,
$NOSUCH, $BIGINT, $REPEATERS);
$VERSION = '3.70-135';
$VERSION = '3.70-135.20.5.1';
=head1 NAME
@@ -1676,6 +1676,7 @@ sub device_type {
655 => 'SNMP::Info::Layer2::Carelink',
664 => 'SNMP::Info::Layer2::Adtran',
674 => 'SNMP::Info::Layer3::Dell',
890 => 'SNMP::Info::Layer2::Zyxel',
1588 => 'SNMP::Info::Layer3::Foundry',
1872 => 'SNMP::Info::Layer3::AlteonAD',
1890 => 'SNMP::Info::Layer3::Redlion',
@@ -1742,6 +1743,7 @@ sub device_type {
655 => 'SNMP::Info::Layer2::Carelink',
664 => 'SNMP::Info::Layer2::Adtran',
674 => 'SNMP::Info::Layer3::Dell',
890 => 'SNMP::Info::Layer2::Zyxel',
1872 => 'SNMP::Info::Layer3::AlteonAD',
1890 => 'SNMP::Info::Layer3::Redlion',
1916 => 'SNMP::Info::Layer3::Extreme',