!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname xxx
!
enable secret 5 xxx
!
aaa new-model
!
!
aaa group server radius rad_eap
server x.x.x.x auth-port 1645 acct-port 1646
!
aaa group server radius rad_mac
!
aaa group server radius rad_acct
server x.x.x.x auth-port 1645 acct-port 1646
!
aaa group server radius rad_admin
!
aaa group server tacacs+ tac_admin
!
aaa group server radius rad_pmip
!
aaa group server radius dummy
!
aaa authentication login eap_methods group rad_eap
aaa authentication login mac_methods local
aaa authorization exec default local
aaa accounting network acct_methods start-stop group rad_acct
!
aaa session-id common
!
resource policy
!
ip subnet-zero
no ip domain lookup
ip domain name xxx
!
!
!
dot11 ssid xxxxx
vlan 17
authentication open mac-address mac_methods eap eap_methods
authentication network-eap eap_methods
authentication key-management wpa
guest-mode
!
dot11 ssid xxx
!
dot11 ssid xxxx
authentication open
!
dot11 ssid xxx
authentication open eap eap_methods
authentication network-eap eap_methods
dot1x credentials Profile1
!
!
!
username xxx password 7 yyy
username xxx password 7 yyy
username xxx autocommand exit
!
bridge irb
!
!
interface Dot11Radio0
no ip address
no ip route-cache
!
encryption mode ciphers tkip
!
encryption vlan 17 mode ciphers tkip
!
ssid xx1
!
ssid xx2
!
ssid xx3
!
ssid xx4
!
speed basic-1.0 2.0 5.5 11.0 6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role root
!
interface Dot11Radio0.17
encapsulation dot1Q 17 native
no ip route-cache
no snmp trap link-status
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 port-protected
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
bridge-group 1 spanning-disabled
!
interface Dot11Radio1
no ip address
no ip route-cache
!
encryption mode ciphers tkip
!
encryption vlan 17 mode ciphers tkip
!
ssid xxx
!
ssid xxx
!
no dfs band block
speed basic-6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0
channel dfs
station-role root
!
interface Dot11Radio1.17
encapsulation dot1Q 17 native
no ip route-cache
no snmp trap link-status
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 port-protected
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
speed 100
full-duplex
!
interface FastEthernet0.17
encapsulation dot1Q 17 native
no ip route-cache
no snmp trap link-status
bridge-group 1
no bridge-group 1 source-learning
bridge-group 1 spanning-disabled
!
interface BVI1
ip address x.x.x.x
ip helper-address x.x.x.x
no ip route-cache
!
ip default-gateway x.x.x.x
ip http server
no ip http secure-server
ip radius source-interface BVI1
radius-server local
no authentication eapfast
no authentication mac
group GESBTR
block count 429496729 time infinite
!
group GESBRT
ssid xxx
!
user abc nthash 7 xxxxxxxxxxxxxxxxxxxxxx
!
radius-server attribute 32 include-in-access-req format %h
radius-server host x.x.x.x auth-port 1645 acct-port 1646 key 7 xxxxxxxxxxxxxxxxxxxxxxxxxx
radius-server vsa send accounting
!
control-plane
!
bridge 1 route ip
!
!
!
line con 0
line vty 0 4
!
end
|