Thanks. Here it is...
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname xxxx
!
logging queue-limit 100
enable secret 5
enable password 7
!
username #### privilege 15 password 7
ip subnet-zero
no ip domain lookup
!
aaa new-model
!
!
aaa group server radius rad_eap
server 10.1.33.3 auth-port 1812 acct-port 1813
!
aaa group server radius rad_mac
server 10.1.255.250 auth-port 1645 acct-port 1646
!
aaa authentication login default local
aaa authentication login eap_methods group rad_eap
aaa authentication login mac_methods group rad_mac
aaa session-id common
!
!
bridge irb
!
!
interface Dot11Radio0
no ip address
ip helper-address 10.1.255.251
no ip route-cache
!
encryption mode ciphers ckip-cmic
!
encryption vlan 533 key 1 size 128bit 7
encryption vlan 533 key 2 size 128bit 7 transmit-key
encryption vlan 533 mode ciphers ckip-cmic
!
ssid Boyd
vlan 331
authentication open mac-address mac_methods
guest-mode
!
ssid tsunami
vlan 533
authentication open
authentication network-eap eap_methods
authentication key-management cckm
!
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0
rts threshold 2312
channel 2437
antenna receive right
antenna transmit right
station-role root
!
interface Dot11Radio0.1
encapsulation dot1Q 1
no ip route-cache
!
interface Dot11Radio0.331
encapsulation dot1Q 331
no ip route-cache
bridge-group 3
bridge-group 3 subscriber-loop-control
bridge-group 3 block-unknown-source
no bridge-group 3 source-learning
no bridge-group 3 unicast-flooding
bridge-group 3 spanning-disabled
!
interface Dot11Radio0.533
encapsulation dot1Q 533 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 FastEthernet0
no ip address
no ip route-cache
duplex auto
speed auto
!
interface FastEthernet0.1
encapsulation dot1Q 1
no ip route-cache
!
interface FastEthernet0.331
encapsulation dot1Q 331
no ip route-cache
bridge-group 3
no bridge-group 3 source-learning
bridge-group 3 spanning-disabled
!
interface FastEthernet0.533
encapsulation dot1Q 533 native
no ip route-cache
bridge-group 1
no bridge-group 1 source-learning
bridge-group 1 spanning-disabled
!
interface BVI1
ip address 10.1.33.4 255.255.255.0
no ip route-cache
!
ip http server
ip http help-path
ip radius source-interface BVI1
snmp-server community xxxxx RO
snmp-server community xxxxxx RW
no snmp-server enable traps tty
radius-server attribute 32 include-in-access-req format %h
radius-server host 10.1.255.250 auth-port 1645 acct-port 1646 key 7 02050D480809
radius-server authorization permit missing Service-Type
radius-server vsa send accounting
bridge 1 route ip
!
wlccp authentication-server client mac mac_methods
!
wlccp ap username xxxx password 7
!
line con 0
password 7
line vty 0 4
password 7
line vty 5 15
!
end