08-28-2023 03:24 PM
I could not connect new controller with serial number of device password.
I tried username and serial number but no luck.
admin admin no luck.
I have configured vlan 1 Ip address so i can access through web but not login any one can help me ?
Solved! Go to Solution.
08-28-2023 11:24 PM
- Instead of Day 0 setup , make a basic configuration on it through the console first ; and add a user plus define an enable (secret) password (too) , for instance.
M.
08-28-2023 11:53 PM
check below guide :
http://192.168.1.1. Enter credentials as “webui” for username and the serial number of your controller for the password
08-29-2023 02:49 PM
I tried webui and serial number but no luck
I have configured username cisco and password xxxx but no luck too.
08-29-2023 03:01 PM
I can access through console and also access through gui 192.168.1.1 because I have login through console and set ip address to VLAN 1 and setup up password but no luck to login. Thanks for helping me on this.
08-29-2023 11:11 PM
>I can access through console ....
- Use this procedure to configure the controller through the console : https://www.cisco.com/c/en/us/td/docs/wireless/controller/9800/9800-40/installation-guide/b-wlc-ig-9800-40/power-up-and-initial-configuration.html#Procedure_Using_Cisco_setup_Command_Facility
M.
08-28-2023 11:24 PM
- Instead of Day 0 setup , make a basic configuration on it through the console first ; and add a user plus define an enable (secret) password (too) , for instance.
M.
08-29-2023 03:01 PM
I can access through console and also access through gui 192.168.1.1 because I have login through console and set ip address to VLAN 1 and setup up password but no luck to login. Thanks for helping me on this.
08-29-2023 11:11 PM
>I can access through console ....
- Use this procedure to configure the controller through the console : https://www.cisco.com/c/en/us/td/docs/wireless/controller/9800/9800-40/installation-guide/b-wlc-ig-9800-40/power-up-and-initial-configuration.html#Procedure_Using_Cisco_setup_Command_Facility
M.
08-28-2023 11:53 PM
check below guide :
http://192.168.1.1. Enter credentials as “webui” for username and the serial number of your controller for the password
08-29-2023 02:49 PM
I tried webui and serial number but no luck
I have configured username cisco and password xxxx but no luck too.
08-29-2023 12:02 AM
As @marce1000 sid, try manual configuration instead of using Day-0 wizard.
This is an example:
cdp run
lldp run
vlan <XXX>
name wireless_management
!
interface Vlan1
no ip address
shutdown
!
interface <VlanXXX>
ip address <10.1.2.3 255.255.255.0>
no shutdown
!
ip route 0.0.0.0 0.0.0.0 <10.1.2.1>
!
interface range TenGigabitEthernet0/0/0
no negotiation auto
switchport mode trunk
switchport trunk allowed vlan <XXX>
switchport trunk native vlan <ZZZ>
!
hostname esmdrwc03
ntp server AAA.BBB.CCC.DDD
!
ip http server
ip http secure-server
ip http tls-version TLSv1.2
ip http authentication local
!
!
ip domain-name <YOUR.DOMAIN.HERE>
!
crypto key generate rsa general modulus 2048 label <WHATEVER-LABEL>
ip ssh rsa keypair-name <WHATEVER-LABEL>
!
username admin privilege 15 secret Passw0rd!
!
line vty 0 15
logging local
!
wireless mobility group name <WHATEVER-DOMAIN>
!
ap dot11 5ghz shutdown
yes
ap dot11 24ghz shutdown
yes
ap country ES
yes
no ap dot11 5ghz shutdown
no ap dot11 24ghz shutdown
!
clock timezone UTC 0 0
!
no call-home
!
parameter-map type webauth global
yes
virtual-ip ipv4 192.0.2.1
yes
!
crypto key generate rsa label <WHATEVER-LABEL> modulus 2048
crypto pki trustpoint <WHATEVER-TP>
enrollment selfsigned
rsakeypair <WHATEVER-LABEL>
crypto pki enroll <WHATEVER-TP>
!
crypto pki trustpoint m<WHATEVER-TP>
revocation-check crl
!
crypto pki certificate <WHATEVER-TP>
ip http secure-trustpoint <WHATEVER-TP>
!
!
!
// THIS LINE FOR C9800-CL
C9800# wireless config vwlc-ssc key-size 2048 signature-algo sha256 password 0 Passw0rd!
08-29-2023 03:00 PM
Its new device and I will need to login
I have setup vlan 1 ip address 192.168.1.1 and password too but no luck.
Thanks for reply me back
08-30-2023 02:59 AM
@ddesai - @marce1000 and @JPavonM have both already provided instructions for you to follow! Did you make any effort to follow those instructions?
Try to follow the console day 0 instructions (starting with erasing your existing config to make sure you have a clean start):
https://www.cisco.com/c/en/us/td/docs/wireless/controller/9800/9800-L/installation-guide/b-wlc-ig-9800-L/Power-Up-and-Initial-Configuration.html#Procedure_Using_Cisco_setup_Command_Facility
08-29-2023 03:36 PM
What is command to install image from usb drive?
08-30-2023 01:24 AM - edited 08-30-2023 01:25 AM
> What is command to install image from usb drive?
copy usb0:<filename> bootflash:<filename>
Then to boot directly from that image:
conf t
no boot sys
boot sys flash bootflash:<filename>
end
wr
reload
To install the image:
install add file bootflash:<filename>
install activate
After reload:
install commit
Otherwise it will try to rollback to the previous IOS after a few hours.
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