導航:首頁 > 網路設置 > 思科網路實驗題交換機和路由器

思科網路實驗題交換機和路由器

發布時間:2022-11-17 13:52:21

Ⅰ 思科實驗用的交換機和路由和家庭用的有什麼不同啊

思科的交換機和路由器基本上都是企業級以上級別客戶用的機子,性能比較好。
而家庭用的是傻瓜式的 基本上不用自己配置什麼,接上去就可以用,功能也不多,性能比思科的肯定差多了。家庭用沒有必要用企業級的,大材小用。
現在用的網路協議基本都是TCP/ip協議,通過IP地址來通信的協議。協議的具體內容就和樓上所述,在這里就不多說了,網路上也有很多相關知識,如果還覺得不是清楚 可以到我的博客上留言 數據中心天空 。

Ⅱ 思科路由器與交換機之間的連接

在router 上router>enrouter#con trouter(config)#interface f0/0router(config-if)#no ip addressrouter(config-if)#no shutdownrouter(config-if)#interface f0/0.1router(config-subif)#ip address X.X X.Xrouter(config-subif)#en dot1q 2router(config-subif)#no shutrouter(config-subif)#interface f0/0.2router(config-subif)#ip address X.X X.Xrouter(config-subif)#en dot1q 3router(config-subif)#no shut在switch上switch>enswitch#vlan databaseswitch(vlan)#vlan 2 name v2switch(vlan)#vlan 3 name v3switch(vlan)#exitswitch#con tswitch(config)#interface f0/1switch(config-if)#switchport mode trunkswitch(config-if)#inter f0/2switch(config-if)#switchport access vlan 2switch(config-if)#inter f0/3switch(config-if)#switchport access vlan 3就這樣就好了

計算機網路實驗 配置交換機和路由器 使得PC0和PC1 ping通

這個問題倒是簡單得很,但是你的需求不是很詳細,我想問清楚幾個問題:
1、PC0的網關是在交換機上還是路由器上?
2、所涉及的地址是否任意規劃?
3、兩台PC是否自動獲取地址?

我這里給你做了一個配置,PC0網段為192.168.10.0/24、網關為192.168.10.1、網關在交換機上,PC1網段為192.168.20.0/24、網關為192.168.20.1,兩台PC都自動獲取地址

交換機配置:
ip dhcp pool 10 創建dhcp地址池
network 192.168.10.0 255.255.255.0
default-router 192.168.10.1
dns-server 8.8.8.8

ip routing 思科三層交換機,默認所有網段不能互訪,所以必須開這條命令

vlan 10
interface FastEthernet0/1 這個埠和PC0連接
switchport access vlan 10
switchport mode access

interface FastEthernet0/2 這個埠和路由器連接
no switchport
ip address 1.1.1.1 255.255.255.252

interface Vlan10 創建PC0的網關
ip address 192.168.10.1 255.255.255
no shutdown

ip route 192.168.20.0 255.255.255.0 1.1.1.2 靜態路由

路由器配置:
ip dhcp pool 20 創建PC1的dhcp地址池
network 192.168.20.0 255.255.255.0
default-router 192.168.20.1
dns-server 8.8.8.8

interface FastEthernet0/0 這個埠和交換機互聯
ip address 1.1.1.2 255.255.255.252
no shutdown

interface FastEthernet0/1 這個埠和PC1互聯
ip address 192.168.20.1 255.255.255.0
no shutdown

ip route 192.168.10.0 255.255.255.0 1.1.1.1

Ⅳ 思科交換機模擬器問題,路由器和交換機怎樣聯通

路由器f0/0口用直通線連交換機任意口,交換機任意口用直通線連電腦,電腦上配置
ip地址192.168.1.2
掩碼255.255.255.0
網關192.168.1.1
點路由進控制台,輸入
n回車
en回車
conf t回車
int f0/0回車
no shut回車
ip add 192.168.1.1 255.255.255.0回車

用電腦ping192.168.1.1就可以通了

Ⅳ !! 一道思科的網路題 希望高手盡快解答! 路由器、交換機連接拓撲圖如下:試完成以下配置題。

int f0/0
ip add 172.16.10.2 255.255.0.0
no sh

int f0/1
ip add 172.16.10.3 255.255.0.0
no sh
其它介面類推

ip router
rip 172.16.10.0
V2

交換機要打就不是一點點命令了,要劃分埠,還要看你的拓撲,是否要用TRUNK鏈路
路由器上做個單臂路由劃分子介面就可以了,

Ⅵ 思科三層交換機跟路由器相連接的時候應該如何配置

1、打開思科交換CLI,首先進入的是用戶模式,如果要進行配置操作需要進入特權模式。

Ⅶ 思科交換機連接網段和路由器的疑問

你在PC機上設置默認網關了嗎?需要把192.168.1.1作為192.168.1.0這個網段的默認網關,吧10.10.10.100作為10網段的默認網關。如果不通可以使用NO SH啟動一下介面。注意各介面連接線使用直連線即可。

Ⅷ 我現在有一台H3c s3100交換機 和一台 思科2600系列的路由器,我要做一個實驗,就是兩台

在路由器上不同介面配置不同網段的IP地址,然後配置這兩個網段的DHCP服務。交換機連接到相應的路由器介面,這樣插在不同網段的PC機就會自動獲得不同網段的IP地址。由於是直連網路,不需要配置路由協議就可以直接PING通不同網段的主機。

Ⅸ 思科模擬器,路由器和交換機如何聯合使用

你的命令不對。在路由器配置IP地址是在介面配置模式,而不是在全局配置模式。配置命令是
ip add IP地址 子網掩碼
路由器介面IP地址配置好後在PC機上配置該網段的IP地址及默認網關,注意默認網關就是連接該網段的路由器介面的IP地址。這樣在不同PC機上ping其他PC機即可通。

Ⅹ Cisco思科路由與交換機配置問題VLAN和OSPF和EIGRP。

3.
Switch>enSwitch#conf tEnter configuration commands, one per line. End with CNTL/Z.Switch(config)#vtp mode server Device mode already VTP SERVER.Switch(config)#vtp domain cwjChanging VTP domain name from NULL to manageSwitch(config)#vtp password ciscoSetting device VLAN database password to cisco Switch(config)#int f0/1Switch(config-if)#switchport trunk encapsulation dot1q Switch(config-if)#switchport mode trunk
2Switch>enSwitch#conf tEnter configuration commands, one per line. End with CNTL/Z.Switch(config)#vtp mode clientSetting device to VTP CLIENT mode.Switch(config)#vtp domain manageDomain name already set to manage.Switch(config)#vtp password ciscoSetting device VLAN database password to cisco

3
Switch(config-if)#exitSwitch(config)#vlan 2Switch(config-vlan)#name vlan2Switch(config-vlan)#exit Switch(config)#vlan 3Switch(config-vlan)#name vlan3

2.Switch(config)#int f0/1Switch(config-if)#switchport mode trunk Switch(config-if)#exit Switch(config)#int f0/2Switch(config-if)#switchport access vlan 2Switch(config-if)#exit vlSwitch(config)#int f0/3Switch(config-if)#switchport access vlan 3 3.Switch(config-vlan)#exit Switch(config)#int vlan2 %LINK-5-CHANGED: Interface Vlan2, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan2, changed state to upSwitch(config-if)#ip add 192.168.1.1 255.255.255.0Switch(config-if)#no shutSwitch(config-if)#exit Switch(config)#int vlan 3 %LINK-5-CHANGED: Interface Vlan3, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan3, changed state to upSwitch(config-if)#ip add 192.168.2.1 255.255.255.0Switch(config-if)#no shut zz.192.168.1.2255.255.255.0192.168.1.1 zy192.168.2.2255.255.255.0182.168.2.1

閱讀全文

與思科網路實驗題交換機和路由器相關的資料

熱點內容
中國網路安全委員是誰 瀏覽:648
網路制裁和開掛哪個好 瀏覽:785
網路消費怎麼停止 瀏覽:763
網路營銷哪個學校比較靠譜 瀏覽:426
撥號失敗手機無法連接到通話網路是什麼情況 瀏覽:694
關島手機網路用哪個國家的 瀏覽:681
微信注冊不了微信一直顯示網路異常 瀏覽:43
免網路密碼軟體 瀏覽:557
網路電影超過多少時間才算數 瀏覽:722
網路優化從哪裡找 瀏覽:674
網路和電視怎麼轉換 瀏覽:483
學校的wifi網路是用的光纖嘛 瀏覽:79
如何起訴網路糾紛 瀏覽:470
電腦管家怎麼調用網路 瀏覽:727
手機直連網路共享 瀏覽:513
網路有密碼也能連接的軟體 瀏覽:901
怎麼查沒連接網路密碼 瀏覽:9
客戶管家顯示網路異常 瀏覽:106
網路上買產品不發貨打什麼電話 瀏覽:732
開機輸入無線網路密碼 瀏覽:477

友情鏈接