11-04-2019 10:26 PM
Hi,
I would like to create 2 template for 802.1X monitor and closed mode.
one has the command "no access-session closed"
One has command "access-session closed"
template testone
no access-session closed
template testtwo
access-session closed
I would like certain ports to apply template testone and other ports will apply testtwo.
Is this possible in the same switch?
Solved! Go to Solution.
11-09-2019 09:17 AM - edited 11-09-2019 09:18 AM
As in After Insert "Access session closed", n..., the issue appears more on the configuration of "access-session closed" then on multiple templates, which should be fine by themselves.
11-05-2019 01:11 PM
Why not?
11-06-2019 01:57 AM
Hi,
I tried one of the ports using closed mode and others using open mode. Below are both my template config.
However the port bound to "closed" template doesnt work. Is there anything else i shld set?
template OPEN
dot1x pae authenticator
mab
access-session control-direction in
access-session port-control auto
authentication periodic
authentication timer reauthenticate server
service-policy type control subscriber DOT1X
no access-session closed
template closed
dot1x pae authenticator
mab
access-session control-direction in
access-session port-control auto
authentication periodic
authentication timer reauthenticate server
service-policy type control subscriber DOT1X
access-session closed
11-06-2019 05:35 AM
Hi,
The reason i create two template is because i wanted to test if during "closed" mode, the endpoint will or not be blocked.
what i did was create another template called "closed", and then put source template "closed" under the interface which previously was source template OPEN.
But then it seems like after insert command source template "closed" , the port blocked everything.
I did a "shut , no shut" but still the same.
Afterwards, I normalize to source template OPEN and everything was back to normal.
Just dont understand why source template "closed" blocked everything because the end-point was already allowed in the correct identity grp which can be observed as authentication passed with ALLOW authorization policy applied.
11-09-2019 09:17 AM - edited 11-09-2019 09:18 AM
As in After Insert "Access session closed", n..., the issue appears more on the configuration of "access-session closed" then on multiple templates, which should be fine by themselves.
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