在思科模擬器上,怎麼在多個交換機上劃分VLAN

2021-05-15 04:38:36 字數 5266 閱讀 9406

1樓:匿名使用者

交換機之間用trunk模式,並允許相應的vlan,然後你在多個交換機上劃vlan就跟平常一樣劃

怎麼在思科模擬器上搭建三層交換機vlan間路由

2樓:匿名使用者

交換機的線應該是連線到路由器的wan口了。如果是這樣建議按照以下步驟配置:

1、將交換機連線路由器的埠加入到vlan中。(vlan1或vlan2都可以,當然可以建立一個新的vlan,但要給vlan介面配置ip地址,作為vlan內主機的閘道器)

2、路由器配置,網際網路介面ip選擇靜態ip,和上個步驟相對應,如果交換機介面加入vlan1,就使用192.168.10.

x,如果交換介面加入vlan2就使用192.168.20.

x。別忘了閘道器。

3、配置路由器的ip地址為192.168.40.1,啟用dhcp,點頁面下面的保持配置。

筆記本上獲取ip或者自動獲取,一定要看有沒有閘道器地址。

交換機上要使用ip routing命令開啟vlan間路由。

3樓:籃球之魔科比

模型上再放一個支援單臂路由的思科路由器即可

連線交換機的路由器介面上再分子介面,和一個個vlan在對應的網段。

4樓:勵忍葛曼

這個問題就需要問網工啊,網路工程師。您可以從c**a.np或者ie的資料中搜尋到這個問題的答案。

路由器選擇的話,我建議你選擇360

在思科模擬器上,如何用一臺路由器,一臺交換機,和4臺pc,要求劃分兩個vlan是的pc可訪問不同vlan的pc

5樓:匿名使用者

對交換機的配置:

switch>

switch>

switch>

switch>en

switch>

switch>en

switch#conf t

enter configuration ***mands, one per line.  end with **tl/z.

switch(config)#exit

%sys-5-config_i: configured from console by console

switch#vlan d

switch#vlan database

% warning: it is re***mended to configure vlan from config mode,

as vlan database mode is being deprecated. please consult user

documentation for configuring vtp/vlan in config mode.

switch(vlan)#vlan 2 name a

vlan 2 added:

name: a

switch(vlan)#vlan 3 name b

vlan 3 added:

name: b

switch(vlan)#exit

exiting....

switch#conf t

enter configuration ***mands, one per line.  end with **tl/z.

switch(config)#int vlan 2

%link-5-changed: inte***ce vlan2, changed state to upswitch(config-if)#

switch(config-if)#no shu

switch(config-if)#int vlan 3

%link-5-changed: inte***ce vlan3, changed state to upswitch(config-if)#

switch(config-if)#no shu

switch(config-if)#int f0/1

switch(config-if)#sw m ac

switch(config-if)#sw ac vlan 2

%lineproto-5-updown: line protocol on inte***ce vlan2, changed state to upswitch(config-if)#

switch(config-if)#int f0/2

switch(config-if)#sw m ac

switch(config-if)#sw ac vlan 3

%lineproto-5-updown: line protocol on inte***ce vlan3, changed state to upswitch(config-if)#

switch(config-if)#int f0/3

switch(config-if)#sw m ac

switch(config-if)#sw ac vlan 2

switch(config-if)#int f0/4

switch(config-if)#sw m ac

switch(config-if)#sw ac vlan 3

switch(config-if)#int f0/5

switch(config-if)#no shu

switch(config-if)#sw m ac

switch(config-if)#sw m tr

switch(config-if)#exit

switch(config)#exit

%sys-5-config_i: configured from console by console

switch#

對路由器的配置:

press return to get started!

router>

router>

router>en

router#conf t

enter configuration ***mands, one per line.  end with **tl/z.

router(config)#int f0/0

router(config-if)#no shu

%link-5-changed: inte***ce fastether***0/0, changed state to up

%lineproto-5-updown: line protocol on inte***ce fastether***0/0, changed state to up

router(config-if)#no ip ad

router(config-if)#no ip address

router(config-if)#int f0/0.1

%link-5-changed: inte***ce fastether***0/0.1, changed state to up

%lineproto-5-updown: line protocol on inte***ce fastether***0/0.1, changed state to uprouter(config-subif)#

router(config-subif)#en

router(config-subif)#encapsulation d

router(config-subif)#encapsulation dot1q 2

router(config-subif)#ip ad

router(config-subif)#ip address 192.168.1.1 255.255.255.0

router(config-subif)#int f0/0.2

%link-5-changed: inte***ce fastether***0/0.2, changed state to up

%lineproto-5-updown: line protocol on inte***ce fastether***0/0.2, changed state to uprouter(config-subif)#

router(config-subif)#en

router(config-subif)#encapsulation d

router(config-subif)#encapsulation dot1q 3

router(config-subif)#ip ad

router(config-subif)#ip address 192.168.2.1 255.255.255.0

router(config-subif)#exit

router(config)#

我是在模擬

器上做的,你可以看看這些命令,要是不明白的話再問吧。

6樓:匿名使用者

3層交換機...

sw1:

#模式下:入vlan database用vlan [vlan id]新建vlan.例如vlan2(本來已經有個vlan1

在conf t模式下:

int vlan 1

ip add 192.168.1.1 255.255.255.0(vlan1閘道器.vlan1電腦網段閘道器按照這個設定)

int vlan 2

ip add 192.168.2.1 255.255.255.0(vlan2閘道器.vlan2電腦網段閘道器按照這個設定)

ip routing(啟用路由功能)

int fa0/1進入埠1

sw mo acc設定模式訪問狀態

sw acc vlan 1吧int fa 0/1放入vlan1.2層一樣這樣設定.不詳細說.

------淫-蕩-的-分-割-線------

2層交換機情況下:

埠放入不用說.以上說了.

假設int fa 1/5連線路由器.則:

int fa 1/5

sw mo tr吧埠配置成trunk模式

sw tr enc d並封裝ieee 802.1q協議

r1:int fa 0/0

ip add 192.168.1.1 255.255.255.0(vlan1閘道器)

int fa 0/0.1(子介面)

ip add 192.168.2.1 255.255.255.0(vlan2閘道器)

enc d(封裝ieee 802.1q協議)

電腦ip編址..不用我說了吧..

7樓:匿名使用者

路由劃分子介面

封裝新增ip地址這個ip地址就是vlan 閘道器交換機連線路由的口起trunk

pc指預設閘道器就可以了。

思科模擬器交換機怎麼配置ip,思科交換機怎麼給埠配置ip?

二層交換機可以配ip,但只能在vlan中配,如果要設定tel 的話要將網管指向三層裝置 二層只是透傳vlan,三層 起ip二層switch mode access switch access vlan 10三層 int vlan 10 ip add 192.168.10.1 255.255.255....

怎麼在思科模擬器上搭建三層交換機vlan間路由

交換機的線應該是連線到路由器的wan口了。如果是這樣建議按照以下步驟配置 1 將交換機連線路由器的埠加入到vlan中。vlan1或vlan2都可以,當然可以建立一個新的vlan,但要給vlan介面配置ip地址,作為vlan內主機的閘道器 2 路由器配置,網際網路介面ip選擇靜態ip,和上個步驟相對應...

思科模擬器設定三層交換機,思科模擬器設定三層交換機

第一張 在設定vlan3時有點問題!vlan3 回車 ip add 192.168.1.1 255.255.255.0 我也不是專業的!我只是學了一點!做一步你show vlan試試!一步一步的來!思科模擬器,三層交換機與路由設定連線。5 三層交換和路由連線的埠先打個no switchport停用交...