Once a port is added to an AP, the attributes of the port will be replaced by those of the AP.
Once a port is removed from an AP, the attributes of the port will be restored as those before
it is added to the AP.
When a port is added to the AP, you cannot perform any configuration on
the port before the port exits the AP.
7.2.3 Configuring Aggregate Port
In the interface configuration mode, add an interface to the AP by performing the following
steps.
In the interface configuration mode, use the no port-group command to remove a physical
port from the AP.
The example below shows how to configure layer-2 Ethernet interface 1/0 to the members of
layer-2 AP 5.
DGS-3610# configure terminal
DGS-3610(config)# interface range gigabitEthernet 0/1
DGS-3610(config-if-range)# port-group 5
DGS-3610(config-if-range)# end
The command DGS-3610(config)# interface aggregateport n (n is the AP number) in the
global configuration mode can be used to directly create an AP (if AP n does not exist).
7.2.4 Configuring Layer-3 Aggregate Port
By default, an aggregate port is on layer 2. To configure a layer-3 AP, perform the following
operations.
The example below shows how to configure a layer-3 AP interface (AP 3) and configure its
IP address (192.168.1.1):
DGS-3610# configure terminal
DGS-3610(config)# interface aggretegateport 3
DGS-3610(config-if)# no switchport
DGS-3610(config-if)# ip address 192.168.1.1 255.255.255.0
DGS-3610(config-if)# end