国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 網絡通信 > 正文

Cisco路由器配置DDR撥號

2019-11-05 00:32:54
字體:
來源:轉載
供稿:網友

  dial-on demand routing (ddr)是用公共電話網提供了網絡連接。通常的,廣域網大多數使用專線連接的,路由器連接到類似MODEM OR ISDNTAS 的數據終端DCE設備上,他們支持同步V.25BITS協議,你可以用SCRipTS AND DIALER命令設定撥號串。
  
  DDR比較適用于用戶對數率要求不高,偶然有數據傳輸或只是在特定時候傳輸數據,比如銀行每晚傳送報表等等情況下。
  
  當一個感愛好的包到達路由器時,產生一個DDR請求,路由器發送呼叫建立信息給指定的串口的DCE設備,這個呼叫就把本地的和遠程的設備連接起來,一旦沒有數據傳輸,空閑時間開始記時,超過設置的記時時間,連接終止。DDR現在都用靜態路由來傳輸數據,避免路由交換引起的DDR撥號。和XNS可以通過DDR路由尋址,同步串口,異步串口和ISDN端口可以配置成到一個或多個目的地的DDR連接。
  
  下面是一個典型的DDR連接:
  
  在配置DDR過程中,我們可以把一個或幾個物理端口配置成一個邏輯撥號接口,他可以是同步V.25方式,同步DYR啟動撥號或異步CHATSCRIPT方式。
  
  具體配置:
  !
  interface serial 0
  ip address 131.108.126.1 255.255.255.0
  dialer in-band
  dialer-group 1
  !
  dialer map ip 131.108.126.2 55551234
  !
  dialer idle-timeout 300
  dialer backup example
  A) 同步V.25bits方式
  configuration for routerA:
  interface serial 10:0
  backup delay 0 10
  backup interface serial 110
  ip address 16.217.30.2 255.255.255.252
  !
  interface serial 110
  ip address 16.30.16.81 255.255.255.25.0
  encapsulation ppp
  dialer in-band
  dialer string 8292
  dialer-group 1
  pulse-time 1
  !
  dilar-list 1 PRotocol ip permit
  B) 輔助口作撥號備份
  configuration for routerA:
  chat-script mydial “””atdt 8292” timeout 60 “connect”
  !
  interface serial 0
  backup delay 0 0
  backup interface async1
  ip address 16.3.1.1 255.255.255.0
  encapsulation ppp
  !
  interface async1
  ip address 16.3.2.1 255.255.255.0
  encapsulation ppp
  keepalive 9
  async default routing
  async dynamic address
  async dynamic routing
  async mode dedicated
  dialer string 8292
  dialer-group 1
  !
  dialer-list 1 protocol ip permit
  !
  line aux 0
  script dialer mydial
  modeinout
  transport output none
  stopbits 1
  flowcontrol hardware
  speed 9600
  subinterface example (frame realay)
  configuration for routerA:
  interface serial 0
  encapsulation frame-relay
  interface serial 0.1 multipoint
  ip address 11.10.11.1 255.255.255.0
  frame-relay interface-dlci 41
  frame-relay interface-dlci42
  
  configuration for routerC:
  interface serial 0
  encapsulation frame-relay
  interface serial 0.1 point-point
  ip address 11.10.16.2 255.255.255.0
  frame-realy interface-dlci 46
  
  configuration for routerB:
  
  interface serial 0
  encapsulation frame-relay
  interface serial 0.1 multipoint
  ip address 11.10.11.3 255.255.255.0
  frame-relay interface-dlci 43
  frame-relay interface-dlci 44
  !
  interface serial 0.2 point-point
  ip address 11.10.13.1 255.255.255.0
  frame-realy interface-dlci 48
  
  frame relay switching example
  configuration for routerA:
  frame-relay switching
  no ip address
  frame-relay encapsulation
  frame-relay route 163 tun0 43
  frame-relay intf-type dce
  !
  interface serial0
  ip address 131.108.100.1 255.255.255.0
  !
  interface tu 0
  tunnel source serial 1
  tunnel destintion 131.108.13.2
  
  configuration for routerB:
  frame-relay switching
  !
  interface serial 0
  no Ip address
  frame-relay encapsulation
  frame-relay router 9 tun0 43
  frame-relay interface-type dce
  !
  int tu 0
  tunnel source serial 1
  tunnel destination 131.108.100.1
  
  channelized E1interface example
  
  假設是7500系列路由器,E1接口(MIP板)在插槽4上面。
  一個CHANNEL-GROUP 可對應多個時間槽,本例中SERIAL4/0:1有5*64的速率
  configuration for router :
  controller e1 0
  framing no-crc4
  chanel-group 0 timeslots1
  channel-group 1 timeslots 2,7-9,20 speed 64
  !
  interface serial4/0:0
  Ipaddress 16.217.30.2 255.255.255.252
  Encapsulation ppp
  !
  interface serial 4/0:1
  ip address 16.205030.5 255.255.255.252
  
  X.25 EXAMPLE
  
  在配置X.25 時,為減少路由交換引起的呼叫,通常用靜態路由,而當一對多情況下,不在一個子網中用subinface 配置
  
  configuration for router:
  interface serial 0
  ip address 131.108.100.1 255.255.255.0
  encapsulation X.25
  X.25 address 041673226839
  x.25 htc 16
  x.25 map ip 131.108.100.2 041675222222
  int s 0.1
  ip address 131.108.101.1 255.255.255.0
  x.25 mapip 131.108.101.2 041674222222
  !
  ip router 131.108.100.0 255.255.255.0 131.108.100.2
  ip router 131.108.101.0 255.255.255.0 131.108.101.2


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 湖口县| 万盛区| 定襄县| 新乐市| 喀喇沁旗| 黎城县| 嘉峪关市| 罗定市| 三台县| 大石桥市| 兰溪市| 晴隆县| 德保县| 肇庆市| 南充市| 航空| 厦门市| 米林县| 疏附县| 陵水| 通道| 普安县| 栖霞市| 济源市| 黑河市| 射洪县| 兴安盟| 青海省| 乌什县| 颍上县| 合江县| 左贡县| 洛扎县| 洛隆县| 昭通市| 广饶县| 英吉沙县| 贵州省| 富宁县| 松桃| 鹤岗市|