!
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime localtime
service password-encryption
!
hostname AP1
!
logging buffered informational
logging console informational
!
ip subnet-zero
ip domain name default.domain
!
clock timezone CST -6
clock summer-time CDT recurring 2 Sun Mar 2:00 1 Sun Nov 2:00
!
no aaa new-model
!
!
!
no dot11 igmp snooping-helper
dot11 activity-timeout repeater default 120
dot11 vlan-name WPA vlan 1
!
!
dot11 ssid WPASSID
vlan 1
authentication open
authentication key-management wpa
wpa-psk ascii 7 thisisencrypted
!
!
!
username XXXXXX privilege 15 password 7 thisisencrypted
enable secret thisisencrypted
!
!
class-map match-all _class_Protocol_301_C351
match access-group name Voice_Over_IP_301
class-map match-all _class_8
match ip dscp cs1
class-map match-all _class_0
match ip dscp default
class-map match-all _class_48
match ip dscp cs6
class-map match-all _class_18
match ip dscp af21
class-map match-all _class_24
match ip dscp cs3
class-map match-all _class_16
match ip dscp cs2
class-map match-all _class_34
match ip dscp af41
class-map match-all _class_26
match ip dscp af31
class-map match-all _class_40
match ip dscp cs5
class-map match-all _class_46
match ip dscp ef
class-map match-all _class_56
match ip dscp cs7
class-map match-all _class_10
match ip dscp af11
class-map match-all _class_32
match ip dscp cs4
!
!
policy-map _policy_Voice_Over_IP_202
class _class_Protocol_301_C351
set cos 6
policy-map _policy_fallback_policy
class _class_0
set cos 0
class _class_8
set cos 1
class _class_10
set cos 1
class _class_16
set cos 2
class _class_18
set cos 2
class _class_24
set cos 3
class _class_26
set cos 3
class _class_32
set cos 4
class _class_34
set cos 4
class _class_40
set cos 5
class _class_46
set cos 5
class _class_48
set cos 6
class _class_56
set cos 7
!
bridge irb
!
!
interface Dot11Radio0
no ip address
no ip route-cache
!
encryption vlan 1 mode ciphers tkip
!
broadcast-key vlan 1 change 100
!
!
!
!
ssid WIMCssid09
!
speed basic-1.0 basic-2.0 basic-5.5 basic-11.0
no power client local
power client 100
power local 100
packet retries 32
fragment-threshold 2338
station-role root
rts threshold 2339
rts retries 32
dot11 qos class background
cw-min 5
cw-max 8
fixed-slot 3
!
dot11 qos class best-effort
cw-min 5
cw-max 8
fixed-slot 2
!
dot11 qos class video
cw-min 4
cw-max 6
fixed-slot 2
!
dot11 qos class voice
cw-min 3
cw-max 7
fixed-slot 2
!
infrastructure-client
!
interface Dot11Radio0.1
encapsulation dot1Q 1
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 FastEthernet0
no ip address
no ip route-cache
duplex auto
speed auto
hold-queue 160 in
!
interface FastEthernet0.1
encapsulation dot1Q 1 native
no ip route-cache
bridge-group 1
no bridge-group 1 source-learning
bridge-group 1 spanning-disabled
!
interface BVI1
ip address 10.211.93.2 255.255.255.0
no ip route-cache
!
ip default-gateway 10.211.93.1
ip http server
no ip http secure-server
ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
!
ip access-list extended Voice_Over_IP_300
permit 119 any any
permit ip any any
ip access-list extended Voice_Over_IP_301
permit 119 any any
permit ip any any
logging facility local0
snmp-server view iso_view iso included
snmp-server community jwhg view h1rayama RW
snmp-server location Some Office
snmp-server contact IT Help Desk
snmp-server enable traps snmp authentication
snmp-server enable traps tty
snmp-server enable traps disassociate
snmp-server enable traps deauthenticate
snmp-server enable traps authenticate-fail
!
control-plane
!
bridge 1 route ip
!
!
!
line con 0
line vty 0 4
login
password thisisencrypted
!
ntp server 10.9.95.1
!
end
|