h3c vlan配置_第1頁(yè)
h3c vlan配置_第2頁(yè)
h3c vlan配置_第3頁(yè)
h3c vlan配置_第4頁(yè)
免費(fèi)預(yù)覽已結(jié)束,剩余1頁(yè)可下載查看

下載本文檔

版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)

文檔簡(jiǎn)介

1、.一:配置基于端口的vlan創(chuàng)建vlan2并進(jìn)入視圖 system-viewh3c vlan 2# 指定vlan2 的描述字符串為home。h3c-vlan2 description home# 向vlan2 中加入端口ethernet1/0/1 和ethernet1/0/2。h3c-vlan2 port ethernet 1/0/1 ethernet 1/0/2# 創(chuàng)建vlan3 并進(jìn)入其視圖。h3c-vlan2 vlan 3# 向vlan3 中加入端口ethernet1/0/3 和ethernet1/0/4。h3c-vlan3 port ethernet 1/0/3 ethernet 1/

2、0/4二:ip 地址配置舉例# 配置vlan 接口2 的ip 地址。 system-viewh3c interface vlan-interface 2h3c-vlan-interface2 ip address 129.2.2.1 255.255.255.0# 配置vlan 接口3 的ip 地址。 system-viewh3c interface vlan-interface 3h3c-vlan-interface3 ip address 192.2.2.1 255.255.255.0配置好后,交換機(jī)上ping各網(wǎng)關(guān)之間應(yīng)該能夠互通,在配置好的端口上連上pc設(shè)置好ip精品.如pc1接ethe

3、rnet1/0/1 設(shè)置ip:129.2.2.2 255.255.255.0 129.2.2.1pc2接ethernet 1/0/3 設(shè)置ip:192.2.2.2 255.255.255.0 192.2.2.1則pc1和pc2能互通s3600三層交換機(jī)端口限速配置:h3cinterface ethernet1/0/4h3c-ethernet1/0/4line-rate outbound 1024 -該端口的出方向報(bào)文流量限速1mh3c-ethernet1/0/4broadcast-suppression pps 1024 -該端口接收廣播流量限速1mh3c-ethernet1/0/4multi

4、cast-suppression pps 1024 -該端口接收組播流量限速1mh3c-ethernet1/0/4unicast-suppression pps 1024 -該端口接收未知單播流量限速1mh3c-ethernet1/0/4flow-control -開(kāi)啟以太網(wǎng)端口的流量限制功能(缺省情況下是關(guān)閉狀態(tài)的)精品.建立并配置vlansystem-view/進(jìn)入配置模式h3cvlan 10/建立vlan 10h3c-vlan10port ethernet1/0/19 /把ethernet1/0/19 加入到vlan 10里面h3c-vlan10name test/名字為testh3c-

5、vlan10descriptio test/描述為testh3c-vlan10quit/退出vlan 10h3cinterface vlan 10進(jìn)入vlan 300里h3c-vlan-interface10ip address 192.168.1.1 255.255.255.0配置ip地址vlan 20的配置h3cvlan 20/建立vlan 20h3c-vlan20port ethernet 1/0/10 to ethernet 1/0/15/把端口1/0/10到1/0/15加入到vlan 20里h3c-vlan20name jishuh3c-vlan20descriptio jishuh

6、3c-vlan20quith3cinterface vlan 20h3c-vlan-interface20ip address 192.168.2.1 255.255.255.0h3c-vlan10undo port ethernet1/0/19/vlan里面端口的刪除h3cundo vlan 10/vlan的刪除ip route-static 0.0.0.0 0.0.0.0 192.168.0.1 preference 60/建立默認(rèn)路由建立dhcp中繼h3cdhcp-server 1 ip 192.168.8.9/配置dhcp服務(wù)器iph3cdhcp relay information e

7、nable/啟動(dòng)dhcp中繼服務(wù)h3cinterface vlan 10/進(jìn)入vlan 10接口h3c-vlan-interface10dhcp-server 1/設(shè)置vlan 10接口的dhcp-server為1設(shè)置交換機(jī)密碼h3cuser-interface aux 0 7h3c-ui-aux0-7user privilege level 3h3c-ui-aux0-7set authentication password simple yokaswichh3cuser-interface vty 0 4h3c-ui-vty0-4user privilege level 3h3c-ui-vt

8、y0-4set authentication password simple yokaswichh3cdisplay current-configuration /查看配置h3csave /保存配置 設(shè)置交換機(jī)固定ip 通過(guò)console口在超級(jí)終端中執(zhí)行以下命令,配置以太網(wǎng)交換機(jī)管理vlan的固定ip system-view h3cinterface vlan-interface 1(進(jìn)入管理vlan) h3c-vlan-interface undo ip address (取消管理vlan原有的ip地址) h3c-vlan-interface ip address 192.168.1.25

9、5 255.255.255.0 (配置以太網(wǎng)交換機(jī)管理vlan的ip地址為192.168.1.255, 子網(wǎng)掩碼為255.255.255.0)通過(guò)web網(wǎng)管登錄簡(jiǎn)介 s3600系列交換機(jī)提供一個(gè)內(nèi)置的web server,用戶可以通過(guò)web網(wǎng)管終端(pc)登錄到交換機(jī)上,利用內(nèi)置的web server以web方式直觀地管理和維護(hù)以太網(wǎng)交換機(jī)。 交換機(jī)和web網(wǎng)管終端(pc)都要進(jìn)行相應(yīng)的配置,才能保證通過(guò)web網(wǎng)管正常登錄交換機(jī)。 用戶通過(guò)console口,在以太網(wǎng)交換機(jī)上配置欲登錄的web網(wǎng)管用戶名和認(rèn)證口令 通過(guò)console口,添加以太網(wǎng)交換機(jī)的web用戶,用戶級(jí)別設(shè)為3(管理級(jí)用戶) h3c local-user admin(設(shè)置用戶名為admin) h3c-luser-admin service-type telnet level 3(設(shè)置級(jí)別3) h3c-luse

溫馨提示

  • 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。

最新文檔

評(píng)論

0/150

提交評(píng)論