電腦中arp -a查看arp表緩存
電腦中arp -s IPadd MAC進行arp綁定dom
電腦中arp -d清除arp緩存ide
路由器arp -a查看arp表加密
路由器arp IPadd MAC進行arp綁定spa
路由器clear arp-cache清除arp緩存router
ip route NETWORK MASK IPadd配置靜態路由server
特權下show running-config查看當前配置(sh run)dns
特權下show startup-config查看已保存的配置(sh star)接口
特權下copy running-config startup-config保存當前配置
(=wr=copy run star)ip
特權下erase nvram刪除已保存的配置
line con 0,password 密碼,login配置console口密碼
enable password 密碼 配置特權密碼
enable secret 密碼 配置特權密文密碼
service password-encryption加密明文密碼
路由器密碼恢復:按住Ctrl+break鍵
confreg 0x2142修改寄存器的值reset重啓
copy startup-config running-config手動加載配置文件
config-register 0x2102改回寄存器的值
copy running-config startup-config保存當前配置
交換機密碼恢復:按住mode鍵
flash_init初始化flash
rename flash:config.text flash:config.old
修改config.text的文件名(使開機不會加載配置文件)
boot重啓交換機
copy flash:config.text system:running-config
手動加載配置文件
int vlan 1進入vlan1配置模式
line vty 0 4打開0 1 2 3 4遠程端口
ip default-gateway 網關IP配置交換機默認網關
copy tftp flash經過tftp升級路由器IOS
copy flash tftp經過tftp備份路由器IOS
exit返回上一級模式
end直接退回到特權模式
disable從全局退回到特權模式
vlan database進入vlan配置模式
vlan vlan號 建立vlan
switchport mode access將接口配置爲接入模式
switchport access vlan 10將vlan10分配給一個接口
show vlan brief查看vlan信息
show vlan 10查看vlan10
show vlan-switch查看vlan信息(gns3)
switchport trunk encapsulation isl/dot 1q
配置vlan封裝模式
switchport trunk native vlan 1配置native vlan
switchport mode trunk將接口配置爲中繼模式
switchport mode dynamic desirable
將接口配置爲動態指望模式
switchport mode dynamic auto
將接口配置爲動態自動模式
int range f0/0 -1同時進入f0/0到f0/1接口
ip dhcp pool NAME定義dhcp地址池
network NETWORK MASK定義dhcp分配的網段
default-router GATEWAY定義dhcp網關分配
dns-server DNS-IP配置dns分配
lease DAYS配置租期
ip dhcp excluded-address IPadd IPadd
配置dhcp預留地址
int f0/0.1進入f0/0的第一個子接口
encapsulation dot1q 10封裝vlan10標籤
vtp domain NAME配置vtp並命名
vtp mode server/client/transparent
配置vtp模式
vtp password 密碼 配置vtp的密碼
show vtp status查看vtp配置信心
vtp pruning配置vtp修剪註釋:全部大寫字母都是命令不固定的項