cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
248
Views
2
Helpful
4
Replies

Cannot login to Webgui on Catalyst 3750x

Rickyccnp2020
Level 1
Level 1

Trying to login to a catalyst 3750x switch via web browser or network assistance.

It keeps prompting for usernmae and password over and over .

Current configuration : 4464 bytes
!
! Last configuration change at 08:07:28 EST Tue Oct 8 2024
! NVRAM config last updated at 08:07:32 EST Tue Oct 8 2024
!
version 15.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname C3750x-1
!
boot-start-marker
boot-end-marker
!
!
!
username ricky privilege 15 password 0 xxxxxxx
username admin privilege 15 password 0 xxxxxx
aaa new-model
!
!
aaa authentication login default local
aaa authorization exec default local
!
!
!
!
!
!
aaa session-id common
clock timezone EST -5 0
clock summer-time EDT date Mar 8 2020 0:00 Nov 1 2020 0:00
switch 1 provision ws-c3750x-48
system mtu routing 1500
!
!
!
!
ip routing

ip domain-name ciscolab.com
ip name-server 8.8.8.8
ip name-server 8.8.4.4
ip device tracking probe auto-source
ip admission source-interface FastEthernet0
ip admission name webauth1 proxy http
!
!
!
!
!
!
crypto pki trustpoint TP-self-signed-3694440576
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-3694440576
revocation-check none
rsakeypair TP-self-signed-3694440576
!
!
crypto pki certificate chain TP-self-signed-3694440576
!
!
!
!
spanning-tree mode pvst
spanning-tree extend system-id
port-channel auto
!
!
!
!
vlan internal allocation policy ascending

ip http server
no ip http secure-server
ip route 0.0.0.0 0.0.0.0 192.168.128.1
ip ssh version 2
!
!
access-list 100 permit tcp any any
!
!
!
!
privilege exec level 15 ssh
!
line con 0
exec-timeout 0 0
line vty 0 4
exec-timeout 0 0
transport input all
transport output all
line vty 5 15

 

 

1 Accepted Solution

Accepted Solutions

add this one also

ip http authentication local

View solution in original post

4 Replies 4

@Rickyccnp2020 

 Add this "aaa authorization network default local"

I dont believe you need this

ip admission source-interface FastEthernet0
ip admission name webauth1 proxy http

 

C3750x-1(config)#aaa authorization network default local
C3750x-1(config)#no ip admission source-interface FastEthernet0
C3750x-1(config)#no ip admission name webauth1 proxy http

Did all that, still doing the same thing

add this one also

ip http authentication local

That did it.

C3750x-1(config)#ip http authentication aaa
C3750x-1(config)#ip http authentication enable
C3750x-1(config)#ip http authentication local

Thank you Flavio

Review Cisco Networking for a $25 gift card