欧艺龙 发表于 2013-3-14 15:37:19

CCNA.vlan 实验问题。

我的配置是
PC1

en
conf t
no ip routing
int f 0/0
ip add 192.168.11.2 255.255.255.0
no shutdown
exit
ip default-gatemay 192.168.10.254
exit
PC2
en
conf t
no ip routing
int f 0/0
ip add 192.168.12.2 255.255.255.0
no shutdown
exit
ip default-gatemay 192.168.20.254
exit
PC3
en
conf t
no ip routing
int f 0/0
ip add 192.168.23.2 255.255.255.0
no shutdown
exit
ip default-gatemay 192.168.10.254
exit
MS1

VLAN database

vlan 10
vlan 20
exit
conf t
int f 0/1
switchport mode access
switchport access vlan 10

exit
int f 0/2
switchport mode access
switchport access vlan 20
exit
int f 0/15
switchport trunk encapsulation dot1q
switchport mode trunk
exit
MS2

VLAN database

vlan 10
vlan 20
exit
conf t
int f 0/1
switchport mode access


switchport access vlan 10

exit
int f 0/2
switchport mode access
switchport access vlan 20
exit

int f 0/15


switchport trunk encapsulation dot1q
switchport mode trunk


exit
GM
EN
conf t

int f 0/1
no shurtdown
exit
int f 0/0.10
en   dot 10
ip add 192.168.10.254 255.255.255.0
no shurtdown
exit

int f 0/0.20

en dot 20
ip add 192.168.20.254 255.255.255.0
no shurtdown




问。。 1 .我配置是否有错。。? 因为我PING 不通。。哭。。
            2 .如果不配置GM。。即。。PC1应该可以PING通PC2的吧。。。因为在同一个VLAN中丫有         
            3 .如果在MS1或MS2中任意加入PC.且PC都在vlan 10 或vlan 20中的.那么应该全网可以互通对不?












欧艺龙 发表于 2013-3-14 15:38:58

这图应该清晰点。。呵

tea 发表于 2013-3-14 15:59:06

错误还是非常明显的,我一打开帖子就看见了,check一下

Cindy_ju 发表于 2013-3-14 15:59:35

从PC的配置上看,楼主你把IP地址和网关放到一个网段试试

tea 发表于 2013-3-14 16:21:37

Cindy_ju 发表于 2013-3-14 15:59 static/image/common/back.gif
从PC的配置上看,楼主你把IP地址和网关放到一个网段试试

哟呵~ 美貌与技术并存啊!

王晓强 发表于 2013-3-14 16:57:20

PC1

en
conf t
no ip routing
int f 0/0
ip add 192.168.11.2 255.255.255.0
no shutdown
exit
ip default-gatemay 192.168.10.254
PC的IP和网关不在同一个网段。

王晓强 发表于 2013-3-14 16:58:23

Cindy_ju 发表于 2013-3-14 15:59 static/image/common/back.gif
从PC的配置上看,楼主你把IP地址和网关放到一个网段试试

Cindy,赞一个~

clover小苜 发表于 2013-3-14 17:59:13

Cindy解析了一个错误点。
然后,MN2的f0/2口也应该配置为Trunk模式

子杰 发表于 2013-3-15 09:19:38

Cindy_ju 发表于 2013-3-14 15:59 static/image/common/back.gif
从PC的配置上看,楼主你把IP地址和网关放到一个网段试试

太强悍了,内外兼得优啊!

bookpig 发表于 2013-3-15 09:55:26

这是让找BUG吗!……哈哈哈……
页: [1] 2 3
查看完整版本: CCNA.vlan 实验问题。