How to redirect Cisco IOS's show output to HTTP URL?

Posted by yegle on Server Fault See other posts from Server Fault or by yegle
Published on 2011-12-01T03:37:07Z Indexed on 2012/10/28 5:06 UTC
Read the original article Hit count: 415

Filed under:
|

I found there's a redirect output modifier of Cisco IOS ( version 12.2(53)SE1 ), and there's http: URI support:

#sh version | redirect ?
  flash:  Uniform Resource Locator
  ftp:    Uniform Resource Locator
  http:   Uniform Resource Locator
  https:  Uniform Resource Locator
  nvram:  Uniform Resource Locator
  rcp:    Uniform Resource Locator
  scp:    Uniform Resource Locator
  tftp:   Uniform Resource Locator

However, I cannot find any document on cisco.com about the http support. I tried sh version | redirect http://my_server/ and cannot find any information on my_server's access log.

Can anyone give me a hint?

© Server Fault or respective owner

Related posts about cisco

Related posts about ios