59
<Configuration Example 1>
Overview: Set the status of Port 1 to be closed.
(1) Move to the interface configuration mode for Port 1.
(2) Shut down Port 1.
Fig. 3-4-3 Example of shutting down a port
<Configuration Example 2>
Overview: Set the modes of Ports 2 to 4 to be "100 Mbps full-duplex."
(1) Move to the interface configuration mode for Port 2 to 4.
(2) Set the modes of Ports 2 to 4 at 100 Mbps full-duplex.
Fig. 3-4-4 Example of configuring the duplex mode for a port
<Configuration Example 3>
Overview: Enable the Auto MDI/MDI-X function for Ports 5 to 8.
(1) Move to the interface configuration mode for Port 5 to 8.
(2) Set auto to the Auto MDI/MDI-X function for Ports 5 to 8.
Fig. 3-4-5 Example of configuring the Auto MDI/MDI-X
M24eG> enable
M24eG# configure
M24eG(config)# interface gi0/1
M24eG(config-if)# shutdown
M24eG(config-if)# exit
M24eG(config)#
M24eG#
(1)
(2)
M24eG> enable
M24eG# configure
M24eG(config)# interface gi0/2-4
M24eG(config-if)# speed-duplex 100-full
M24eG(config-if)# exit
M24eG(config)# exit
M24eG#
M24eG> enable
M24eG# configure
M24eG(config)# interface gi0/5-8
M24eG(config-if)# mdix auto
M24eG(config-if)# exit
M24eG(config)# exit
M24eG#
(1)
(2)
(1)
(2)