Cisco路由器基本檢驗和配置命令集

2021-04-27 23:20:31 字數 2835 閱讀 4652

一、 基本路由器的檢驗命令

show version

show processes

show protocols

show mem

show ip route

show startup-config

show running-config

show flash

>show inte***ces

二、 基本路由配置命令

進入:config terminal/memory/network

配置網路時常採用的命令:copy和load

1.標識:hostname 標識名

2.啟動標識:banner 啟動標識

3.介面:inte***ce 埠號

4.密碼:line 0 6

login

passwd 口令

enable password/secret 口令

5.介面:

1)配置埠

inte***ce 埠號

clock rate 時鐘速率(64000)/* 在串列埠中配置 */

bandwidth 頻寬(預設56) /* 在串列埠中配置 */

media-type 介質型別 /* 在乙太網口上 */

early-token release /* 在令牌環網口上 */

ring-speed 16 /* 在令牌環網口上 */

no shutdown

write memory

2)檢驗埠

show inte***ces

show controllers

6. 配置環境

1) 引導方式

boot system flash ios-filename

boot system tftp ios-filename tftp-address

boot system rom

2) 配置register值

config-register 0x2102

7. 檢視鄰居路由

show cdp inte***ce

show cdp neighbors [detail]

show cdp entry routera

8.ip address 配置

ip address 網路位址 掩碼

ip host 主機名 address

ip name-server 伺服器位址1 伺服器位址2 。。。

ip domain-lookup nsap

show hosts

ping 主機名/ip位址

trace 主機名/ip位址

三、ip 路由

1.靜態路由

ip routing

ip route 目標網路號 掩碼 埠號 [permanent]

2.預設路由

ip default-network 網路號

3.動態路由

1)rip配置

router rip

network 網路號

show ip route

show ip protocol

debug ip

2)ospf 配置

router ospf 程序號

redistribute 其它路由協議

network 埠網路 反掩碼 area 區域號

area 區域號 range 網路號 掩碼

area 區域號 default-cost 花銷值

ip ospf priority number

ip ospf cost 花銷值

show ip ospf database

3)bgp 配置

router bgp 自治域號

redistribute 其它路由協議

network 網路號 /* 自治域內 */

aggregate-address 網路號 掩碼 summary-only 彙總網路

neighbor 相鄰網路號 remote-as 自治域號 /* 自治域間的網路 */

四、流量控制

1)被動埠

passive inte***ce 埠號

2)預設路由

ip default 網路號/埠網路

3)靜態路由

ip route 目標網路號 掩碼 埠號

4)acl過濾表

(全域性上) access-list 訪問號1 反掩碼號 [ established]

access-list 訪問號2 ip/tcp協議 源網路 目的網路

操作符 引數

(埠上)access-group 訪問號 in out

distribute-list 訪問號 in out 埠號

4)null 0 inte***ce

ip route address mask null 0

五、廣義網配置

1)ppp

ppp pap sent-usename 封裝

ppp chap hostname

ppp chap password

2)x.25

encapsulation x25 [dce]

x25 address

x25 map 協議位址 /*svc */

x25 pvc pvc號 ip位址 x25位址 /*pvc */

ip switching

x25 route x.121位址 介面 x.121對映位址

3)framerelay

frame-relay local-dlci ip網路號

frame-relay map 協議位址

frame-relay lmi-type ansi

cisco路由器配置

cisco路由器配置的幾個常用命令 router enable 進入特權模式 router conf t 進入配置模式 router config int fa0 0 進入fa0 0介面 router config if ip add 192.168.1.1 255.255.255.0 給fa0 0...

CISCO路由器DHCP 配置

實驗拓撲 基本配置 r5充當dhcp 伺服器 ip dhcp pool vlan146 network 155.1.146.0 24 default router 155.1.146.4 dns 202.106.46.151 exit ip dhcp excluded address 155.1.1...

CISCO路由器配置基礎 3

4 常用廣域網協議的配置 常用廣域網協議主要有高階資料鏈路控制協議 hdlc 綜合服務數字網 isdn 點對點協議 ppp 分組交換協議 x.25 和幀中繼 frame relay 等。路由器的串列埠提供與廣域網的連線,但與 isdn 的連線需通過 isdn 介面。廣域網協議的配置方法如下 配置hd...