Cisco Packet Tracer 做HSRP实验问题
使用Cisco Packet Tracer 做交换机 SVI冗余网关的实验 查看交换机状态如下 可是 PC机始终无法ping通 Virtual IP 是我哪里配错了么?还是软件BUG?配置如下:
SW1:
interface Vlan10
ip address 192.168.10.100 255.255.255.0
standby version 2
standby 0 ip 192.168.10.1
standby 0 priority 110
standby 0 preempt
!
interface Vlan20
ip address 192.168.20.100 255.255.255.0
standby version 2
standby 1 ip 192.168.20.1
standby 1 priority 100
standby 1 preempt
Interface GrpPri P State Active Standby Virtual IP
Vl1 0 110 P Active local 192.168.10.101192.168.10.1
Vl2 1 100 P Standby192.168.20.101local 192.168.20.1
SW2:
interface Vlan10
ip address 192.168.10.101 255.255.255.0
standby version 2
standby 0 ip 192.168.10.1
standby 0 priority 100
standby 0 preempt
!
interface Vlan20
ip address 192.168.20.101 255.255.255.0
standby version 2
standby 1 ip 192.168.20.1
standby 1 priority 110
standby 1 preempt
!
Interface GrpPri P State Active Standby Virtual IP
Vl1 0 100 P Standby192.168.10.100local 192.168.10.1
Vl2 1 110 P Active local 192.168.20.100192.168.20.1
楼主用的哪个版本的软件做的?是6.0吗? 对 最新的6.0版 suis 发表于 2013-4-30 17:59 static/image/common/back.gif
对 最新的6.0版
这个是模拟器的问题,我之前下载个6.0的做这个有问题,后来做别的也出现了问题我就把它卸了重新又装个5.3.3版的 没看出什么问题,那就如楼上所说,换个低版本试试。 没看出什么问题。。如果你pc 网关 = 虚拟网关的话 {:6_267:} 6.0刚出来的时候用了就有问题,一直都没用过6.0的 谢谢,O(∩_∩)O哈哈~ 感谢楼上各位 我换个版本试试 其它版本不支持hsrp,6.0版本不支持vlan的hsrp,只可以做端口IP地址的hsrp ming035 发表于 2013-5-17 05:24 static/image/common/back.gif
其它版本不支持hsrp,6.0版本不支持vlan的hsrp,只可以做端口IP地址的hsrp
试了一下确实是这样的 ming035 发表于 2013-5-17 05:24 static/image/common/back.gif
其它版本不支持hsrp,6.0版本不支持vlan的hsrp,只可以做端口IP地址的hsrp
果然是这样。谢谢 6.0确实存在点问题,期待后续改善。 他娘的 6.0的确有BUG,三层做vlan 1的HSRP没问题,做别的VLAN的话就ping不同虚拟IP地址,报了个错误,说MAC地址查找不到。我各种show了,虚拟mac地址生成了,但是他还是查找不到,一看就是软件BUG
页:
[1]
2