Celestica Documentation Portal

Find your product documents here

Authentication type

Configures the server side authentication type of to be used.

Syntaxauthentication {password | jwt | certificate}
Command modeTelemetry Config
Parameters None
Usage
  • Telemetry service will be restarted to apply the configuration; wait for telemetry container to be up prior to applying the subsequent configuration.

  • Multiple authentication modes are allowed to be configured.

  • Use no authentication [password | jwt | certificate] to remove specific authentication mode or all modes.

Supported Releases1.1.0 or later
Click command None
Example
sonic(conf-telemetry)# authentication password
sonic(conf-telemetry)# authentication jwt
sonic(conf-telemetry)# authentication certificate
sonic(conf-telemetry)# no authentication jwt
sonic(conf-telemetry)# no authentication
sonic(conf-telemetry)#