10-09-2024 08:24 AM - last edited on 10-09-2024 09:23 AM by rupeshah
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
Solved! Go to Solution.
10-09-2024 09:31 AM
10-09-2024 08:47 AM
Add this "aaa authorization network default local"
I dont believe you need this
ip admission source-interface FastEthernet0
ip admission name webauth1 proxy http
10-09-2024 09:15 AM
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
10-09-2024 09:31 AM
add this one also
ip http authentication local
10-09-2024 09:43 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide