C114门户论坛百科APPEN| 举报 切换到宽版

亚星游戏官网

 找回密码
 注册

只需一步,快速开始

短信验证,便捷登录

搜索
查看: 9310|回复: 0

IPRAN业务制作 [复制链接]

军衔等级:

亚星游戏官网-yaxin222  新兵

注册:2016-3-30
发表于 2016-6-15 14:50:11 |显示全部楼层
IPRAN业务制作
一、         业务制作
1.FE电路制作(L3VPN业务)
1
1FE电路调单,其中标红为需要关注的地方
首先找到该网元,并在网元上右键,选择工具---Telnet,并在弹出的对话框中输入用户名密码。成功后敲入system进入系统试图,输入如下命令:
ip vpn-instance 3G
  description 3G
  ipv4-family
  route-distinguisher 64512:1000100
  vpn frr route-policy nms-vpn-frr
  tnl-policy nms-tunnel-policy
  apply-label per-instance
  vpn-target 64512:1000100 export-extcommunity
  vpn-target 64512:1000100 import-extcommunity
  diffserv-mode pipe af2
#
interface GigabitEthernet0/1/0
  negotiation auto
undo shutdown
dcn
#
interface GigabitEthernet0/1/0.100
vlan-type dot1q 100
description WBJ95732@14-72394
ip binding vpn-instance 3G
ip address 156.3.33.93 255.255.255.252
#
bgp 64512
  ipv4-family vpn-instance 3G
  import-route direct
  import-route static
#
      其中标黄部分是要根据调单修改的,本例中0/1/0对应调单中“端口编号”,WBJ95732@14-72394是固定格式,前半部分是站号,可以在调单中第二个sheet找到,后半部分是调单号。156.3.33.93对应“业务IPRANIP”;命令敲完后,可以在网管上同步出来,选择业务---自动发现IP业务,在弹出的窗口里只选择L3VPN业务,点击开始即可完成同步。
  2.4G业务制作(L3VPN业务)
2
      24G业务调单,与FE调单基本一致
      4G业务制作原理与FE业务相同,区别是要多建立一个网管VPN,登陆到设备后,在系统试图输入如下命令:
ip vpn-instance LTE-VPN
  description LTE-VPN
  ipv4-family
  route-distinguisher 64512:1000200
  vpn frr route-policy nms-vpn-frr
  tnl-policy nms-tunnel-policy
  apply-label per-instance
  vpn-target 64512:1000200 export-extcommunity
  vpn-target 64512:1000200 import-extcommunity
#
ip vpn-instance OAM-VPN
  description OAM-VPN
ipv4-family
  route-distinguisher 64512:1000500
  vpn frr route-policy nms-vpn-frr
  tnl-policy nms-tunnel-policy
  apply-label per-instance
  vpn-target 64512:1000500 export-extcommunity
  vpn-target 64512:1000500 import-extcommunity
#
interface GigabitEthernet1/2/6
negotiation auto
undo shutdown
dcn
clock synchronization enable
#
interface GigabitEthernet1/2/6.100
vlan-type dot1q 100                     
description WBJXXXX@14-71612
ip binding vpn-instance LTE-VPN
ip address 10.101.10.137 255.255.255.248
#
interface GigabitEthernet1/2/6.101
vlan-type dot1q 101
description WBJXXXX@14-71612
ip binding vpn-instance OAM-VPN
ip address 10.101.10.137 255.255.255.248
#
bgp 64512
ipv4-family vpn-instance LTE-VPN
  import-route direct                     
  import-route static
#
ipv4-family vpn-instance OAM-VPN
  import-route direct
  import-route static
  其中1/2/6对应调单中“端口编号”,10.101.10.137对应“业务IPRANIP”。同步到网管显示与FE电路方法一致。
      在以上两例中,FE业务的0/1/0.1004G业务的1/2/6.100以及1/2/6.101都是在该端口上建立子接口,X.100子接口绑定业务vlan及业务ip地址,用于走数据业务;4GX.101子接口用于绑定网管vlan及网管ip地址,用于走网管业务。
  3.2G3G业务(PWE3业务)
      IPRAN网络主备倒换时间不如SDH网络倒换时间快,为保证语音业务质量,目前2G3G业务是和SDH网络对接的,即基站2M信号走IPRAN网络至汇聚设备(CX600)IPRAN汇聚设备与SDH网络中OSN3500对接,OSN3500RNC段走SDH网络。因VCID是网调指定,所以2G/3G业务均需手工制作。
3
      32G3G调单,除了标红部分外,汇聚设备的LOOPBACK地址需要大家在网管上找到并记录,本例中CX600loopback地址为10.0.0.204。此业务需要操作ATN950CX600两台设备,先后顺序并无要求,CX600的用户名密码为:huaweiHvpn@123.comhuaweiHvpn@123
      本例中大家先登录CX600设备,telnet成功后,进入系统试图,输入以下命令:
mpls ldp remote-peer 10.2.0.100
  remote-ip 10.2.0.100
#
controller Cpos1/0/0
  e1 25 set clock slave
  e1 25 unframed
#
interface Serial1/0/0/25:0                                                                                                               
  link-protocol tdm                                                                                                                        
  mpls l2vc 10.2.0.100 32992873  tunnel-policy nms-tunnel-policy control-word tdm-encapsulation-number 8 tdm-sequence-number jitter-buffer 8
  mpls l2vpn oam-mapping                                                                                                                  
#
      10.2.0.100ATN设备loopback地址1/0/0为“物理端口”,1/0/0/25:0为“逻辑端口”,25为对接时隙,32992873为“HW_VCID”。
      CX600配置无误后telnetATN950设备,在系统试图输入以下命令:                                                                                                                                                                                                                     
                                                                                                              
mpls ldp remote-peer 10.0.0.204                                                                                 
  remote-ip 10.0.0.204                                                                                            
#                                                                                                               
controller E1 0/2/0                                                                                             
  using e1                                                                                                        
  undo shutdown                                                                                                   
#                                                
interface Serial0/2/0:0                                                                                          
  link-protocol tdm
  mpls l2vc 10.0.0.204 32992873 tunnel-policy nms-tunnel-policy control-word tdm-sequence-number jitter-buffer 8
mpls l2vpn oam-mapping
      
10.0.0.204CX600设备的loopback地址0/2/0为“端口编号”,32992873为“HW_VCID”。
      本例中仅示范一条电路的制作,如果是3G电路,一般需要4条,需重复以上操作4次,仅需修改对接时隙即可。IPRAN设备敲完命令后,需要进行保存操作:在系统试图输入save即可。
五、总结
    IPRAN技术承载于IP传送网,因此ip地址的准确性尤为重要,在配置电路时,需要看清调单在操作,避免因敲错ip而导致的故障,在制作电路后,大家可以通过display current configuration命令来查看相关接口下的配置是否正确,也可以直接在相关接口下敲入display this命令来查看接口配置。登陆汇聚设备进行配置时,一定要思考好在配置命令,避免造成其它业务中断。

举报本楼

您需要登录后才可以回帖 登录 | 注册 |

手机版|C114 ( 沪ICP备12002291号-1 )|联系大家 |网站地图  

GMT+8, 2024-9-23 09:31 , Processed in 0.548224 second(s), 15 queries , Gzip On.

Copyright © 1999-2023 C114 All Rights Reserved

Discuz Licensed

回顶部
XML 地图 | Sitemap 地图