D-Link DES-7200 Refrigerator User Manual


  Open as PDF
of 1968
 
DES-7200 Configuration Guide Chapter 3 Aggregate Port
Configuration
3-5
attributes of AP including member ports must not be modified.
An AP does not support port security.
Once a port is added to an AP, its attributes will be replaced by those of the
AP.
Once a port is removed from an AP, its attributes will be restored to original
attributes.
Caution
When a port is added to an AP, you cannot perform any configuration
on the port before removing the port from the AP.
3.2.3 Configuring a
Layer2
Aggregate Port
In the interface configuration mode, add the interface to an AP by performing
the following steps.
Command Function
DES-7200(config-if-range)# port-group
port-group-number
Add the interface to an AP (the system
will create the AP if it does not exist).
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 the layer2 Ethernet interface 1/0 to
a member of layer2 AP 5.
DES-7200# configure terminal
DES-7200(config)# interface range gigabitEthernet 0/1
DES-7200(config-if-range)# port-group 5
DES-7200(config-if-range)# end
The command 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).
3.2.4 Configuring a
Layer3
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 (AP 3) and configure
its IP address (192.168.1.1):
DES-7200# configure terminal
DES-7200(config)# interface aggretegateport 3
DES-7200(config-if)# no switchport
DES-7200(config-if)# ip address 192.168.1.1 255.255.255.0