interface IFNAME.SUBINTERFACE_ID
Use this command to configure a subinterface. Subinterfaces are supported for raw Ethernet interfaces as well as dynamic/static LAG interfaces. The number of subinterfaces supported is 2000 per parent port and a total of 4000 sub-interfaces per device. This command displays an error when the identifier of the subinterface is out of range.
Use no form of this command to unconfigure a sub-interface.
Command Syntax
interface IFNAME.SUBINTERFACE_ID
no interface IFNAME.SUBINTERFACE_ID
Parameters
IFNAME
Interface name, such as xe1, po1, or sa1
SUBINTERFACE_ID
Subinterface identifier <1-2000>
Command Mode
Interface mode
Applicability
This command was introduced in OcNOS version 3.0.
Example
(config)#int xe1.5
(config-if)#exit
(config)#no interface xe1.5
(config)#int po1
(config-if)#exit
(config)#int po1.1
(config-if)#exit
(config)#no interface po1.1
(config)#int sa1
(config-if)#exit
(config)#int sa1.1
(config-if)#exit
(config)#no interface sa1.1
Last modified date: 10/16/2023