|
Home > Archive > CCNP > September 2000 > telnet access
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| tell me why i cant access with telnet with this conf
line vty 0 4
exec timeout 10 39
login tacacs
i have been told i am missing a command but dont know which one. was told that it had to do with properties that are set for users that telnet in-consider that all properties under certain conf modes are supported in global conf----what is the prob? | |
|
| try this instead
line vty 0 4
password <your choice>
transport preferred none
escape-character 3
Yankee |
|
|
|
|