added i_lastchange()
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
SNMP::Info - Friendly OO-style interface to Network devices using SNMP.
|
SNMP::Info - Friendly OO-style interface to Network devices using SNMP.
|
||||||
ChangeLog $Id$
|
ChangeLog $Id$
|
||||||
|
|
||||||
|
verison 0.9 ()
|
||||||
|
+ Added i_lastchange() per suggestion of Nicolai Petri
|
||||||
|
|
||||||
version 0.8 (03/21/04)
|
version 0.8 (03/21/04)
|
||||||
+ Added Q-BRIDGE-MIB support to SNMP::Info::Bridge
|
+ Added Q-BRIDGE-MIB support to SNMP::Info::Bridge
|
||||||
+ Added Aironet AP4800 to Layer3::Aironet class
|
+ Added Aironet AP4800 to Layer3::Aironet class
|
||||||
|
|||||||
7
Info.pm
7
Info.pm
@@ -997,6 +997,12 @@ Administrative status of the port. Typical values are 'enabled' and 'disabled'.
|
|||||||
|
|
||||||
(B<ifAdminStatus>)
|
(B<ifAdminStatus>)
|
||||||
|
|
||||||
|
=item $info->i_lastchange()
|
||||||
|
|
||||||
|
The value of sysUpTime when this port last changed states (up,down).
|
||||||
|
|
||||||
|
(B<IfLastChange>)
|
||||||
|
|
||||||
=item $info->i_name()
|
=item $info->i_name()
|
||||||
|
|
||||||
Interface Name field. Supported by a smaller subset of devices, this fields is often
|
Interface Name field. Supported by a smaller subset of devices, this fields is often
|
||||||
@@ -1350,6 +1356,7 @@ These are table entries, such as the IfIndex
|
|||||||
'i_mac' => 'ifPhysAddress',
|
'i_mac' => 'ifPhysAddress',
|
||||||
'i_up' => 'ifOperStatus',
|
'i_up' => 'ifOperStatus',
|
||||||
'i_up_admin' => 'ifAdminStatus',
|
'i_up_admin' => 'ifAdminStatus',
|
||||||
|
'i_lastchange' => 'ifLastChange',
|
||||||
'i_name' => 'ifName',
|
'i_name' => 'ifName',
|
||||||
'i_octet_in' => 'ifInOctets',
|
'i_octet_in' => 'ifInOctets',
|
||||||
'i_octet_out' => 'ifOutOctets',
|
'i_octet_out' => 'ifOutOctets',
|
||||||
|
|||||||
Reference in New Issue
Block a user