# Copyright (C) 2016-2017 Cumulus Networks, inc.
#
# All Rights reserved.
#
# This software is subject to the Cumulus Networks End User License Agreement available
# at the following locations:.
#
# Internet: https://cumulusnetworks.com/downloads/eula/latest/view/
#
# Cumulus Linux systems: /usr/share/cumulus/EULA.txt

Scenario
========

  +------------+
  |  RADIUS    |
  |  SERVER    |
  |10.10.10.10 |
  +------------+
        |
        |
        |
        |
  +------------+            +------------+
  |  switch1   | swp1       |            |
  | IEEE802.1X |------------| Supplicant |
  |  SERVER    |            |            |
  +------------+            +------------+

RADIUS server's swp IP is 10.10.10.10/24
SWITCH IEEE 802.1X server IP is 10.10.10.1/24

net commands
============
switch1# net add dot1x radius server-ip 10.10.10.10
switch1# net add dot1x radius shared-secret secret123
switch1# net add interface swp1 dot1x
switch1# net pending
switch1# net commit



Verification
============
switch1# net show config commands
switch1# net show dot1x status
switch1# net show dot1x macs
switch1# net show dot1x port-details
switch1# net show dot1x radius-details

