jamiecaesar / securecrt-tools

SecureCRT scripts, written in Python, for doing various tasks when connected to Cisco equipment.
Apache License 2.0
246 stars 78 forks source link

IntStatsOverTime.py not cllecting the information of the NVE interface #22

Closed rogerscuall closed 5 years ago

rogerscuall commented 7 years ago

We need to apply a different parsing for a NVE interace, this is the output:

# sh interface nve 1
nve1 is up
admin state is up,  Hardware: NVE
  Description: Used by NFM for VXLAN termination
  MTU 9216 bytes
  Encapsulation VXLAN
  Auto-mdix is turned off
  RX
    ucast: 12852422 pkts, 1734994994 bytes - mcast: 450448321 pkts, 120826354783 bytes
  TX
    ucast: 251073233 pkts, 288626926854 bytes - mcast: 0 pkts, 0 bytes

In the current status the output for that interface is coming back empty. I'm going to work in that one.

jamiecaesar commented 5 years ago

This script hasn't been ported over to the new format, so closing the issue.