cisco 路由器开起接口的命令是什么?

如题所述

    cisco 路由器开起接口的命令是no shutdown

    如果要关闭接口,其命令是 shutdown

温馨提示:内容为网友见解,仅供参考
第1个回答  2010-12-18
比如说开 s0/0接口用以下办法
router>en
router#conf t
router(config)#int s0/0
router(config-if)#no shut 此命令开启接口
router(config-if)#ip add 192.168.1.100 255.255.255.0 此命令给接口配置IP本回答被网友采纳
第2个回答  2010-12-18
router(config)#interface +端口号//进入端口
router(config-if)#no shutdown //启用端口
第3个回答  2010-12-18
con t
inter 端口号
shutdown
第4个回答  2010-12-26
no shutdown
相似回答