What is “transport output” used for?
filed in Cisco Networking on Jul.15, 2009
When configuring the vty lines on a cisco device you usually configure telnet or ssh access to the device as shown below:
# line vty 0 4
# transport input telnet ssh
But what does this following “output” line do?
# transport output telnet ssh
This command allows for you to allow telnetting or ssh access from the device itself. [...]
