04-09-2019 11:22 PM
Solved! Go to Solution.
04-10-2019 07:23 AM
10-21-2019 08:18 AM
Me again,
In the meantime, I figured out that passing the value [FA-Client-Trust=1] unfortunately doesn't get any attention on the switch.
Now the question is, is this not supported or is the attribute wrong?
Cheers - Matthias
10-21-2019 07:42 AM
As Ludo stated, both EAP command (global/port-level) solves the issue you pointed out in this thread.
I had the same experiences and I was looking here for a solution - and again Ludo helped again 🙂
Here are all related information as summary.
Port 1-12 are EAP enabled and want to assign a Vlan:I-SID (10:10012) dynamically once the device is authenticated.
The Radius-Return attribute is based as Ludo mentioned above.
+-------------------------------------------------------------------------
Global:
eapol multihost auto-non-eap-mhsa-enable
Port level:
eapol multihost auto-non-eap-mhsa-enable mhsa-no-limit
+-------------------------------------------------------------------------
! Embedded ASCII Configuration Generator Script
! Model = Ethernet Routing Switch 4926GTS-PWR+
! Software version = v7.7.0.003
!
! Displaying only parameters different to default
!================================================
enable
configure terminal
!
! *** Fabric Attach ***
!
fa uplink trunk 1
fa timeout 45
fa extended-logging
fa zero-touch-option auto-trusted-mode-fa-client client-type 6-17
fa zero-touch-option auto-pvid-mode-fa-client client-type 6-17
fa zero-touch-option auto-mgmt-vlan-fa-client
fa zero-touch-option auto-client-attach
no fa message-authentication 1-24
! i-sid 10012 vlan 12 ==> created by FA Client
!
! *** EAP ***
!
eapol multihost radius-non-eap-enable
eapol multihost auto-non-eap-mhsa-enable
interface Ethernet ALL
eapol multihost port 1-12 eap-mac-max 4 allow-non-eap-enable non-eap-mac-max 4 radius-non-eap-enable auto-non-eap-mhsa-enable non-eap-phone-enable mac-max 64 mhsa-no-limit
exit
interface Ethernet ALL
eapol port 1-12 status auto re-authentication enable
exit
FAP-2#sho vlan interface vids 3,7
******************************************************************************
Command Execution Time: 2019-10-21 09:31:32 GMT+02:00 UTC time: 2019-10-21 07:31:32
******************************************************************************
Port VLAN VLAN Name VLAN VLAN Name VLAN VLAN Name
---- ---- ---------------- ---- ---------------- ---- ----------------
3 12 VLAN #12
---- ---- ---------------- ---- ---------------- ---- ----------------
7 12 VLAN #12
---- ---- ---------------- ---- ---------------- ---- ----------------
FAP-2#sho vlan interface info 3,7
******************************************************************************
Command Execution Time: 2019-10-21 09:31:37 GMT+02:00 UTC time: 2019-10-21 07:31:37
******************************************************************************
Filter Filter
Untagged Unregistered
Port Frames Frames PVID PRI Tagging Name
---- -------- ------------ ---- --- ------------- ----------------
3 No No 12 0 UntagPvidOnly Port 3
7 No No 12 0 UntagPvidOnly Port 7
# sho log
I 2019-10-21T09:25:43+02:00 23 Fabric Attach: binding activation success (port 7 10012/12)
I 2019-10-21T09:25:43+02:00 22 Fabric Attach: binding activation success (port 3 10012/12)
I 2019-10-21T09:25:43+02:00 21 Fabric Attach: binding activation success (trunk 1 10012/12)
Thanx again and good luck for all the others who will run in the same “finding” 🙂
Cheers - Matthias
04-12-2019 12:01 AM
04-10-2019 07:23 AM