efa mgmt subinterface
		create
	 
  Creates a subinterface in a Multiple
		Management IP network deployment.
 Syntax
 
	 efa mgmt subinterface
					create
				[
					--name
					sub
					|
					--vlan-id
					vlan-id
					|
					--ip-addr
					ip-addr
					]
			
 
	 Parameters
 
		 
		   
			 - --name
							sub
					
- Specifies the subinterface name.
- --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
 
	  
		$ efa mgmt subinterface create --name sub-200 --vlan-id 10 
--ip-address 192.168.150.8/24
SubInterface sub-200 created successfully