I just flashed a Cisco 1220 wireless AP that used to have VxWorks, and now it has IOS 12.3. I used the web interface to create a new username ("admin"). The new username works when I use the console, but if I use the web interface, I can only use the default username/password Cisco/Cisco. I don't want the default password. I even tried to create a new username called "Cisco" with a different password, but I was still able to log into the web interface using Cisco/Cisco. I was not able to log into the console using Cisco/Cisco. How do I get rid of the Cisco username?
Here's my config, slightly edited to make the hashes etc. invalid
Using 1386 out of 32768 bytes
!
! Last configuration change at 02:10:45 UTC Sat Jun 16 2007 by Cisco
! NVRAM config last updated at 02:10:45 UTC Sat Jun 16 2007 by Cisco
!
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname 1200
!
enable secret 5 $1$BHz9$sDQj1fXFaKUav3n8z9
/.
!
ip subnet-zero
!
!
no aaa new-model
!
dot11 ssid rtiwless
authentication open
guest-mode
infrastructure-ssid optional
!
!
!
username administrator privilege 15 password 7 112233445566778899
!
bridge irb
!
!
interface Dot11Radio0
no ip address
no ip route-cache
!
encryption key 1 size 128bit 7 01020304050607080910111213
14 transmit-key
encryption mode wep mandatory
!
ssid mynetwork
!
parent 1 0040.963a.5e79
speed basic-1.0 2.0 5.5 11.0
station-role workgroup-bridge
bridge-group 1
bridge-group 1 spanning-disabled
!
interface FastEthernet0
no ip address
no ip route-cache
duplex auto
speed auto
bridge-group 1
bridge-group 1 spanning-disabled
hold-queue 160 in
!
interface BVI1
ip address 10.223.22.84 255.255.0.0
no ip route-cache
!
ip default-gateway 10.223.7.1
ip http server
no ip http secure-server
ip http help-path
http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag!
!
control-plane
!
bridge 1 route ip
!
!
!
line con 0
line vty 0 4
login local
!
sntp server 10.223.7.20
end
Start Free Trial