![Asante IntraCore 35516 Series User Manual Download Page 84](http://html.mh-extra.com/html/asante/intracore-35516-series/intracore-35516-series_user-manual_2980496084.webp)
- 84 -
5.13.3 EtherAggregate Configuration Example
The following example creates four L3 EtherAggregates.
!
! EtherAggregate example configuration file
!
...
// The below configures port-aggregate 1 with 1-4 eth ports with speed 1000 Mbps
// The Vlan Mode is default Access mode
//Access vlan is 1
interface port-aggregate 1
name EtherAggregate 1
description Engineering EtherAggregate
port-member add eth 1-4
//the below configures port-aggregate 2 with 5-8 eth ports
// Vlan Mode is set to dot1qtrunk
//Even though the access vlan is set to 2, since the mode is dot1qtrunk all the
//configuration following dot1qtrunk mode takes effect
// native vlan set to 2 and allowed vlan list set to all vlans on the system
interface port-aggregate 2
name EtherAggregate 2
description Marketing EtherAggregate
port-member add eth 5-8
access vlan 2
mode dot1q-trunk
dot1q-trunk native vlan 2
dot1q-trunk allowed vlan add all
!
// The below configures port-aggregate 3 with 9-12 eth ports set to speed 100 Mbps
interface port-aggregate 3
name EtherAggregate 3
description Purchase EtherAggregate
port-member add eth 9-12
access vlan 3
dot1q-trunk allowed vlan add 2-10
speed 100
// The below configures port-aggregate 4 with 13-16 eth ports set to speed 1000 Mbps
// The Vlan Mode is dot1qtrunk mode
//default is dot1qtrunk native vlan 1
// dot1q-trunk allowed vlan list is 1000-2000, 3000-3333 where 1000-2000,3000-3333 are
existing vlans
interface port-aggregate 4
name EtherAggregate 4
description Finance EtherAggregate
port-member add eth 13-16
mode dot1q-trunk
dot1q-trunk allowed vlan add 1000-2000, 3000-3333
end