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
Authority
Administrators
Examples
Disabling OSPF on the interface:
switch# configure terminal switch(config)# interface 1/1/1 switch(config-if)# ip ospf shutdown
Re-enabling OSPF on the interface:
switch# configure terminal switch(config)# interface 1/1/1 switch(config-if)# no ip ospf shutdown