思科设备部署运营商架构-ipv6+isis+bgp配置实战

1.            实验拓扑:

使用GNS3(版本0.8.6)+c3725-adventerprisek9-mz.124-15.T5.bin

2.            实验需求:

A.       通过IPV6技术部署

B.       省干通过ISIS协议将AS内部的直连口和环回口路由通告

C.       通过路由反射器实现省内、市内业务路由互传

D.      国干通过OSPF协议将AS内部的直连口和环回口路由通告

E.       通过EBGP协议实现省干与国干路由互传

3.            实验步骤:

A.       IP地址规划


R1


f0/0


12::1/120


R5


f0/1


25::5/120


f0/1


16::1/120


f0/0


56::5/120


Loopback0


1::1/128


Loopback0


5::5/128


R2


f0/0


12::2/120


R6


f0/1


56::6/120


f1/0


25::2/120


f1/0


16::6/120


f1/1


26::2/120


f1/1


26::6/120


f0/1


23::2/120


f0/0


67::6/120


Loopback0


2::2/128


Loopback0


6::6/128


R3


f0/0


23::3/120


R7


f0/1


67::7/120


f1/1


37::3/120


f1/1


37::7/120


f0/1


34::3/120


f0/0


78::7/120


Loopback0


3::3/128


loopback


7::7/128


R4


f0/0


34::4/120


R8


f0/1


78::8/120


f0/1


48::4/120


f0/0


48::8/120


Loopback0


4::4/128


Loopback0


8::8/128

B.       IP地址配置

R1的IP配置如下

R1#conf t                    //进入配置模式

R1(config)#ipv6 unicast-routing   //开启设备ipv6功能

R1(config)#int f0/0             //进入接口配置模式

R1(config-if)#ipv6 add 12::1/120  //配置ipv6地址

R1(config-if)#no shut           //激活接口

R1(config-if)#int f0/1

R1(config-if)#ipv6 add 16::1/120

R1(config-if)#no shut

R1(config)#int lo 0

R1(config-if)#ipv6 add 1::1/128

R1(config-if)#no shut

R2的IP配置如下

R2#conf t

R2(config)#ipv6 unicast-routing

R2(config)#int f0/0

R2(config-if)#ipv6 add 12::2/120

R2(config-if)#no shut

R2(config-if)#int f1/0

R2(config-if)#no switchport      //三层接口不够用,加了二层接口,因为二层接口不可以陪IP地址,所以需要开启三层接口

R2(config-if)#ipv6 add 25::2/120

R2(config-if)#no shut

R2(config-if)#int f1/1

R2(config-if)#no switchport

R2(config-if)#ipv6 add 26::2/120

R2(config-if)#no shut

R2(config-if)#int f0/1

R2(config-if)#ipv6 add 23::2/120

R2(config-if)#no shut

R2(config-if)#int lo 0

R2(config-if)#ipv6 add 2::2/128

R2(config-if)#no shut

R3的IP配置如下

R3#conf t

R3(config)#ipv unicast-routing

R3(config)#int f0/0

R3(config-if)#ipv6 add 23::3/120

R3(config-if)#no shut

R3(config-if)#int f1/1

R3(config-if)#no switchport

R3(config-if)#ipv6 add 37::3/120

R3(config-if)#no shut

R3(config-if)#int f0/1

R3(config-if)#ipv6 add 34::3/120

R3(config-if)#no shut

R3(config-if)#int lo 0

R3(config-if)#ipv6 add 3::3/128

R3(config-if)#no shut

R4的IP配置如下

R4#conf t

R4(config)#ipv6 unicast-routing

R4(config)#int f0/0

R4(config-if)#ipv6 add 34::4/120

R4(config-if)#no shut

R4(config-if)#int f0/1

R4(config-if)#ipv6 add 48::4/120

R4(config-if)#no shut

R4(config)#int lo 0

R4(config-if)#ipv6 add 4::4/128

R4(config-if)#no shut

R5的IP配置如下

R5#conf t

R5(config)#ipv6 unicast-routing

R5(config)#int f0/1

R5(config-if)#ipv6 add 25::5/120

R5(config-if)#no shut

R5(config-if)#int f0/0

R5(config-if)#ipv6 add 56::5/120

R5(config-if)#no shut

R5(config-if)#int lo 0

R5(config-if)#ipv add 5::5/128

R5(config-if)#no shut

R6的IP配置如下

R6#conf t

R6(config)#ipv6 unicast-routing

R6(config)#int f0/1

R6(config-if)#ipv6 add 56::6/120

R6(config-if)#no shut

R6(config-if)#int f1/0

R6(config-if)#no switchport

R6(config-if)#ipv6 add 16::6/120

R6(config-if)#no shut

R6(config-if)#int f1/1

R6(config-if)#no switchport

R6(config-if)#ipv6 add 26::6/120

R6(config-if)#no shut

R6(config-if)#int f0/0

R6(config-if)#ipv6 add 67::6/120

R6(config-if)#no shut

R6(config-if)#int lo 0

R6(config-if)#ipv6 add 6::6/128

R6(config-if)#no shut

R7的IP配置如下

R7#conf t

R7(config)#ipv6 unicast-routing

R7(config)#int f0/1

R7(config-if)#ipv6 add 67::7/120

R7(config-if)#no shut

R7(config-if)#int f1/1

R7(config-if)#no switchport

R7(config-if)#ipv6 add 37::7/120

R7(config-if)#no shut

R7(config-if)#int f0/0

R7(config-if)#ipv6 add 78::7/120

R7(config-if)#no shut

R7(config-if)#int lo 0

R7(config-if)#ipv6 add 7::7/128

R7(config-if)#no shut

R8的IP配置如下

R8#conf t

R8(config)#ipv6 unicast-routing

R8(config)#int f0/1

R8(config-if)#ipv6 add 78::8/120

R8(config-if)#no shut

R8(config-if)#int f0/0

R8(config-if)#ipv6 add 48::8/120

R8(config-if)#no shut

R8(config-if)#int lo 0

R8(config-if)#ipv6 add 8::8/128

R8(config-if)#no shut

--------------------------------以上是IP地址配置----------------------------------

C.       配置脚本

R1的配置如下

R1(config)#router isis           //开启ISIS协议

R1(config-router)#net 49.0001.0001.0001.0001.00  //配置net地址,49是主网络号,第一个0001表示区域号,第二到第四个0001表示系统号,系统号是唯一的,最后00表示NSEL

R1(config-router)#is-type level-1  //配置路由器类型级别为level-1,默认是level-1-2

R1(config-router)#int f0/0

R1(config-if)#ipv6 router isis

R1(config-if)#int f0/1

R1(config-if)#ipv6 router isis

R1(config-if)#int lo 0

R1(config-if)#ipv6 router isis

R2的配置如下

R2(config)#router isis

R2(config-router)#net 49.0001.0002.0002.0002.00

R2(config-router)#is-type level-1-2 //配置路由器类型级别为level-1-2,默认就是了level-1-2,可以不配置

R2(config-router)#int f0/0

R2(config-if)#ipv6 router isis

R2(config-if)#int f1/0

R2(config-if)#ipv6 router isis

R2(config-if)#int f1/1

R2(config-if)#ipv6 router isis

R2(config-if)#int f0/1

R2(config-if)#ipv6 router isis

R2(config-if)#int lo 0

R2(config-if)#ipv6 router isis

R3的配置如下

R3(config)#router isis

R3(config-router)#net 49.0002.0003.0003.0003.00  //省干属于区域2

R3(config-router)#is-type level-2

R3(config-router)#int f0/0

R3(config-if)#ipv6 router isis

R3(config-if)#int f1/1

R3(config-if)#ipv6 router isis

R3(config-if)#int f0/1

R3(config-if)#ipv6 router isis

R3(config-if)#int lo 0

R3(config-if)#ipv6 router isis

R5的配置如下

R5(config)#router isis

R5(config-router)#net 49.0001.0005.0005.0005.00

R5(config-router)#is-type level-1

R5(config-router)#int f0/1

R5(config-if)#ipv6 router isis

R5(config-if)#int f0/0

R5(config-if)#ipv6 router isis

R5(config-if)#int lo 0

R5(config-if)#ipv6 router isis

R6的配置如下

R6(config-router)#int f0/1

R6(config-if)#ipv6 router isis

R6(config-if)#int f1/0

R6(config-if)#ipv6 router isis

R6(config-if)#int f1/1

R6(config-if)#ipv6 router isis

R6(config-if)#int f0/0

R6(config-if)#ipv6 router isis

R6(config-if)#int lo 0

R6(config-if)#ipv6 router isis

R7的配置如下

R7(config)#router isis

R7(config-router)#net 49.0002.0007.0007.0007.00

R7(config-router)#is-type level-2

R7(config-router)#int f0/1

R7(config-if)#ipv6 router isis

R7(config-if)#int f1/1

R7(config-if)#ipv6 router isis

R7(config-if)#int f0/0

R7(config-if)#ipv6 router isis

R7(config-if)#int lo 0

R7(config-if)#ipv6 router isis

在R1上查看路由表(查看命令show ipv6 route)

说明:level-1是区域内路由,只可以学习到内部的路由。Level-2是区域间路由,可以学习到内部路由也可以学习到其他区域的路由。Level-1-2是不同区域路由,即属于内部路由也属于区域间路由

----------------------------------以上是ISIS协议配置---------------------------------------

R4的配置如下

R4(config)#ipv6 router ospf 100  //开启OSPFv3版本协议,OSPFv3版本协议支持ipv6,

R4(config-rtr)#router-id 4.4.4.4  //配置OSPF的routerID为4.4.4.4

R4(config-rtr)#int f0/0

R4(config-if)#ipv6 ospf 100 area 0 //

R4(config-if)#int f0/1

R4(config-if)#ipv6 ospf 100 area 0

R4(config-if)#int lo 0

R4(config-if)#ipv6 ospf 100 area 0

R8的配置如下

R8(config)#ipv6 router ospf 100

R8(config-rtr)#router-id 8.8.8.8

R8(config-rtr)#int f0/1

R8(config-if)#ipv6 ospf 100 area 0

R8(config-if)#int f0/0

R8(config-if)#ipv6 ospf 100 area 0

R8(config-if)#int lo 0

R8(config-if)#ipv6 ospf 100 area 0

在R4上查看路由表(查看命令show ipv6 route)

-------------------------------以上是OSPF协议配置----------------------------------

R1的配置如下

R1(config)#router bgp 65001  //开启BGP协议,指定ASid

R1(config-router)#bgp router-id 1.1.1.1 //配置BGP的routerID为1.1.1.1

R1(config-router)#address-family ipv6 unicast

R1(config-router-af)#neighbor 2::2 remote-as 65001 //手工指定邻居关系

R1(config-router-af)#neighbor 2::2 update-source lo 0 //指定通过地址的lo 0环回口地址建立

R1(config-router-af)#neighbor 3::3 remote-as 65001

R1(config-router-af)#neighbor 3::3 update-source lo 0

R1(config-router-af)#neighbor 5::5 remote-as 65001

R1(config-router-af)#neighbor 5::5 update-source lo 0

R1(config-router-af)#neighbor 6::6 remote-as 65001

R1(config-router-af)#neighbor 6::6 update-source lo 0

R1(config-router-af)#neighbor 7::7 remote-as 65001

R1(config-router-af)#neighbor 7::7 update-source lo 0

R2的配置如下

R2(config)#router bgp 65001

R2(config-router)#bgp router-id 2.2.2.2

R2(config-router)#address-family ipv6 unicast

R2(config-router-af)#neighbor 1::1 remote-as 65001

R2(config-router-af)#neighbor 1::1 update-source lo 0

R2(config-router-af)#neighbor 1::1route-reflector-client //配置路由发射器客户端,指定1::1为自己的客户端

R2(config-router-af)#neighbor 3::3 remote-as 65001

R2(config-router-af)#neighbor 3::3 update-source lo 0

R2(config-router-af)#neighbor 5::5 remote-as 65001

R2(config-router-af)#neighbor 5::5 update-source lo 0

R2(config-router-af)#neighbor 5::5 route-reflector-client

R2(config-router-af)#neighbor 6::6 remote-as 65001

R2(config-router-af)#neighbor 6::6 update-source lo 0

R2(config-router-af)#neighbor 7::7 remote-as 65001

R2(config-router-af)#neighbor 7::7 update-source lo 0

R3的配置如下

R3(config)#router bgp 65001

R3(config-router)#bgp router-id 3.3.3.3

R3(config-router)#address-family ipv6 unicast

R3(config-router-af)#neighbor 1::1 remote-as 65001

R3(config-router-af)#neighbor 1::1 update-source lo 0

R3(config-router-af)# neighbor 1::1 next-hop-self  //指定下一跳地址为自己

R3(config-router-af)#neighbor 2::2 remote-as 65001

R3(config-router-af)#neighbor 2::2 update-source lo 0

R3(config-router-af)#neighbor 2::2route-reflector-client

R3(config-router-af)# neighbor 2::2 next-hop-self

R3(config-router-af)#neighbor 5::5 remote-as 65001

R3(config-router-af)#neighbor 5::5 update-source lo 0

R3(config-router-af)# neighbor 5::5 next-hop-self

R3(config-router-af)#neighbor 6::6 remote-as 65001

R3(config-router-af)#neighbor 6::6 update-source lo 0

R3(config-router-af)# neighbor 6::6 next-hop-self

R3(config-router-af)#neighbor 7::7 remote-as 65001

R3(config-router-af)#neighbor 7::7 update-source lo 0

R4的配置如下

R4(config)#router bgp 65002

R4(config-router)#bgp router-id 4.4.4.4

R4(config-router)#address-family ipv6 unicast

R4(config-router-af)#neighbor 8::8 remote-as 65002

R4(config-router-af)#neighbor 8::8 update-source lo 0

R5的配置如下

R5(config)#router bgp 65001

R5(config-router)#bgp router-id 5.5.5.5

R5(config-router)#address-family ipv6 unicast

R5(config-router-af)#neighbor 1::1 remote-as 65001

R5(config-router-af)#neighbor 1::1 update-source lo 0

R5(config-router-af)#neighbor 2::2 remote-as  65001

R5(config-router-af)#neighbor 2::2 update-source lo 0

R5(config-router-af)#neighbor 3::3 remote-as 65001

R5(config-router-af)#neighbor 3::3 update-source  lo 0

R5(config-router-af)#neighbor 6::6 remote-as 65001

R5(config-router-af)#neighbor 6::6 update-source  lo 0

R5(config-router-af)#neighbor 7::7 remote-as 65001

R5(config-router-af)#neighbor 7::7 update-source lo 0

R6的配置如下

R6(config)#router bgp 65001

R6(config-router)#bgp router-id 6.6.6.6

R6(config-router)#address-family ipv6 unicast

R6(config-router-af)#neighbor 1::1 remote-as 65001

R6(config-router-af)#neighbor 1::1 update-source lo 0

R6(config-router-af)#neighbor 1::1 route-reflector-client

R6(config-router-af)#neighbor 2::2 remote-as 65001

R6(config-router-af)#neighbor 2::2 update-source lo 0

R6(config-router-af)#neighbor 3::3 remote-as 65001

R6(config-router-af)#neighbor 3::3 update-source lo 0

R6(config-router-af)#neighbor 5::5 remote-as 65001

R6(config-router-af)#neighbor 5::5 update-source lo 0

R6(config-router-af)#neighbor 5::5route-reflector-client

R6(config-router-af)#neighbor 7::7 remote-as 65001

R6(config-router-af)#neighbor 7::7 update-source lo 0

R7的配置如下

R7(config)#router bgp 65001

R7(config-router)#bgp router-id 7.7.7.7

R7(config-router)#address-family ipv6 unicast

R7(config-router-af)#neighbor 1::1 remote-as 65001

R7(config-router-af)#neighbor 1::1 update-source lo 0

R7(config-router-af)#neighbor 1::1 next-hop-self

R7(config-router-af)#neighbor 2::2 remote-as 65001

R7(config-router-af)#neighbor 2::2 update-source lo 0

R7(config-router-af)#neighbor 2::2 next-hop-self

R7(config-router-af)#neighbor 3::3 remote-as 65001

R7(config-router-af)#neighbor 3::3 update-source lo 0

R7(config-router-af)#neighbor 5::5 remote-as 65001

R7(config-router-af)#neighbor 5::5 update-source lo 0

R7(config-router-af)#neighbor 5::5 next-hop-self

R7(config-router-af)#neighbor 6::6 remote-as 65001

R7(config-router-af)#neighbor 6::6 update-source lo 0

R7(config-router-af)#neighbor 6::6 next-hop-self

R7(config-router-af)#neighbor 6::6route-reflector-client

R8的配置如下

R8(config)#router bgp 65002

R8(config-router)#bgp router-id 8.8.8.8

R8(config-router)#address-family ipv6 unicast

R8(config-router-af)#neighbor 4::4 remote-as 65002

R8(config-router-af)#neighbor 4::4 update-source lo 0

---------------------------以上是建立IBGP邻居----------------------------

R3的配置如下

R3(config)#ipv6 route 4::4/128 34::4  //配置静态路由,因为用loopback0建立邻居关系需要可以ping通loopback0

R3(config)#router bgp 65001

R3(config-router)#address-family ipv6 unicast

R3(config-router-af)#neighbor 4::4 remote-as 65002

R3(config-router-af)#neighbor 4::4 update-source lo 0

R3(config-router-af)#neighbor 4::4 ebgp-multihop 2  //因为ebgp的默认条数为1跳,当与loopback0建立邻居关系需要2跳,所以需要设置为2跳

R4的配置如下

R4(config)#ipv6 route 3::3/128 34::3

R4(config)#router bgp 65002

R4(config-router)#address-family ipv6 unicast

R4(config-router-af)#neighbor 3::3 remote-as 65001

R4(config-router-af)#neighbor 3::3 update-source lo 0

R4(config-router-af)#neighbor 3::3 ebgp-multihop 2

R7的配置如下

R7(config)#ipv6 route 8::8/128 78::8

R7(config)#router bgp 65001

R7(config-router)#address-family ipv6 unicast

R7(config-router-af)#neighbor 8::8 remote-as 65002

R7(config-router-af)#neighbor 8::8 update-source lo 0

R7(config-router-af)#neighbor 8::8 ebgp-multihop 2

R8的配置如下

R8(config)#ipv6 route 7::7/128 78::7

R8(config)#router bgp 65002

R8(config-router)#address-family ipv6 unicast

R8(config-router-af)#neighbor 7::7 remote-as 65001

R8(config-router-af)#neighbor 7::7 update-source lo 0

R8(config-router-af)#neighbor 7::7 ebgp-multihop 2

在R3上查看邻居关系(命令show bgp ipv6 unicast summary)

------------------------------以上是建立EBGP邻居关系----------------------------------

D.      配置业务网段

在R1下挂个业务并通过BGP通告出去

R1#conf t

R1(config)#int lo 10

R1(config-if)#ipv6 add 11::1/120

R1(config-if)#router bgp 65001

R1(config-router)#address-family ipv6 unicast

R1(config-router-af)#net 11::/120  //通告业务网段

在R8下挂个业务并通过BGP通告出去

R8#conf t

R8(config)#int lo 10

R8(config-if)#ipv6 add 88::1/120

R8(config-if)#router bgp 65002

R8(config-router)#address-family ipv6 unicast

R8(config-router-af)#net 88::/120

在R1上查看通告通告的路由

  4.            验证结果:

在R1上用loopback10访问 R8的loopback10

时间: 2024-08-29 15:55:27

思科设备部署运营商架构-ipv6+isis+bgp配置实战的相关文章

思科设备实现运营商城域网架构ISIS+BGP+IPV6综合实验

使用GNS3 0.8.6版本模拟器(c3725-adventerprisek9-mz.124-15.T5.image) 实验拓扑: 实验要求: 1.   通过ISIS协议将AS内部的直连和环回口路由宣告. 2.通过配置IBGP协议建立邻居将所有的用户业务路由(大客户和PPOE拨号)宣告. 3.通过配置路由反射器实现市内.省内业务路由互传. 4.通过建立EBGP邻居实现全省和国干互联网路由互传. 5.通过配置黑洞路由实现用户业务网段聚合. 6.实现城域网网络架构由ipv4向ipv6平滑过渡. 实验

【高级】华为设备部署运营商网络架构-ISIS+BGP+IPv6理论及配置实战

1.实验拓扑        使用ENSP模拟器(版本v100R002C001.2.00.350) 2.实验需求 1)  通过ISIS将AS内部的直连和环回口路由宣告 2)  通过配置BGP协议将所有的用户业务路由宣告 3)  通过配置路由反射器实现市内.省内业务路由互传 4)  通过建立EBGP邻居实现全省和国干互联网路由互传 5)  通过巧妙配置黑洞路由实现用户业务网段聚合 6)  使用双协议栈方案实现ipv6网络平滑过渡现网方案实战 3.实验步骤 1)  IP规划 AR1接口ip地址: GE

【高级】思科设备部署电信运营商城域网架构及配置实战

实验拓扑: GNS3 0.8.6 + c3725-adventerprisek9-mz.124-15.T5 实验要求: 1.   通过ISIS协议将AS内部的直连和环回口路由宣告. 2.通过配置IBGP协议建立邻居将所有的用户业务路由(大客户和PPPOE拨号)宣告. 3.通过配置路由反射器实现市内.省内业务路由互传. 4.通过建立EBGP邻居实现全省和国干互联网路由互传. 5.通过配置黑洞路由实现用户业务网段聚合. 实验步骤及验证: 1.接口及ip地址规划: 路由器 接口 ip地址 R1 F0/

【中级】华为设备IS-IS协议配置实战

实验拓扑: 使用ENSP模拟器(版本V100R002C00 1.2.00.350) 实验要求: 1.通过IS-IS协议实现全网互通. 2.配置域间路由汇总. 3.配置不同协议间路由汇总. 4.配置IS-IS级别1和级别2之间路由重分发. 5.调整IS-IS的cost值. IS-IS基本原理: 1.IS-IS是链路状态路由协议,使用SPF算法计算出到达目的网络的最优路径生成路由表. 2.使用Hello包建立邻居关系,使用LSP交换链路状态信息,采用分层设计. 3.有两种路由选择级别,L1和L2,L

思科设备实现公司之间私网通信greVPN—P-T-P实战

1.       实验拓扑: 使用GNS3模拟器(版本0.8.6)+ c2691-advsecurityk9-mz.124-11.T2.bin (R1的f0/1和R3的f0/1都属于公司的内部网关) 2.       实验需求: a)       使用greVPN让总公司和分公司能够通过私网通信 b)       使用PAT让总公司和分公司都可以上互联网 3.       实验步骤: a)       IP地址规划: R1 f0/0 12.0.0.1/24 f0/1 172.16.10.1/24

电信运营商城域网架构关键技术-QinQ双层标签

QinQ技术的应用场景: 在运营商的网络中每一个用户都需要放入一个单独的VLAN中,以便实现进行各用户之间的隔离,但是由于802.1q中VLAN TAG只有12比特,导致 vlan数量最多只能有4096个无法满足城域网中大量用户的隔离需求,这时就用到了QinQ技术. QinQ技术是通过在原有的802.1q的基础上增加了一层802.1q标签来实现的,使得VLAN数量扩展到4094 * 4094个.如下图: 下面通过实验来详细说明,通过华为设备在运营商城域网中如何部署QINQ技术. 实验拓扑 使用e

乾颐堂安德- 思科运营商级别设备系统 IOS XR系统管理

思科运营商级别设备系统 IOS XR系统管理 在本小节中,我们将重点学习IOS XR如何保存.回滚配置.清除配置等常用的文件系统管理,这些内容都是在今后的日常使用中非常实用的命令 1.3.1 保存配置和加载配置 IOS XR系统不同于传统IOS系统,在配置完毕之后,这些内容并不会立即执行,只有在输入commit(提交)命令后,才会生效,这称之为二级提交模式.变更的部分称之为target config.在提交之前可以检查.修改配置,方便添加标签用于运维,支持回退特性,配置校验用户配置错误等实用命令

【高级】思科设备实现城域网ISIS+BGP+MPLS VPN多域互通实战

实验拓扑: GNS3 0.8.6 + c3725-adventerprisek9-mz.124-15.T5.image 实验要求: 1.   IGP使用ISIS协议,用来承载城域网的直连和环回口路由. 2.通过配置普通BGP协议,承载用户业务路由(大客户和PPPoE拨号),实现互联网路由传递. 3.通过配置BGP/MPLS 的跨域VPN实现分公司和总公司之间的私网通信. 实验步骤及验证: 1.接口及ip地址规划: 路由器 接口 ip地址 R1 F0/0 172.16.0.1/24 R1 F0/1

华为助力加拿大运营商部署HSPA+网络

[51CTO.com 综合报道]2010年3月26日消息,华为今日宣布获得了加拿大综合电信运营商SaskTel授予的合同,采用领先的SingleRAN解决方案和第四代基站为后者部署HSPA+移动宽带网络,为SaskTel的用户提供速率达21Mb/s的高速移动宽带体验.SaskTel的新网络采用最新的HSPA技术,未来可平滑演进至LTE. "通过华为提供的业界领先的WCDMA/HSPA网络技术,SaskTel将在未来LTE的部署上能够提前布局,抢占先机,我们对此满怀信心." SaskTe