Skip to content

Commit

Permalink
Merge branch '57-finalize' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
cumulusAnia committed Dec 8, 2023
2 parents 7311145 + bcb691d commit 7bd3798
Showing 1 changed file with 25 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ The following example shows a typical RADIUS configuration (shown for FreeRADIUS
```
# # VLAN 100 Client Configuration for Freeradius RADIUS Server.
# # This is not part of the CL configuration.
vlan100client Cleartext-Password := "client1password"
vlan10client Cleartext-Password := "client1password"
Service-Type = Framed-User,
Tunnel-Type = VLAN,
Tunnel-Medium-Type = "IEEE-802",
Expand Down Expand Up @@ -394,7 +394,7 @@ The following example shows a typical RADIUS configuration (shown for FreeRADIUS
```
# # VLAN 100 Client Configuration for Freeradius RADIUS Server.
# # This is not part of the CL configuration.
vlan100client Cleartext-Password := "client1password"
vlan10client Cleartext-Password := "client1password"
Service-Type = Framed-User,
Tunnel-Type = VLAN,
Tunnel-Medium-Type = "IEEE-802",
Expand Down Expand Up @@ -496,12 +496,12 @@ To show configuration information for RADIUS servers, run the `nv show system do

```
cumulus@switch:~$ nv show system dot1x radius server
Server accounting-port authentication-port priority shared-secret vrf
--------- --------------- ------------------- -------- ------------- ---
101.0.0.2 1813 1812 1
Server accounting-port authentication-port priority shared-secret vrf
--------- --------------- ------------------- -------- ------------- ---
10.10.10.1 1813 1812 1
```

To show configuration information for aspecific RADIUS server, run the `nv show system dot1x radius server <ip-address>` command:
To show configuration information for a specific RADIUS server, run the `nv show system dot1x radius server <ip-address>` command:

```
cumulus@switch:~$ nv show system dot1x radius server 10.10.10.1
Expand All @@ -521,24 +521,24 @@ To check which MAC addresses RADIUS has authorized, run the `nv show interface -
cumulus@switch:~$ nv show interface --view=dot1x-summary
Interface Mac-Address Status Auth-Type Username Vlan Session-id
--------- ----------------- ---------- --------- ------------ ---- ----------------
eth0 00:55:00:00:00:09 AUTHORIZED MBA 005500000009 100 946E00ED478CC8D3
00:02:00:00:00:09 AUTHORIZED MD5 vlan100 100 9EA1784C12F4E646
lo 00:55:00:00:00:09 AUTHORIZED MBA 005500000009 100 946E00ED478CC8D3
00:02:00:00:00:09 AUTHORIZED MD5 vlan100 100 9EA1784C12F4E646
mgmt 00:55:00:00:00:09 AUTHORIZED MBA 005500000009 100 946E00ED478CC8D3
00:02:00:00:00:09 AUTHORIZED MD5 vlan100 100 9EA1784C12F4E646
swp1 00:55:00:00:00:09 AUTHORIZED MBA 005500000009 100 946E00ED478CC8D3
00:02:00:00:00:09 AUTHORIZED MD5 vlan100 100 9EA1784C12F4E646
swp2 00:55:00:00:00:09 AUTHORIZED MBA 005500000009 100 946E00ED478CC8D3
00:02:00:00:00:09 AUTHORIZED MD5 vlan100 100 9EA1784C12F4E646
swp3 00:55:00:00:00:09 AUTHORIZED MBA 005500000009 100 946E00ED478CC8D3
00:02:00:00:00:09 AUTHORIZED MD5 vlan100 100 9EA1784C12F4E646
swp4 00:55:00:00:00:09 AUTHORIZED MBA 005500000009 100 946E00ED478CC8D3
00:02:00:00:00:09 AUTHORIZED MD5 vlan100 100 9EA1784C12F4E646
swp5 00:55:00:00:00:09 AUTHORIZED MBA 005500000009 100 946E00ED478CC8D3
00:02:00:00:00:09 AUTHORIZED MD5 vlan100 100 9EA1784C12F4E646
swp6 00:55:00:00:00:09 AUTHORIZED MBA 005500000009 100 946E00ED478CC8D3
00:02:00:00:00:09 AUTHORIZED MD5 vlan100 100 9EA1784C12F4E646
eth0 00:55:00:00:00:09 AUTHORIZED MBA 005500000009 10 946E00ED478CC8D3
00:02:00:00:00:09 AUTHORIZED MD5 vlan10 10 9EA1784C12F4E646
lo 00:55:00:00:00:09 AUTHORIZED MBA 005500000009 10 946E00ED478CC8D3
00:02:00:00:00:09 AUTHORIZED MD5 vlan10 10 9EA1784C12F4E646
mgmt 00:55:00:00:00:09 AUTHORIZED MBA 005500000009 10 946E00ED478CC8D3
00:02:00:00:00:09 AUTHORIZED MD5 vlan10 10 9EA1784C12F4E646
swp1 00:55:00:00:00:09 AUTHORIZED MBA 005500000009 10 946E00ED478CC8D3
00:02:00:00:00:09 AUTHORIZED MD5 vlan10 10 9EA1784C12F4E646
swp2 00:55:00:00:00:09 AUTHORIZED MBA 005500000009 10 946E00ED478CC8D3
00:02:00:00:00:09 AUTHORIZED MD5 vlan10 10 9EA1784C12F4E646
swp3 00:55:00:00:00:09 AUTHORIZED MBA 005500000009 10 946E00ED478CC8D3
00:02:00:00:00:09 AUTHORIZED MD5 vlan10 10 9EA1784C12F4E646
swp4 00:55:00:00:00:09 AUTHORIZED MBA 005500000009 10 946E00ED478CC8D3
00:02:00:00:00:09 AUTHORIZED MD5 vlan10 10 9EA1784C12F4E646
swp5 00:55:00:00:00:09 AUTHORIZED MBA 005500000009 10 946E00ED478CC8D3
00:02:00:00:00:09 AUTHORIZED MD5 vlan10 10 9EA1784C12F4E646
swp6 00:55:00:00:00:09 AUTHORIZED MBA 005500000009 10 946E00ED478CC8D3
00:02:00:00:00:09 AUTHORIZED MD5 vlan10 10 9EA1784C12F4E646
```

To show 802.1X configuration settings and authenticated session information for an interface, run the `nv show interface <interface> dot1x` command:
Expand Down Expand Up @@ -576,7 +576,7 @@ To show the authenticated sessions and statistics for a specific MAC address, ru
cumulus@switch:~$ nv show interface swp1 dot1x authenticated-sessions 00:02:00:00:00:09
operational
------------------------- -----------------
username vlan100
username vlan10
auth-type MD5
status AUTHORIZED
vlan 10
Expand Down

0 comments on commit 7bd3798

Please sign in to comment.