Add [the beginning of] a Layer3::Juniper class.

Junipers worked with SNMP::Info::Layer3; this class's main purpose
 is to get the device inventory a bit nicer.
This commit is contained in:
Bill Fenner
2006-04-05 04:16:36 +00:00
parent 33435d89e4
commit 4edb3115e5
3 changed files with 183 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ version 1.0 ()
+ Added set_i_duplex_admin() and set_i_speed_admin() to C2900 class (Justin Hunter)
+ Added set_i_duplex_admin() and set_i_speed_admin() to CiscoStack class
+ CDP added to Aironet class
+ Added Juniper class
* More error checking in _load_attr() around bulkwalk code
* Minor warning fix in L3::Aironet::os_ver()