广域网接口配置_第1页
广域网接口配置_第2页
广域网接口配置_第3页
广域网接口配置_第4页
广域网接口配置_第5页
已阅读5页,还剩5页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、广域网接口配置FSIP 的设置Cisco 4500 配备了一块快速同步卡, 为 E1/G.703 标准, 可以直接接中继线, 但是它不是那种信道 化的标准。配置只要按以下步骤: gy-4500-01#config terEnter configuration commands, one per line. End with CNTL/Z.gy-4500-01(config)#int s0gy-4500-01(config-if)#no shutdown gy-4500-01(config-if)#ip add 202.98.196.69 255.255.255.252 gy-4500-01(c

2、onfig-if)#timeslot 1-31gy-4500-01(config-if)#ts16gy-4500-01(config-if)#endgy-4500-01#write 按照以上的基本上可以完成配置, 可以视情况加 上以下参数: gy-4500-01#conf terEnter configuration commands, one per line. End with CNTL/Z.gy-4500-01(config)#int s0 gy-4500-01(config-if)#bandwidth 2048 ;将 带宽设为 2M gy-4500-01(config-if)#cloc

3、k source line 时钟源来自中继线 gy-4500-01(config-if)#endgy-4500-01#writeMIP 的设置Cisco 7513 配备了一块 MIP 板,它的全称为 Multi-channel Interface Processor , 同 样 为 E1/G.703 标准,顾名思义, 它支持信道化的 E1。 下面简要说一下它的配置步骤: 首先执行以下命令应该可以见到以下类似信息: gy-7513-01#show controller e1 E1 4/0 is down.Applique type is Channelized E1 - unbalanced T

4、ransmitter is sending remote alarm.Receiver has loss of signal.Framing is CRC4, Line Code is HDB3, Clock Source is Line.Data in current interval (335 seconds elapsed):0 Line Code Violations, 0 Path Code Violations1 Slip Secs, 0 Fr Loss Secs, 0 Line Err Secs, 0 Degraded Mins0 Errored Secs, 0 Bursty E

5、rr Secs, 0 Severely Err Secs, 335 Unavail Secs E1 4/1 is down.Applique type is Channelized E1 - unbalanced Transmitter is sending remote alarm.Receiver has loss of signal.Framing is CRC4, Line Code is HDB3, Clock Source is Line.Data in current interval (340 seconds elapsed):0 Line Code Violations, 0

6、 Path Code Violations1 Slip Secs, 0 Fr Loss Secs, 0 Line Err Secs, 0 Degraded Mins0 Errored Secs, 0 Bursty Err Secs, 0 Severely Err Secs, 340 Unavail Secs 在按照以下步骤配置: gy-7513-01#conf ter Enter configuration commands, one per line.End with CNTL/Z. gy-7513-01(config)#controller e1 4/0 键入 controller e1

7、,4/0 为槽号 gy-7513-01(config-controller)#channel-group 1 timeslot 1-2 现在就相当于把第 1,2 个时隙映射成一个同步 口,它的速率为 2*64k=128k ,用 show run 的命令可以见到以下信息: gy-7513-01#sh run Building configuration.Current configuration:!version 11.2!hostname gy-7513-01!enable secret 5 $1$I8En$2vVrbsGngBedjDsJb6SRc0 enable password guiy

8、ang!ip subnet-zero x25 routing !controller E1 4/0 channel-group 1 timeslots 1-2! controller E1 4/1! interface Serial4/0:1no ip address no ip mroute-cache这时,就可以将 serial4/0:1 当一个标准的同步口 来配置X.25 接入的配置Cisco 的路由器支持 X.25 的接入,包括终端接入 方式,点对点接入,多对点接入。终端接入gy-7513-01#conf terEnter configuration commands, one per

9、 line. End with CNTL/Z.gy-7513-01(config)#int s8/0 gy-7513-01(config-if)#no shutdown gy-7513-01(config-if)#no ip add gy-7513-01(config-if)#encapsulation x25 gy-7513-01(config-if)#bandwidth 64 gy-7513-01(config-if)#x25 add 78905678 gy-7513-01(config-if)#x25 htc 16 gy-7513-01(config-if)#x25 idle 8 gy-

10、7513-01(config-if)#x25 nvc 8 gy-7513-01(config-if)#exit gy-7513-01(config)#translate x25 78905678 tcp 202.98.196.9gy-7513-01(config)#exit gy-7513-01# 以 上 78905678 为 X.25 端 口 的 地 址 , 而 202.98.196.1为要直接登录的主机的地址 还可以视是否接 DTU 加入以下参数: gy-7513-01#conf terEnter configuration commands, one per line. End with

11、 CNTL/Z.gy-7513-01(config)#int s8/0gy-7513-01(config-if)#clock rate 64000gy-7513-01(config-if)#endgy-7513-01#这样用户用 X.25 拨号接通 X.25 的这个端口后, 就可以直接登录到主机上点对点的接入两个路由器之间可以用 X.25 网相连,只要按以 下步骤配置即可:路由器 A 的配置:gy-7513-01#conf terEnter configuration commands, one per line. End with CNTL/Z.gy-7513-01(config)#int

12、s8/0 gy-7513-01(config-if)#ip add 202.98.196.65 255.255.255.224 gy-7513-01(config-if)#encapsulation x25 gy-7513-01(config-if)#x25 add 12345678 gy-7513-01(config-if)#bandwidth 64 gy-7513-01(config-if)#x25 htc 16 gy-7513-01(config-if)#x25 idle 5 gy-7513-01(config-if)#x25 nvc 8 gy-7513-01(config-if)#x2

13、5 map ip 202.98.196.66 23456789 broadcast gy-7513-01(config-if)#x25 map ip 202.98.196.6512345678 broadcast gy-7513-01(config-if)#end gy-7513-01# 以上 12345678 为本路由器所接的 X.25 的端口的端line.号,而 23456789为对端路由器所接的 X.25 口号还可以视是否接 DTU 加入以下参数: gy-7513-01#conf terEnter configuration commands, one per End with CNTL

14、/Z.gy-7513-01(config)#int s8/0gy-7513-01(config-if)#clock rate 64000gy-7513-01(config-if)#endgy-7513-01#路由器 B 的配置line.gy-2511-01#conf terEnter configuration commands, one per End with CNTL/Z. gy-2511-01(config)#int s0 gy-2511-01(config-if)#ip add 202.98.196.66 255.255.255.224 gy-2511-01(config-if)#e

15、ncapsulation x25 gy-2511-01(config-if)#x25 add 23456789 gy-2511-01(config-if)#bandwidth 64 gy-2511-01(config-if)#x25 htc 16 gy-2511-01(config-if)#x25 idle 5 gy-2511-01(config-if)#x25 nvc 8 gy-2511-01(config-if)#x25 map ip 202.98.196.66 23456789 broadcast gy-2511-01(config-if)#x25 map ip 202.98.196.65 12345678 broadcast gy-2511-01(config-if)#endgy-2511-01#以上 12345678 为本路由器所接的 X.25 的端口 号,而 23456789 为对端路由器所接的 X.25 的端 口号还可以视是否接 DTU 加入以

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论