C613-50631-01 Rev A Command Reference for IE340 Series 1264
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
OSPFV3 FOR IPV6 COMMANDS
PASSIVE
-INTERFACE (IPV6 OSPF)
passive-interface (IPv6 OSPF)
Overview Use this command to suppress the sending of Hello packets on a specified
interface. If you use the passive-interface command without the optional
parameters then all interfaces are put into passive mode.
Use the no variant of this command to allow the sending of Hello packets on all
interfaces, or on the specified interface. If you use the no variant of this command
without the optional parameters then all interfaces are removed from passive
mode.
Syntax
passive-interface [<interface>]
no passive-interface [<interface>]
Mode Router Configuration
Usage Configure an interface to be passive if you wish its connected route to be treated
as an OSPF route (rather than an AS-external route), but do not wish to actually
exchange any OSPF packets via this interface.
Examples To configure passive interface mode on all interfaces, enter the following
commands:
awplus(config)# router ipv6 ospf
awplus(config-router)# passive-interface
To configure passive interface mode on the local loopback interface, enter the
following commands:
awplus(config)# router ipv6 ospf
awplus(config-router)# passive-interface lo
To remove passive interface mode from all interfaces, enter the following
commands:
awplus(config)# router ipv6 ospf
awplus(config-router)# no passive-interface
Parameter Description
<interface> The name of the interface.