Celestica Documentation Portal

Find your product documents here

Config Feature

Configures status, auto-restart, fallback and owner of system features.

Syntaxfeature <feature_name> state <state> auto-restart <autorestart_state> owner <owner> fallback <fallback>
Command mode CONFIG
Parameters
  • feature_name – Name of the feature to configure. Accepts string of maximum 32 characters.

  • state – State of the feature. Select between <enabled | disabled>.

  • autorestart_state – State of auto-restart of the feature. Select between <enabled | disabled>.

  • owner – Owner of the feature. Select between <local | kube>.

  • fallback – Fallback of the feature. Select between <off | on>.

Usage Use this command to enable/disable the feature, auto-start, owner and fallback.
Supported Releases 1.0.0 or later
Click command
  • config feature state <Enable|disable>

  • config feature autorestart <Enable|disable>

  • config feature fallback <off|on>

  • config feature owner <kube|local>

Example
sonic(config)# feature snmp fallback on state enabled auto-restart disabled owner local
sonic(config)#