QuestionQ159
Automation
Refer to the exhibit. Which command must be added to the line starting with the file keyword so that the generated running-config file is named fusion-config_ followed by the current date?
- A str.('fusion-config_') + date
- B ('fusion-config_') + date
- C ('fusion-config_ + date')
- D string(('fusion-config_') + date
Community Discussion