1. 程式人生 > >思科配置大全

思科配置大全

思科

思科配置

交換機的命令模式

--Switch>

--switch>:用戶模式

--switch>enable

--switch#特權模式(一般用於查看配置信息)

----switch#configure terminal全局配置模式(所做的配置信息對整個設備生效)

--switchconfigure#:

-- switchconfigure#interfacefastEthernet0/1(“0”表示模塊號,“1”表示端口號)

-- switchconfigure#(接口模式)

--退回鍵

--Exit:退回上一步

--End:直接返回

--Ctrl+z:快捷鍵

-- 永不超時

--Switch(config)#line console 0

--Switch(config-line)#exec-timeout 0 0 表示永不超時 (默認時間是10分鐘)

--Switch禁用DNS查詢

--switchconfigure#:no ip domain-lookup

Router# erase startup 清除配置

如果敲錯命令,命令行卡住,按ctrl+shift+6中斷

--copy running-config starup-config

--Router# write 保存配置

--Router(config)# hostname R1 修改名字

--R1# show version 查看當前配

--R1# show ip route 查看路由

--IP dhcp 設置dhcp 服務器

--switchport access vlan vlan-id 將端口加入vlan

--noshutdown 激活端口

--show interface 顯示接口

--show vlan brief 顯示vlan信息

--erase nvram 刪除保存的配置文件

配置控制臺密碼

--Router>enable

--Router# configure terminal

--Router(config)# line console 0

--Router(config-line)# login

--Router(config-line)# password 1234

--Router(config-line)# ctrl+z

--Router#exit








思科配置大全