




免费预览已结束,剩余18页可下载查看
下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
CISCO CPOS STM配置示例此次XXX行营业部到部分支行和网点的广域网线路改造采用了STM1E1 的连接形式,下面我把这次线路调试的一些经验和心得介绍给大家,希望能够对大家日后的工作有所帮助。如果这篇文档中有什么不足或 者不对的地方,还希望大家能够指出。一,STM1介绍:STM,Synchronous Transport Module,是基于电信SDH骨干网传输的一种时分复用 技术,与CE1线路很类似。说的简单点,一个STM模块就是一个多通道的E1模块。一个STM模块可以配置为最大支持63个E1线路,而每一个E1线路可以根据用户的需要配置为2M的带宽,或者再细分成N64K的channelgroup的形式。根据ITUT的G。703的定义,国际上流行的STM复用技术主要以下两种:a,E1C-12VC-12TU-12 x3TUG-2 x7VC-3AU-3 x3AUGSTM-1b,E1C-12VC-12TU-12 x3TUG-2 x7TUG-3 x3VC4AU4AUGSTM-1目前中国的电信多采用第二种复用路径,一般习惯成为373复用,简单的理解,一个E1的祯首先被装进一个叫做C-12的容器,再被装进VC-12的容器,然后形成一个叫做附属单元的东东(tu-12),然后三个tu-12被复用成一个附属单元组tug-2,接下来7个tug-2被复用成一个更大的单元组,叫做tug-3,后面再用一个叫做VC-4的更大的容器装下3个tug-3,转换为一个au-4,在经过转化,最后成为STM的祯格式(有点晕:()。在给客户安装时需要注意:1, CISCO7507的VIP2和以下版本的VIP板卡不支持STM1模块。2, 一块STM1模块最多只能划分256个channel group。3, 有些高版本的IOS并不支持STM卡,如果装上去无法识别,可以适当的调整IOS的版本。二,PA-MC-STM-1的配置由于电信提供的STM/E1的服务是基于SDH这种透明的传输技术的,所以STM的配置很简单,而且很多参数可以我们自己定制,而不需要电信提供,比如E1的数据祯是否成祯,具体成祯的格式等等。在此次xx电信提供的工单上只有一个叫做时隙的参数,比如从省行营业部到五一路支行是用第1个时隙传输,到湖大支行用第2时隙传输.到白沙路支行使用第63时隙传输,所以我们首先要搞清楚这个时隙与具体的TU-12 x3TUG-2 x7TUG-3 x3的对应关系(CISCO的配置必须要知道这个对应关系,否则无法配置,而华为的CPOS卡则只需要知道时隙就可以了),才能在STM模块上做具体的配置,一般的对应关系如下AUG TUG3 TUG2 TU12 E1时隙 1 1 1 1 1 11 1 2 2 1 1 1 3 3 1 1 2 1 4 1 1 2 2 5 11 2 3 6 11 3 1 7 11 3 2 8 1 1 3 3 9 1 1 4 1 10 1 1 4 2 11 1 1 4 3 12 以下依次类推: 1 3 7 3 63 下面是具体的配置步骤:Router(config)# controller sonet 8/0/0 -进入STM模块的配置模式Router(config-controller)# framing SDH -定义STM的祯模式(一共有SDH和sonet两个参数,SDH是默认值)Router(config-controller)#aug mapping au-4 ?-定义使用的复用路径(一共有au-3和au-4两个参数,au-4是默认值)Router(config-controller)#au-4au-4-numbe tug-3tug-3-number 配置指定的tug-3,其中au-4-number永远为1,tug-3-number为1到3Router(config-ctrlr-tug3)# mode c-12 定义一个tug-3可以被分为21个tu-12,每一个tu-12可以承载一个E1线路Router(config-ctrlr-tug3)#tug-2 tug-2-number e1 e1-number unframed 在一个TUG3上建立一个非成祯的逻辑E1通道在做完这个配置后,路由器会虚拟出一个串口来,这点与CE1线路很类似,简单的理解一个串口就是一个TU-12 TUG-2 TUG-3的复用关系,也就是一个2M线路,对应电信提供的一个时隙Router(config)# interface serialslot/port-adapter/port.au-4-number/tug-3-number/tug-2-number/ e1-number:channel-group-number 进入这个串口的配置模式,对于非成祯的E1线路,channel-group-number永远为0Router(config-if)#ip address 16.202.99.165 255.255.255.255Router(config-if)# encapsulation ppp 在串口的两端封装PPP三,配置总结:1, 首先要搞清楚时隙对应关系,这个可以按照上面的表自己计算,如果不放心的话可以让电信帮助查。(在他们的设备上可以查出,但是他 们一般懒的提供给客户)2, 对于E1的祯格式,可以成祯,也可以不成祯,如果客户不要求在E1线路上再划分具体的N64K的时隙,就可以配置成unframed格式,比较省事,但是要注意最后的E1V。35转换器的开关设置。3, 对于线路时钟,可以使用电信的SDH网提供的时钟,另外CISCO的STM卡也可以提供时钟,看自己的爱好了。4, 在配置串口上,一定要记住两端都要封装PPP,否则不通,CISCO路由器串口的默认封装为HDLC。下面是xxx行营业部路由器的show runBuilding configuration.Current configuration : 9365 bytes! Last configuration change at 15:50:15 UTC Sat Jan 10 2004! NVRAM config last updated at 19:46:16 UTC Fri Jan 9 2004!version 12.1no service single-slot-reload-enableservice timestamps debug uptimeservice timestamps log datetimeno service password-encryption!hostname HRYY75WA02!no logging consoleenable secret 5 $1$5YNt$1VC9uP552SPcl3.UuucX5/!controller SONET 8/0/0这个就是传说中的PA-MC-STM-1模块framing sdh!au-4 1 tug-3 1一共是12个E1线路tug-2 1 e1 1 unframedinterface Serial8/0/0.1/1/1/1:0tug-2 1 e1 2 unframedinterface Serial8/0/0.1/1/1/2:0tug-2 1 e1 3 unframedtug-2 2 e1 1 unframedtug-2 2 e1 2 unframedtug-2 2 e1 3 unframedtug-2 3 e1 1 unframedtug-2 3 e1 2 unframedtug-2 3 e1 3 unframedtug-2 4 e1 1 unframedtug-2 4 e1 2 unframedtug-2 4 e1 3 unframedinterface Serial8/0/0.1/1/4/3:0!以下是12个虚拟串口,对应上面的每一个E1分组,对于下面来讲每一个串口对应一个分理处/支行,对应一个电信提供2M时隙interface Serial8/0/0.1/1/1/1:0description STM-E1 2M to WuYiXiLu fenlichuip address 16.202.99.185 255.255.255.252encapsulation ppp!interface Serial8/0/0.1/1/1/2:0description STM1-E1 2M to YanJiangFenLiChuno ip addressencapsulation ppp!interface Serial8/0/0.1/1/1/3:0description STM1-E1 2M to HuangXingNanLuFenLiChuip address 16.202.99.181 255.255.255.252encapsulation ppp!interface Serial8/0/0.1/1/2/1:0description STM1-E1 2M to CaiEBeiLuFenLiChuip address 16.202.99.229 255.255.255.252encapsulation ppp!interface Serial8/0/0.1/1/2/2:0description STM1-E1 2M to KeJiYuanno ip addressencapsulation ppp!interface Serial8/0/0.1/1/2/3:0description STM1-E1 2M to SiMenKouZiZhuYinHangip address 16.202.99.165 255.255.255.252encapsulation ppp!interface Serial8/0/0.1/1/3/1:0description STM1-E1 2M to FuRongLuFenLiChuip address 16.202.99.193 255.255.255.252encapsulation ppp!interface Serial8/0/0.1/1/3/2:0description STM1-E1 2M to GongDaSuono ip addressencapsulation ppp!interface Serial8/0/0.1/1/3/3:0description STM1-E1 2M to YinHeFenLiChuno ip addressencapsulation ppp!interface Serial8/0/0.1/1/4/1:0description STM1-E1 2M to GongYuanFenLiChuip address 16.202.99.105 255.255.255.252encapsulation ppp!interface Serial8/0/0.1/1/4/2:0description STM1-E1 2M to YanWaChiip address 16.202.99.109 255.255.255.252encapsulation ppp!interface Serial8/0/0.1/1/4/3:0description STM1-E1 2M to NanHangFenLiChuip address 16.202.99.113 255.255.255.252encapsulation ppp! CPOS(通道化POS)模块模块概述CPOS是通道化SDH/SONET接口模块的简称,其中C表示Channelized,POS表示Packet Over SDH/Sonet。它充分利用了SDH体制的特点,提供对带宽精细划分的能力,可减少组网中对路由器低速物理接口的数量要求,增强路由器的低速接口汇聚能力,并提高路由器的专线接入能力。1CPOS支持1个STM-1/OC-3多通道接口模块,支持155.52Mbps的通信速率。1CPOS接口卡分为1CPOS(E)和1CPOS(T)两种型号,其中1CPOS(E)接口卡支持E1制式,而1CPOS(T)接口卡支持T1制式。1CPOS接口模块分别提供用于AR 28系列的RT-1CPOS(E)、RT-1CPOS(T)和用于AR 46系列的RT-FIC-1CPOS(E)、RT-FIC-1CPOS(T)模块,通过PCI接口与CPU进行通讯,完成STM-1通道化POS接口数据的收发。其特点如下:l 支持净通道(非成帧)E1(最多63个)或T1(最多84个)。l 支持非通道化(成帧)E1(最多63个)或T1(最多84个)。l 支持通道化到64K,但是最多256个逻辑通道。使用方法目前CPOS接口只实现E1、T1向STM-1的复用。实际应用中,不同的国家和地区可能采用不同的复用路径,为保证互通, CPOS提供multiplex mode命令,使用户可以选择AU-3(即E1制式)还是AU-4(即T1制式)复用路径(我国SDH体制选用的是AU-4的复用路径)。在目前的实现中,CPOS通道化出的E1支持净通道(clear channel,又称为非成帧模式,unframed)和非通道化(unchannelized)两种工作模式。在净通道模式下,E1通道不分时隙,形成一个速率为2.048Mbps的串口(相当于一个2.048Mbps的同步串口)。在非通道化模式下,E1通道除时隙0以外的31个时隙可以捆绑为一个串口使用(相当于一个E1-F端口)。CPOS通道化出的T1支持净通道和通道化(channelized)两种工作模式。在净通道模式下,T1通道不分时隙,形成一个速率为1.544Mbps的串口(相当于一个1.544Mbps的同步串口)。在通道化模式下,T1通道的24个时隙可以任意捆绑为串口使用(相当于一个cT1端口),在这种情况下可以通道化到64Kbps,但是最多支持256个逻辑通道。KF_WSX_DCR6004_R_01_config#sh ruBuilding configuration.Current configuration:!service timestamps log dateservice timestamps debug dateno service password-encryption!hostname KF_WSX_DCR6004_R_01!isdn switch-type basic-5ess!controller E1 1/0unframed!controller CPOS 2/0au-4 1 tug-3 1 tug-2 1 e1 1 unframed tug-2 1 e1 2 unframed tug-2 1 e1 3 unframed tug-2 2 e1 1 unframed tug-2 2 e1 2 unframed tug-2 2 e1 3 unframed tug-2 3 e1 1 unframed tug-2 3 e1 2 unframed tug-2 3 e1 3 unframed tug-2 4 e1 1 unframed tug-2 4 e1 2 unframed tug-2 4 e1 3 unframed tug-2 5 e1 1 unframed tug-2 5 e1 2 unframed tug-2 5 e1 3 unframed tug-2 6 e1 1 unframed tug-2 6 e1 2 unframed tug-2 6 e1 3 unframed tug-2 7 e1 1 unframed tug-2 7 e1 2 unframed tug-2 7 e1 3 unframed exitau-4 1 tug-3 2 tug-2 1 e1 1 unframed tug-2 1 e1 2 unframed tug-2 1 e1 3 unframed tug-2 2 e1 1 unframed tug-2 2 e1 2 unframed tug-2 2 e1 3 unframed tug-2 3 e1 1 unframed tug-2 3 e1 2 unframed tug-2 3 e1 3 unframed tug-2 4 e1 1 unframed tug-2 4 e1 2 unframed tug-2 4 e1 3 unframed tug-2 5 e1 1 unframed tug-2 5 e1 2 unframed tug-2 5 e1 3 unframed tug-2 6 e1 1 unframed tug-2 6 e1 2 unframed tug-2 6 e1 3 unframed tug-2 7 e1 1 unframed tug-2 7 e1 2 unframed tug-2 7 e1 3 unframed exitau-4 1 tug-3 3 tug-2 1 e1 1 unframed tug-2 1 e1 2 unframed tug-2 1 e1 3 unframed tug-2 2 e1 1 unframed tug-2 2 e1 2 unframed tug-2 2 e1 3 unframed tug-2 3 e1 1 unframed tug-2 3 e1 2 unframed tug-2 3 e1 3 unframed tug-2 4 e1 1 unframed tug-2 4 e1 2 unframed tug-2 4 e1 3 unframed tug-2 5 e1 1 unframed tug-2 5 e1 2 unframed tug-2 5 e1 3 unframed tug-2 6 e1 1 unframed tug-2 6 e1 2 unframed tug-2 6 e1 3 unframed tug-2 7 e1 1 unframed tug-2 7 e1 2 unframed tug-2 7 e1 3 unframed exit!aaa authentication login default lineaaa authentication enable default enableenable password 0 hnnx level 15!interface Loopback0ip address 11.149.31.3 255.255.255.255no ip directed-broadcast!interface FastEthernet0/0description YingYeBuip address 11.149.192.1 255.255.255.240no ip directed-broadcast!interface GigaEthernet0/1description QianZhiJiip address 11.149.35.254 255.255.255.0no ip directed-broadcast!interface GigaEthernet0/2no ip addressno ip directed-broadcast!interface Serial1/0:0description KaiFengShi-WTip address 11.145.225.14 255.255.255.252no ip directed-broadcastencapsulation ppp! interface Serial2/0:0no ip addressno ip directed-broadcastbandwidth 2048!interface Serial2/0:1no ip addressno ip directed-broadcastbandwidth 2048!interface Serial2/0:2description KaiFengShi-YDip address 11.145.224.14 255.255.255.252no ip directed-broadcastencapsulation pppbandwidth 2048!interface Serial2/0:3no ip addressno ip directed-broadcastbandwidth 2048!interface Serial2/0:4no ip addressno ip directed-broadcastbandwidth 2048!interface Serial2/0:5no ip addressno ip directed-broadcastbandwidth 2048!interface Serial2/0:6description LiangZhuangip address 111.149.230.125 255.255.255.252no ip directed-broadcastencapsulation pppbandwidth 2048!interface Serial2/0:7description ChengGuanip address 11.149.230.65 255.255.255.252no ip directed-broadcastencapsulation pppbandwidth 2048! interface Serial2/0:8description NanCaoip address 11.149.230.17 255.255.255.252no ip directed-broadcastencapsulation pppbandwidth 2048!interface Serial2/0:9description XiaoChenip address 11.149.230.73 255.255.255.252no ip directed-broadcastencapsulation pppbandwidth 2048!interface Serial2/0:10description GangLiip address 11.149.230.49 255.255.255.252no ip directed-broadcastencapsulation pppbandwidth 2048!interface Serial2/0:11no ip addressno ip directed-broadcastbandwidth 2048!interface Serial2/0:12description XiQuip address 11.149.230.113 255.255.255.252no ip directed-broadcastencapsulation pppbandwidth 2048!interface Serial2/0:13description YingYeBuno ip addressno ip directed-broadcastencapsulation pppbandwidth 2048!interface Serial2/0:14description MeiZhuangip address 11.149.230.101 255.255.255.252no ip directed-broadcastencapsulation pppbandwidth 2048!interface Serial2/0:15description YuShiJieip address 11.149.230.93 255.255.255.252no ip directed-broadcastencapsulation pppbandwidth 2048!interface Serial2/0:16description XiaoXiMenip address 11.149.230.85 255.255.255.252no ip directed-broadcastencapsulation pppbandwidth 2048!interface Serial2/0:17no ip addressno ip directed-broadcastbandwidth 2048!interface Serial2/0:18description CaiZhuangip address 11.149.230.13 255.255.255.252no ip directed-broadcastencapsulation pppbandwidth 2048!interface Serial2/0:19description MenLouRenip address 11.149.230.77 255.255.255.252no ip directed-broadcastencapsulation pppbandwidth 2048!interface Serial2/0:20no ip addressno ip directed-broadcastbandwidth 2048!interface Serial2/0:21description SanChaKouip address 11.149.230.129 255.255.255.252no ip directed-broadcastencapsulation pppbandwidth 2048! interface Serial2/0:22no ip addressno ip directed-broadcastbandwidth 2048!interface Serial2/0:23no ip addressno ip directed-broadcastbandwidth 2048!interface Serial2/0:24no ip addressno ip directed-broadcastbandwidth 2048!interface Serial2/0:25no ip addressno ip directed-broadcastbandwidth 2048!interface Serial2/0:26no ip addressno ip directed-broadcastbandwidth 2048!interface Serial2/0:27no ip addressno ip directed-broadcastbandwidth 2048!interface Serial2/0:28description ZhuQuip address 11.149.230.57 255.255.255.252no ip directed-broadcastencapsulation pppbandwidth 2048!interface Serial2/0:29description YongXingip address 11.149.230.21 255.255.255.252no ip directed-broadcastencapsulation pppbandwidth 2048!interface Serial2/0:30no ip addressno ip directed-broadcastbandwidth 2048!interface Serial2/0:31description WeiChuanip address 11.149.230.53 255.255.255.252no ip directed-broadcastencapsulation pppbandwidth 2048!interface Serial2/0:32description DaYingip address 11.149.230.41 255.255.255.252no ip directed-broadcastencapsulation pppbandwidth 2048!interface Serial2/0:33no ip addressno ip directed-broadcastbandwidth 2048!interface Serial2/0:34description ShiBaLiip address 11.149.230.29 255.255.255.252no ip directed-broadcastencapsulation pppbandwidth 2048!interface Serial2/0:35description ChengQuip address 11.149.230.81 255.255.255.252no ip directed-broadcastencapsulation pppbandwidth 2048!interface Serial2/0:36description DongGuanip address 11.149.230.89 255.255.255.252no ip directed-broadcastencapsulation pppbandwidth 2048!interface Serial2/0:37no ip addressno ip directed-broadcastbandwidth 2048!interface Serial2/0:38description LuWanip address 11.149.230.117 255.255.255.252no ip directed-broadcastencapsulation pppbandwidth 2048!interface Serial2/0:39no ip addressno ip directed-broadcastbandwidth 2048!interface Serial2/0:40no ip addressno ip directed-broadcastbandwidth 2048!interface Serial2/0:41no ip addressno ip directed-broadcastbandwidth 2048!interface Serial2/0:42no ip addressno ip directed-broadcastbandwidth 2048!interface Serial2/0:43no ip addressno ip directed-broadcastbandwidth 2048!interface Serial2/0:44no ip addressno ip directed-broadcastbandwidth 2048!interface Serial2/0:45no ip addressno ip directed-broadcastbandwidth 2048!interface Serial2/0:46no ip addressno ip directed-broadcastbandwidth 2048!interface Serial2/0:47description WeiCaiLuip address 11.149.230.97 255.255.255.252no ip directed-broadcastencapsulation pppbandwidth 2048!interface Serial2/0:48description ZhuangTouip address 11.149.230.37 255.255.255.252no ip directed-broadcastencapsulation pppbandwidth 2048!interface Serial2/0:49description SiQianZhangip address 11.149.230.121 255.255.255.252no ip directed-broadcastencapsulation pppbandwidth 2048!interface Serial2/0:50description ZhangShiip address 11.149.230.25 255.255.255.252no ip directed-broadcastencapsulation pppbandwidth 2048!interface Serial2/0:51description DaMaip address 11.149.230.45 255.255.255.252no ip directed-broadcastencapsulation pppbandwidth 2048!interface Serial2/0:52no ip addressno ip directed-broadcastbandwidth 2048!interface Serial2/0:53description XingZhuangip address 11.149.230.69 255.255.255.252no ip directed-broadcastencapsulation pppbandwidth 2048!interface Serial2/0:54no ip addressno ip directed-broadcastbandwidth 2048!interface Serial2/0:55description ShuiPoip address 11.149.230.33 255.255.255.252no ip directed-broadcastencapsulation pppbandwidth 2048!interface Serial2/0:56description NanJieip address 11.149.230.109 255.255.255.252no ip directed-broadcastencapsulation pppbandwidth 2048! interface Serial2/0:57description XiaoDongMenip address 11.149.230.105 255.255.255.252no ip directed-broadcastencapsulation pppbandwidth 2048!interface Serial2/0:58no ip addressno ip directed-broadcastbandwidth 2048!interface Serial2/0:59no ip addressno ip directed-broadcastbandwidth 2048!interface Serial2/0:60description DaQiaoip address 11.149.230.61 255.255.255.252no ip directed-broadcastencapsulation pppbandwidth 2048!interface Serial2/0:61no ip addressno ip directed-broadcastbandwidth 2048!interface Serial2/0:62no ip addressno ip directed-broadcastbandwidth 2048!line console 0password 0 hnnx!line vty 0password 0 easycon!line vty 1password 0 easycon!line vty 2password 0 easycon!line vty 3password 0 easycon!line vty 4password 0 easycon!ip route 11.0.32.0 255.255.224.0 11.145.224.13ip route 11.145.32.0 255.255
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2025年财务会计主管面试实战模拟题及答案解析
- 2025年特岗教师招聘考试英语学科高频考点解析
- 甲状腺癌护理常规
- 甲状腺亢进的护理课件
- 中班古诗课件教学内容
- 统编版语文七年级上册第8课《世说新语》二则练习题(含答案)
- 东北抗联精神教学课件
- 新解读《GB-T 36080-2018条码技术在农产品冷链物流过程中的应用规范》
- 生猪行业知识培训总结课件
- 生物酵素安全知识培训课件
- 中建幕墙工程专项施工方案
- 无诉讼仲裁承诺书(共7篇)
- 深圳福田狮岭小学谢非FRANKTHERAT
- 校园突发事件与应急管理
- 护理科研选题与论文写作
- GA 1301-2016火灾原因认定规则
- TTT培训师培训课件(-)
- 学校学生健康体检知识培训课件
- 脚手架作业安全管理培训
- 经颈静脉肝内门体分流术(TIPS)的护理课件
- (中职)VB程序设计电子课件(完整版)
评论
0/150
提交评论