Command Reference OSPFv2 Commands
Ruijie(config)# interface fastEthernet 0/1
Ruijie(config-if-FastEthernet 0/1)# ip address 172.16.10.1 255.255.255.0
Ruijie(config-if-FastEthernet 0/1)# ip ospf dead-interval minimal hello-multiplier 3
Specifies the interval at which the OSPF sends
Hello packets
Displays OSPF interface information.
Use this command to prevent the specified interface from generating OSPF packets. Use the no form
of this command to restore the default setting.
OSPF packets are generated on the specified interface by default.
Interface configuration mode
The interface configured with this command will ignore whether the network areas are matched. After
this command is configured, an interface will not generate OSPF packets even if the interface
belongs to the network; therefore, the interface does not receive or send any OSPF packets or
participate in OSPF calculation.
The following example prevents the specified interface from generating OSPF packets.
Ruijie(config)# interface fastEthernet 0/1
Ruijie(config-if-FastEthernet 0/1)# ip address172.16.10.1 255.255.255.0
Ruijie(config-if-FastEthernet 0/1)# ip ospf disable all