Comware

 View Only
Expand all | Collapse all

HP Flexfabric A5900 L3 Switch will not accept a static route using only a exit interface

This thread has been viewed 0 times
  • 1.  HP Flexfabric A5900 L3 Switch will not accept a static route using only a exit interface

    Posted Feb 29, 2020 11:07 AM

    Hi I hope someone can take a moment and answer this for me.. I have a A5900 Comware 7 switch that I am trying to get to static route exiting a vlan interface. The docs say it is supported. However I cannot get any of multiple CLI syntax to work. What is the correct syntax?

    I have tried what seems to be correct ip route-static 172.27.128.0 17 Vlan-interface2710

    This demands a next-hop address.



  • 2.  RE: HP Flexfabric A5900 L3 Switch will not accept a static route using only a exit interface

    Posted Feb 29, 2020 08:51 PM

    Shouldn't be in the form:

    ip route-static <destination-address> <mask> <interface-type> <interface-number> <next-hop-address>

    as example:

    ip route-static 1.1.1.1 32 vlan-interface 100 12.12.12.1