shutdown

Syntax

shutdown
no shutdown

Description

This command disables an IP interface. IP interfaces are disabled by default when created.

The no form of this command enables an IP interface.

Command context

config-ip-if

Authority

Administrators or local user group members with execution rights for this command.

Examples

Enables IPv6 in IPv4 interface 27.
switch(config)# interface tunnel 27 mode ip 6in4
switch(config-ip-if)# no shutdown
Disables IPv6 in IPv4 interface 27.
switch(config)# interface tunnel 27 mode ip 6in4
switch(config-ip-if)# shutdown