D-Link DES-7200 Refrigerator User Manual


  Open as PDF
of 1968
 
DES-7200 Configuration Guide Chapter 1 Interface Configuration
1-18
Then, you can configure the attributes related to the SVI. For detailed
information, refer to Configuring Single IP Address Route.
The following example shows how to enter the interface configuration mode and
assign an IP address to SVI 100.
DES-7200# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
DES-7200(config)# interface vlan 100
DES-7200(config-if)# ip address 192.168.1.1 255.255.255.0
DES-7200(config-if)# end
1.2.9.2 Configuring Routed Ports
This section deals with how to create and configure a routed port.
You may create a routed port by using the no switchport command in the
interface configuration command.
To create one routed port and assign an IP address to it, execute the following
commands:
Command Function
DES-7200(config-if)# no switchport
Shut down the interface and then
change it to L3 mode.
DES-7200(config-if)# ip address ip_address
subnet_mask
Configure the IP address and
subnet mask.
Caution
No layer switching can be performed by using switchport/ no
switchport when an interface is a member of an L2 Aggregate
Port.
The following example shows how to set an L2 interface to a routed port and
then assign an IP address to it.
DES-7200# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
DES-7200(config)# interface fastethernet 1/6
DES-7200(config-if)# no switchport
DES-7200(config-if)# ip address 192.168.1.1 255.255.255.0
DES-7200(config-if)# no shutdown
DES-7200(config-if)# end
1.2.9.3 Configuring L3 Aggregate
Ports
This section deals with how to create an L3 aggregate port and some related
configuration.