ip ospf shutdown
Syntax
ip ospf shutdown
no ip ospf shutdown
Description
Disables OSPF on the interface.
The
no
form of this command re-enables OSPF on the interface
Command context
config-if-vlan
Authority
Administrators or local user group members with execution rights for this command.
Examples
Disabling OSPF on the interface:
switch(config)# interface vlan 1 switch(config-if-vlan)# ip ospf shutdown
Re-enabling OSPF on the interface:
switch(config)# interface vlan 1 switch(config-if-vlan)# no ip ospf shutdown