Description

This article show how to correctly implement dot1x authentication when having delay between Infranet Controller and Active Directory.

Symptoms

Configuration steps to be followed when having a delay/latency between Infranet Controller and Active Directory.

Solution


Topology:

Supplicant-----Switch/EX-------IC-------AD

  1. Server-timeout:

There are two redundant configurations for the same server-timeout functionality in EX-switch, the authenticator responds to the any of the timer expiry.
Below are the two different method of server-timeout configuration.

  1. In dot1x stanza

      i. set protocols dot1x authenticator interface (all | [interface-name]) server-timeout seconds
      http://www.juniper.net/techpubs/en_US/junos/topics/reference/configuration-statement/server-timeout-802-1x.html


    • Supplicant’s timeout (OAC’s authperiod):
      The default OAC supplicant’s timeout (authperiod) is ‘20’ seconds, which is different from 802.1x standard which says ‘30’ seconds.

    • In any dot1x deployment, please make sure the supplicant’s timeout (authperiod) should be greater than the time taken for whole authentication process. In other words the authperiod should be in sync with server-timeout value.

    • Please make sure the latency and bandwidth is adequate if the Infranet Controller and Active Directory is connected over WAN.

    We could achieve this by increasing the supplicant time-out value.

    Related Information