VLAN failure errors can be seen in the logs when the CTP interface is configured for direct drive when VLANs are configured.
The following errors can be seen repeatedly in the logs:
Nov 18 09:52:16 ctp-mdn ctpd: 9 Port State: te-0/0 VLAN failureNov 18 09:52:16 ctp-mdn ctpd: 10 Port State: te-0/0 Problem with driver UPNov 18 09:52:16 ctp-mdn ctpd: ioc_priv: Error on eth2.1011 socket operation cmd 2 - Operation not supportedNov 18 09:52:16 ctp-mdn ctpd: 9 Port State: te-0/0 Cant IOCTL port
Nov 18 09:52:16 ctp-mdn ctpd: 9 Port State: te-0/0 VLAN failure
Nov 18 09:52:16 ctp-mdn ctpd: 10 Port State: te-0/0 Problem with driver UP
Nov 18 09:52:16 ctp-mdn ctpd: ioc_priv: Error on eth2.1011 socket operation cmd 2 - Operation not supported
Nov 18 09:52:16 ctp-mdn ctpd: 9 Port State: te-0/0 Cant IOCTL port
To resolve, you will have to set the interface to IPtables in order for this to work. IPtables is the linux OS standard for forwarding and receiving packets on the IP stack. Currently, you are using the proprietary CTP forwarding called “direct drive”.
To set IPtables on the interface you should do the following:
The following are the limitations for VLANs:
19-11-2025: Minor, non-technical edit