over

This command sets the parent interface type.

Syntax

over { ethernet | link-aggregation }

Parameters

ethernet
Indicate that the parent is an Ethernet interface. This setting is the default value.
link-aggregation
Indicates that the parent is an aggregate interface.

Guidelines

The over command sets the parent interface type for the VLAN interface.

  • When an Ethernet interface, use the ethernet-interface command to set the parent Ethernet interface.
  • When an aggregate interface, use the link-aggregation-interface command to set the parent aggregate interface.

Examples

Indicate that the eth10 Ethernet interface is the parent.
# over ethernet
# ethernet-interface eth10
Indicate that the aggregate-1 aggregate interface is the parent.
# over link-aggregation
# link-aggregation-interface aggregate-1