旧设备出售税率:ccna配置问题

来源:百度文库 编辑:杭州交通信息网 时间:2024/05/10 13:50:33
路由器1:
hostname router1
!
interface Ethernet0
ip address 192.168.101.1 255.255.255.0
no shut
!
interface serial0
ip address 192.168.1.1 255.255.255.0
clock rate 64000

ip route 192.168.100.0 255.255.255.0 192.168.1.2

路由器2:
hostname router2
!
interface Ethernet0
ip address 192.168.100.1 255.255.255.0
no shut
!
interface serial0
ip address 192.168.1.2 255.255.255.0
no shut

ip route 192.168.101.0 255.255.255.255.0 192.168.1.1

主机A:
ipconfig /ip 192.168.101.2 255.255.255.0
ipconfig /DG 192.168.101.1

主机B:
ipconfig /ip 192.168.100.2 255.255.255.0
ipconfig /DG 192.168.100.1

配置完后,各个网段独立都是通的,但是A不能ping通B
这个实验是在模拟器是做的,请教是什么原因

可以通的啊,你是用boson6.0么,我把配置文件发给你,是什么邮箱