Configuring Authentication Tiering Using the CLI

To configure Authentication Tiering using the CLI:
  1. Enable Authentication Tiering globally.
    config
    authentication enable
    exit
  2. Configure the authentication order, priority, and restart timer on interface 1/0/3.
    Note

    Note

    Although captive-portal is a command option, captive portal is not supported in this version of the product.
    config
    interface 1/0/3
    authentication order dot1x mab captive-portal
    authentication priority captive-portal dot1x
    authentication restart 10000
    exit
    exit