From ae5d23bab06eb03a2d3547559b339d4cbb25fc3d Mon Sep 17 00:00:00 2001 From: cumulusAnia Date: Fri, 18 Oct 2024 12:20:46 -0700 Subject: [PATCH] updates --- .../Layer-1-and-Switch-Ports/DHCP/DHCP-Snooping.md | 2 +- .../Authentication-Authorization-and-Accounting/RADIUS-AAA.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/content/cumulus-linux-511/Layer-1-and-Switch-Ports/DHCP/DHCP-Snooping.md b/content/cumulus-linux-511/Layer-1-and-Switch-Ports/DHCP/DHCP-Snooping.md index 261fe0dc5c..b2cd478213 100644 --- a/content/cumulus-linux-511/Layer-1-and-Switch-Ports/DHCP/DHCP-Snooping.md +++ b/content/cumulus-linux-511/Layer-1-and-Switch-Ports/DHCP/DHCP-Snooping.md @@ -34,7 +34,7 @@ cumulus@switch:~$ nv config apply For IPv6, run the `nv set bridge domain dhcp-snoop6 vlan ` command. -To disable DHCP snooping on a VLAN under a bridge, run the `nv unset bridge domain dhcp-snoop vlan ` command. +To disable DHCP snooping on a VLAN under a bridge, run the `nv unset bridge domain dhcp-snoop vlan ` command for IPv4 or the `nv unset bridge domain dhcp-snoop6 vlan ` command for IPv6. {{< /tab >}} {{< tab "Linux Commands ">}} diff --git a/content/cumulus-linux-511/System-Configuration/Authentication-Authorization-and-Accounting/RADIUS-AAA.md b/content/cumulus-linux-511/System-Configuration/Authentication-Authorization-and-Accounting/RADIUS-AAA.md index 6ffafac854..4236707b37 100644 --- a/content/cumulus-linux-511/System-Configuration/Authentication-Authorization-and-Accounting/RADIUS-AAA.md +++ b/content/cumulus-linux-511/System-Configuration/Authentication-Authorization-and-Accounting/RADIUS-AAA.md @@ -270,6 +270,10 @@ accounting {{< /tab >}} {{< /tabs >}} +The `/var/log/radius-cmd-acct.log` file contains the local copy of the logs, which match the logs that the server receives. + +If you do not receive any accounting packets, check the `/var/log/radius-send-cmd.log` file. + ## Verify RADIUS Client Configuration To verify the RADIUS client configuration, log in as a non-privileged user and run the `nv set interface` command.