06-14-2022 11:12 AM
Hello, I am setting up a 1905 router and I want to enable access via http on that router I followed the procedure described on this link https://www.cisco.com/c/pt_br/support/docs/cloud-systems-management/configuration-professional/111999-basic-router-config-ccp-00.html when trying to access the router even prompted for user and password but the user I set up does not work. looking at the settings, the user that i created doesn't show up anywhere, but when it comes to creating it doesn't make any mistakes.
Thank you.
06-14-2022 11:57 AM
Olá,
Compartilha aqui a configuração do roteador. "show running-config"
Voce pode verificar os usuários com o comando:
show run | i username
06-15-2022 03:11 AM
This is a test router where I'm trying to enable access via http before trying to do what they're in production.
Building configuration...
Current configuration: 1698 bytes
!
! Last configuration change at 08:57:05 UTC Wed Jun 15 2022
!
version 15.0
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname RB-SEED
!
boot-start-marker
boot system flash c1900-universalk9-mz.SPA.157-3.M9.bin
boot-end-marker
!
enable secret 5 $1$Zo1u$Q1zYWAEIJR2XxotyXyfqj0
!
no aaa new-model
!
on ipv6 cef
ip source-route
ip cef
!
!
ip dhcp excluded-address 192.169.0.1 192.169.0.50
!
ip dhcp pool seed
network 192.169.0.0 255.255.254.0
192.169.0.3 default-router
domain-name seducacao.pmt
dns-server 192 169.0.32
!
!
ip domain name seducacao.pmt
ip name-server 192.169.0.32
multilink bundle-name authenticated
!
!
!
CISCO1905BR/K9 sn TSP1852AFFD license udi pid
!
!
username admin privileges 15 secret 5 $1$D4ul$PxHGopdgsz8V.R/4Twje0
!
!
!
!
!
!
GigabitEthernet0/0 interface
WAN INTERFACE
ip address 200.207.186.8 255.255.255.240
ip nat outside
virtual ip-reassembly
auto duplex
auto speed
!
GigabitEthernet0/1 interface
description LAN INTERFACE
ip address 192.169.0.3 255.255.254.0
ip nat inside
virtual ip-reassembly
auto duplex
auto speed
!
Serial0/0/0 interface
no ip address
shutdown
clock rate 2000000
!
ip forward-protocol nd
!
ip http server
ip http authentication local
ip secure-server
!
ip nat pool internet 200.207.186.8 200.207.186.8 prefix-length 24
ip nat inside source list 10 internet overload pool
ip route 0.0.0.0 0.0.0.0 200.207.186.1
!
access-list 1 permit any
access-list 10 permit 192.169.0.0 0.0.1.255
!
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
password cisco
local login
transport input telnet ssh
!
scheduler allocate 20000 1000
end
################# | i admin ##################
username admin privileges 15 secret 5 $1$D4ul$PxHGopdgsz8V.R/4Twje0
06-15-2022 05:17 AM
Aparentemente está tudo correto. Eu sugiro você redefinir a enable secret e tentar novamente.
conf t
enable secret "senha"
Depis:
username: admin
Password: O que vc definiu em 'enable secret'
06-15-2022 06:19 AM
Once I log in, this happens.
06-15-2022 07:30 PM
Tenta com:
https://ip do roteador
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