阿尔卡特AK7750业务配置总结

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
anti-spoof nh-mac
static-host ip 10.1.96.2 create
no shutdown
exit
的路由 发布
2、前缀列表中包含发布的精确路由。
3、配置一个策略,名称和前缀列表一致
4、策略的条目以10开始,并以10为步长以便后期插入策略。
5、明确配置路由的from和要导入的目标路由协议,并明确动作。
===================================================前提说明===============================================================================================
router
policy-statement "ies2bgp" // 创建策略
entry 10
from
prefix-list "ies2bgp"
exit
《说明:NMS业务本次不作为备份业务,在主用侧配置就行了。》
ies 101102 customer 10 create
subscriber-interface "LiShu-OLT-ONU-nms" create //subscriber-interface情况,名称为ip_IP地址,如ip_1.1.1.1/24,
description "YuXi_ZX_OLT"
ethernet
mode access // 配置端口模式
encap-type qinq //配置端口qinq模式
egress-scheduler-policy "egress" //业务接入接口引用接口队列调度策略
group-interface "LiShu-OLT-ONU-0/3/0" create
description "TianYunHuaYuan-ONU-0/3/0"
sap lag-2:1030.10 create
static-host ip 10.1.96.26 create
no shutdown
exit
exit
配置LAG需配置此条命令。
exit
port 1/1/9 // 将需捆绑的端口放入
.... lacp active administrative-key 32770 //扩容时需要再加入一个端口,并起LACP协议,设置lacp协议key
exit
exit
default-action reject //默认不匹配的拒绝
exit
commit
exit ຫໍສະໝຸດ access egress //业务接入接口 出方向 引用”pppoe”BRAS业务调度策略
queue-group "pppoe" create
host-match dest "pppoe" create
exit
exit
exit
no autonegotiate
exit
no shutdown
exit
LAG配置,将端口加入到LAG中:
通过black_hole汇聚路由:
router# static-route 2.2.2.0/24 black-hole preference 240(做静态黑洞路由,并进行汇聚后导入BGP。减少由于端口UP/DOWN引起路由震荡)
《路由策略:》
策略原则:1、路由策略编辑以begin开始commit结束。
no shutdown
exit
exit
exit
group-interface "LiShu-OLT-ONU-0/3/1" create
2、业务路由导入优先选择汇聚路由,可先用静态黑洞路由进行汇聚。
3、业务路由导入采用精确发布的方式,所有不在精确路由的IP前缀列表中的路由将默认拒绝发布。
配置思路:1、配置一组前缀列表,名称以业务导入路由命名。如ies2bgp,是将专线业务
现在苏州移动的城域网架构是NE5000E做地市双核心,为二级备份反射器组,省为一级,接入设备OLT双上行
链路聚合的形式上行到俩个同种BRAS的,这样对BRAS节点和业务都有保护作用。
<<<<<<<<<<<<<<<<<<<<<<下面对城域网BRAS-阿尔卡特AK7750承载的城域网业务做下学习总结,便于以后城域网维护>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
在BGP路由协议中使用export命令将编辑的策略进行应用;
router
bgp
bgp group "PgRR_L2"
export "ies2bgp"
-----------------2:ONU管理NMS业务:-----------------------------------------------------------------
-------------------1:OLT管理业务:-----------------------------------------------
说明:这个是主备BRAS都承载的,原则是VLAN区分主为2,备用侧为3.
端口配置:
port 1/1/9
此配置为多个vlan提供同一个网关,并对每vlan所使用的IP进行限制
description "LiShu-OLT-ONU-management"
address 10.1.96.1/24 //ONU管理网段的网关地址
lag 9
description "YuXi_ZX_OLT"
mode access // 设置access模式
encap-type qinq //设置qinq模式
access
adapt-qos link ////修改链路模式为adapt-qos,所有LAG都需要设置此链路模式,OLT新上线时,
ies 101102 customer 10 create
interface "WangFuGe OLT" create //创建一个interface或者subscriber interface
address 10.35.6.29/30 //OLT网关地址
description "TianYiYuan-ONU-0/3/1"
sap lag-2:1031.10 create
anti-spoof nh-mac
static-host ip 10.1.96.23 create
no shutdown
exit
static-host ip 10.1.96.24 create
no shutdown
no shutdown
exit
业务对应的customer ID设置:
service
customer 10 create
description "to-ies"
exit
创建一个IES并关联customer ID:
to
protocol bgp //导入BGP
exit
action accept //明确动作
next-hop-self
6、设置默认的拒绝策略。
通过策略对路由进行发布:
router
policy-options
begin
prefix-list "ies2bgp"
prefix 112.4.10.112/30 exact
exit
commit
exit
sap lag-2:2.0 create //定义一个SAP(SAP是用户业务接入点,)把lag-2:2.0 放入
exit
exit
no shutdown //启用业务
exit
***********
通过策略对路由进行发布:
static-route 10.1.96.0/24 black-hole
exit
static-host ip 10.1.96.25 create
no shutdown
exit
static-host ip 10.1.96.3 create
no shutdown
exit
static-host ip 10.1.96.4 create
相关文档
最新文档