This blog was originally started to better help me understand the technologies in the CCIE R&S blueprint; after completing the R&S track I have decided to transition the blog into a technology blog.
CCIE #29033
This blog will continue to include questions, troubleshooting scenarios, and references to existing and new technologies but will grow to include a variety of different platforms and technologies. Currently I have created over 185 questions/answers in regards to the CCIE R&S track!! Note: answers are in the comment field or within "Read More" section.
You can also follow me on twitter @FE80CC1E
How would you ensure when using telnet that it always uses fastethernet 0/1 as the source interface without using "telnet 1.1.1.1 /source-interface fastethernet 0/1"
2 comments:
ip telnet source-interface fastEthernet 0/1
found it in the master ref lead me to the command ref for Configuration Fundamentals, but impossible to find in the Config Guide (for me anyway)
http://www.cisco.com/en/US/customer/docs/ios/fundamentals/command/reference/cf_f1.html#wp1011436
That is correct.
This command is entered within global config.
Post a Comment