Hi!
I want to configure layer 2 access between uac and ex3200. Please give me template config ex3200 with dot1x. And give me some command line to troubleshoot when radius not start. Thank alot.
Below is a config from my box:
[edit]
[email protected]# show access
radius-server {
10.1.75.250 {
secret "xxxxxxxxxxxxxxxxxxxxxxxx"; ## SECRET-DATA
source-address 10.1.75.251;
}
}
profile juniper-access-profile {
authentication-order radius;
radius {
authentication-server 10.1.75.250;
}
}
[edit]
[email protected]# show protocols dot1x
authenticator {
authentication-profile-name juniper-access-profile;
interface {
ge-0/0/0.0 {
supplicant single-secure;
quiet-period 10;
transmit-period 10;
reauthentication 3600;
supplicant-timeout 10;
server-timeout 10;
guest-vlan Guest;
}
}
}
Regarding debugs - there is many possibe issues so many debug techniques. First you can check that ex communicaes with UAC - just run 'monitor traffic interface blah-blah...'
Very important - upgrade to the newest version of JUNOS
Regards,