IPRAN业务制作 一、 业务制作 1.FE电路制作(L3VPN业务) 图1 图1是FE电路调单,其中标红为需要关注的地方 首先找到该网元,并在网元上右键,选择工具---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对应“业务IPRAN侧IP”;命令敲完后,可以在网管上同步出来,选择业务---自动发现IP业务,在弹出的窗口里只选择L3VPN业务,点击开始即可完成同步。 2.4G业务制作(L3VPN业务) 图2 图2是4G业务调单,与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对应“业务IPRAN侧IP”。同步到网管显示与FE电路方法一致。 在以上两例中,FE业务的0/1/0.100和4G业务的1/2/6.100以及1/2/6.101都是在该端口上建立子接口,X.100子接口绑定业务vlan及业务ip地址,用于走数据业务;4G的X.101子接口用于绑定网管vlan及网管ip地址,用于走网管业务。 3.2G和3G业务(PWE3业务) 因IPRAN网络主备倒换时间不如SDH网络倒换时间快,为保证语音业务质量,目前2G和3G业务是和SDH网络对接的,即基站2M信号走IPRAN网络至汇聚设备(CX600),IPRAN汇聚设备与SDH网络中OSN3500对接,OSN3500至RNC段走SDH网络。因VCID是网调指定,所以2G/3G业务均需手工制作。 图3 图3为2G、3G调单,除了标红部分外,汇聚设备的LOOPBACK地址需要大家在网管上找到并记录,本例中CX600的loopback地址为10.0.0.204。此业务需要操作ATN950和CX600两台设备,先后顺序并无要求,CX600的用户名密码为:huawei,Hvpn@123.com;huawei,Hvpn@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.100为ATN设备loopback地址,1/0/0为“物理端口”,1/0/0/25:0为“逻辑端口”,25为对接时隙,32992873为“HW_VCID”。 CX600配置无误后telnet到ATN950设备,在系统试图输入以下命令: 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.204为CX600设备的loopback地址,0/2/0为“端口编号”,32992873为“HW_VCID”。 本例中仅示范一条电路的制作,如果是3G电路,一般需要4条,需重复以上操作4次,仅需修改对接时隙即可。IPRAN设备敲完命令后,需要进行保存操作:在系统试图输入save即可。 五、总结 IPRAN技术承载于IP传送网,因此ip地址的准确性尤为重要,在配置电路时,需要看清调单在操作,避免因敲错ip而导致的故障,在制作电路后,大家可以通过display current configuration命令来查看相关接口下的配置是否正确,也可以直接在相关接口下敲入display this命令来查看接口配置。登陆汇聚设备进行配置时,一定要思考好在配置命令,避免造成其它业务中断。
|