3 configuring interface duplex – CANOGA PERKINS 9175 Configuration Guide User Manual

Page 16

Advertising
background image

CanogaOS Configuration Guide

1-2

1.2.2 Configurations

Bridge 1

DUT#configure terminal

Enter the Configure mode.

DUT(config)#interface eth-0-1

Enter the interface mode.

DUT(config-if)#speed 100

Set interface eth-0-1 speed to 100M.

DUT(config-if)#interface eth-0-2

Enter the interface eth-0-2.

DUT(config-if)#speed 1000

Set interface eth-0-2 speed to 1000M.

DUT(config-if)#interface eth-0-3

Enter the interface eth-0-3.

DUT(config-if)#speed auto

Set interface eth-0-3 speed to auto negotiation.

DUT(config)#end

Exit to exec mode.

DUT#show interface status

Display interface speed.

1.2.3 Validation

Commands

Bridge 1

DUT#show interface status
Port Status Duplex Speed Mode Type
------------------------------------------------------------
eth-0-1 up a-full 100 access 1000BASE_T
eth-0-2 up a-full 1000 access 1000BASE_T
eth-0-3 up a-full a-1000 access 1000BASE_T

1.3 Configuring Interface Duplex

1.3.1 Topology

Figure 1-3: Interface Duplex

1.3.2 Configurations

Bridge 1

DUT#configure terminal

Enter the Configure mode.

DUT(config)#interface eth-0-1

Enter the interface mode.

DUT(config-if)#duplex full

Set interface eth-0-1 duplex to full.

DUT(config-if)#interface eth-0-2

Enter the interface eth-0-2.

DUT(config-if)#duplex half

Set interface eth-0-2 duplex to half.

DUT(config)#interface eth-0-3

Enter the interface eth-0-3.

DUT(config-if)#duplex auto

Set interface eth-0-3 duplex to auto negotiation.

DUT(config-if)#end

Exit to exec mode.

Advertising