文档库 最新最全的文档下载
当前位置:文档库 › 阿尔卡特AK7750业务配置总结

阿尔卡特AK7750业务配置总结

===================================================前提说明===============================================================================================

现在苏州移动的城域网架构是NE5000E做地市双核心,为二级备份反射器组,省为一级,接入设备OLT双上行
链路聚合的形式上行到俩个同种BRAS的,这样对BRAS节点和业务都有保护作用。



<<<<<<<<<<<<<<<<<<<<<<下面对城域网BRAS-阿尔卡特AK7750承载的城域网业务做下学习总结,便于以后城域网维护>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>



-------------------1:OLT管理业务:-----------------------------------------------



说明:这个是主备BRAS都承载的,原则是VLAN区分主为2,备用侧为3.

端口配置:
port 1/1/9
description "YuXi_ZX_OLT"
ethernet
mode access // 配置端口模式
encap-type qinq //配置端口qinq模式
egress-scheduler-policy "egress" //业务接入接口引用接口队列调度策略
access
egress //业务接入接口 出方向 引用”pppoe”BRAS业务调度策略
queue-group "pppoe" create
host-match dest "pppoe" create
exit
exit
exit
no autonegotiate
exit
no shutdown
exit


LAG配置,将端口加入到LAG中:
lag 9
description "YuXi_ZX_OLT"
mode access // 设置access模式
encap-type qinq //设置qinq模式
access
adapt-qos link ////修改链路模式为adapt-qos,所有LAG都需要设置此链路模式,OLT新上线时,
配置LAG需配置此条命令。
exit
port 1/1/9 // 将需捆绑的端口放入
.... lacp active administrative-key 32770 //扩容时需要再加入一个端口,并起LACP协议,设置lacp协议key
no shutdown
exit


业务对应的customer ID设置:
service
 customer 10 create
description "to-ies"
exit

创建一个IES并关联customer ID:
ies 101102 customer 10 create
interface "WangFuGe OLT" create //创建一个interface或者subscriber interface
address 10.35.6.29/30 //OLT网关地址
sap lag-2:2.0 create //定义一个SAP(SAP是用户业务接入点,)把lag-2:2.0 放入
exit
exit
no shutdown //启用业务
exit

***********

通过black_hole汇聚路由:
router# static-route 2.2.2.0/24 black-hole preference 240(做静态黑洞路由,并进行汇聚后导入BGP。减少由于端口UP/DOWN引起路由震荡)


《路由策略:》
策略原则:1、路由策略编辑以begin开始commit结束。
2、业务路由导入优先选择汇聚路由,可先用静态黑洞

路由进行汇聚。
3、业务路由导入采用精确发布的方式,所有不在精确路由的IP前缀列表中的路由将默认拒绝发布。

配置思路:1、配置一组前缀列表,名称以业务导入路由命名。如ies2bgp,是将专线业务
的路由 发布
2、前缀列表中包含发布的精确路由。
3、配置一个策略,名称和前缀列表一致
4、策略的条目以10开始,并以10为步长以便后期插入策略。
5、明确配置路由的from和要导入的目标路由协议,并明确动作。
6、设置默认的拒绝策略。

通过策略对路由进行发布:
router
policy-options
begin
prefix-list "ies2bgp"
prefix 112.4.10.112/30 exact
exit
commit
exit


router
policy-statement "ies2bgp" // 创建策略
entry 10
from
prefix-list "ies2bgp"
exit
to
protocol bgp //导入BGP
exit
action accept //明确动作
next-hop-self
exit
exit
default-action reject //默认不匹配的拒绝
exit
commit
exit

在BGP路由协议中使用export命令将编辑的策略进行应用;
router
bgp
bgp group "PgRR_L2"
export "ies2bgp"

-----------------2:ONU管理NMS业务:-----------------------------------------------------------------

《说明:NMS业务本次不作为备份业务,在主用侧配置就行了。》

ies 101102 customer 10 create

subscriber-interface "LiShu-OLT-ONU-nms" create //subscriber-interface情况,名称为ip_IP地址,如ip_1.1.1.1/24,
此配置为多个vlan提供同一个网关,并对每vlan所使用的IP进行限制
description "LiShu-OLT-ONU-management"
address 10.1.96.1/24 //ONU管理网段的网关地址
group-interface "LiShu-OLT-ONU-0/3/0" create
description "TianYunHuaYuan-ONU-0/3/0"
sap lag-2:1030.10 create
anti-spoof nh-mac
static-host ip 10.1.96.2 create
no shutdown
exit
static-host ip 10.1.96.3 create
no shutdown
exit
static-host ip 10.1.96.4 create
no shutdown
exit
exit
exit
group-interface "LiShu-OLT-ONU-0/3/1" create
description "TianYiYuan-ONU-0/3/1"
sap lag-2:1031.10 create
anti-spoo

f nh-mac
static-host ip 10.1.96.23 create
no shutdown
exit
static-host ip 10.1.96.24 create
no shutdown
exit
static-host ip 10.1.96.25 create
no shutdown
exit
static-host ip 10.1.96.26 create
no shutdown
exit
exit


通过策略对路由进行发布:

static-route 10.1.96.0/24 black-hole

router
policy-options
begin
prefix-list "ies2bgp"
prefix 10.1.96.0/24 exact
exit
commit
exit


-----------------3:语音业务VOIP配置:------------------------------------------------------------

《说明:VOIP业务不做业务备份只在主用侧配置》

ies 101102 customer 10 create

subscriber-interface "YJL-HW-OLT-ONU-voip" create
description "YJL-HW-OLT-ONU-voip"
address 10.35.189.1/25
group-interface "YangJinLi-HW-OLT-0/4/2" create
description "DingChangLvYou"
sap lag-2:1042.4001 create //规范为语音业务为单层(4001)配置,后期会结合客响班完成全部整改
anti-spoof nh-mac
static-host ip 10.35.189.2 create
no shutdown
exit
exit
exit
group-interface "YangJinLi-HW-OLT-voip" create
sap lag-2:4001.0 create
ingress
qos 152 //所有voip的SAP接口引用入方向QoS策略
exit
egress
qos 152 //所有voip的SAP接口引用出方向QoS策略
exit
anti-spoof nh-mac
static-host ip 10.35.189.3 create //静态地址绑定
no shutdown
exit
static-host ip 10.35.189.4 create
no shutdown
exit
static-host ip 10.35.189.5 create
no shutdown
exit
static-host ip 10.35.189.6 create
no shutdown
exit
static-host ip 10.35.189.7 create
no shutdown
exit
exit
exit
exit


通过策略对路由进行发布:

static-route 10.35.189.0/25 black-hole

router
policy-options
begin
prefix-list "ies2bgp"
prefix 10.35.189.0/25 exact
exit
commit
exit


--

----------------4:专线业务配置:-------------------------------------------------

《说明:专线业务双归后是冷备份,原则是:主备BRAS都配置,但是备用侧子接口下shutdown,业务路由不
发布,待出现主brass节点和主链路故障时,手动切换到备用侧。》


ies 101102 customer 10 create

interface "SJ-OLT-0/2/2-vlan501" create
description "WeiGeGaoChunQiTi"
address 112.4.81.153/30
secondary address 112.25.156.201/29
sap lag-2:1022.501 create / /若是备用侧需要将业务接口shutdown掉
shutdown
exit
urpf-check
exit
exit

通过策略对路由进行发布:

static-route 112.4.81.152/30 black-hole //防止路由震荡

router
policy-options
begin
prefix-list "ies2bgp"
prefix 112.4.81.152/30 exact
exit
commit
exit


------------------5:自建用户pppoe业务配置相关信息:---------------------------------------------

《说明:pppoe业务是按照域的方式开通的,也是此次双归热备的业务。原理就是对pppoe业务的5种报文中的PADO
报文延迟时间进行设置来实现,规范配置就是根据用户外层VLAN的奇偶性来区分,奇数VLAN在主用侧不延
迟,但是在备用侧pado delay 30 ;偶数VLAN刚好相反。》

相关策略设置:
***********
1:authentication policy:认证策略,同时定义与radius server通讯参数
(认证策略相关的参数大致可以分为两类,一类是BAS与radius server通信所需参数,包括 radius server
的IP地址,通信密码,udp端口号等。另一类是BAS在认证时上送的属性,以及pppoe认证的方式等。)

config
subscriber-mgmt
authentication-policy "auth-policy-1" create //定义radius认证策略
radius-authentication-server
source-address 221.178.235.50 //与radius通讯源地址,一般system地址
server 1 address 221.131.129.184 secret "XXX" hash2//设置用于认证的radius服务器地址
server 2 address 211.138.200.18 secret " XXX " hash2
exit
pppoe-access-method pap-chap //设置pppoe认证模式为 pap-chap模式
include-radius-attribute // 定义BAS发送认证报文携带的属性
circuit-id
remote-id
nas-port-id prefix-string "hsi -" // 增加前缀
nas-identifier
mac-address
exit
exit

说明:认证策略在service的ies300下的俩个group-interace中引用。

*********

2:radius accounting policy:计费策略,同时定义与radius accounting server通

讯参数
(计费策略配置内容与认证策略类似,相关参数也大致分为两类,一类是BAS与radius server通信所需参数,
包括radius server的IP地址,通信密码,udp端口号等。另一类是BAS在计费时上送的属性等。)
config
subscriber-mgmt
radius-accounting-policy "acc-policy-1" create //定义radius accounting计费策略
radius-accounting-server // 指定用于计费的服务器
source-address 221.178.235.50 //与radius通讯源地址,一般system地址
server 1 address 221.131.129.184 secret "XXX" hash2
server 2 address 211.138.200.18 secret " XXX " hash2
exit
include-radius-attribute // 指定用于accounting报文的属性
framed-ip-addr
framed-ip-netmask
mac-address
nas-identifier
nas-port-id prefix-string "hsi -"
user-name
exit
session-id-format number // 定义session-id的格式
use-std-acct-attributes //指定使用标准属性上传承载流量信息
exit

说明:计费策略由Sub-profile调用。

*******
3:sub-ident-policy:用户识别策略, 与sla-profile,sub-profile绑定

(定义了用户的带宽,计费策略。)
config
subscriber-mgmt
sub-ident-policy "sub-ident-local" create // 定义默认sub-ident-policy
sla-profile-map //定义从radius返回的sub-profile-string与本地模板对应关系
use-direct-map-as-default //直接映射本地profile模板方式
exit
sub-profile-map //定义从radius返回的sub-profile-string与本地模板对应关系
use-direct-map-as-default ////直接映射本地profile模板方式
exit
exit

说明:sub-ident-profile策略在msap-policy中调用。

*3.1 Sub-profile:用户策略,定义H-qos和计费策略。
(sub-profile主要定义两项内容,radius accounting policy和H-Qos policy,在
每用户多业务的情况下,总带宽通常被限定,各个业务需要根据优先级动态调整带 宽,
这时会用到H-Qos policy。H-Qos policy需要预先配置,sub-profile通过名字引用。

config
subscriber-mgmt
sub-profile "sub-pppoe-2M" create # 定义sub-profile用户所有用户
radius-accounting-policy "acc-policy-1"//引用前面定义的计费策略模板
exit

说明:调用sub-profile通过radius返回同名的subscriber-prof-string完成。国内PPPOE业务大都每用户
一个session,运营商基于session进行带宽限制,在这种情况下,H-Qos policy不用配置,radius

服务器仅需返回固定字符串以便调用计费策略即可,session的带宽限制通过调用sla-profile完成。

*3.2 sla-profile: 服务级别策略,定义带宽控制策略和ACL策略。
(sla-profile主要定义两项内容,qos policy和ACL,sla-profile分为上行/下行两个方向分别引用
sap-ingress/sap-egress qos policy和ACL。在配置过程中首先定义好QOS模板,然后在sla-profile的
配置中调用模板。)

config
subscriber-mgmt
sla-profile "sla-pppoe-2M" create # 定义1个Sla-Profile用户2M用户
ingress
qos 2000 shared-queuing //调用用户上行流量QOS模板,并使用共享QOS
exit
exit
egress
qos 2000 // 调用用户下行流量QOS
exit
exit
exit

说明:调用sla-profile通过radius返回同名sla-prof-string完成

********
4:pppoe-policy: pppoe策略,定义pppoe协议参数。

config
subscriber-mgmt
pppoe-policy "pppoe-policy-1" create # 定义1个pppoe-policy模版
ppp-authentication pap # 指定认证方式为pap
exit

pppoe-policy "pppoe-policy-2" create # 定义1个pppoe-policy
pado delay 30 # pado 延迟30秒
ppp-authentication pap # 指定认证方式为pap

说明:认证策略在service的ies300下的俩个group-interace中引用。

********
5:msap policy:multi-sap策略,定义同一物理接口下sap的共有属性。
(说明:Msap-policy为简化配置而设置,策略的目的是为同一物理端口下的多sap提供统一的策略模板。)
config
subscriber-mgmt
msap-policy "msap-pppoe" create # 定义动态msap策略
sub-sla-mgmt
def-sub-id use-sap-id
def-inter-dest-id string "pppoe" //引用“pppoe”BRAS业务调度策略
def-sub-profile "sub-pppoe-2M" // 默认的sub-profile
def-sla-profile "sla-pppoe-2M" // 默认的sla-profile
sub-ident-policy "sub-ident-local" //调用sub-ident-policy
multi-sub-sap limit 20000 //支持的SAP数量
single-sub-parameters
profiled-traffic-only // 仅通过业务流量
no shutdown
exit
exit
exit

说明:默认的sub-profile和sla-profile是在radius返回的string中无法匹配预设置的模板时调用。
sub-sla-mgmt必须进行no shutdown操作。

********
6:local-user-db:用户数据库策略,匹配用户的方式实现基于地址池的地址分配。
(说明:local-user-db策略是为某一组用户实现通过基于pool分配地址,目前将所有

用户分到统一的default组。)
config
subscriber-mgmt
local-user-db "pppoe" create
pppoe
match-list username //匹配用户上线的用户名
host "default" create //将所有用户都归到default组
address pool "pool1" // 从地址池pool1中分配地址
no shutdown
exit
exit
no shutdown
exit



用户customer-ID配置:
config
ser
customer 20 create # VPLS设置
description "to-vpls"
exit


用户地址池配置:

( Dhcp server需要配置地址pool,subnet,DNS等参数,并且与system接口相关联,每一个dhcp server可以
配置多个pool,每个pool可以配置多个subnet。)

router
static-route 10.43.168.0/23 black-hole

router
policy-options
begin
prefix-list "ies2bgp"
prefix 10.43.168.0/23 exact
exit
commit
exit


router
interface "system" ////建个地址池虚拟接口
address 221.178.235.23/32 //为本地DHCP服务器指定在SYSTEM接口
local-dhcp-server "server1" // 增加本地DHCP服务器的名字
exit

router
dhcp // 创建本地DHCP服务器
local-dhcp-server "server1 "
user-db "pppoe"
use-gi-address // 基于DHCP request中的gi地址决定用户分配地址
use-pool-from-client
force-renews // IP地址租期到期后更新
pool "pool1 " create
options
lease-time days 1 // 配置DHCP租约时间
dns-server 112.4.0.55 221.131.143.69 //指定DNS
exit
subnet 10.43.168.0/23 create //地址段
address-range 10.43.168.2 10.43.169.254
exit
no shutdown
exit



service
ies 3000
subscriber-interface "pppoe"
address 10.43.168.1/23


业务接口配置:

(在IP地址池,策略配置完成后,使用MSAP方式开通业务。两部分工作:在IES业务创建业务接口,使用 subscr
iber-interface来调用模板中预先定义的策略,使用VPLS配捕获PPPOE报文的port,从而开启PPPOE业务。)

config
ser
vpls 2002 customer 20 create
stp
shutdown
exit
sap lag-2:1021.* capture-sap create //接受本端口所有Q-tag,并捕获PPPoE报文
trigger-packet pppoe //配置何种业务触发端口
pppoe-policy "pppoe-policy-1" //调用PPPOE-policy模板, 为奇数,所以pppoe-policy-1,若在备用侧则为-2
msap-defaults
group-interface "hsi - lag-2-1"
policy "msap-pppoe"
service 3000
exit
authentication-policy "auth-policy-1" // 调用认证策略模板
exit

sap lag-2:1022.* capture-sap create
trigger-packet pppoe

pppoe-policy "pppoe-policy-2" //调用PPPOE-policy模板, 为偶数,所以pppoe-policy-2,若在备用侧则为-1
msap-defaults
group-interface "hsi - lag-2-2"
policy "msap-pppoe"
service 3000
exit
authentication-policy "auth-policy-1"
exit
no shutdown
exit

ies 3000 customer 1 create
subscriber-interface "pppoe" create
address 10.43.79.1/24
group-interface "hsi - lag-4-1" create
arp-populate
dhcp
server 221.178.235.23 //指定system使用的DHCP server
trusted // 必须配置,保证在dhcp-request中携带gi地址
gi-address 10.43.79.1
client-applications pppoe // 指定使用DHCP用户业务类型为pppoe业务
no shutdown
exit
authentication-policy "auth-policy-1" //调用预设置的验证模板
pppoe
pppoe-policy "pppoe-policy-1" // 调用预设置的PPPoE模板
session-limit 32767 // 定义PPPOE session数量限制开到最大
sap-session-limit 32767 //定义每个SAP PPPOE session数量限制开到最大
no shutdown
exit
exit
group-interface "hsi - lag-4-2" create
arp-populate
dhcp
server 221.178.235.23
trusted
gi-address 10.43.79.1
client-applications pppoe
no shutdown
exit
authentication-policy "auth-policy-1"
pppoe
pppoe-policy "pppoe-policy-2"
session-limit 32767
sap-session-limit 32767
no shutdown
exit
exit


《《《《《AK7750上配置单层pppoe业务方法》》》》》》》

ies 3000
subscriber-interface "pppoe" create
address 10.43.228.1/23
group-interface "hsi - lag-5" create
arp-populate
dhcp
server 221.178.235.42
trusted
gi-address 10.43.228.1
client-applications pppoe
no shutdown
exit
authentication-policy "auth-policy-1"
sap lag-5:515.0 create
sub-sla-mgmt
def-sub-id use-sap-id
def-sub-profile "sub-pppoe-10M

"
def-sla-profile "sla-pppoe-10M"
sub-ident-policy "sub-ident-local"
multi-sub-sap 2000
single-sub-parameters
profiled-traffic-only
exit
no shutdown
exit
exit
sap lag-5:643.0 create
sub-sla-mgmt
def-sub-id use-sap-id
def-sub-profile "sub-pppoe-10M"
def-sla-profile "sla-pppoe-10M"
sub-ident-policy "sub-ident-local"
multi-sub-sap 2000
single-sub-parameters
profiled-traffic-only
exit
no shutdown
exit
exit
pppoe
pppoe-policy "pppoe-policy-1"
session-limit 32767
sap-session-limit 32767
no shutdown
exit
exit
exit


------------------6:一网通业务配置相关信息:------------------------------------------------------

《说明:一网通业务只在主用侧配置:》

用户地址池和虚拟地址池接口配置:
router
dhcp
local-dhcp-server " server2 " create
description " for-E-WangTong "
use-gi-address
force-renews
pool " E-WangTong " create //一网通DHCP地址池采用E-WangTong命名
options
dns-server 112.4.0.55 221.131.143.69
exit
subnet 112.1.189.64/28 create
options
default-router 112.1.189.65
exit
address-range 112.1.189.66 112.1.189.78
exit
exit
no shutdown
exit

router
interface "looback"
address 10.35.220.160/32
loopback
local-dhcp-server "server2"
exit

路由:地址池路由发布
config>router
policy-options
begin
prefix-list "ies2bgp"
prefix 10.1.80.0/24 exact
exit
commit
exit

static-route 10.1.80.0/24 black-hole

用户ID设置:
service
customer 1 create
description "Default customer"
exit

用户接入配置:
ies 4000 customer 1 create //一网通设置,本地认证(一网通采用ies 4000 )
descri

ption "KS-JingHuaYuanYiDongHuaBa"
subscriber-interface "dhcp-1" create
address 112.1.189.145/28 //设置gi地址
group-interface "e-wangtong-customer" create
arp-populate
dhcp
server 10.35.220.160 //本地地址
trusted
gi-address 112.1.189.145 //设置gi地址
no shutdown
exit
host-connectivity-verify interval 1 action remove
sap lag-4:1012.699 create //group-interface下加入sap
exit
exit
exit
no shutdown
exit

-------------------7:WLAN业务配置相关信息:-----------------------------------------------------

《说明:WLAN业务也是做得冷备,待主用节点或主用链路有故障时,手动切换业务。》

用户接入配置:
ies 101102 customer 10 create

subscriber-interface "SZJLQRenMinFaYuanXinDaLou-wlan" create
description "SZJLQRenMinFaYuanXinDaLou-wlan"
address 10.45.156.65/26
group-interface "SZJLQRenMinFaYuanXinDaLou" create
arp-populate
dhcp
server 10.45.254.140 //三层组网,DHCP server获得地址的服务器地址
trusted
lease-populate 256 //根据实际接入AP数指定,256、512或1024
gi-address 10.45.156.65
no shutdown
exit
sap lag-2:3704.0 create
static-host ip 10.46.236.2 create////配置静态用户IP地址 交换机的IP地址
no shutdown
exit
exit
exit

路由信息:
router
policy-options
begin
prefix-list "ies2bgp"
prefix *.*.*.0/* exact //发布AP管理地址
exit
commit
exit

------------------------8:受限外网配置相关信息-----------------------------------------

configure
router
dhcp
local-dhcp-server "YYT-CMNET" create
use-gi-address
force-renews
pool " YYT-CMNET" create
options
dns-server 112.4.0.55 221.131.143.69
exit
subnet 10.32.131.0/25 create
options
default-router 10.32.131.1
exit
address-range 10.32.131.2 10.32.131.126
exit
exit
no shutdown
exit


configure
router
interface "loopback-YYT"
address 10.32.128.4/32
loopback
local-dhcp-server "YYT-CMNET"
exit

-----发布受限外网地址池路由------------------


router
policy-options
begin
prefix-list "ies2bgp"
prefix 10.32.131.0/25 exact
exit
commit
exit


*********

ies 100001 customer 1 create
description " YYT-CMNET"
subscriber-interface "YYT-CMNET" create
description "YYT-CMNET"
address 10.32.131.1/25
group-interface "LP-YYT-CMNET" create
dhcp
server 10.32.128.4
trusted
lease-populate 4000
gi-address 10.32.131.1
no shutdown
exit
sap lag-43:1010.1000 create
exit
sap lag-43:1013.1000 create
exit
exit
no shutdown
exit


-----------------------9:BGP MPLS/VPN配置相关信息------------------------

1、 MP-BGP协议配置
PE与省公司的两台VPN RR建立IBGP邻居关系:
#--------------------------------------------------
echo "BGP Configuration"
#--------------------------------------------------
bgp
family ipv4 vpn-ipv4
multipath 8
preference 100
ibgp-multipath
group "ibgp"
family vpn-ipv4
hold-time 90
keepalive 30
next-hop-self
type internal
peer-as 64800
local-address 221.178.235.20
neighbor 211.138.205.1
exit
neighbor 211.138.205.2
exit
exit
上述邻居建立,设备已经配置完毕。
2、VRF配置
A:AK7750>config>service>info
vprn 30010 customer 30 create //规范:vprn ID编号从30001开始,依次往后顺延……
description "ShiQu-ZhiNengGongJiao"
autonomous-system 64800
route-distinguisher 64800:512102011 //以当前配置时间设置RD
auto-bind ldp
vrf-target target:64800:512102011 //以当前配置时间设置RT
interface "JFXC-OLT-0/13/1-vlan515" create
description "SanYuanFang-DongZhanTai"
address 172.16.1.73/29
sap lag-6:1131.515 create
exit
exit


-------------------------10:VPLS业务配置相关信息------------------------------


1、SDP配置思路
(1)在启用VPLS业务的PE设备间创建SDP隧道
(2)SDP使用MPLS,配置对段PE的SYSTEM地址,并使用ldp作为标签分发信令。


(3)SDP为单向隧道,所以对段PE要配置回来的SDP隧道。

2、 VPLS配置思路
(1)创建一个VPLS业务并关联customer ID,VPLS ID即内层vc-id需要和对端PE一致,并要区别于本地其他业务ID。
(2)关联本地的SAP。
(3)关联SDP,默认采用mesh-sdp的方式,vc的封装根据业务需求。
(4)启用本业务。
注释:Mesh-sdp和spoke-sdp的区别:从mesh-sdp进入的流量将转发到业务中非mesh-sdp中去,所有从spoke-sdp进入的流量将转发到业务中所有点。


Service
sdp 5004 mpls create
far-end 4.4.4.4 //配置对端PE的system地址
ldp
no shutdown
exit


vpls 290626 customer 20 create //关联customer ID
description "description"
sap 1/1/3:850 create //sap lag-43:1143.581 create
exit
mesh-sdp 5004:290626 vc-type vlan create //sdp ID与VPLS ID关联
exit
no shutdown
exit


相关文档
相关文档 最新文档