Difference between revisions of "Cisco 881W wireless bridge"
From Teknologisk videncenter
(Created page with "=Router= =Wireless= <syntax lang=text version 12.4 no service pad service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption...") |
m (→Wireless) |
||
Line 3: | Line 3: | ||
=Wireless= | =Wireless= | ||
− | < | + | <source lang=text |
version 12.4 | version 12.4 | ||
no service pad | no service pad | ||
Line 119: | Line 119: | ||
cns dhcp | cns dhcp | ||
end | end | ||
− | </ | + | </source> |
Revision as of 13:26, 19 December 2019
Router
Wireless
privilege 15 secret 0 <mypassword>
no username cisco
Replace <myuser> and <mypassword> with the username and password you want to
use. After you change your username/password you can turn off this message
by configuring "no banner login" and "no banner exec" in privileged mode.
-----------------------------------------------------------------------
^C
banner login ^CC
% Password change notice.
-----------------------------------------------------------------------
Default username/password setup on AP is cisco/cisco with privilege level 15.
It is strongly suggested that you create a new username with privilege level
15 using the following command for console security.
username <myuser> privilege 15 secret 0 <mypassword>
no username cisco
Replace <myuser> and <mypassword> with the username and password you want to
use. After you change your username/password you can turn off this message
by configuring "no banner login" and "no banner exec" in privileged mode.
-----------------------------------------------------------------------
^C
!
line con 0
privilege level 15
login local
no activation-character
line vty 0 4
login local
!
cns dhcp
end