Related Documentation
- None
autowizard
Syntax
Description
This command enables the CLI to prompt you for mandatory parameters during configuration.
By default, autowizard is set to true, which means that the CLI prompts you for mandatory parameters if you neglect to specify them.
If you disable autowizard, the CLI does not prompt you for mandatory parameters. If you neglect to configure the mandatory parameters, the commit command fails.
![]() | Note: If you intend to use the running-config output as input to the CLI, you should disable autowizard (set to false). |
Options
Required Privilege Level
Related Documentation
- None
Sample Output
Here is an example where autowizard is set to true. The CLI prompts for the mandatory type parameter.
bti7800# autowizard true
bti7800# config Entering configuration mode terminal bti7800(config)# interface 10ge:1/3/1/1 Value for 'type' [ethernetCsmacd,opticalChannel,otnOdu,otnOtu,...]: ethernetCsmacd bti7800(config-interface-10ge:1/3/1/1)# commit Commit complete.
Here is an example where autowizard is set to false. The commit fails because the mandatory type parameter is not configured.
bti7800# autowizard false
bti7800# config Entering configuration mode terminal bti7800(config)# interface 10ge:1/3/1/7 bti7800(config-interface-10ge:1/3/1/7)# commit Aborted: 'interface 10ge:1/3/1/7 type' is not configured