set protocols ospf6 interface passive
Run the command set protocols ospf6 interface passive to identify a specific interface as OSPFv3 passive interface. Passive interfaces are part of OSPFv3 database but they do not send or receive OSPF LSAs. OSPFv3 does not try to form adjacency relationship with peers on these interfaces.
Run the command delete protocols ospf6 interface passive to remove this configuration.
Command Syntax
set protocols ospf6 interface <interface-name> passive
delete protocols ospf6 interface <interface-name> passive
Parameter
Parameter | Description |
interface <interface-name> | Specifies the VLAN interface name, the loopback interface name, the routed interface or the sub-interface name. |
Example
- Set the interface vlan200 as OSPFv3 passive interface.
admin@XorPlus# set protocols ospf6 interface vlan200 passive admin@Xorplus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.