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

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

ISDN基本配置

2019-11-04 20:37:59
字體:
來源:轉載
供稿:網友

  本實驗提供了兩臺路由器通過ISDN線路進行連接時的最基本配置,從一個最簡單的配置開始研究,有利于對技術的把握。
  
  1.實驗目的
  
  通過本實驗,讀者可以把握以下技能
  ●配置ISDN交換機類型;
  ●配置PPP封裝;
  ●配置dialer string;
  ●配置dialer-group及dialer-list;
  ●查看有關信息。
  
  2.設備需求
  
  本實驗需要以下設備:
  ●Cisco路由器2臺,分別命名為R1和R2,要求每臺路由器具有1個ISDN BRI接口。
  ●2條ISDN線路和相應的NT1及線纜;
  ●1臺終端服務器,如Cisco 2509路由器,及用于反向Telnet的相應電纜;
  ●1臺帶有超級終端程序的PC機,以及Console電纜及轉接器。
  
  3.拓撲結構及配置說明
  
  本實驗的拓撲結構如圖7-1所示,R1和R2路由器各連接1條ISDN BRE線路。
  
ISDN基本配置

  圖7-1中的"廣域網云"代表運營商的ISDN網絡,路由器的BRI接口通過NT1連接到ISDN線路上。
  各路由器BRI接口的ip地址和所連接線路的ISDN號碼見圖7-1中的標注。實驗要求配置R1和R2,使得R1和R2可以互相ping通。
  
  4.實驗配置及監測結果
  
  本實驗雖說是最基本的ISDN實驗,但它涉及到ISDN配置的要害技術,尤其是有效的監測和查看命令對調試非常重要。
  設備和線纜連接好之后,打開所有設各的電源,開始進行實驗。
  配置清單7-1記錄了本實驗的操作過程。
  
  配置清單7-1 ISDN的基本配置
  
  第1段:配置ISDN類型并查看其狀態
  R1#conft
  Enter configuration commands, one per line. End with CNTL/Z.
  R1(config)#isdn switch-type ?
  basic-1 tr6  1TR6 switch type for Germany
  basic-5ess   LUCent 5ESS switch type for the U.S.
  basic-dms1OO Northern Telecom DMS-100 switch type for the U.S.
  basic-net3   NET3 switch type for UK,Europe,Asia and Australia
  basic-ni   National ISDN switch type for the U.S.
  basic-qsig   QSIG switch type
  basic-ts013  TS013 switch type for Australia (obsolete)
  ntt      NTT switch type for Japan
  vn3      VN3 and VN4 switch types for France
  
  R1(config)#isdn switch-type basic-net3
  R1(config)#int bri 0
  R1(config-if)@iio shut
  R1(config-if)#^Z
  R1#sh isdn status
  Global ISDN Switchtype=basic-net3
  ISDN BRIO interface
  dsL 0,interface ISDN Switchtype=basic-net3
    Layer 1 Status:
  ACTIVE
    Layer 3,Status:
  TEI=70,Ces=1,SAPI=0,State=MULTIPLE_FRAME_ESTABLISHED
    Layer 3 Status:
  0 Active Layer 3 Call(s)
   Active dsl 0 CCBs = 0
   The Free Channel Mask: 0x80000003
   Number of L2 Discards = 0, L2 session ID = 5
   Total Allocated ISDN CCBs = 0
  R1#
  [Resuming connection 1 R2]
  R2#conft
  Enter configuration commands, one per line. End with CNTL/Z.
  R2(config)#isdn switch-type basic-net3
  R2(config)#int bri 0
  R2(config-if)#no sh
  R2(config-if)#^Z
  R2#
  R2#sh isdn status
  Global ISDN Switchtype = basic-net3
  ISDN BRIO interface
  dsl 0, interface ISDN Switchtype = basic-net3
   Layer 1 Status:
  ACTIVE
   Layer 2 Status:
  TEI=66,Ces=1,SAPI=0,State=MULTIPLE_FRAME_ESTABLISHED
   Layer 3 Status:
  0 Active Layer 3 Call(s)
   Active dsl 0 CCBs = 0
   The Free Channel Mask: 0x80000003
   Total Allocated ISDN CCBs = 0
  R2#conft
  第2段:配置R1路由器
  R1#conft
  Enter configuration commands, one per line. End with CNTL/Z.
  R1(config)#int bri 0
  R1(config-if)#ip addr 192.168.1.1255.255.255.0
  R1(config~if)#encapsulation ppp
  R1(config-if)#dialer string 80000002
  R1(config-if)#dialer-group 1
  R1(config-if)#exit
  R1(config)#diaaer-list 1 PRotocol ip permit
  R1(config)#^Z
  R1#
  第3段:配置R2路由器
  R2#conft
  Enter configuration commands, one per line. End with CNTL/Z.
  R1(config)#int bri 0
  R2(config-if)#ip addr 192.168.1.2 255.255.255.0
  R2(config-if)#encap ppp
  R2(config-if)#dialer string 80000001
  R2(config-if)#dialer-group 1
  R2(config-if)#exit
  R2(config)#dialer-list 1 prot ip permit
  R2(config)#^Z
  R2#
  第4段:測試配置結果
  R1#sh int bri 0
  BRIO is up,line protocol is up(spoofing)
  Hardware is BRI
  Internet address is 192.168.1.1/24
  MTU 1500 bytes, BW 64 Kbit, DLY 20000 usec,
   reliability 255/255, txioad 1/255, rxioad 1/255
  Encapsulation PPP, loopback not set
  Last input 00:00:05, output 00:00:05, output hang never
  Last clearing of "show interface" counters 02:25:35
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueisig strategy: weighted fair
  Output queue: 0/1000/64/0 (size/max total/threshold/drops)
   Conversations 0/1/16 (active/max active/max total)
   Reserved Conversations 0/0 (allocated/max allocated)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
   0 packets input,0 bytes,0 no buffer
   Received 0 broadcasts,0 runts,0 giants,0 throttles
   0 input errors,0 CRC,0 frame,0 overrun,0 ignored,0 abort
   0 packets output,0 bytes,0 underruns
   0 output errors,0 collisions,0 interface resets
   0 output buffer failures,0 output buffers swapped out
   0 carrier transitions
  R1#sh int bri 0:1
  BRIO:1 is down, Stise protocol is dowN
   Hardware is BRI
   MTU 1500 bytes, BW 64 Kbit, DLY 20000 usec,
   reliability 255/255, txioad 1/255, rxioad 1/255
  Encapsulation PPP, loopbacfe not set
  Keepalive set (10 see)
  LCP Closed
  Closed:IPCP
  Last input never, output never, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: fifo
  Output queue :0/40 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
   0 packets input, 0 bytes, 0 no buffer
   Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
   0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
   0 packets output, 0 bytes, 0 underruns
   0 output errors, 0 collisions, 3 interface resets
   0 output buffer failures, 0 output buffers swapped out
   0 carrier transitions
  R1#conft
  Enter configuration commands, one per line. End with CNTL/Z.
  R1(config)#logg con
  R1(config)#^Z
  R1#
  R1#debug dialer
  Dial on demand events debugging is on
  R1#ping 192.168.1.2
  
  Type escape sequence to abort.
  Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds:
  
  02:27:36:BRO DDR:Dialing cause ip(s=192.168.1..1,d=192.168.1.2)
  02:27:36:BRO DDR:Attemptiong to dial 80000002.
  02:27:38:%LINK-3-UPDOWN:Interface BRIO:1,changed state to up
  02:27:38:%ISDN-6CONNECT:Interface BRIO:1 is now connected to 80000002
  !!!
  Success rate is 60 percent (3/5), round-trip min/avg/max = 36/37/40 ms
  02:27:40:BRO:1 DDR:dialer protocol up
  02:27:41:


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 邵阳市| 兴宁市| 吉安县| 基隆市| 阿勒泰市| 福清市| 洛扎县| 安庆市| 和林格尔县| 辽宁省| 横峰县| 清涧县| 蒙自县| 屏山县| 东丽区| 泽州县| 沙坪坝区| 扶沟县| 新绛县| 理塘县| 沙河市| 安平县| 保山市| 沙洋县| 望江县| 漳浦县| 东光县| 汤原县| 隆化县| 都兰县| 理塘县| 和田市| 额敏县| 大渡口区| 涪陵区| 会东县| 山阴县| 突泉县| 阳曲县| 西乌珠穆沁旗| 晋宁县|