设为首页收藏本站language→→ 语言切换

鸿鹄论坛

 找回密码
 论坛注册

QQ登录

先注册再绑定QQ

查看: 1276|回复: 10
收起左侧

[求助] GNS3:路由器直连端口同一网段无法ping包

[复制链接]
发表于 2018-6-27 20:33:39 | 显示全部楼层 |阅读模式
5鸿鹄币
PC1#sho run
Building configuration...

Current configuration : 980 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname PC1
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
no ip routing
no ip icmp rate-limit unreachable
!
!
no ip cef
no ip domain lookup
!
!         
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
ip tcp synwait-time 5
!
!
!         
!
!
interface FastEthernet0/0
ip address 10.1.1.10 255.255.255.0
no ip route-cache
speed auto
full-duplex
dot1q tunneling ethertype 0x9100
!
interface FastEthernet1/0
no ip address
no ip route-cache
shutdown
duplex auto
speed auto
!
ip default-gateway 10.1.1.1
no ip http server
no ip http secure-server
!
ip forward-protocol nd
!
!         
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
line vty 0 4
login
!
!
end
R1#sho run
Building configuration...

Current configuration : 905 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
no ip icmp rate-limit unreachable
!
!
ip cef
no ip domain lookup
!
!
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
ip tcp synwait-time 5
!
!
!
!         
!
interface FastEthernet0/0
ip address 20.1.1.1 255.255.255.0
speed auto
full-duplex
!
interface FastEthernet1/0
ip address 10.1.1.1 255.255.255.0
speed auto
full-duplex
dot1q tunneling ethertype 0x9100
!
no ip http server
no ip http secure-server
!
ip forward-protocol nd
!
!
!
!
!
control-plane
!         
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
line vty 0 4
login
!
!
end
PC2#sho run
Building configuration...

Current configuration : 946 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname PC2
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
no ip routing
no ip icmp rate-limit unreachable
!
!
no ip cef
no ip domain lookup
!
!         
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
ip tcp synwait-time 5
!
!
!         
!
!
interface FastEthernet0/0
ip address 20.1.1.20 255.255.255.0
no ip route-cache
speed auto
full-duplex
!
interface FastEthernet1/0
no ip address
no ip route-cache
shutdown
duplex auto
speed auto
!
ip default-gateway 20.1.1.1
no ip http server
no ip http secure-server
!
ip forward-protocol nd
!
!
!         
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
line vty 0 4
login   
!
!
end

捕获.PNG
捕获1.PNG

最佳答案

查看完整内容

dot1q tunneling ethertype 0x9100 是因为在某些接口划分了vlan 且修改了vlan的默认值
发表于 2018-6-27 20:33:40 | 显示全部楼层
dot1q tunneling ethertype 0x9100  是因为在某些接口划分了vlan 且修改了vlan的默认值
沙发 2018-6-27 20:33:40 回复 收起回复
回复

使用道具 举报

 成长值: 31495
发表于 2018-6-27 22:14:33 | 显示全部楼层
板凳 2018-6-27 22:14:33 回复 收起回复
回复

使用道具 举报

发表于 2018-6-27 23:14:44 | 显示全部楼层
地板 2018-6-27 23:14:44 回复 收起回复
回复

使用道具 举报

发表于 2018-6-29 11:37:12 | 显示全部楼层
Thank You.
5# 2018-6-29 11:37:12 回复 收起回复
回复

使用道具 举报

发表于 2018-7-3 18:58:16 | 显示全部楼层
PC上要no IP routing吧
6# 2018-7-3 18:58:16 回复 收起回复
回复

使用道具 举报

发表于 2018-7-3 18:58:29 | 显示全部楼层
两台PC上要no IP routing吧
7# 2018-7-3 18:58:29 回复 收起回复
回复

使用道具 举报

发表于 2018-7-9 21:56:49 | 显示全部楼层

vlan setting
8# 2018-7-9 21:56:49 回复 收起回复
回复

使用道具 举报

发表于 2018-7-10 10:22:32 | 显示全部楼层
9# 2018-7-10 10:22:32 回复 收起回复
回复

使用道具 举报

发表于 2018-7-31 14:39:33 | 显示全部楼层
10# 2018-7-31 14:39:33 回复 收起回复
回复

使用道具 举报

发表于 2018-8-19 15:16:11 | 显示全部楼层
11# 2018-8-19 15:16:11 回复 收起回复
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 论坛注册

本版积分规则

QQ|Archiver|手机版|小黑屋|sitemap|鸿鹄论坛 ( 京ICP备14027439号 )  

GMT+8, 2024-3-29 08:42 , Processed in 0.066950 second(s), 10 queries , Redis On.  

  Powered by Discuz!

  © 2001-2024 HH010.COM

快速回复 返回顶部 返回列表