ipv6 ospfv3 passive
Syntax
ipv6 ospfv3 passive no ipv6 ospfv3 passive
Description
配置接口作为OSPFv3被动的强度rface. With this setting, the interface participates in the OSPF, but does not send or receive OSPF packets on that interface.
Theno
form of this command resets the interface as active. With this setting, the interface starts sending and receiving OSPF packets.
Command context
config-if-vlan
Authority
Administrators or local user group members with execution rights for this command.
Examples
Setting the interface as OSPFv3 passive interface:
switch(config)#interface vlan 1switch(config-if-vlan)#ipv6 ospfv3 passive
Setting the interface as OSPFv3 active interface:
switch(config)#interface vlan 1switch(config-if-vlan)#no ipv6 ospfv3 passive