Cisco 802.1X: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 2: Zeile 2:
 
*[[freeradius switch mac authentication bypass]]
 
*[[freeradius switch mac authentication bypass]]
 
*[[Cisco Radiusanbindung]]
 
*[[Cisco Radiusanbindung]]
 +
=Änderungen am Freeradius für Vlan Delegation=
 +
*cat  /etc/freeradius/eap.conf
 +
<pre>
 +
ttls {
 +
use_tunneled_reply = yes
 +
      }
 +
peap {
 +
use_tunneled_reply = yes
 +
      }
 +
</pre>
  
 
=Konfig dot1x Allgmein=
 
=Konfig dot1x Allgmein=

Version vom 26. April 2016, 12:55 Uhr

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

Links