Authentication Configuration

This table lists and describes steps to take to authenticate the configuration.

Step Command Expected Behavior
Verify authentication mode show running-config authentication Type = Local or TACACS
if Type = TACACS, the tacacs-servers must be configured as follows:
SBC# show running-config authentication
authentication
   source-port               1812
   type                      tacacs
   protocol                  pap
   tacacs-authentication-only   disabled
   tacacs-authorization         enabled
   tacacs-authorization-arg-mode   enabled
   tacacs-accounting            enabled
   rest-authorization-accounting   disabled
   server-assigned-privilege    enabled
   allow-local-authorization     disabled
   login-as-admin               enabled
   management-strategy         hunt
   ike-radius-params-name      
   management-servers
   tacacs-servers
      address                  10.0.0.1
      port                     49
      state                     enabled
      secret                    <password>
      realm-id            
      dead-time                  10
      authentication-methods      all
Verify factory account Verify factory account Ensure factory-accounts is set to enabled.