can't ping to hsrp virtual ip

2»

Comments

  • brian6brian6 Registered Users Posts: 2 ■□□□□□□□□□
    Using various IOU images I have found this HSRP problem: say you have a L2 IOU Switch and a PC is connected to an access port say in Vlan 10. Now create an SVI in Vlan 10 using a HSRP address of say 10.10.10.1. You will be able to ping this address which is good. Now make any other port on the Switch a trunk port and after 30 seconds you will no longer be able to ping the HSRP address. This happens when the trunk port goes into the Forwarding state having run the Spanning Tree algorithm. Can anyone explain this or know of a workaround?
  • aaron0011aaron0011 Member Posts: 330
    xnx wrote: »
    I think people expected too much from the new GNS - Overhyped!

    Nothing beats real equipment for L2 stuff

    HSRP is L3.
  • snaptjawsnaptjaw Member Posts: 27 ■□□□□□□□□□
    bermovick wrote: »
    Nothing special with the configs:
    R11# sh run int f0/0
    Building configuration...
    
    Current configuration : 148 bytes
    !
    interface FastEthernet0/0
     ip address 192.168.12.2 255.255.255.0
     duplex auto
     speed auto
     standby 1 ip 192.168.12.2
     standby 1 priority 110
    end
    

    thanks bermovik i did this lab using this image c3640-jk9o3s-mz.124-16a.bin in gns3 icon_thumright.gif
  • brian6brian6 Registered Users Posts: 2 ■□□□□□□□□□
    HSRP is L3 but can be implemented on Multilayer Switches at the Distribution Layer. This is what I am trying to achieve here. These L2 IOU images do behave very well as L2/L3 devices and do implement HSRP pretty well. The one major drawback is that the HSRP address cannot be pinged. This is the problem that needs to be solved.
  • Dieg0MDieg0M Member Posts: 861
    EdTheLad wrote: »
    These are the latest iou images, so i'm pretty sure he's talking about these even though i haven't tried hsrp, they are pretty good.

    i86bi_linux-adventerprisek9-ms.154-1.T_AntiGNS3
    i86bi_linux_l2-adventerprise-ms.nov11-2013-team_track

    i86bi_linux_l2-adventerprise-ms.nov11-2013-team_track, is the version I tested and it does not work.
    Follow my CCDE journey at www.routingnull0.com
  • mtjikuzumtjikuzu Member Posts: 23 ■■■□□□□□□□
    The image I tested that worked with HSRP is this one:
    i86bi-linux-l2-ipbasek9-15.1b.bin Cisco IOS Software, Solaris Software (I86BI_LINUXL2-IPBASEK9-M), Experimental Version 15.1(20130124:233217) [dstivers-jan24-2013-team_track 154] Compiled Thu 14-Feb-13 15:45 by dstivers SHA256: 223c5b63c3f7fbb671b85ff0620fb76efed8f13df6a7e34153003cb7104b0b49
    
Sign In or Register to comment.