Activer 802.1X - dot1x system-auth-control
CCaMarche
Messages postés
4
Statut
Membre
-
Christr Messages postés 350 Statut Membre -
Christr Messages postés 350 Statut Membre -
SLT tt le monde et soyez nombreux a m'répondre svp !
bon! chui entr1 de mettre en place l'authentification 802.1x ds 1 reseau filaire et j'me base sur un serveur radius (IAS), un switch catalyst 2950.
lors de la configuration du switch la commande pr activer 802.1X sur le Switch "dot1x system-auth-control" ne passe pas
ki peux m'aider ?
bon! chui entr1 de mettre en place l'authentification 802.1x ds 1 reseau filaire et j'me base sur un serveur radius (IAS), un switch catalyst 2950.
lors de la configuration du switch la commande pr activer 802.1X sur le Switch "dot1x system-auth-control" ne passe pas
ki peux m'aider ?
Configuration: Windows XP Internet Explorer 7.0
A voir également:
- Activer 802.1X - dot1x system-auth-control
- Fan control - Télécharger - Optimisation
- Auth ccm - Télécharger - Divers Sécurité
- Reboot system now - Guide
- Copytrans control center - Télécharger - Divers Utilitaires
- Etd control center - Forum Virus
2 réponses
Réponse pour les autres qui bloquerais
normalement avec tous ça sa fonctionne
//Define a RADIUS server
radius-server host 10.0.0.100
radius-server key MyRadiusKey!
//Configure 802.1X to authenticate via AAA
aaa new-model
aaa authentication dot1x default group radius
//Enable 802.1X authentication globally
dot1x system-auth-control
//Static access mode
switchport mode access
//Enable 802.1X authentication per port
dot1x port-control auto
//Configure host mode (single or multi)
dot1x host-mode single-host
//Configure maximum authentication attempts
dot1x max-reauth-req
//Enable periodic reauthentication
dot1x reauthentication
//Configure a guest VLAN
dot1x guest-vlan 123
//Configure a restricted VLAN
dot1x auth-fail vlan 456
dot1x auth-fail max-attempts 3
normalement avec tous ça sa fonctionne
//Define a RADIUS server
radius-server host 10.0.0.100
radius-server key MyRadiusKey!
//Configure 802.1X to authenticate via AAA
aaa new-model
aaa authentication dot1x default group radius
//Enable 802.1X authentication globally
dot1x system-auth-control
//Static access mode
switchport mode access
//Enable 802.1X authentication per port
dot1x port-control auto
//Configure host mode (single or multi)
dot1x host-mode single-host
//Configure maximum authentication attempts
dot1x max-reauth-req
//Enable periodic reauthentication
dot1x reauthentication
//Configure a guest VLAN
dot1x guest-vlan 123
//Configure a restricted VLAN
dot1x auth-fail vlan 456
dot1x auth-fail max-attempts 3
sinn ! j'ai activé l'authentification radius avec la commande ke t'as cité et tjr le meme probleme !
merci .