<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
開局
enable特權模式
configure terminal全域性模式
inte***ce進介面模式
hostname改主機名
line console 0設定特權密碼
enable secret設定進全域性模式密碼
line vty 0 ? <1-15> last line number遠端埠開啟幾個
(config-line)#password遠端密碼
(config-line)#login執行
ip default-gateway預設的閘道器
ip address 192.168.1.11 255.255.255.0 ip位址後面跟掩碼
no shutdown開啟
vlan劃分
vlan 2設定vlan
vlan 3
(config-vlan)#name 002改vlan名字
(config-if)#switchport access vlan 2把介面放到vlan 2裡
(config-if)#switchport mode trunk把介面設定成中繼口
單臂路由
router(config)#inter fa0/0
router(config-if)#no shut
router(config-if)#inter fa0/0.1
router(config-subif)#encapsulation dot1q 1封裝
router(config-subif)#ip address 192.168.0.1 255.255.255.0
nat
靜態:
ip nat inside source static私有+公有
ip nat inside進口
ip nat outside出口
動態:
ip nat pool test 202.106.1.5 202.106.1.6 netmask 255.255.255.252
位址池後面跟掩碼
access-list 1 permit 192.168.0.0 0.0.255.255列表後面跟的是規則反掩碼
ip nat inside source list 1 pool test關聯起來
pat:
ip nat inside source list 1 inte***ce fa0/1 overload不復用的意思
靜態路由:
ip route後面跟不知道的位址然後掩碼最後是對口段的ip位址
inte***ce loopback 0環迴口
檢查命令:
debug ip icmp除錯命令
debug ip nat除錯nat
undebug all關閉除錯
show running-config檢視配置檔案
show vlan檢視vlan資訊
show ip inte***ce brief檢視ip配置資訊
show mac-address-table檢視mac位址
show inte***ce檢視介面
telnet遠端管理
write儲存
duplex雙工模式
speed速率(10|100|1000|auto)表示為介面配置具體速率值!
Shell指令碼基本命令
shell指令碼是包含一系列命令的文字檔案 用於重複性操作 事務批處理 自動化運維 定時任務執行 為乙個約定的標記 放到linux裡先授權,後執行 1.列印 變數列印 bin bash echo hello world name zs echo hello,echo 在單引號裡無法取到變數,雙引號能...
shell基本指令碼命令
shell是乙個命令直譯器,它在作業系統的最外層,負責直接與使用者對話,把使用者的輸入解釋給作業系統,並處理各種各樣的作業系統的輸出結果,輸出螢幕返回給使用者 shell指令碼必須要素 指令碼檔案名字必須以.sh結尾。宣告 開啟指令碼的第一句話必須寫上 bin bash 通常 後面的是不會被解析的,...
思科交換機 基本命令(下)
router enable router router configure terminal enter configuration commands,one per line.end with cntl z.router config inte ce gigabitethernet0 0 1 ro...