Mailing List Archive

v3.9 ignoring timestamp and minor filesize in IOS/XE
I know this question has been asked a couple of times, and i found a thread
providing a workaround to modify the code in ios.pm but not in details.
Anyone can share what the line should be before and after ?

Before : if (/(\d+) bytes (available|total) \((\d+) bytes used\)/) {
After : if NN [GMK]B free ??

Thanks in advance
Re: v3.9 ignoring timestamp and minor filesize in IOS/XE [ In reply to ]
Some sample of diff that im receiving ..

NX : (time/date difference only)
- !Flash: volatile: 60 Jul 11 16:30:01 2019 .nginx/
+ !Flash: volatile: 60 Jul 11 17:30:02 2019 .nginx/

- !Flash: logflash: 4096 Jan 09 02:02:06 2019 vdc_1/
+ !Flash: logflash: 4096 Jul 10 23:30:01 2019 vdc_1/

IOS : (% difference)
- !Flash: debug: 5 MB total (93% free)
+ !Flash: debug: 5 MB total (92% free)


On Wed, Jul 10, 2019 at 8:02 AM annie lee <lsy.annie@gmail.com> wrote:

> I know this question has been asked a couple of times, and i found a
> thread providing a workaround to modify the code in ios.pm but not in
> details.
> Anyone can share what the line should be before and after ?
>
> Before : if (/(\d+) bytes (available|total) \((\d+) bytes used\)/) {
> After : if NN [GMK]B free ??
>
> Thanks in advance
>