Skip to content

Instantly share code, notes, and snippets.

@whywaita
Created October 1, 2017 18:44
Show Gist options
  • Save whywaita/09df8e6607e85d63ccfd56ed72ac01e7 to your computer and use it in GitHub Desktop.
Save whywaita/09df8e6607e85d63ccfd56ed72ac01e7 to your computer and use it in GitHub Desktop.
Aironet 2602I sample config
wwi-ap-2602-01#sh run
Building configuration...
Current configuration : 3624 bytes
!
version 15.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname wwi-ap-2602-01
!
!
logging rate-limit console 9
enable secret 5 passw0rd
!
no aaa new-model
no ip source-route
no ip cef
!
!
!
!
dot11 mbssid
dot11 pause-time 100
dot11 syslog
!
dot11 ssid super-wifi-power
vlan 1
authentication open
authentication key-management wpa version 2
mbssid guest-mode
wpa-psk ascii 7 passw0rd
!
!
!
no ipv6 cef
!
crypto pki trustpoint TP-self-signed-**
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-**
revocation-check none
rsakeypair TP-self-signed-**
!
!
crypto pki certificate chain TP-self-signed-**
certificate self-signed 01
***
quit
username user password 7 passw0rd
!
!
bridge irb
!
!
!
interface Dot11Radio0
no ip address
!
encryption vlan 1 mode ciphers aes-ccm
!
ssid super-wifi-power
!
antenna gain 0
stbc
station-role root
!
interface Dot11Radio0.1
encapsulation dot1Q 1 native
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 spanning-disabled
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
!
interface Dot11Radio1
no ip address
!
encryption vlan 1 mode ciphers aes-ccm
!
ssid super-wifi-power
!
antenna gain 0
peakdetect
no dfs band block
stbc
station-role root
!
interface Dot11Radio1.1
encapsulation dot1Q 1 native
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 spanning-disabled
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
!
interface GigabitEthernet0
no ip address
duplex auto
speed auto
!
interface GigabitEthernet0.1
encapsulation dot1Q 1 native
bridge-group 1
bridge-group 1 spanning-disabled
no bridge-group 1 source-learning
!
interface BVI1
mac-address ******
ip address dhcp
ipv6 address dhcp
ipv6 address autoconfig
ipv6 enable
!
ip forward-protocol nd
ip http server
ip http secure-server
ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
!
!
bridge 1 route ip
!
!
!
line con 0
line vty 0 4
login local
transport input all
!
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment