CCNP學習筆記——實驗考試命令總結
CCNP學習筆記- 實驗考試命令總結之一
1.Modem 自動配置和Modem 能力數據庫
modem autoconfigure [discovery | type modemcap-entry-name]
2.顯示modemcap 數據庫項目
show modecap
3.向modemcap 添加項目
modemcap edit [new_modem_name]
4.專用和交互PPP 會話
Router(config-if)#async mode [dedicated | interactive]
Router(config-if)#ip unnumbered interface-type interface-number
Router(config-if)#peer default ip address {ip-address |dhcp |pool poolname}
Router(config)#ip local pool poolname start-address end-address
5.反向回撥客戶配置
Router(config)#UserName username PassWord password(生成基于用戶名的本地認證數據庫)
Router(config-if)#PPP callback request
CCNP學習筆記- 實驗考試命令總結之二
6.反向回撥服務器配置
Router(config)#uasername username password password(生成基于用戶名的本地認證數據庫)
Router(config-if) PPP callback accept
7.選擇ISDN 交換機類型
Router(config)#isdn switch-type switch type 或者在端口模式下
Router(config-if)#isdn switch-type switch type
8.設置服務原型標識(SPID)
Router(C onfig-if)#isdn spid1 spid-number [ldn]
9.指定感興趣的數據流觸發ISDN
Router(config)#dialer-list dialer-group-number protocol protocol-name {permit |deny | list
access-list-number | access-group}
Router(config-if)#dialer-group group-number
10.定義ISDN 目的地相關參數
Router(config-if)#dialer map protocol next-hop-address [name hostname] [broadcast] dial-string
CCNP學習筆記- 實驗考試命令總結之三
11.定義ISDN 線路被切斷之前可以保持空閑時間
Router(config-if)#dialer idle-timeout seconds
12.定義ISDN 切斷當前呼叫,給另一條線路空閑保持時間
Router(config-if)#dialer fast-idle seconds
13.定義發起另一個目的地呼叫接口負載門限(從1-255)
Router(config-if)#dialer load-threshold load [outbound | inbound | either]
14.多鏈路PPP
Router(config-if)#ppp multilink
15.ISDN 撥號循環組配置
Router(config)#interface dialer group-number
Router(config-if)#dialer rotary-group group-number
CCNP學習筆記- 實驗考試命令總結四
16.ISDN 撥號池配置文件
Router(config)#interface interface-number
Router(config-if)#dialer pool-member number
Router(config)#interface dialer number
Router(config-if)#dialer pool number
ISDN 撥號循環組與ISDN 撥號池相識,不過一個主要的區別在撥號循環組沒有映射類的能力
17.撥號備份
Cisco 與華為技術網Page 9
back delay number-seconds(失敗系統等待) number-seconds(恢復系統等待)
back load number-percent(主負載激活) number-percent(主負載停止)
18.為ISDN 配置PRI
Router(config)isdn switch-type primary-ni
Router(config)controller [t1|e1] 0/0
Router(config-controller)#pri-group timeslot [1-24 | 1-30]
Router(config-controller)#framing esf
Router(config-controller)#linecode b8zs
Router(config-controller)#clock source line primary
Router(config)#interface serial 0/0:[23 | 15]
Router(config-if)#ip address x.x.x. x.x.x.x
Router(config-if)#isdn incoming-voice modem
19.700 系列配置命令
Rem700>set switch [dms100 | 5ess | nt1] 設定700 系列所用的交換類型
Rem700>set encapsulation[ppp| cppp] 定義700BRI 的封裝方式
Rem700>set ppp authentication incoming [chap | pap | none]進入呼叫的認證類型
Rem700>set ppp authentication outgoing [chap | pap | none]出去呼叫的認證類型
Rem700>set ppp secret 路由器發出呼叫所用的口令
Rem700>set active profile-name 激活配置文件
20.700 用戶配置文件命令
Rem700> set user profile-name 設置用戶配置文件
Rem700:profile-name>set birdging [off | on] 設置橋接命令
Rem700:profile-name> set ip x.x.x.x 設置IP 地址
Rem700:profile-name>set ip netmask x.x.x.x 設置子網掩碼
Rem700:profile-name>set ip routing [on |off]設置IP 路由
Rem700:profile-name>set number xxxxxx 設置呼叫的電話號碼
CCNP學習筆記- 實驗考試命令總結之五
21.700 系列實現DHCP 服務器
Rem700>set dhcp server 啟動dhcp 服務
Rem700>set adderss x.x.x.x number 設置dhcp 分配IP 地址和范圍
Rem700>set dhcp netmask x.x.x.x 設置dhcp 分配IP 地址的子網掩碼
Rem700>set dhcp gateway primary x.x.x.x 設置網關的IP 地址
Rem700>set dhcp dns primary x.x.x.x 設置DNS 的IP 地址
Rem700>set wins primary x.x.x.x 設置WINS 的IP 地址
Rem700>set dhcp domain domain-name 設置DHCP 服務的域名
22.配置x.25
Router(config-if)#encapsulation x25 [dte |dce] 設置接口封裝類型
Router(config-if)#x25 address x.121-address 配置x.121 地址
Router(config-if)#x25 map [ip | ipx | appletalk] x.x.x.x x.121-address broadcast
23.配置x.25 PVC
Router(config-if)#x25 pvc circuit-number [ip | ipx | appletalk] x.x.x.x x.121-address broadcast
24.配置x.25 附加選項
Router(config-if)#x25 ips size 進入包大小
Router(config-if)#x25 ops size 出去包大小
Router(config-if)#x25 win packets 進入窗口大小
Router(config-if)#x25 wout packets 出去窗口大小
Router(config-if)#x25 modulo modulus 配置窗口的模
25.配置frame-realy
Router(config)#interface serial number 設置frame-relay 端口
Cisco 與華為技術網Page 10
Router(config-if)#encapsulation frame-relay [cisco | ietf] 設置frame-relay 封裝模式
Router(config-if)#frame-relay lmi-type [ansi | cisco | q933i]設置frame-relay lmi 類型
Router(config-if)#frame-relay map [appletalk | clns | ip] x.x.x.x dlci [broadcast] [ietf] [cisco]設置靜態地址映射
【編輯推薦】