Purpose
Enter
an edit session to create an
instance of a configuration object.
Syntax
create object-type object-instance
Parameters
- object-type
- Type of the object to be created
- object-instance
- Name of the object instance to be created
Usage Notes
- Some objects cannot be
created in the Command Line Interface.
These objects include the following:
- Objects for which there
is only one instance, called singleton
objects
- Objects for which there is a predefined, finite set,
such as the ethernet-interface objects.
- By
default, the AdminState of a newly created object is enabled.
If you want to create an object with its AdminState set to disabled,
use set.
Example
Create
a vlan-interface named v1000.
Console> create vlan-interface v1000
Console vlan-interface:v1000>
...