OcNOS-RON-6.3.1 : Layer 3 Guide : Open Shortest Path First Command Reference : OSPFv3 Commands : passive-interface
passive-interface
Use this command to suppress sending Hello packets on all interfaces, or on a specified interface.
This command configures OSPFv3 on simplex Ethernet interfaces. Since a simplex interface represents only one network segment between two devices, configure the transmitting interface as a passive interface. This ensures that OSPFv3 does not send hello packets for the transmitting interface. Both the devices can see each other via the hello packet generated for the receiving interface.
Use the no form with this command to resume sending hello packets on all interfaces, or on a specified interface.
Command Syntax
passive-interface
passive-interface IFNAME (disable|enable)
no passive-interface
no passive-interface IFNAME
Parameters
IFNAME
Specify an interface name
Default
By default, passive interface is disabled
Command Mode
Router mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#router ipv6 ospf
(config-router)#passive-interface
(config-router)#passive-interface eth0 disable
Last modified date: 07-13-2023