bonjour, je dois mettre en place un réseau filaire entre un pctest, un switch2950 et un serveur radius (2003). Après avoir configurer mon switch2950, voici la config :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
NEDGEPS#sh run

Building configuration...

Current configuration : 1271 bytes
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname NEDGEPS
!
aaa new-model
aaa authentication dot1x default group radius
!
ip subnet-zero
!
ip ssh time-out 120
ip ssh authentication-retries 3
!
spanning-tree mode pvst
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
dot1x system-auth-control
!
!
!
!
interface FastEthernet0/1
switchport mode access
dot1x port-control auto
spanning-tree portfast
!
interface Vlan1
ip address 192.168.1.5 255.255.255.0
no ip route-cache
!
interface Vlan2
no ip address
no ip route-cache
shutdown
!
ip http server
radius-server host 192.168.1.10 auth-port 1612 acct-port 1813 key rad123
radius-server retransmit 3
!
end
Le pctest n'arrive pas à s'authentifier au serveur radius.

Pouvez m'aider à résoudre ce problème car c'est la première fois que je travaille sur un serveur radius ?

Merci