Cisco 802.1X
Version vom 26. April 2016, 12:55 Uhr von Thomas (Diskussion | Beiträge)
Allgemeine Konfiguration
Änderungen am Freeradius für Vlan Delegation
- cat /etc/freeradius/eap.conf
ttls {
use_tunneled_reply = yes
}
peap {
use_tunneled_reply = yes
}
Konfig dot1x Allgmein
- configure terminal
- dot1x system-auth-control
- interface GigabitEthernet1/0/23
- switchport mode access
- authentication port-control auto
- dot1x pae authenticator
- end