cisco模擬器配置靜態路由,cisco模擬器如何配置靜態路由

2021-03-21 00:44:44 字數 8639 閱讀 1503

1樓:匿名使用者

2、所有配置如下

拓撲圖如下

router0

cisco0(config)#do sh run

building configuration...

current configuration : 797 bytes

!version 12.4

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!hostname cisco0!!

!enable secret 5 $1$merr$hx5rvt7rpnos4wqbxkx7m0!!

!!!!

username cisco password 0 cisco!!

!!!!

!spanning-tree mode pvst!!

!!inte***ce fastether***0/0

ip address 192.168.1.254 255.255.255.0

duplex auto

speed auto

!inte***ce fastether***0/1

ip address 10.0.0.1 255.255.255.0

duplex auto

speed auto

!inte***ce serial0/0/0

ip address 172.16.3.1 255.255.255.0

!inte***ce serial0/0/1

no ip address

!inte***ce vlan1

no ip address

shutdown

!router rip

version 2

***work 10.0.0.0

***work 172.16.0.0

***work 192.168.1.0

no auto-summary

!ip classless!!

!!!!

!line con 0

!line aux 0

!line vty 0 4

login!!

!end

router1

cisco1(config)#do sh run

building configuration...

current configuration : 797 bytes

!version 12.4

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!hostname cisco1!!

!enable secret 5 $1$merr$hx5rvt7rpnos4wqbxkx7m0!!

!!!!

username cisco password 0 cisco!!

!!!!

!spanning-tree mode pvst!!

!!inte***ce fastether***0/0

ip address 192.168.3.254 255.255.255.0

duplex auto

speed auto

!inte***ce fastether***0/1

no ip address

duplex auto

speed auto

shutdown

!inte***ce serial0/0/0

ip address 172.16.3.2 255.255.255.0

clock rate 64000

!inte***ce serial0/0/1

no ip address

shutdown

!inte***ce vlan1

no ip address

shutdown

!router rip

version 2

***work 172.16.0.0

***work 192.168.3.0

no auto-summary

!ip classless!!

!!!!

!line con 0

!line aux 0

!line vty 0 4

login!!

!end

router2

cisco2(config)#do sh run

building configuration...

current configuration : 677 bytes

!version 12.4

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!hostname cisco2!!

!enable secret 5 $1$merr$hx5rvt7rpnos4wqbxkx7m0!!

!!!!

username cisco password 0 cisco!!

!!!!

!spanning-tree mode pvst!!

!!inte***ce fastether***0/0

ip address 10.0.0.2 255.255.255.0

duplex auto

speed auto

!inte***ce fastether***0/1

ip address 192.168.2.254 255.255.255.0

duplex auto

speed auto

!inte***ce vlan1

no ip address

shutdown

!router rip

version 2

***work 10.0.0.0

***work 192.168.2.0

no auto-summary

!ip classless!!

!!!!

!line con 0

!line aux 0

!line vty 0 4

login!!

!end

pc0配置

pc1配置

dns配置

pc0到pc1測試

pc0-dns

2樓:匿名使用者

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

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

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

cisco模擬器如何配置靜態路由

3樓:

配好路由介面地址後

在路由器全域性模式下

ip route a.b.c.d ***mask inte***ce

你的拓撲圖

r1配置

ip route 160.65.30.0 255.255.255.252 f0/1

ip route 192.168.x.0 255.255.255.0 f0/1

ip route 192.168.x+1.0 255.255.255.0 f0/1

r2配置

ip route 192.168.1.0 255.255.255.0 f0/0

ip route 192.168.x+1.0 255.255.255.0 f1/0

r3配置

ip route 192.168.x.0 255.255.255.0 f0/1

ip route 160.68.30.0 255.255.255.252 f0/1

ip route 192.168.1.0 255.255.255.0 f0/1

記得給pc分配地址跟閘道器

4樓:匿名使用者

在配置模式下輸入 no ip routing 禁用路由功能

2:在介面模式下輸入 switchport 啟用二層交換埠

2步即可。

5樓:匿名使用者

簡單來說,在所有路由器上配置其非直連路由。針對這個拓撲圖,在每一個路由器上分別配置兩條非直連路由。注意一定配置的是非直連路由,直連路由是可以自動獲得的,不需要配置

6樓:925拾光追影

在每個路由器上配置其非直連路由。ip route 目標網段 子網掩碼 下一跳地址。

cisco模擬器配置靜態路由

7樓:笪新蘭戊媼

你可以分別在r0和r1上面的兩個埠分別配上ip然後做路由表就ok了。不過你也可以配上預設的路由。

比如這樣:

在r0上這個配:

enable

conf

tint

f0/0

ipadd

192.168.0.1

255.255.0

noshutdown

intf0/1

ipadd

192.168.10.1

255.255.255.0

noshutdown

exex

iproute

0.0.0.0

0.0.0.0

(這個就是你配在r0與r1相系的埠)

然後r1照

這r0這個步驟配上ip

最後是兩邊的pc也要配上ip哦!

思科模擬器靜態路由配置細節問題?

8樓:匿名使用者

這些東西我都忘得差不多了。 - -p

不過,你這個用的是路由器啊,路由器配置好了不管同不同網段都能通的。

求助,思科模擬器配置問題,靜態路由配置,應該怎麼做

9樓:嚴謹的

1、dns是用來把**解析到公網ip地址的,如果你有一個**的話,首先要去申請一個**域名比如****xx.***,然後解析到您**伺服器所在網路的公網地址,然後你把**伺服器掛在公網上或者nat對映到公網上就可以了

2、所有配置如下拓撲圖如下

router0

cisco0(config)#do sh run

building configuration...

current configuration : 797 bytes

!version 12.4

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!hostname cisco0!!

!enable secret 5 $1$merr$hx5rvt7rpnos4wqbxkx7m0!!

!!!!

username cisco password 0 cisco!!

!!!!

!spanning-tree mode pvst!!

!!inte***ce fastether***0/0

ip address 192.168.1.254 255.255.255.0

duplex auto

speed auto

!inte***ce fastether***0/1

ip address 10.0.0.1 255.255.255.0

duplex auto

speed auto

!inte***ce serial0/0/0

ip address 172.16.3.1 255.255.255.0

!inte***ce serial0/0/1

no ip address

!inte***ce vlan1

no ip address

shutdown

!router rip

version 2

***work 10.0.0.0

***work 172.16.0.0

***work 192.168.1.0

no auto-summary

!ip classless!!

!!!!

!line con 0

!line aux 0

!line vty 0 4

login!!

!end

router1

cisco1(config)#do sh run

building configuration...

current configuration : 797 bytes

!version 12.4

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!hostname cisco1!!

!enable secret 5 $1$merr$hx5rvt7rpnos4wqbxkx7m0!!

!!!!

username cisco password 0 cisco!!

!!!!

!spanning-tree mode pvst!!

!!inte***ce fastether***0/0

ip address 192.168.3.254 255.255.255.0

duplex auto

speed auto

!inte***ce fastether***0/1

no ip address

duplex auto

speed auto

shutdown

!inte***ce serial0/0/0

ip address 172.16.3.2 255.255.255.0

clock rate 64000

!inte***ce serial0/0/1

no ip address

shutdown

!inte***ce vlan1

no ip address

shutdown

!router rip

version 2

***work 172.16.0.0

***work 192.168.3.0

no auto-summary

!ip classless!!

!!!!

!line con 0

!line aux 0

!line vty 0 4

login!!

!end

router2

cisco2(config)#do sh run

building configuration...

current configuration : 677 bytes

!version 12.4

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!hostname cisco2!!

!enable secret 5 $1$merr$hx5rvt7rpnos4wqbxkx7m0!!

!!!!

username cisco password 0 cisco!!

!!!!

!spanning-tree mode pvst!!

!!inte***ce fastether***0/0

ip address 10.0.0.2 255.255.255.0

duplex auto

speed auto

!inte***ce fastether***0/1

ip address 192.168.2.254 255.255.255.0

duplex auto

speed auto

!inte***ce vlan1

no ip address

shutdown

!router rip

version 2

***work 10.0.0.0

***work 192.168.2.0

no auto-summary

!ip classless!!

!!!!

!line con 0

!line aux 0

!line vty 0 4

login!!

!end

pc0配置

pc1配置

dns配置

pc0到pc1測試

pc0-dns

cisco模擬器如何配置靜態路由

配好路由介面地址後 在路由器全域性模式下 ip route a.b.c.d mask inte ce 你的拓撲圖 r1配置 ip route 160.65.30.0 255.255.255.252 f0 1 ip route 192.168.x.0 255.255.255.0 f0 1 ip rou...

求助,思科模擬器配置問題,靜態路由配置,應該怎麼做

1 dns是用來把 解析到公網ip地址的,如果你有一個 的話,首先要去申請一個 域名比如 xx.然後解析到您 伺服器所在網路的公網地址,然後你把 伺服器掛在公網上或者nat對映到公網上就可以了 2 所有配置如下拓撲圖如下 router0 cisco0 config do sh run buildin...

在Cisco路由器中,如何配置靜態路由,預設路由,RIP,IGRP?快點

igrp ios 現在已經不支援了,只支援eigrp了。靜態路由 ip route 目的網段 子網掩碼 下一跳 本地出口地址 預設路由 ip route 0.0.0.0 0.0.0.0 下一跳 本地出口地址 rip route rip network 自己想要宣告的網段 verson 2 no au...