1楼:匿名用户
f0/0 f0/0 f0/1 f0/1r1------------------------ r2 -------------------------r310.1.1.
1/24 10.1.1.
2/24 10.1.2.
2/24 10.1.2.
3/24r1:enableconfig terminalinte***ce f0/0ip add 10.1.
1.1 255.255.
255.0no shuexitip route 0.0.
0.0 0.0.
0.0 10.1.
1.2 r2:enconf tin f0/0ip add 10.
1.1.2 255.
255.255.0no shuint f0/1ip add 10.
1.2.2 255.
255.255.0no shuexit(这台就不要配置静态了,两个网段都是自己的直连,自己有路由表) r3:
enconf tint f0/1ip add 10.1.2.
3 255.255.255.
0no shuexitip route 10.1.1.
0 255.255.255.
0 f0/1 (另一种书写方式) 静态格式如下:ip route [目的网络号] [母的掩码] [下一跳]orip route [目的网络号] [母的掩码] [出接口]
思科模拟器静态路由配置
2楼:日落于清晨
invalid next hop address (it's this router),意思是你指向的下一跳是本路由器,可能你把1.1.1.
2这个ip地址配置在ra上了,才会提示此信息。静态路由写下一跳ip和出接口都可以,但是一些特定条件下只能写下一跳ip。
3楼:time小严严
ra rb之间的线要换掉
4楼:匿名用户
先show ip route 和 show ip int br 看看信息
5楼:匿名用户
九州软件是用于在不同网络环境下快速切换ip地址等网络配置的软件工具。
提供换ip功能,包含静态线路和动态线路选择覆盖全国70多个省500多个城市千万ip地址随意选择静态ip.动态ip地址可长期使用
有***p、l2tp,支持模拟器多窗口模式
cisco模拟器如何配置静态路由
6楼:
配好路由接口地址后
在路由器全局模式下
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分配地址跟网关
7楼:匿名用户
在配置模式下输入 no ip routing 禁用路由功能
2:在接口模式下输入 switchport 启用二层交换端口
2步即可。
8楼:匿名用户
简单来说,在所有路由器上配置其非直连路由。针对这个拓扑图,在每一个路由器上分别配置两条非直连路由。注意一定配置的是非直连路由,直连路由是可以自动获得的,不需要配置
9楼:925拾光追影
在每个路由器上配置其非直连路由。ip route 目标网段 子网掩码 下一跳地址。
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
思科模拟器静态路由怎么配置多个下一跳地址
1楼 匿名用户 多写几条就可以了 这几条会负载均衡 如果想增加优先级就在最后加不同metric值 2楼 匿名用户 九州软件是用于在不同网络环境下快速切换ip地址等网络配置的软件工具。 提供换ip功能,包含静态线路和动态线路选择覆盖全国70多个省500多个城市千万ip地址随意选择静态ip 动态ip地址...