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-gre-if
config-ip-if
Authority
Administrators or local user group members with execution rights for this command.
Examples
Enables GRE interface
33.
switch(config)# interface tunnel 33 mode gre ipv4
switch(config-gre-if)#
no shutdown
Disables GRE interface
33.
switch(config)# interface tunnel 33 mode gre ipv4
switch(config-gre-if)#
shutdown
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