7750SR应用
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
1. 端口配置
1.1.非端口捆绑接口配置:
port 1/1/1
ethernet
mode access
encap-type qinq
mtu 4492
no autonegotiate
exit
no shutdown
exit
1.2.捆绑端口配置:
port 1/1/5
description "TO-M-NN-BeiJiao-SW-8505-01-g2/1/21"
ethernet
no autonegotiate
mtu 4492
exit
no shutdown
exit
port 1/1/6
description "TO-M-NN-BeiJiao-SW-8505-01-g2/1/22"
ethernet
no autonegotiate
mtu 4492
exit
no shutdown
exit
port 1/2/5
description "TO-M-NN-BeiJiao-SW-8505-01-g2/1/23"
ethernet
no autonegotiate
mtu 4492
exit
no shutdown
exit
lag 1
mode access
encap-type qinq
port 1/1/5
port 1/1/6
port 1/2/5
no shutdown
exit
1.3.端口查看命令
show port 查看端口状态
show port description 查看端口描述
show port 1/1/3 查看具体端口状态
show lag 查看捆绑端口
show lag detail 查看捆绑内各port的状态
monitor port 1/1/3 interval 8 //查看端口8秒流量(byte),正好是端口每秒流量(bit)
2. 业务配置
2.1.sap说明
以ies 10举例,业务号本机内不能重复,一个业务内可以有多个interface、subscriber-interface,interface、subscriber-interface、group-interface后引号的名字均为自行命名的接口名,本机内不能重复,sap后接口为实际接口,捆绑端口以lag-[序号]表示,普通接口直接以接口序号表示;端口后后加:接内层vlan号,内层vlan号后加.接外层vlan号。无vlan用0或×表示。
例如:
端口1/1/1的单层vlan 100 sap 1/1/1:100.0
端口1/1/1的内层vlan 100外层vlan 200 sap 1/1/1:100.200
端口1/1/1不带vlan标签sap 1/1/1:0.*
捆绑lag 1的单层vlan 100 sap lag-1:100.0
端口lag 1的内层vlan 100外层vlan 200 sap lag-1:100.200
端口lag 1不带vlan标签sap lag-1:0.*
2.2.不对用户限速配置
同一地址段下带相同接口VLAN或下接路由器的配置:
service
ies 10 customer 1 create
interf ace "lag-1:500" create
description "HaiGongChang-Netbar"
address 116.10.241.1/30
sap lag-1:500.0 create
exit
exit
no shutdown
exit
exit
静态路由配置
router static-route 116.10.242.0/29 next-hop 116.10.241.2
下接终端用户配置,同一地址段下带不同接口VLAN的配置:service
ies 10 customer 1 create
subscriber-interf ace "add-116.10.194.1/27" create
description "Danwei-users"
address 116.10.194.1/27
group-interface "lag-116.10.194.1/27" create
sap lag-1:501.10 create
static-host ip 116.10.194.5 create no shutdown
exit
sap lag-1:501.20 create
static-host ip 116.10.194.3 create no shutdown
exit
exit
exit
no shutdown
exit
exit
2.3.用户限速配置
添加供用户模板使用的qos
qos
sap-ingress 1000 create
description "static-user-rate-limit"
queue 1 create
exit
exit
sap-egress 1000 creat e
description "static-user-rate-limit"
queue 1 create
exit
exit
添加用户速率模板
subscriber-mgmt