Hi Jeremy,

You can check it by snmp, too:

snmpwalk -v1 -c <community> <device> ifDescr
-> Select ifIndex for port in question
snmpget  -v1 -c <community> <device> ifOperStatus.ifIndex
-> If "ifOperStatus = 2 [down]":
snmpget  -v1 -c <community> <device> sysUpTime.0
snmpwalk -v1 -c <community> <device> ifLastChange.ifIndex

If ifOperStatus = 2 [down]" and "ifLastChange.ifIndex < 2 minutes" then this port was never used since the last reboot.

The last time this port was used is:
"current date&time" - "sysUpTime [in units of 100/sec]" + "ifLastChange.ifIndex [in units of 100/sec]"

Regards
Reinhard

Am 14.03.2012 19:53, schrieb Jeremy Bullock:
Is there a FlexView (or some other way) to determine the last time a
given port was used?

  * --To unsubscribe from enterasys, send email to [email protected]
    <mailto:[email protected]> with the body: unsubscribe enterasys
    [email protected]


---
To unsubscribe from enterasys, send email to [email protected] with the body: 
unsubscribe enterasys [email protected]

Reply via email to