cisco interface down down regular code example
Example: router interface down cisco
When configuring new interfaces on Cisco routers/firewalls
ensure that after completing configuration that you turn the interface on with
configure terminal
interface *GigabitEthernet0/1*
no shutdown
end
copy running-config startup-config