Monday, December 8, 2008

Magic Of TEE & Redirect Command

Today morning I received a mail from of my friend Deepak Arora who is persuing CCIE security with a very intersting command. The command name is Redirect & Tee which is being used by cisco routers to redirects or save the show config directly to any where.

e.g.

sh run | tee tftp://192.168.0.1/runconf.txt
show tech-support | tee tftp://192.168.0.1/techsupp.txt

You can also use redirect in the same way
e.g.
show tech-support | redirect tftp://192.168.0.1/techsupp.txt

regards
shivlu jain

People who read this post also read :



1 comment:

Anonymous said...

well this redirect command is really good.