OcNOS-SP : Layer 3 Guide : Open Shortest Path First Command Reference : OSPFv2 Commands : ip ospf demand-circuit
ip ospf demand-circuit
Use this command to enable Hello Suppression and LSA Suppression sent on OSPF interface. Enabling demand circuit on one interface enables hello suppression only for that particular interface.
Note: Hellos and LSAs are suppressed on Point-to-point and Point-to-multipoint links and only LSAs are suppressed for a broadcast link.
Use the no parameter with this command to disable Hello Suppression and LSA Suppression
Command Syntax
ip ospf demand-circuit
no ip ospf demand-circuit
Parameters
None
Command Mode
Interface mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
The following example shows configuring demand-circuit on eth1 interface.
#configure terminal
(config)#interface eth1
(config-if)#ip ospf demand-circuit
 
(config-if)#no ip ospf demand-circuit
Last modified date: 10/16/2023