Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree
Skip to end of metadata
Go to start of metadata

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 <vlan-interface> passive

delete protocols ospf6 interface <vlan-interface> passive


Parameter

Parameter

Description

Interface <vlan-interface>

Specifies the layer 3 VLAN interface name. The value is a string.

Example

  •  Set the interface vlan200 as OSPFv3 passive interface.
admin@XorPlus# set protocols ospf6 interface vlan200 passive
admin@Xorplus# commit
  • No labels