Skip to content

Commit

Permalink
Merge branch '511-final-weeks' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
cumulusAnia committed Oct 18, 2024
2 parents 6fbbbd7 + ae5d23b commit 48c54c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cumulus@switch:~$ nv config apply

For IPv6, run the `nv set bridge domain <bridge> dhcp-snoop6 vlan <vlan>` command.

To disable DHCP snooping on a VLAN under a bridge, run the `nv unset bridge domain <bridge> dhcp-snoop vlan <vlan>` command.
To disable DHCP snooping on a VLAN under a bridge, run the `nv unset bridge domain <bridge> dhcp-snoop vlan <vlan>` command for IPv4 or the `nv unset bridge domain <bridge> dhcp-snoop6 vlan <vlan>` command for IPv6.

{{< /tab >}}
{{< tab "Linux Commands ">}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 48c54c6

Please sign in to comment.