【正文】
[Quidway] interface ethernet0/3 [QuidwayEthernet0/3] 打開/關(guān)閉以太網(wǎng)端口 以太網(wǎng)交換機(jī)啟動后,用戶可以根據(jù)實際需要使用以下的命令打開或關(guān)閉以太網(wǎng)端口。當(dāng)端口出現(xiàn)工作狀態(tài)不正常時,可以使用shutdown命令將端口先關(guān)閉,之后再使用undo shutdown命令啟動端口,這樣有可能使端口恢復(fù)正常。 關(guān)閉以太網(wǎng)端口 shutdown 打開以太網(wǎng)端口 undo shutdown 省情況下,端口為打開狀態(tài)。 例:關(guān)閉以太網(wǎng)端口Ethernet0/3后再打開該端口。 [QuidwayEthernet0/3] shutdown [QuidwayEthernet0/3] undo shutdown 設(shè)置以太網(wǎng)端口為自協(xié)商方式 可以使用以下命令設(shè)置以太網(wǎng)端口為自協(xié)商方式。當(dāng)以太網(wǎng)端口被設(shè)置為自協(xié)商方式后,端口的速率及雙工狀態(tài)均由本端口和對端端口雙方自動協(xié)商而定。 設(shè)置以太網(wǎng)端口為自協(xié)商方式 negotiationauto 需要注意的是,當(dāng)以太網(wǎng)端口的速率和雙工狀態(tài)被設(shè)置后,自協(xié)商方式自動關(guān)閉。 例:將以太網(wǎng)端口Ethernet0/3設(shè)置為自協(xié)商方式。 [QuidwayEthernet0/3] negotiationauto 設(shè)置以太網(wǎng)端口速率和雙工狀態(tài) 可以使用以下命令對以太網(wǎng)端口的速率和雙工狀態(tài)進(jìn)行設(shè)置。 設(shè)置以太網(wǎng)端口的速率 speed { 10 | 100 } 設(shè)置以太網(wǎng)端口的雙工狀態(tài) duplex { full | half } 命令中的參數(shù)含義如下: 10:表示10Mbit/s速率。 100:表示100Mbit/s速率。 full:表示全雙工狀態(tài)。 half:表示半雙工狀態(tài)。 需要注意的是, l 以太網(wǎng)端口的速率和雙工狀態(tài)必須同時設(shè)置才能生效,只設(shè)置其中一項將不會起作用。 l 10BaseT/100BaseTX以太網(wǎng)端口支持10Mbit/s、100Mbit/s兩種速率,可以根據(jù)需要對其設(shè)置;100BaseFX多模/單模以太網(wǎng)端口的速率和工作模式由系統(tǒng)設(shè)置為100Mbit/s、全雙工模式,用戶不能對其進(jìn)行設(shè)置。如果設(shè)置,則系統(tǒng)會給出提示“Can’t set the ports by the mode”。 l 匯聚端口不能設(shè)置雙工、速率模式。 l 當(dāng)希望在發(fā)送數(shù)據(jù)包的同時可以接收數(shù)據(jù)包,可以將端口設(shè)置為全雙工狀態(tài);當(dāng)希望端口在同一時刻只能發(fā)送或接收數(shù)據(jù)包時,可以將端口設(shè)置為半雙工狀態(tài);當(dāng)希望端口的雙工狀態(tài)由本端和對端協(xié)商而定的話,可以將端口設(shè)置為自協(xié)商方式,且不需進(jìn)行本命令的設(shè)置。 缺省情況下,端口的速率為自協(xié)商方式,雙工狀態(tài)為自協(xié)商方式。 例:將以太網(wǎng)端口Ethernet0/1的速率設(shè)置為10Mbit/s,工作模式設(shè)置為全雙工模式。 [QuidwayEthernet0/1] speed 10 Please set the interface duplex mode, Now it work in AUTO NEGOTIATION mode [QuidwayEthernet0/1] display interface ethernet0/1 Ethernet0/1 is down Hardware is Fast Ethernet, Hardware address is 00e0fc000010 auto_negotiation, 100_BASE_TX Flow control is disable The port belongs to these vlans: Vlan 1 It is not a monitor port It doesn’t belong to a portaggregation 0 packets output 0 bytes, 0 multicasts, 0 broadcasts, 0 pauses 0 packets input 0 bytes, 0 multicasts, 0 broadcasts, 0 pauses 0 CRC errors 0 long frames [QuidwayEthernet0/1] duplex full [QuidwayEthernet0/1] display interface ethernet0/1 Ethernet0/1 is down Hardware is Fast Ethernet, Hardware address is 00e0fc000010 Fullduplex 10M 100_BASE_TX Flow control is disable The port belongs to these vlans: Vlan 1 It is not a monitor port It doesn’t belong to a portaggregation 0 packets output 0 bytes, 0 multicasts, 0 broadcasts, 0 pauses 0 packets input 0 bytes, 0 multicasts, 0 broadcasts, 0 pauses 0 CRC errors 0 long frames 從以上配置和系統(tǒng)顯示可以看出,當(dāng)配置了速率后,系統(tǒng)提示“請配置雙工模式,目前處于自協(xié)商狀態(tài)”;查看端口信息也可以看到端口處于自協(xié)商狀態(tài);之后配置雙工狀態(tài),再次查看端口信息,可以看到所配置的速率和雙工狀態(tài)已經(jīng)起作用。