Различия
Здесь показаны различия между двумя версиями данной страницы.
Предыдущая версия справа и слева Предыдущая версия Следующая версия | Предыдущая версия | ||
abills:docs:802.1x:ru [2009/02/12 14:42] asmodeus |
abills:docs:802.1x:ru [2015/12/05 17:50] (текущий) |
||
---|---|---|---|
Строка 245: | Строка 245: | ||
User-Name = "test" | User-Name = "test" | ||
Sending Accounting-Response of id 5 to 10.1.90.6 port 8022 | Sending Accounting-Response of id 5 to 10.1.90.6 port 8022 | ||
+ | |||
+ | |||
+ | |||
+ | ==== Edge-Core ES3510 ==== | ||
+ | |||
+ | Console(config)#radius-server key radsecret | ||
+ | Console(config)#radius-server 1 host 192.168.34.2 | ||
+ | | ||
+ | #Accounting | ||
+ | Console(config)#aaa group server radius tps-radius | ||
+ | Console(config)#server 1 | ||
+ | Console(config)#aaa accounting dot1x tps start-stop group radius | ||
+ | Console(config)#aaa accounting update periodic 5 | ||
+ | Console(config)#interface ethernet 1/2 | ||
+ | Console(config-if)#accounting dot1x tps | ||
+ | | ||
+ | #show 802.1x | ||
+ | Console#show dot1x | ||
+ | | ||
+ | #enable 802.1x | ||
+ | Console(config)#dot1x system-auth-control | ||
+ | | ||
+ | #Auth add port 1 | ||
+ | Console(config)#interface ethernet 1/1 | ||
+ | Console(config-if)#dot1x port-control auto | ||
+ | Console(config-if)#dot1x re-authentication | ||
+ | Console(config-if)#dot1x max-req 5 | ||
+ | Console(config-if)#dot1x timeout quiet-period 30 | ||
+ | Console(config-if)#dot1x timeout re-authperiod 1800 | ||
+ | Console(config-if)#dot1x timeout tx-period 40 | ||
+ | Console(config-if)#dot1x intrusion-action guest-vlan | ||
+ | Console(config-if)#exit | ||
+ | Console(config)#exit | ||
+ | Console#show dot1x | ||
=====Клиентская настройка===== | =====Клиентская настройка===== |