[c-nsp] any way to check the cisco interface to output to file

David Prall dcp at dcptech.com
Wed Nov 26 09:13:29 EST 2008


Create a kron job on the router itself and then use "command | append
flash:filename" to collect the information local to the router. The router
will have to support append on it's filesystem, some don't, 800 series
specifically.

David

--
http://dcp.dcptech.com
 

> -----Original Message-----
> From: cisco-nsp-bounces at puck.nether.net [mailto:cisco-nsp-
> bounces at puck.nether.net] On Behalf Of Antonio Soares
> Sent: Wednesday, November 26, 2008 8:35 AM
> To: 'chloe K'; cisco-nsp at puck.nether.net
> Subject: Re: [c-nsp] any way to check the cisco interface to output to
> file
> 
> If you use SecureCRT, it's very easy. Just log the output to a file and
> run a script like this one:
> 
> ++++++++++++++++++++++++
> #$language = "VBScript"
> #$interface = "1.0"
> 
> Sub Main
> 
> do
>   crt.Screen.Send "sh interface x/y" & VbCr
>   crt.Sleep 60000
> loop
> 
> End Sub
> ++++++++++++++++++++++++
> 
> The crt.Sleep value is in msec.
> 
> 
> Regards,
> 
> Antonio Soares, CCIE #18473 (R&S)
> amsoares at netcabo.pt
> 
> -----Original Message-----
> From: cisco-nsp-bounces at puck.nether.net [mailto:cisco-nsp-
> bounces at puck.nether.net] On Behalf Of chloe K
> Sent: quarta-feira, 26 de Novembro de 2008 12:56
> To: cisco-nsp at puck.nether.net
> Subject: [c-nsp] any way to check the cisco interface to output to file
> 
> Hi
> 
>   I realize there is dropping packet in router.
> 
>   Is there any way to check cisco interface to output to file?
> 
>   I want to record every minutes
> 
>   Thank you
> 
> 
> ---------------------------------
> Now with a new friend-happy design! Try the new Yahoo! Canada Messenger
> _______________________________________________
> cisco-nsp mailing list  cisco-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-nsp
> archive at http://puck.nether.net/pipermail/cisco-nsp/
> 
> _______________________________________________
> cisco-nsp mailing list  cisco-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-nsp
> archive at http://puck.nether.net/pipermail/cisco-nsp/



More information about the cisco-nsp mailing list