Difference between revisions of "Cisco 881W wireless bridge"
(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...") |
(No difference)
|
Revision as of 13:25, 19 December 2019
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 ! hostname ap ! logging rate-limit console 9 enable secret 5 $1$o7zB$qlOMOhtgDzBOFn/lIqrCR/ ! no aaa new-model ! ! dot11 syslog ! dot11 ssid DataHouse
vlan 1 authentication open authentication key-management wpa mbssid guest-mode wpa-psk ascii 0 1234567890
! ! ! username cisco privilege 15 secret 5 $1$HMg/$jbZZPPWzpsTXrtdYKfDhV1 ! ! bridge irb ! ! interface Dot11Radio0
no ip address no ip route-cache ! encryption vlan 1 mode ciphers aes-ccm ! ssid DataHouse ! antenna gain 0 mbssid station-role root
! interface Dot11Radio0.1
encapsulation dot1Q 1 native no ip route-cache bridge-group 1 bridge-group 1 subscriber-loop-control bridge-group 1 block-unknown-source no bridge-group 1 source-learning no bridge-group 1 unicast-flooding bridge-group 1 spanning-disabled
! interface GigabitEthernet0
description the embedded AP GigabitEthernet 0 is an internal interface connecting AP with the host router no ip address no ip route-cache bridge-group 1 no bridge-group 1 source-learning bridge-group 1 spanning-disabled
! interface BVI1
ip address dhcp client-id GigabitEthernet0 no ip route-cache
! ip http server no ip http secure-server ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag bridge 1 route ip ! ! banner exec ^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 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 </syntax>