10-22-2019 09:00 AM
We are implementing an Aruba Clearpass as a NAC-System with our 440G2-Switches. Assigning the vlan id via Clearpass works well so far. Since we want to use FA-Features in the future we need to also assign an isid along with the vlanid with clearpass, otherwise i would have to preconfigure every vlan on the exos switches.
whats the correct way to assign an isid with netlogin? In clearpass i use the attribute:
IETF:Radius - Tunnel-Private-Group-Id
to assign the vlan id.
Solved! Go to Solution.
10-23-2019 12:55 PM
So, this is XOS (not ERS). The VLAN creation should happen automatically if it did not already exist, though I have never tested this (I always use XMC Policies with XOS).
You can name the VLAN after it was dynamically created; by naming the VLAN you will make the VLAN static on the switch.
Likwise, if the VLAN already exists on the switch and is only named (a tag value will have been dynamically allocated), you can assign/change that tag value on it; then it will be used when the FA-VLAN-ISID attribute is received.
There is no way to pass a VLAN-name via the FA RADIUS attribute.
02-24-2022 07:15 AM
11-18-2019 01:22 PM
Hi Matthias.
please check “Add NSI After Policy Enforcement”. I believe it is exactly what you are looking for.
VLAN egress VLANs are automatically configured with NSI based on Services after policy enforce. You can leverage also Import L2VSNs to XMC workflow.
Z.
11-13-2019 08:27 AM
Is it possible to return more than one VLAN:I-SID Pair ?
For example if a WLAN Access-Point will be authenticated i can assign the needed VLANs (Bridge@AP) via OnePolicy. Unfortunately only one NSI binding can be provided by XMC Policy Manager.
So the additional VLANs will not be assigned on the Uplink via Fabric Attach (beacuse of missed i-SID). i have to assign them manually via CLI command.
If i could return from NAC more than one VLAN:I-SID Pair back WLAN-APs authentication session this would solve this problem !
Did someone try that ? Should that be able with EXOS ?
(i heared that ERS can do that.)
10-23-2019 02:25 PM
to clarify this:
to keep it simple stupid i’ll just live with the ugly names. i’m glad that i can at least assign vlanid:isid with this and don’t have to maintain another script to preconfigure the vlans on the switch itself.
thanks again!