Routers
--
Questions
--
Followers
Top Experts
I have a new Cisco 2811 router. I can telnet to the route successfully. However, when I try to issue the enable command, I get the following:
><><><><><><><><><><><><><
Username: <user name>
Password:
TestRouter>enable
% Error in authentication.
TestRouter>
><><><><><><><><><><><><><
I do have crypto commands entered for future Easy VPN setup. It is my main suspicion of what is causing the problem. I have edited my configuration down to the relevant commands below and removed usernames and passwords as needed:
><><><><><><><><><><><><><
!
aaa new-model
!
aaa authentication login USERLIST local
!
aaa session-id common
!
username <user name> privilege 15 password <user password>
!
crypto ipsec client ezvpn 3G-VPN
connect auto
group 3G-VPN key <key>
mode network-extension
peer 172.16.1.1
username <crypto user name> password <password>
xauth userid mode local
!
interface FastEthernet0/0
ip address 10.1.9.1 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
crypto ipsec client ezvpn 3G-VPN inside
!
line con 0
!
line aux 0
!
line vty 0 4
login authentication USERLIST
!
><><><><><><><><><><><><><
Any suggestions on the cause of '% Error in authentication. message'?
Thank you!
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
Thank you for the quick reply!!!






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
line vty 0 4
privilege level 15
login local
transport input telnet ssh
line vty 5 15
privilege level 15
login local
transport input telnet ssh
Routers
--
Questions
--
Followers
Top Experts
A router is a networking device that forwards data packets between computer networks. Routers perform the "traffic directing" functions on the Internet. The most familiar type of routers are home and small office cable or DSL routers that simply pass data, such as web pages, email, IM, and videos between computers and the Internet. More sophisticated routers, such as enterprise routers, connect large business or ISP networks up to the powerful core routers that forward data at high speed along the optical fiber lines of the Internet backbone. Though routers are typically dedicated hardware devices, use of software-based routers has grown increasingly common.