When you configure an untagged Aggregated Ethernet interface, the existing rules for untagged interfaces apply. These rules are as follows:
Table 48 lists untagged aggregated Ethernet and LACP support by PIC and platform.
Table 48: Untagged Aggregated Ethernet and LACP Support by PIC and Platform
The 8–port Fast Ethernet PIC does not support untagged aggregated Ethernet or LACP.
Syslog messages are logged if you try to configure an untagged aggregated Ethernet interface using an unsupported PIC type.
For more information about configuring LACP, see Configuring Aggregated Ethernet LACP.
Configure an untagged aggregated Ethernet interface by omitting the vlan-tagging and vlan-id statements from the configuration:
- [edit interfaces]
- fe-5/0/1 {
-
- fastether-options {
- 802.3ad ae0;
- }
- }
- ae0 {
-
- unit 0 {
-
- family inet {
-
- address 13.1.1.2/24 {
-
- vrrp-group 0 {
- virtual-address 13.1.1.4;
- priority 200;
- }
- }
- }
- }
- }