08-16-2022 02:16 PM - edited 08-16-2022 02:23 PM
So, I am playing with ISE to do a template to change a PC port to a trunk for an AP. This is working fine except for one issue, when I disconnect the AP the port is retaining the native vlan as the access vlan instead of the original.
Before AP:
switchport access vlan 1204
switchport mode access
switchport voice vlan 1304
ip arp inspection limit rate 20 burst interval 4
ip access-group unauth in
no logging event link-status
With AP:
switchport trunk native vlan 164
switchport mode trunk
switchport voice vlan 1304
ip arp inspection limit rate 20 burst interval 4
no logging event link-status
After AP:
switchport access vlan 164
switchport mode access
switchport voice vlan 1304
ip arp inspection limit rate 20 burst interval 4
ip access-group unauth in
no logging event link-status
How do I get the access vlan to not permanently change.
Here is the template on the switch
template AP
switchport trunk native vlan 164
switchport trunk allowed vlan 136,157,159,164,200,201,209,316,362,364,710,711
switchport mode trunk
ip access-group auth in
08-16-2022 03:56 PM
Personally where ever AP is connected, and that config will be used as same since we do not remove AP as quick as compared to end device Phone to PC.
check out NEAT.
I have seen Long back @Arne Bier posted same problem, not seen any solution.
08-17-2022 06:24 AM
I was using the NEAT guide, auth and everything works, my issue is the port is not going back to the original once a device is unplugged. I'm trying to avoid manually configuring ports as we have over 1,000 APs so using MAB is preferred.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide