📜  路由器接口关闭 cisco - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:06.606000             🧑  作者: Mango

代码示例1
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