許多年沒有接觸網路了,曾經熟悉的那些配置也忘得差不多,最近重新撿起來回顧一下,順便整理一些筆記。
先來簡單的回顧:
1)osi七層模型,從低到高:物理層、資料鏈路層、網路層、傳輸層、會話層、表示層、應用層;
2)tcp/ip五層模型,從低到高:物理層、資料鏈路層、網路層、傳輸層、應用層。
3)交換機三種交換方式:儲存**、直通**、無碎片。
4)cisco網路作業系統內建的命令列直譯器常使用的6種命令模式:
普通使用者模式:>
特權使用者模式:#
全域性配置模式:(config)#
介面配置模式:(config-if)#
虛擬區域網配置模式:(config-vlan)#
線路配置模式:(config-line)#
1、交換機基本配置
1.1、修改裝置名稱
# h sw1
1.2、劃分vlan
建立# vl 10
# name vl_10
配置ip
# int vl 10
# ip ad 192.168.10.10 255.255.255.0
# no sh
access埠配置
# int f0/1
# sw mo ac
# sw ac vl 10
中繼埠的配置
# int f0/2
# sw mo tr
# sw tr na vl 10
2、路由器基本配置
2.1、修改裝置名稱
# h r1
2.2、設定密碼
console口密碼設定
# li c 0
# pas 123
# logi
telnet遠端登陸密碼
# li v 0 4
# pas 234
# logi
enable模式加密密碼
# ena s 111
enable模式非加密密碼
# ena p 222
2.3、埠ip位址配置
# int f0/0
# ip ad 192.168.10.1 255.255.255.0
# no sh
位址池命令 思科理由 思科命令
思科命令 特權口令 enable password 控制台口令 line console 0 password login exit 關閉網域名稱查詢 no ip domain lookup 啟用ssh ip domain name 網域名稱指定使用 ssh version2 ip ssh vers...
思科裝置基礎
進入config模式 line console 0 進入console口 password 如果刪除密碼就是 no password login enable password 明文密碼 enable secret 密文密碼 特權模式下 line vty 0 4 password login con...
思科命令 十
用命令access list在標準通訊量過濾表中建立一條記錄 router config access list access list number source address source address 用命令access list在擴充套件通訊量過濾表中建立一條記錄 router conf...