Support Juniper (Trapeze) Wireless Controllers in new class L2::Trapeze
This commit is contained in:
@@ -25,6 +25,7 @@ version 3.00
|
|||||||
* Support for Avaya VSP 9000 series in L3::Passport
|
* Support for Avaya VSP 9000 series in L3::Passport
|
||||||
* Support for Avaya VSP 7000 series in L2::Baystack
|
* Support for Avaya VSP 7000 series in L2::Baystack
|
||||||
* Support Avaya (Trapeze) Wireless Controllers in new class L2::NWSS2300
|
* Support Avaya (Trapeze) Wireless Controllers in new class L2::NWSS2300
|
||||||
|
* Support Juniper (Trapeze) Wireless Controllers in new class L2::Trapeze
|
||||||
* Support for newer Radware Alteon ADC switches 4408/4416/5412/5224 and
|
* Support for newer Radware Alteon ADC switches 4408/4416/5412/5224 and
|
||||||
older AWS 2000/3000 series in existing L3::AlteonAD
|
older AWS 2000/3000 series in existing L3::AlteonAD
|
||||||
* Support for H3C & HP A-series in new class L3::H3C
|
* Support for H3C & HP A-series in new class L3::H3C
|
||||||
|
|||||||
@@ -841,6 +841,14 @@ device: All
|
|||||||
device-family: SRX-series router
|
device-family: SRX-series router
|
||||||
device: All
|
device: All
|
||||||
|
|
||||||
|
device-family: Wireless LAN Controllers (Trapeze)
|
||||||
|
duplex: both
|
||||||
|
class: Layer2::Trapeze
|
||||||
|
note: Uses proprietary MIBs to provide MAC to port mapping. APs appear as switch ports.
|
||||||
|
note: Arpnip is emulated by gathering the MAC to IP mappings from controller snooping.
|
||||||
|
|
||||||
|
device: All
|
||||||
|
|
||||||
#
|
#
|
||||||
# Kentrox
|
# Kentrox
|
||||||
#
|
#
|
||||||
@@ -997,6 +1005,12 @@ device: Sun routers
|
|||||||
device-vendor: Synoptics
|
device-vendor: Synoptics
|
||||||
note: See Avaya
|
note: See Avaya
|
||||||
|
|
||||||
|
#
|
||||||
|
# Trapeze
|
||||||
|
#
|
||||||
|
device-vendor: Trapeze
|
||||||
|
note: See Juniper
|
||||||
|
|
||||||
#
|
#
|
||||||
# Zyxel
|
# Zyxel
|
||||||
#
|
#
|
||||||
|
|||||||
9
Info.pm
9
Info.pm
@@ -592,6 +592,12 @@ Subclass for Orinoco/Proxim wireless access points.
|
|||||||
|
|
||||||
See documentation in L<SNMP::Info::Layer2::Orinoco> for details.
|
See documentation in L<SNMP::Info::Layer2::Orinoco> for details.
|
||||||
|
|
||||||
|
=item SNMP::Info::Layer2::Trapeze
|
||||||
|
|
||||||
|
SNMP Interface to Juniper (Trapeze) Wireless Controllers
|
||||||
|
|
||||||
|
See documentation in L<SNMP::Info::Layer2::Trapeze> for details.
|
||||||
|
|
||||||
=item SNMP::Info::Layer2::ZyXEL_DSLAM
|
=item SNMP::Info::Layer2::ZyXEL_DSLAM
|
||||||
|
|
||||||
Zyxel DSLAMs. Need I say more?
|
Zyxel DSLAMs. Need I say more?
|
||||||
@@ -1361,6 +1367,7 @@ sub device_type {
|
|||||||
8072 => 'SNMP::Info::Layer3::NetSNMP',
|
8072 => 'SNMP::Info::Layer3::NetSNMP',
|
||||||
9303 => 'SNMP::Info::Layer3::PacketFront',
|
9303 => 'SNMP::Info::Layer3::PacketFront',
|
||||||
12325 => 'SNMP::Info::Layer3::Pf',
|
12325 => 'SNMP::Info::Layer3::Pf',
|
||||||
|
14525 => 'SNMP::Info::Layer2::Trapeze',
|
||||||
14988 => 'SNMP::Info::Layer3::Mikrotik',
|
14988 => 'SNMP::Info::Layer3::Mikrotik',
|
||||||
25506 => 'SNMP::Info::Layer3::H3C',
|
25506 => 'SNMP::Info::Layer3::H3C',
|
||||||
30065 => 'SNMP::Info::Layer3::Arista',
|
30065 => 'SNMP::Info::Layer3::Arista',
|
||||||
@@ -1384,12 +1391,14 @@ sub device_type {
|
|||||||
5624 => 'SNMP::Info::Layer3::Enterasys',
|
5624 => 'SNMP::Info::Layer3::Enterasys',
|
||||||
11898 => 'SNMP::Info::Layer2::Orinoco',
|
11898 => 'SNMP::Info::Layer2::Orinoco',
|
||||||
14179 => 'SNMP::Info::Layer2::Airespace',
|
14179 => 'SNMP::Info::Layer2::Airespace',
|
||||||
|
14525 => 'SNMP::Info::Layer2::Trapeze',
|
||||||
14823 => 'SNMP::Info::Layer3::Aruba',
|
14823 => 'SNMP::Info::Layer3::Aruba',
|
||||||
);
|
);
|
||||||
|
|
||||||
my %l7sysoidmap = (
|
my %l7sysoidmap = (
|
||||||
318 => 'SNMP::Info::Layer7::APC',
|
318 => 'SNMP::Info::Layer7::APC',
|
||||||
5951 => 'SNMP::Info::Layer7::Netscaler',
|
5951 => 'SNMP::Info::Layer7::Netscaler',
|
||||||
|
14525 => 'SNMP::Info::Layer2::Trapeze',
|
||||||
12532 => 'SNMP::Info::Layer7::Neoteris',
|
12532 => 'SNMP::Info::Layer7::Neoteris',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
1303
Info/Layer2/Trapeze.pm
Normal file
1303
Info/Layer2/Trapeze.pm
Normal file
File diff suppressed because it is too large
Load Diff
1
MANIFEST
1
MANIFEST
@@ -49,6 +49,7 @@ Info/Layer2/NAP222x.pm
|
|||||||
Info/Layer2/Netgear.pm
|
Info/Layer2/Netgear.pm
|
||||||
Info/Layer2/NWSS2300.pm
|
Info/Layer2/NWSS2300.pm
|
||||||
Info/Layer2/Orinoco.pm
|
Info/Layer2/Orinoco.pm
|
||||||
|
Info/Layer2/Trapeze.pm
|
||||||
Info/Layer2/ZyXEL_DSLAM.pm
|
Info/Layer2/ZyXEL_DSLAM.pm
|
||||||
Info/Layer3.pm
|
Info/Layer3.pm
|
||||||
Info/Layer3/Aironet.pm
|
Info/Layer3/Aironet.pm
|
||||||
|
|||||||
Reference in New Issue
Block a user