Merge pull request #422 from netdisco/jvi-aoscx

Aruba CX support
This commit is contained in:
Jeroen van Ingen Schenau
2021-06-17 10:14:45 +02:00
committed by GitHub
3 changed files with 331 additions and 1 deletions

View File

@@ -1735,6 +1735,7 @@ sub device_type {
40310 => 'SNMP::Info::Layer3::Cumulus',
41112 => 'SNMP::Info::Layer2::Ubiquiti',
44641 => 'SNMP::Info::Layer3::VyOS',
47196 => 'SNMP::Info::Layer3::ArubaCX',
48690 => 'SNMP::Info::Layer3::Teltonika',
);
@@ -1773,6 +1774,7 @@ sub device_type {
21091 => 'SNMP::Info::Layer2::Exinda',
26543 => 'SNMP::Info::Layer3::IBMGbTor',
26928 => 'SNMP::Info::Layer2::Aerohive',
47196 => 'SNMP::Info::Layer3::ArubaCX',
48690 => 'SNMP::Info::Layer3::Teltonika',
);