国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

三臺路由器兩臺PC的網(wǎng)絡(luò)配置

這篇具有很好參考價值的文章主要介紹了三臺路由器兩臺PC的網(wǎng)絡(luò)配置。希望對大家有所幫助。如果存在錯誤或未考慮完全的地方,請大家不吝賜教,您也可以點擊"舉報違法"按鈕提交疑問。

目錄

一、拓撲圖

二、路由器配置

?R0路由器配置

R1路由器配置

R1路由器配置

三、檢查路由器未知路由條目

R0路由器

R1路由器

R2路由器

四、添加路由器未知條目

R0路由器

R1路由器

R2路由器

五、調(diào)試

PC0到PC1是否能ping通

PC1到PC0是否能ping通


一、拓撲圖

三臺路由器和兩臺pc間的連接,網(wǎng)絡(luò),智能路由器,計算機網(wǎng)絡(luò)

二、路由器配置

?R0路由器配置

Router>en(進入特權(quán)模式

Router#conf t(進入全局配置模式

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#int f0/1(進入R0路由器的0/1接口

Router(config-if)#ip add(簡寫按Tab

Router(config-if)#ip address 192.168.1.254 255.255.255.0(對R1路由器0/1接口配置ip地址

Router(config-if)#ex(退出特權(quán)、配置模式

Router(config)#int f0/0(繼續(xù)進入0/0接口

Router(config-if)#ip add

Router(config-if)#ip address 192.168.2.1 255.255.255.0(對R1路由器0/0接口配置ip地址

Router(config-if)#end(返回特權(quán)模式

Router#

%SYS-5-CONFIG_I: Configured from console by console

Router#

Router>en

Router#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#int f0/0

Router(config-if)#no shut(激活f0/0接口

Router(config-if)#

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

Router(config-if)#ex

Router(config)#int f0/1

Router(config-if)#no shut(激活f0/1接口

R1路由器配置

Router>en

Router#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#int f0/0

Router(config-if)#ip add

Router(config-if)#ip address 192.168.2.2 255.255.255.0

Router(config-if)#ex

Router(config)#int f0/1

Router(config-if)#ip add

Router(config-if)#ip address 192.168.3.1 255.255.255.0

Router(config-if)#end

Router#

%SYS-5-CONFIG_I: Configured from console by console

Router#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#int f0/1

Router(config-if)#no shut(激活f0/1接口

Router(config-if)#

%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up

Router(config-if)#ex

Router(config)#int f0/0

Router(config-if)#no shut(激活f0/0接口

Router(config-if)#

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

R1路由器配置

Router>en
Router#conf t
Enter configuration commands, one per line. ?End with CNTL/Z.
Router(config)#int f0/0
Router(config-if)#ip add
Router(config-if)#ip address 192.168.3.2 255.255.255.0
Router(config-if)#ex
Router(config)#int f0/1
Router(config-if)#ip add
Router(config-if)#ip address 192.168.4.254 255.255.255.0
Router(config-if)#end
Router#

Router#conf t
Enter configuration commands, one per line. ?End with CNTL/Z.
Router(config)#int f0/1
Router(config-if)#no shut(激活f0/1接口

Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up

Router(config-if)#ex
?? ?
Router(config)#int f0/0
Router(config-if)#no shut(激活f0/0接口

三、檢查路由器未知路由條目

R0路由器

Router(config-if)#end

Router#

%SYS-5-CONFIG_I: Configured from console by console

Router#show ip route(檢查路由器R0已知的路由條目

Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP

D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2

E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP

i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area

* - candidate default, U - per-user static route, o - ODR

P - periodic downloaded static route

Gateway of last resort is not set

C 192.168.1.0/24 is directly connected, FastEthernet0/1(已知條目

C 192.168.2.0/24 is directly connected, FastEthernet0/0(已知條目

R1路由器

Router(config-if)#end

Router#

%SYS-5-CONFIG_I: Configured from console by console

Router#show ip route

Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP

D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2

E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP

i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area

* - candidate default, U - per-user static route, o - ODR

P - periodic downloaded static route

Gateway of last resort is not set

C 192.168.2.0/24 is directly connected, FastEthernet0/0(已知條目

C 192.168.3.0/24 is directly connected, FastEthernet0/1(已知條目

R2路由器

Router(config-if)#end

Router#

%SYS-5-CONFIG_I: Configured from console by console

Router#show ip route

Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP

D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2

E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP

i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area

* - candidate default, U - per-user static route, o - ODR

P - periodic downloaded static route

Gateway of last resort is not set

C 192.168.3.0/24 is directly connected, FastEthernet0/0(已知條目

C 192.168.4.0/24 is directly connected, FastEthernet0/1(已知條目

四、添加路由器未知條目

R0路由器

Router#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#ip route 192.168.3.0 255.255.255.0 192.168.2.2(添加未知路由條目和下一跳地址

Router(config)#ip route 192.168.4.0 255.255.255.0 192.168.2.2(添加未知路由條目和下一跳地址

Router(config)#ex

Router#

%SYS-5-CONFIG_I: Configured from console by console

Router#

R1路由器

Router#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#ip route 192.168.1.0 255.255.255.0 192.168.2.1(添加未知路由條目和下一跳地址

Router(config)#ip route 192.168.4.0 255.255.255.0 192.168.3.2(添加未知路由條目和下一跳地址

Router(config)#ex

Router#

%SYS-5-CONFIG_I: Configured from console by console

R2路由器

Router#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#ip route 192.168.1.0 255.255.255.0 192.168.3.1(添加未知路由條目和下一跳地址

Router(config)#ip route 192.168.2.0 255.255.255.0 192.168.3.1(添加未知路由條目和下一跳地址

Router(config)#ex

Router#

五、調(diào)試

PC0到PC1是否能ping通

三臺路由器和兩臺pc間的連接,網(wǎng)絡(luò),智能路由器,計算機網(wǎng)絡(luò)

PC1到PC0是否能ping通

三臺路由器和兩臺pc間的連接,網(wǎng)絡(luò),智能路由器,計算機網(wǎng)絡(luò)文章來源地址http://www.zghlxwxcb.cn/news/detail-723429.html

到了這里,關(guān)于三臺路由器兩臺PC的網(wǎng)絡(luò)配置的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來自互聯(lián)網(wǎng)用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務(wù),不擁有所有權(quán),不承擔相關(guān)法律責任。如若轉(zhuǎn)載,請注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實不符,請點擊違法舉報進行投訴反饋,一經(jīng)查實,立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費用

相關(guān)文章

  • 路由器怎么設(shè)置連接兩臺電腦上網(wǎng)[圖文]

    步驟/方法 1.使用寬帶路由器組網(wǎng) 本內(nèi)容以D-Link DI-504家用寬帶路由器為例,談一談如何使用寬帶路由器共享上網(wǎng),如圖2008112864所示。 圖2008112864 DI-504家用寬帶路由器 DI-504內(nèi)置一個4口的交換機,也就是擁有4個連接到計算機的LAN端口。使用直通網(wǎng)線將計算機連接到LAN端口,然

    2024年02月05日
    瀏覽(22)
  • 不用路由器也可以兩臺電腦共享上網(wǎng)的方法

    不用路由器也可以兩臺電腦共享上網(wǎng) 假設(shè)有兩臺電腦,電腦A和B,其中一臺A有網(wǎng)線,B沒有,那么在沒有路由器的時候B如何上網(wǎng)呢 首先A電腦 右擊網(wǎng)上鄰居!點擊屬性! 出現(xiàn)圖一: 右擊無線網(wǎng)卡屬性,進入TCP/IP協(xié)議配置窗口 見圖2: 按照圖2來配置 再點擊“無線網(wǎng)絡(luò)配置標簽

    2024年02月07日
    瀏覽(25)
  • 【網(wǎng)絡(luò)】路由器和無線路由器就這么配置

    【網(wǎng)絡(luò)】路由器和無線路由器就這么配置

    目錄 ??常見的接入互聯(lián)網(wǎng)方式 ??WAN配置 ??LAN口配置 ??WLAN配置 ??WLAN安全 ??路由設(shè)備管理 ??路由器內(nèi)部組件 ??Cisco路由器的啟動過程 ??基礎(chǔ)命令 ??show running-config ??show startup-config ??copy running-config startup-config ??erase startup-config ??密碼設(shè)置 ??配置Console口密碼 ??

    2024年02月10日
    瀏覽(21)
  • 教你如何通過設(shè)置路由器連接兩臺電腦上網(wǎng) 圖文

    家用電腦經(jīng)常遇到很多比較麻煩的問題。比如兩臺電腦之間有時需要用路由器進行連接。路由器跟交換機對比下的好處就是不會影響網(wǎng)速,那么家用電腦 路由器怎么連接兩臺電腦 呢?如果遇到這些問題大家也莫要驚慌,土巴兔小編將為你解決以上的問題。 路由器怎么連接兩臺

    2024年02月05日
    瀏覽(28)
  • 兩臺電腦簡單的通信過程詳解(經(jīng)過兩個路由器,不同網(wǎng)段)

    兩臺電腦簡單的通信過程詳解(經(jīng)過兩個路由器,不同網(wǎng)段)

    ? ?? 注意拓撲圖的接口與本博客是否相符,判斷以下命令中的ip是否需要修改。 1.AR1-接口對應(yīng)IP 2.AR2-接口對應(yīng)IP 3.AR1-配置路由 4.AR2-配置路由 ? 1.AR1的g0/0/0接口 ? 2.AR2的g0/0/0接口 mac全0代表這個地址待填充,全1代表廣播? 1.先看IP是否是同網(wǎng)段的,不是同網(wǎng)段,使用ARP獲取網(wǎng)關(guān)

    2024年03月23日
    瀏覽(25)
  • 直連路由---直連路由器的兩臺主機可以相互ping通---直連在同一臺路由器的主機和路由器(直連端口)相互ping不通

    直連路由---直連路由器的兩臺主機可以相互ping通---直連在同一臺路由器的主機和路由器(直連端口)相互ping不通

    ????????PC3可以ping通PC2,因為PC2和PC3直連R2路由器,R2路由器路由表中有到1.0.0.0/24和1.0.2.0/24網(wǎng)段的直連路由,路由器R2的數(shù)據(jù)可以到PC2和PC3;PC2網(wǎng)關(guān)地址為路由器端口地址1.0.0.1/24,PC2的數(shù)據(jù)可以到路由器R2;PC3網(wǎng)關(guān)地址為路由器端口地址1.0.2.1/24,PC3的數(shù)據(jù)可以到路由器R

    2024年02月11日
    瀏覽(29)
  • 用兩臺騰達W311R無線路由器實現(xiàn)WDS橋接

    兩臺路由器,先假設(shè)作為主路由功能的是A(本人實驗時的固件號是V3.2.4.02s_CN),而另一臺就是從路由B(本人實驗時的固件號是H1_V3.3.5r)了,首先確保A路由能單獨正常上網(wǎng)并且無線部分工作正常后就可以 進行如下步驟了: 1、如果A路由的LAN口設(shè)置中的IP地址是192.168.0.1,則首

    2024年02月06日
    瀏覽(26)
  • 【計算機網(wǎng)絡(luò)】6 路由器與靜態(tài)路由配置

    【計算機網(wǎng)絡(luò)】6 路由器與靜態(tài)路由配置

    目錄 概覽 環(huán)境 配置VLAN 連接路由器 登錄并命名路由器1(Figure 4) 配置路由器1 WAN口(Figure 5) 配置路由器1 LAN口和路由表 登錄并命名路由器2 配置路由器2WAN口(Figure 8) 配置路由器2 LAN口和路由表(Figure 8) 結(jié)果: 總結(jié) ? 掌握交換機和路由器的連接方法 ? 掌握路由器常用

    2024年02月11日
    瀏覽(47)
  • 兩臺TP-LINK路由器均帶WDS功能實現(xiàn)橋接之方法

    兩臺TPLINK路由器均帶WDS功能實現(xiàn)橋接 A路由設(shè)置如下 : 登錄路由器設(shè)置頁面(這個應(yīng)該不用說怎么做了吧?) 1、點擊進入運行狀態(tài),主要是檢查ADSL狀態(tài)中的PVC開啟情況,看看PVC0(VPI8/VCI35,電信用的參數(shù)值)、PVC1(VPI0/VCI35,網(wǎng)通/聯(lián)通用的參數(shù)值)這兩個開啟了沒有,其它的

    2024年02月05日
    瀏覽(19)
  • 「網(wǎng)絡(luò)工程師必會技能」-路由器介紹和路由器基本配置

    「網(wǎng)絡(luò)工程師必會技能」-路由器介紹和路由器基本配置

    「網(wǎng)絡(luò)工程師必會技能」-路由器介紹和路由器基本配置,這是每個網(wǎng)絡(luò)必須會的技能,不是你有證書就一個網(wǎng)絡(luò)工程師了哦! 以Cisco路由器為例說明: (1)訪問路由器。訪問路由器與訪問交換機一樣,可以通過Console(控制臺)端口連接終端或安裝了終端仿真軟件的PC;通過

    2024年02月11日
    瀏覽(33)

覺得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包