Comware

 View Only
  • 1.  Passive interface

    Posted Jul 21, 2009 12:37 PM
    Is there a way on the hp 5300 series switches to prevent the l3 switch from sending routing updates through a particular interface.


  • 2.  RE: Passive interface

    Posted Jul 22, 2009 10:12 AM


  • 3.  RE: Passive interface

    Posted Jul 22, 2009 11:53 AM
    We are using RIP


  • 4.  RE: Passive interface

    Posted Jul 23, 2009 04:55 AM
    >>> RIP is not intended for use in WAN applications <<<

    adjusting the metric and limiting may be the closest thing to what you want
    >>>
    ProCurve(config)# vlan 1
    ProCurve(vlan-1)# ip rip metric 5
    ProCurve(rip)# default-metric 4
    <<<


  • 5.  RE: Passive interface

    Posted Jul 23, 2009 05:10 AM
    rip send rip packet determined network

    for example
    router rip
    network 10.0.10.0

    procurve switch unable passive inteface

    procurve switch send all interface (include 10.0.10.0 network)rip packet

    rip use already separate vlan in this way unreachable rip packet other switch port



  • 6.  RE: Passive interface

    Posted Jul 23, 2009 10:09 AM
    i understand how RIP works i just wanted to know if you can create a passive interface like you can do with cisco routers


  • 7.  RE: Passive interface

    Posted Jul 23, 2009 11:05 AM
    procurve switch unable passive interface


  • 8.  RE: Passive interface

    Posted Jul 23, 2009 12:05 PM
    thank you