C613-50170-01 Rev B
Command Reference for x510 Series
1129
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
OSPF
V
3
FOR
IP
V
6 C
OMMANDS
PASSIVE
-
INTERFACE
(IP
V
6 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 interface vlan2, enter the following
commands:
awplus(config)#
router ipv6 ospf
awplus(config-router)#
passive-interface vlan2
To configure passive interface mode on
all
interfaces, enter the following
commands:
awplus(config)#
router ipv6 ospf
awplus(config-router)#
passive-interface
To remove passive interface mode on interface vlan2, enter the following
commands:
awplus(config)#
router ipv6 ospf
awplus(config-router)#
no passive-interface vlan2
To remove passive interface mode on
all
interfaces, enter the following
commands:
awplus(config)#
router ipv6 ospf
awplus(config-router)#
no passive-interface
Parameter
Description
<interface>
The name or the VID of the VLAN interface.