當前位置:首頁 » 課程大全 » h3c路由課程設計

h3c路由課程設計

發布時間: 2021-02-15 04:33:57

『壹』 怎樣用h3c搭建一個網吧的網路拓撲圖的課程設計

有現成的範例你可以看看。

『貳』 雙網路由器如何設置(以H3C)為例

雙網可以實現網路的冗餘、備份和負載均衡:
如果是H3C設備:
1.設置兩版條預設路由 下一跳分權別為兩不同運營商給你提供的網關地址(這樣就實現了冗餘、備份和負載均衡的效果---兩條鏈路同時工作 )推薦這樣使用。
2.設置兩條預設路由 下一跳分別為兩不同運營商給你提供的網關地址 同時可將其中一條預設路由的優先順序改大(>60即可 因為h3c 預設路由的優先順序為60 當然越小選路越優)(這樣就實驗的了冗餘、備份的效果---當一條鏈路down時 另一條鏈路自動啟用)
、、、
1.實現冗餘、備份和負載均衡
IP route-static 0.0.0.0 0.0.0.0 65.5.66.77 (去往電信)
IP route-static 0.0.0.0 0.0.0.0 202.112.1.5 (去往網通)
2.實現冗餘、備份
IP route-static 0.0.0.0 0.0.0.0 65.5.66.77 (去往電信)
IP route-static 0.0.0.0 0.0.0.0 202.112.1.5 pre 65 (去往網通)

『叄』 H3C三層交換怎麼實現路由的功能

  • 在介面配置模式下使用port link-mode route 開啟該介面的三層路由功能;

  • 在介面配置模式下使用內port link-mode bridge關閉該介面的三層路由功能;

  • 思科三容層交換機使用no Swichport開啟該介面的三層路由功能。

『肆』 急求一份H3C華為網路集成的課程設計報告,題目是某大型連鎖商業企業網路系統規劃與設計,跪求大神幫忙

怎麼說呢! 這個我可以做好了發給你!但是呢,你的這個分數也太低了點!這么大的工程量才這么點分啊!不劃算啊!考慮加分我給你做,不加分就算了!

『伍』 H3C-路由器、交換機配置(根據拓撲圖給例詳細命令步驟)

交換機支持的命令:
交換機基本狀態: switch: ;ROM狀態,
路由器是rommon>hostname> ;用戶模式# ;特權模式hostname(config)# ;全局配置模式hostname(config-if)# ;介面狀態

交換機口令設置: switch>enable ;進入特權模式
switch#config terminal ;進入全局配置模式
switch(config)#hostname ;設置交換機的主機名
switch(config)#enable secret xxx ;設置特權加密口令
switch(config)#enable password xxa ;設置特權非密口令
switch(config)#line console 0 ;進入控制台口
switch(config-line)#line vty 0 4 ;進入虛擬終端
switch(config-line)#login ;允許登錄
switch(config-line)#password xx ;設置登錄口令
xxswitch#exit ;返回命令

交換機VLAN設置:

switch#vlan database ;進入VLAN設置
switch(vlan)#vlan 2 ;建VLAN 2
switch(vlan)#no vlan 2 ;刪vlan 2
switch(config)#int f0/1 ;進入埠1
switch(config-if)#switchport access vlan 2 ;當前埠加入
vlan 2switch(config-if)#switchport mode trunk ;設置為干線
switch(config-if)#switchport trunk allowed vlan 1,2 ;設置允許的vlan
switch(config-if)#switchport trunk encap dot1q ;設置vlan 中繼
switch(config)#vtp domain ;設置發vtp域名
switch(config)#vtp password ;設置發vtp密碼
switch(config)#vtp mode server ;設置發vtp模式
switch(config)#vtp mode client ;設置發vtp模式

交換機設置IP地址:

switch(config)#interface vlan 1 ;進入vlan 1
switch(config-if)#ip address ;設置IP地址
switch(config)#ip default-gateway ;設置默認網關
switch#dir flash: ;查看快閃記憶體

交換機顯示命令:

switch#write ;保存配置信息
switch#show vtp ;查看vtp配置信息
switch#show run ;查看當前配置信息
switch#show vlan ;查看vlan配置信息
switch#show interface ;查看埠信息
switch#show int f0/0 ;查看指定埠信息

2. 路由器支持的命令:
路由器顯示命令:

router#show run ;顯示配置信息
router#show interface ;顯示介面信息
router#show ip route ;顯示路由信息
router#show cdp nei ;顯示鄰居信息
router#reload ;重新起動

路由器口令設置:

router>enable ;進入特權模式
router#config terminal ;進入全局配置模式
router(config)#hostname ;設置交換機的主機名
router(config)#enable secret xxx ;設置特權加密口令
router(config)#enable password xxb ;設置特權非密口令
router(config)#line console 0 ;進入控制台口
router(config-line)#line vty 0 4 ;進入虛擬終端
router(config-line)#login ;要求口令驗證
router(config-line)#password xx ;設置登錄口令xx
router(config)#(Ctrl+z) ; 返回特權模式
router#exit ;返回命令

路由器配置:

router(config)#int s0/0 ;進入Serail介面
router(config-if)#no shutdown ;激活當前介面
router(config-if)#clock rate 64000 ;設置同步時鍾
router(config-if)#ip address ;設置IP地址
router(config-if)#ip address second ;設置第二個IP
router(config-if)#int f0/0.1 ;進入子介面
router(config-subif.1)#ip address ;設置子介面IP
router(config-subif.1)#encapsulation dot1q ;綁定vlan中繼協議
router(config)#config-register 0x2142 ;跳過配置文件
router(config)#config-register 0x2102 ;正常使用配置文件
router#reload ;重新引導

路由器文件操作:

router# running-config startup-config ;保存配置
router# running-config tftp ;保存配置到tftp
router# startup-config tftp ;開機配置存到tftp
router# tftp flash: ;下傳文件到flash
router# tftp startup-config;下載配置文件ROM狀態:
Ctrl+Break ;進入ROM監控狀態
rommon>confreg 0x2142 ;跳過配置文件
rommon>confreg 0x2102 ;恢復配置文件
rommon>reset ;重新引導
rommon> xmodem: flash: ;從console傳輸文件

rommon>IP_ADDRESS=10.65.1.2 ;設置路由器IP
rommon>IP_SUBNET_MASK=255.255.0.0 ;設置路由器掩碼
rommon>TFTP_SERVER=10.65.1.1 ;指定TFTP伺服器IP
rommon>TFTP_FILE=c2600.bin ;指定下載的文件
rommon>tftpdnld ;從tftp下載
rommon>dir flash: ;查看快閃記憶體內容
rommon>boot ;引導IOS

靜態路由:

ip route ;命令格式router(config)#ip route 2.0.0.0 255.0.0.0 1.1.1.2 ;
靜態路由舉例router(config)#ip route 0.0.0.0 0.0.0.0 1.1.1.2 ;默認路由舉例

動態路由:

router(config)#ip routing ;啟動路由轉發
router(config)#router rip ;啟動RIP路由協議。
router(config-router)#network ;設置發布路由
router(config-router)#negihbor ;點對點幀中繼用。

『陸』 h3c路由器設置有哪些步驟

以復H3CER3100為例,設置步驟如下:

制第一步:打開新的H3CER3100路由器包裝盒,拿出H3CER3100路由器,然後看H3C ER3100路由器的背面,記住上面的IP,用戶名,密碼。

第二步:正常登錄H3C ER3100路由器,在IE地址欄內直接輸入:192.168.1.1(這個地址來源於路由器的背面,廠家設定的,用戶名和密碼都是背面的)

第三步:輸入:192.168.1.1後,直接進入H3C ER3100路由器的登錄頁面,如下圖所示:

『柒』 求問H3C路由交換 初級 ppp FR ospf 的三種課程設計總結和結論

ppp和ospf有,fr的現在都沒有用的了。如果你需要的話hi我,我給你郵箱發過去,然後你在給我分

熱點內容
武漢大學學生會輔導員寄語 發布:2021-03-16 21:44:16 瀏覽:612
七年級學生作文輔導學案 發布:2021-03-16 21:42:09 瀏覽:1
不屑弟高考成績 發布:2021-03-16 21:40:59 瀏覽:754
大學畢業證會有成績單 發布:2021-03-16 21:40:07 瀏覽:756
2017信陽學院輔導員招聘名單 發布:2021-03-16 21:40:02 瀏覽:800
查詢重慶2018中考成績查詢 發布:2021-03-16 21:39:58 瀏覽:21
結業考試成績怎麼查詢 發布:2021-03-16 21:28:40 瀏覽:679
14中醫醫師資格筆試考試成績查分 發布:2021-03-16 21:28:39 瀏覽:655
名著賞析課程標准 發布:2021-03-16 21:27:57 瀏覽:881
北京大學商業領袖高端培訓課程 發布:2021-03-16 21:27:41 瀏覽:919