cancel
Showing results for 
Search instead for 
Did you mean: 

uac 802.1x with ex3200

tnhphuong_
New Contributor

uac 802.1x with ex3200

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.

1 REPLY 1
mkrauze_
Occasional Contributor

Re: uac 802.1x with ex3200

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 Smiley Happy

Regards,

Message Edited by mkrauze on 10-06-2008 06:17 PM