您好,登錄后才能下訂單哦!
用戶模式、特權模式、全局模式
Switch> 用戶模式 enable
Switch# 特權模式 configure terminal
Switch(config)#
Switch(config)#no ip domain-lookup #關閉域名查找的功能
Switch(config-line)#logging synchronous #配置鼠標選項
Switch(config)#hostname ccna #配置主機名
ccna(config)#no hostname ccna #取消主機名
line console 0
exec-timeout 0 0 #console 口配置 exec-timeout 5 30 五分鐘30s 0 0 不配置超時
回到上一層 exit
回到最初 用end
#安全 配置用戶模式下用戶密碼登陸
全局模式:
line console 0
password 123456
login
推出保存 下次登陸有密碼 這個密碼是進入用戶模式時候的密碼
配置特權模式的密碼:
全局模式下配置 enable secret 123456 #加密的密碼
#配置telnet密碼
Switch(config)#line vty 0 3 #最多可以有四個人登陸
Switch(config-line)#pas
Switch(config-line)#password 123456
Switch(config-line)#login
Switch(config-line)#
#############保存配置 開機啟動過的配置
Switch#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
Switch#
Switch#w #wr或者w都可以 嘗試
Building configuration...
[OK]
Switch#
# 特權模式下 reload 代表重啟系統
Switch#erase startup-config
Erasing the nvram filesystem will remove all configuration files! Continue? [confirm]
[OK]
Erase of nvram: complete
%SYS-7-NV_BLOCK_INIT: Initialized the geometry of nvram
Switch#
#配置交換機的管理端口
interface vlan 1
Switch(config-if)#ip address 192.168.1.1 255.255.255.0
Switch(config-if)#no shu
Switch(config-if)#no shutdown
Switch(config-if)#
%LINK-5-CHANGED: Interface Vlan1, changed state to up
Switch(config-if)#
##配置交換機的默認網關
Switch(config)#ip default-gateway 192.168.1.254
Switch(config)#
no ip domain-lookup #關閉域名查找的功能
line console 0
Switch(config-line)#logging synchronous
Switch(config-line)#exec-timeout 0 0
外加安全設置
#查看端口的狀態
Switch#show ip interface brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/1 unassigned YES manual down down
FastEthernet0/2 unassigned YES manual down down
FastEthernet0/3 unassigned YES manual down down
FastEthernet0/4 unassigned YES manual down down
##############整理思路
1.配置主機名
hostname
2.時鐘同步
clock timezone GMT 8
3.配置路由器的motd
banner motd #Hello , This is a LAB of ccietea.com#
4.配置console 口
R1(config)# line console 0 !! 進入console口
R1(config-line)# no exec-time !! 配置console永不超時,也可用命令exec-time 0 0
R1(config-line)# logging synchronous !! 配置console的日志同步功能,使得命令行界面彈出的日志信息不回打斷用戶正在輸入中的配置命令
R1(config-line)# exit
R1(config)# no ip domain lookup !! 關閉域名解析,以防在特權模式下敲錯命令而陷入域名解析的過程
5.密碼配置 第一console口密碼 特權密碼
全局模式:
line console 0
password 123456
login
推出保存 下次登陸有密碼 這個密碼是進入用戶模式時候的密碼
配置特權模式的密碼:
全局模式下配置 enable secret 123456 #加密的密碼
6.配置telnet密碼
R1(config)# line vty 0 4 !! 進入VTY 0-4線路
R1(config-line)# password ccietea !! 設置VTY線路密碼,即用戶通過telnet登入路由器時輸入的密碼
R1(config-line)# login !! 使得Telnet登錄到本設備需用密碼驗證
R1(config-line)# exit
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。