当前位置:文档之家› 中国移动7750SR业务数据配置规范(IES)

中国移动7750SR业务数据配置规范(IES)

江苏移动7750SR业务数据配置规范(集团专线)南通分公司工程维护部2009年10月目录1前言 (3)2业务规则 (3)37750业务结构 (4)4业务配置前的基本配置 (4)4.1 端口设置 (4)4.2 业务(集团专线)基本配置 (4)5IES(专线业务)配置 (5)5.1 配置思路 (5)5.2 Interface配置模式 (5)5.3 subscriber-interface配置模式 (6)6完整业务配置举例 (7)6.1 interface专线开通 (7)6.2 subscriber-interface专线开通 (7)7常用show命令 (9)1 前言本配置规范只涉及7750作为SR时的IES业务,本文所有配置为最基本的配置,也是集团业务开通的必要配置。

根据业务发展需求将对本规范进行补充。

2 业务规则关键字用途规则customer ID 每种业务对应的customer ID1、IES 10;2、VPLS 20;3、VPRN 30;4、VLL 40IES ID 区分每个IES业务1、本地唯一,具体规则如下:2、IES ID:10+(cmnet_zx/VoIP),cmnet_zx 编号:100—110 VoIP 编号:200-210描述定义业务/端口描述1、业务描述:配置为业务用途(To_HaiMenChangHai)2、端口描述:To_对端设备名称_对端设备端口序号3、interface描述:以IP_X.X.X.X/mask路由策略控制引入路由的路由策略策略名称:业务导入陆游协议,如ies_bgp,意为将ies的路由导入BGPPrefix-List 路由发布前缀列表名称和策略名称一致policy-statement路由策略编辑采用业务导入协议命名3 7750业务结构7750SR4 业务配置前的基本配置4.1 端口设置配置思路:当7750SR 为下联设备提供业务服务时,用户设备上联到7750的端口称为SAP , 以太口的配置有:端口描述,配置端口模式,配置封装,配置端口协商A:AK7750# configure port x/x/xA:AK7750>config>port# description To_对端设备名称_对端设备端口序号 A:AK7750>config>port# ethernet mode accessA:AK7750>config>port# ethernet encap-type null/dot1q/qinq A:AK7750>config>port# ethernet no autonegotiate A:AK7750>config>port# no shutdown A:AK7750>config>port# exit4.2 业务(集团专线)基本配置配置说明:7750SR 要求每开一个业务要关联customer ,本次业务开通要求为每种业务创一个customer ID 并做描述,规范见<关键字说明>部分。

用户站用户接入点业务分发路径Service Tunnels (mpls ldp gre)IP/MPLS NetworkSDP 4customer 3customer 6customer 3customer 6SAPSAPservice 100service 100A:AK7750# configure serviceA:AK7750>config>service#customer 10 create //IES专线业务A:AK7750>config>service# description <描述>A:AK7750>config>service# exit5 IES(专线业务)配置5.1 配置思路1、进入业务配置;2、创建一个IES并关联customer ID,配置描述IES ID和customer ID配置规范见<关键字说明>部分;3、创建一个interface或者subscriber interface,配置描述;4、为interface或subscriber interface分配地址;5、为interface定义一个SAP;6、启用业务;7、通过策略对路由进行发布;5.2 I nterface配置模式普通interface情况,interface名称与关联的sap名称一致,如"sap x/x/x :yyy"(由于中间有空格,要使用英文双引号)A:AK7750# configure serviceA:AK7750>config>service# ies 10100 customer 10 createA:AK7750>config>service>ies#description "xxxxx" IES描述A:AK7750>config>service>ies# interface " ip_2.2.2.0/24" create //interface描述主要A:AK7750>config>service>ies>interface#description "HaiMenChangHai"A:AK7750>config>service>ies>interface#address 2.2.2.1/24A:AK7750>config>service>ies>interface#sap 1/1/3:100 createA:AK7750>config>service>ies>interface>sap# exitA:AK7750>config>service>ies>interface# exitA:AK7750>config>service>ies# no shutdownA:AK7750>config>service>ies# exit例:ies 101201 customer 10 createinterface "sa1/2/1" createaddress 221.178.219.161/30sap 1/1/3:100 createexitexitno shutdownexit5.3 s ubscriber-interface配置模式subscriber-interface情况,名称为ip_IP地址,如ip_1.1.1.1/24,此配置为多个vlan提供同一个网关,并对每vlan所使用的IP进行限制A:AK7750#config serviceA:AK7750>config>service# ies 10100 customer 10 createA:AK7750>config>service>ies$ subscriber-interface ip_3.3.3.1/24 createA:AK7750>config>service>ies>sub-if# group-interface "sap 1/1/3:2" create A:AK7750>config>service>ies>sub-if>grp-if$ sap 1/1/3:2 createA:AK7750>config>service>ies>sub-if>grp-if>sap$ anti-spoof ipA:AK7750>config>service>ies>sub-if>grp-if>sap$ static-host ip 3.3.3.2 create A:AK7750>config>service>ies>sub-if>grp-if>sap>static-host$ exitA:AK7750>config>service>ies>sub-if>grp-if>sap# exitA:AK7750>config>service>ies>sub-if>grp-if# exitA:AK7750>config>service>ies>sub-if# exitA:AK7750>config>service>ies# no shutdownA:AK7750>config>service>ies# exit例:ies 10100 customer 10 createsubscriber-interface "ip_120.195.78.97" createaddress 120.195.78.97/27group-interface "sap_1/1/2:108" createdescription "ChengNuoJiaFang"sap 1/1/2:108 createanti-spoof ipstatic-host ip 120.195.78.108 createno shutdownexitexitexit6 完整业务配置举例6.1 interface专线开通业务需求:用户_1网关为10.10.10.1/29,可用地址段为10.10.10.2-6,接AK7750端口1/1/3,VLAN 100。

端口配置:port 1/1/3ethernetmode access //端口为业务接入模式encap-type dot1q //端口配置成一层VLANspeed 100 //端口速率100M,默认1000Mno autonegotiate //关闭端口自协商exitno shutdown //打开exit业务配置:ies 10100 customer 10 create //新建10100的IES业务interface "IP_10.10.10.1/29" create //新建interface规范见上面description "To_ChangHai" //该业务用户描述address 10.10.10.1/29 //网关地址sap 1/1/3:100 create //关联物理端口exitexitno shutdown //打开interfaceexit6.2 s ubscriber-interface专线开通业务需求:用户网关为10.10.10.1/27,用户_1地址10.10.10.6,接AK7750端口1/1/3,VLAN 100。

相关主题