D-Link DES-7200 Refrigerator User Manual


  Open as PDF
of 1968
 
DES-7200 Configuration Guide Chapter 1 Interface Configuration
1-19
In the interface configuratiion mode, you can use the no switchport command
to convert a L2 aggregate port to a L3 aggregate port:
Command Function
DES-7200(config-if)# no switchport
Shut down the interface and
change it to L3 mode.
DES-7200(config-if)# ip address ip_address
subnet_mask
Configure the IP address and
subnet mask.
The following example shows how to create an L3 aggregate port and assign an
IP address to it.
DES-7200# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
DES-7200(config)# interface aggregateport 2
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.3 Showing Interface
Configuration and Status
This section covers interface status display and gives examples. You may view
interface status by using the show command in the privileged EXEC mode. To
show interface status, use the following commands.
Command Function
DES-7200# show interfaces [interface-id]
Show the status and
configuration of the specified
interface.
DES-7200# show interfaces interface-id status
Show the status of the specified
interface.
DES-7200# show interfaces [interface-id]
switchport
Show the administrative and
operational status of an switch
interface (non-routing interface).
DES-7200# show interfaces [interface-id]
description
Show the description and status
of the specified interface.
DES-7200# show interfaces [interface-id]
counters
Show the statistics of the
specified port.
Where, the rate displayed may
have an error of less than 0.5%.
The following example shows how to display the status of Gigabitethernet 0/1.
SwitchA#show interfaces gigabitEthernet 0/1