Command Reference Guide

Open Shortest Path First Commands
CLI Command Reference
September 2014 Page 571
HP Moonshot Switch Module CLI Command Reference
passive-interface (OSPF)
Use this command to set the interface as passive. It overrides the global passive mode that is currently effective
on the interface. The argument
unit/slot/port corresponds to a physical routing interface or VLAN routing
interface. The keyword vlan is used to specify the VLAN ID of the routing VLAN directly instead of a unit/slot/
port format.
no passive-interface
Use this command to set the interface as non-passive. It overrides the global passive mode that is currently
effective on the interface.
timers pacing flood
To adjust the rate at which OSPFv2 sends LS Update packets, use the timers pacing flood command in router
OSPFv2 global configuration mode. OSPF distributes routing information in Link State Advertisements (LSAs),
which are bundled into Link State Update (LS Update) packets. To reduce the likelihood of sending a neighbor
more packets than it can buffer, OSPF rate limits the transmission of LS Update packets. By default, OSPF sends
up to 30 updates per second on each interface (1/the pacing interval). Use this command to adjust this packet
rate.
no timers pacing flood
To revert LSA transmit pacing to the default rate, use the no timers pacing flood command.
Default disabled
Format
passive-interface {unit/slot/port|vlan 1-4093}
Mode Router OSPF Config
Format
no passive-interface {unit/slot/port|vlan 1-4093}
Mode Router OSPF Config
Default
33 milliseconds
Format
timers pacing flood milliseconds
Mode OSPFv2 Router Configuration
Parameter Description
milliseconds The average time between transmission of LS Update packets. The range is from 5 ms to
100 ms. The default is 33 ms.
Format
no timers pacing flood
Mode OSPFv2 Router Configuration