![[sadeyes] [sadeyes] [sadeyes]](/data/assets/smilies/sadeyes.gif)
SO CLOSE YET SO FAR.....
I have set them all to password password, to no avail:
line con 0
password password
login
transport input none
stopbits 1
line vty 0 4
password password
login
line vty 5 13
password password
login
line vty 14
login
line vty 15
password password
login
It still comes up with %bad password, what could the issue be now?
Full config:
Current configuration:
!
version 12.0
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Snoppy2
!
enable last-resort succeed
enable secret 5 $1$.Hql$HVxY9snIlSpY9rV8raEcD.
enable password level 15
!
!
!
!
!
!
ip subnet-zero
ip telnet source-interface FastEthernet0/21
ip accounting-threshold 100
!
!
!
interface FastEthernet0/1
port network
!
interface FastEthernet0/2
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface ATM1/1
!
interface VLAN1
ip address 192.168.3.144 255.255.255.0
no ip directed-broadcast
no ip route-cache
!
interface VLAN2
no ip directed-broadcast
no ip route-cache
shutdown
!
interface VLAN55
description Created by Christopher Cundall 5080
ip address 192.168.3.143 255.255.255.0
no ip directed-broadcast
no ip route-cache
shutdown
!
ip default-gateway 192.168.3.1
snmp-server engineID local 0000000902000004C19C6680
snmp-server community private RW
snmp-server community public RO
snmp-server user ccundall public v1
snmp-server location over here
snmp-server enable traps snmp authentication linkdown linkup coldstart
snmp-server enable traps vlan-membership
snmp-server enable traps config
snmp-server enable traps entity
snmp-server enable traps hsrp
snmp-server enable traps c2900
snmp-server enable traps vtp
snmp-server enable traps cluster
snmp-server host 192.168.1.200 trap 255.255.255.0
banner motd ^Ces^C
!
line con 0
password password
login
transport input none
stopbits 1
line vty 0 4
password password
login
line vty 5 13
password password
login
line vty 14
login
line vty 15
password password
login
!
end