11-22-2018 02:11 AM
Hello Everyone ,
I would like someone explain me what is the effect of the authentication order and priority commands .
In our enviroment we use the below commands on Switches :
authentication order dot1x mab
authentication priority mab dot1x
authentication event fail action next-method
That i understand is that the switch tries to authenticate first using 802.1x and if auth fails tries to do MAB .
Is that right ?
But what happens with endpoints that are not 802.1x capable( for example IP Phones, Printers , etc) ?
Does the Switch tries to perform 802.1x or it will try MAB authentication without 802.1x ?
In ISE reports for these devices i did not see any 802.1x logs but only MAB authentication attemps , is that right ?
Thank You,
Palaiologos
11-22-2018 07:44 AM
11-28-2018 07:14 AM
03-08-2022 02:29 AM
Can you help me for meaning this command ?
authentication open
authentication port-control auto
authentication periodic
authentication timer reauthenticate server
mab
thank you
03-08-2022 05:51 AM
authentication open
any new MAC address detected on the port will be allowed unrestricted Layer 2 access to the network even before any authentication has succeeded. If you use this command, you should use static default ACLs to restrict Layer 3 traffic
authentication port-control auto
Start authentication when the link state changes from down to up state.
authentication periodic
Enable the reauthentication and inactivity timer for the port.
authentication timer reauthenticate server
To specify the period of time to reauthenticate the authorized port and to allow the reauthentication timer interval (session timer) to be downloaded to the switch from the RADIUS server.
mab
Enable mac address authentication. This method is used to authenticate printer, scanner, camera and other “dumb” devices.
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