思科模擬器 我已經使用DHCP獲得了IP地址。怎麼再劃分VLAN,使得不同VLAN下PC可以PING

2021-03-24 18:31:08 字數 5837 閱讀 3524

1樓:匿名使用者

推薦一個改ip方法。

2樓:匿名使用者

可以用九州動態ip手機客戶端來實現更改手機或電腦ip地址

九州軟體是用於在不同網路環境下快速切換ip地址等網路配置的軟體工具

用思科模擬器給同一網段不同vlan用dhcp配置ip地址

3樓:神魔大陸阿扯

1.3560與2950之間使用trunk

2.2950下聯pc用access

3.各vlan的閘道器svi在3560上

4.假設server-pt(dhcp伺服器)的ip是192.168.1.1,同樣閘道器在3560上

5.在各pc的閘道器上增加dhcp中繼配置inte***ce vlan 10

ip helper-address 192.168.1.1

4樓:匿名使用者

可以在電腦或者手機上設定**ip。

搜尋兔子、、、》ip,支援 單視窗單ip

現在ip連線以後再上就可以了。

5樓:匿名使用者

兔子 轉換器,是用於在不同網路環境下快速切換轉換器地址等網路配置的軟體工具。

1、給客戶提供換轉換器功能,包含靜態和動態選擇

2、提供全國20多個省160多個城市千萬轉換器地址隨意選擇

6樓:匿名使用者

這個是可以實現的。

就是需要一個能換的兔~子~轉換器的軟體就可以了

自己找一個合適的,

7樓:匿名使用者

九州軟體是用於在不同網路環境下快速切換ip地址等網路配置的軟體工具。

提供換ip功能,包含靜態線路和動態線路選擇覆蓋全國70多個省500多個城市千萬ip地址隨意選擇靜態ip.動態ip地址可長期使用

有***p、l2tp,支援模擬器多視窗模式

用思科模擬器6.0配置dhcp,能使在同一網段的不同vlan獲取ip地址,請高人詳細說明,謝謝

8樓:曲臂三十三

同一網段

來的不同vlan?這個說法比源較高階,事實上bai普通vlan不能在同一網段,否du則會無法zhi路由。

特殊的vlan可以dao做到同一網段不同vlan,但思科模擬器是不可能做出來的。

不同網段不同vlan的做法很簡單,在每個vlan中廣播dhcp範圍即可,需要建立int vlan

思科dhcp伺服器pc在不同vlan自動獲取ip 15

9樓:

第一個問題:

第二個問題用acl禁止一下唄。

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

10樓:匿名使用者

對交換機的配置:

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)#

我是在模擬

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

11樓:匿名使用者

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編址..不用我說了吧..

在思科模擬器中OSPF怎樣設定思科模擬器怎麼配置四個路由器四個區域OSPF

在思科模 bai擬器中ospf設定的du步驟如下 zhi1 router1的dao 配置版 配置環回口和int2 0的介面的ip地址和ospf的配 置。2 權router2的配置 配置環回口和int2 0的介面的ip地址和ospf的配置。以及int2 0 的時脈頻率。3 router3的配置 配置環...

安裝思科模擬器packet tracer 6 1安裝出現如

6.1好像是這個問題。換個6.0安裝。我的電腦安裝了cisco packet tracer 一執行就出現如下警告 你用的是測試版的?好像是說你沒有註冊,過期了,去下個正式版的吧 應該是安裝檔案有問題,重下個試試 如何安裝cisco packet tracer 6.0 剛安裝的cisco packet...

思科模擬器中使用3560交換機配置不同vlan之間的通訊,為

inte ce vlan 10只是進入了vlan的虛介面,並不是建立vlan 你要先建立vlan,在全域性配置模式下敲vlan 10 這樣你的vlan資料庫裡才會有vlan10的資訊通過show vlan brief 可以檢視到或者通過dir可以檢視到vlan.dat這個檔案純在 注意vlan資料庫...