Displaying user accounts and AAA server settings in switch configuration file

Options
Zyxel_Adam
Zyxel_Adam Posts: 352  Zyxel Employee
First Anniversary 10 Comments Friend Collector First Answer
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