1樓:軒_燦爛
樓主,你好
很簡單,
辦公網 router0 寫一條預設路由即可。
(假設 網際網路 router1 f0/0口ip地址為 10.1.1.2)
ip route 0.0.0.
0 0.0.0.
0 10.1.1.
2注:我見過有人竟然在模擬器isp路由器上寫 ip route 192.168.
1.0 255.255.
255.0 12.1.
1.1 這種命令
當時我真的服了,
是有多麼天才,能在isp路由器上寫回指的私有路由。。。
【思科模擬器】使用靜態路由訪問內網各伺服器的詳細實施步驟(不詳細也行) 5
2樓:
一段一段寫唄 , 假定 路由器0 左邊為一個子網192.168.1.0 /24 右邊 到路由器
1 為192.168.2.
0/30 , 路由器1右邊為172.16.1.
0/24 ,,則,只需要在路由器0 上新增以下命令:ip route 172.16.
1.0 255.255.
255.0 192.168.
2.2在路由1 上新增以下命令:
ip route 192.168.1.0 255.255.255.0 192.168.2.1
很簡單的!
3樓:匿名使用者
路由器0上需要增加去伺服器網段的靜態路由,閘道器指向和路由器1的互連地址
路由器1上需要增加去pc網段的靜態路由,閘道器指向和路由器0的互連地址pc上要設定預設閘道器是路由器0的lan口地址(和交換機0連的伺服器上
要設定預設閘道器是路由器1的lan口地址(和交換機1連的)交換機和路由器連如果是trunk介面,那麼每個pc和伺服器的閘道器可能不一樣,靜態路由也需要增加多條。
4樓:匿名使用者
可以用九州動態ip手機客戶端來實現更改手機或電腦ip地址
九州軟體是用於在不同網路環境下快速切換ip地址等網路配置的軟體工具
思科模擬器靜態路由配置
5樓:日落於清晨
invalid next hop address (it's this router),意思是你指向的下一跳是本路由器,可能你把1.1.1.
2這個ip地址配置在ra上了,才會提示此資訊。靜態路由寫下一跳ip和出介面都可以,但是一些特定條件下只能寫下一跳ip。
6樓:time小嚴嚴
ra rb之間的線要換掉
7樓:匿名使用者
先show ip route 和 show ip int br 看看資訊
8樓:匿名使用者
九州軟體是用於在不同網路環境下快速切換ip地址等網路配置的軟體工具。
提供換ip功能,包含靜態線路和動態線路選擇覆蓋全國70多個省500多個城市千萬ip地址隨意選擇靜態ip.動態ip地址可長期使用
有***p、l2tp,支援模擬器多視窗模式
思科模擬器靜態路由配置細節問題?
9樓:匿名使用者
這些東西我都忘得差不多了。 - -p
不過,你這個用的是路由器啊,路由器配置好了不管同不同網段都能通的。
cisco模擬器配置靜態路由
10樓:匿名使用者
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
11樓:匿名使用者
九州軟體是用於在不同網路環境下快速切換ip地址等網路配置的軟體工具。
提供換ip功能,包含靜態線路和動態線路選擇覆蓋全國70多個省500多個城市千萬ip地址隨意選擇靜態ip.動態ip地址可長期使用
有***p、l2tp,支援模擬器多視窗模式
在思科的模擬器上用靜態路由的設定,arp命令,ospf協議多區域配 實現以下這張圖的功能,怎麼寫???
12樓:匿名使用者
你如果有ospf 就不需要靜態了。。你就在a 和b 的f0/0 設區域1 b-c 之間設區域0主幹區域c-d 設區域2 就可以了 對於你的交換機你完全可以不配置任何。
cisco模擬器如何配置靜態路由
13樓:
配好路由介面地址後
在路由器全域性模式下
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分配地址跟閘道器
怎麼製做靜態路由?越詳細越好,用思科模擬器,一定要用思科模擬器!高懸賞
假設pc0所在的區域網是192.168.100.0 24,伺服器所在區域網是192.168.200.0 24,router0與router1直連的網段是10.1.1.0 30,dhcp伺服器的ip是192.168.200.1,ftp是192.168.200.2,dns是192.168.200.3。r...
誰能給個思科模擬器
現在主流的使用真實ios思科模擬器有很多 都是基於dynamips核心的 1。工大瑞譜版,使用極其簡單,使用已搭建的拓撲,可滿足大部分na,np,以及一部分ie實驗 2。小凡的dynamipsgui,gui介面,自己搭建拓撲,也很方便,現在好象要註冊了,可以找以前的版本 3。gns3,這個很少人知道...
思科模擬器中,2811路由器的Fa1 0介面是怎麼來的,不是隻有Fa
你關閉路由器 然後新增板卡 在開機 就有別的藉口了 思科packet tracer裡的2811 fa0 0口連線pc不通。物理up 協議down。加4esw模組無法配置ip地址。第一個問題,f0 0配置ip後ping不通,你把連線線換成交叉線。換線路型別,路由器和主機是同種裝置,同種裝置需要用交叉線...