efa mgmt subinterface
		create
	
	 
  Creates a subinterface in a multiple
		management IP network deployment.
 Syntax
			 
	 efa mgmt subinterface
					create
				
					--name
					name
					|
					--vlan-id
					vlan-id
					|
					--ip-addr
					ip-addr
			
 
	 Parameters
			 
		 
		   
			 - --name
							name
					
- Defines the name of the new
						subinterface.
- --vlan-id
							vlan-id
					
- Specifies the ID of the VLAN for the
						subinterface.
- --ip-addr
							ip-addr
					
- Specifies the IP address of the
						subinterface, including the subnet mask. For example: 10.24.80.150/24.
Examples
			 
	  
		The following example creates a subnet with a name of sub2, a VLAN ID of 20, and an IP address
					of 20.20.20.2/24.
 
		$ efa mgmt subinterface create --name sub2 --vlan-id 20 --ip-address 20.20.20.2/24
SubInterface sub2 created successfully