How to add additional commands to user mode CLI
filed in Cisco Networking on Mar.31, 2009
This is super easy. First make sure you users can telnet into the router.
# line vty 0 4
# password cisco
# login
By default, when a user telnets in, they will see the > prompt and it will be in “priviledge level 1″ mode with limited commands.
If you want to add commands to user mode [...]
