Displaying user accounts and AAA server settings in switch configuration file

Zyxel_Adam
Zyxel_Adam Posts: 430  Zyxel Employee
Zyxel Certified Network Administrator - Nebula 25 Answers First Comment Friend Collector
edited December 2023 in Network Security

For security aspect, the factory default settings of switches exclude configurations for local user accounts, including SNMP and settings for AAA servers, RADIUS and TACACS+. However, to include user information in the configuration file, a specific command needs to be used. Here's how it works:

Diaplaying User account in the Configuration File

Switch(config)# display user ? 
    <[system] [snmp]>         enable specific options 
    <cr>                      enable all options

Displaying AAA Service Parameters in the Configuration File

Switch(config)# display aaa ? 
    <[authentication][authorization][server]> enable specific options 
    <cr>                      enable all option

Adam