ipv6 ospfv3 shutdown
Syntax
ipv6 ospfv3 shutdown
no ipv6 ospfv3 shutdown
Description
Disables OSPFv3 on the interface.
The
no
form of this command re-enables OSPFv3 on the interface.
Command context
config-if
Authority
Administrators
Examples
Disabling OSPFv3 on the interface:
switch# configure terminal switch(config)# interface 1/1/1 switch(config-if)# ipv6 ospfv3 shutdown
Re-enabling OSPFv3 on the interface:
switch# configure terminal switch(config)# interface 1/1/1 switch(config-if)# no ipv6 ospfv3 shutdown