路由器簡單配置 (二) 宋起瑞的部落格

2022-09-23 03:21:13 字數 2284 閱讀 2958

電腦中arp -a檢視arp表

電腦中arp -s ipadd mac進行arp繫結

電腦中arp -d清除arp快取

路由器arp -a檢視arp表

路由器arp ipadd mac進行arp繫結

路由器clear arp-cache清除arp快取

ip route network mask ipadd配置靜態路由

特權下show running-config檢視當前配置(sh run)

特權下show startup-config檢視已儲存的配置(sh star)

特權下copy running-config startup-config儲存當前配置

(=wr=copy run star)

特權下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修剪

注釋:所有大寫字母都是命令不固定的項

華為路由器ACL簡單配置

acl access control list 訪問控制列表,是由一系列規則組成的集合。先來看下拓撲圖吧 lo0就是loopback0,路由器上的邏輯介面,可以模擬一台主機 配置目的 ar1上的lo0可以ping通ar3上的lo0,而lo1不可以ping通ar3上的lo0 一 首先最基本的配置,介面...

路由器的配置

路由器的基本配置 1.給路由器命名 2.關閉網域名稱解釋 3 設定輸入同步 4.設定路由器介面ip位址 具體如下 router en router conf t router config ho r1 命名 r1 config no ip domain loo 關閉網域名稱查詢 r1 config ...

路由器的配置

路由器1 en 使用者進入特權模式 config t 特權進全域性 int f0 1 進入 f0 1 介面ip add 192.168.1.1 255 255 255.0 配置 ip位址跟子網掩碼 no shut 開啟介面 int f0 0 進入 f0 0 介面ip add 192.168.2.1 ...