cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
985
Views
2
Helpful
10
Replies

new cisco 9800 controller

ddesai
Level 1
Level 1

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 ?

5 Accepted Solutions

Accepted Solutions

marce1000
VIP
VIP

 

  - 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.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

View solution in original post

balaji.bandi
Hall of Fame
Hall of Fame

check below guide :

http://192.168.1.1. Enter credentials as “webui” for username and the serial number of your controller for the password

https://www.cisco.com/c/en/us/td/docs/wireless/controller/technotes/8-8/b_c9800_wireless_controller_series_web_dg.html

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

View solution in original post

I tried webui and serial number but no luck

I have configured username cisco and password xxxx but no luck too.

View solution in original post

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.

View solution in original post

 

                                  >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.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

View solution in original post

10 Replies 10

marce1000
VIP
VIP

 

  - 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.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

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.

 

                                  >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.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

balaji.bandi
Hall of Fame
Hall of Fame

check below guide :

http://192.168.1.1. Enter credentials as “webui” for username and the serial number of your controller for the password

https://www.cisco.com/c/en/us/td/docs/wireless/controller/technotes/8-8/b_c9800_wireless_controller_series_web_dg.html

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

I tried webui and serial number but no luck

I have configured username cisco and password xxxx but no luck too.

JPavonM
VIP
VIP

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!

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

@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

What is command to install image from usb drive?

> 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.

Review Cisco Networking for a $25 gift card