格林威尔8000 OLT的使用

news/2024/11/22 12:48:58/

具体的原理、产品和特点跟华为5680T、瑞士康达6800基本相识,这里就不做详细介绍:



下面是简单开局配置:


一、打开SNMP服务并添加告警信息上传的服务器:
config snmp community readonly GzGwbn2008
config snmp community readwrite GzGwbn2008
service snmp trap enable
config snmp trapreceiver add 211.162.62.13  version v2c  community GzGwbn2008
config snmp trapreceiver add 10.132.136.93  version v2c  community GzGwbn2008



二、打开环路检测与控制:
   loop-detection enable
   loop-detection control enable




三、配置mgt管理IP
GFA6700(config)#interface ethernet mgt
GFA6700(config-if-mgt)#ip add 192.168.7.100/24

四、

8、极其重要:(查看上联口:show arp)

  GFA6700(config)#batfile test  \\在olt上创建一个名字是test的batfile文件
  GFA6700(config)#config batfile test \\编辑名字为test的文件
  ----Start BatfileID: <0> Batfile Name: <test>   Line editor 1.0   Input Ctrl+E to exit----
  Edit->vlanmode stack                          \\编辑第一条命令 启动vlan stack 模式
  Edit->inter eth 9/1                           \\编辑第二条命令 进入上联口
  Edit->vlan stack nni enable                   \\编辑第三条命令 启动上联口nni模式
  Edit->                                        \\退出该模式需要Ctrl+E
  GFA6700(config)#
  GFA6700(config)#execute batfile test     \\执行该文件
  GFA6700(if-eth9/1)#ingress rule enable


inter eth 9/2
vlan stack nni enable
ingress rule enable

inter eth 9/3
vlan stack nni enable
ingress rule enable

inter eth 9/4
vlan stack nni enable
ingress rule enable

inter eth 9/5
vlan stack nni enable
ingress rule enable

9、改造过程脚本:
onu transmission-flag disable  \\关闭命令透传功能
private-pty enable             \\开启onu的私有pty功能
jumbo receive length 1692       \\放大交换芯片和pon芯片的jumbo值
pon jumbo length 1596  


=================================

vlan 2651-2699


vlan 2651
add port 9/1-5 tagged
add port 1/5-8 tagged
exit
vlan 2652
add port 9/1-5 tagged
add port 1/9-12 tagged
exit
vlan 2653
add port 9/1-5 tagged
add port 1/13-16 tagged
exit

============================

pon 1/5
 downlink vlan-tag-striped 2651
exit
pon 1/6
 downlink vlan-tag-striped 2651
exit
pon 1/7
 downlink vlan-tag-striped 2651
exit
pon 1/8
 downlink vlan-tag-striped 2651
exit

pon 1/9
 downlink vlan-tag-striped 2652
exit
pon 1/10
 downlink vlan-tag-striped 2652
exit
pon 1/11
 downlink vlan-tag-striped 2652
exit
pon 1/12
 downlink vlan-tag-striped 2652
exit

pon 1/13
 downlink vlan-tag-striped 2653
exit
pon 1/14
 downlink vlan-tag-striped 2653
exit
pon 1/15
 downlink vlan-tag-striped 2653
exit
pon 1/16
 downlink vlan-tag-striped 2653
exit


======================================
qinq-slot 1
 qinq-map ingress kuaidai1/5
  match ingress-port 1/5    
  match inner-vid 11 3850  
  policy nodrop vlanadd 2651 nochgpri 0
  apply
  exit
 qinq-map ingress kuandai1/6
  match ingress-port 1/6
  match inner-vid 11 3850
  policy nodrop vlanadd 2651 nochgpri 0
  apply
  exit
 qinq-map ingress kuandai1/7
  match ingress-port 1/7
  match inner-vid 11 3850
  policy nodrop vlanadd 2651 nochgpri 0
  apply
  exit
 qinq-map ingress kuandai1/8
  match ingress-port 1/8
  match inner-vid 11 3850
  policy nodrop vlanadd 2651 nochgpri 0        
  apply
  exit

 qinq-map ingress kuandai1/9
  match ingress-port 1/9
  match inner-vid 11 3850
  policy nodrop vlanadd 2652 nochgpri 0
  apply
  exit
 qinq-map ingress kuandai1/10
  match ingress-port 1/10
  match inner-vid 11 3850
  policy nodrop vlanadd 2652 nochgpri 0
  apply
  exit
 qinq-map ingress kuandai1/11
  match ingress-port 1/11
  match inner-vid 11 3850
  policy nodrop vlanadd 2652 nochgpri 0
  apply
  exit
 qinq-map ingress kuandai1/12
  match ingress-port 1/12
  match inner-vid 11 3850
  policy nodrop vlanadd 2652 nochgpri 0        
  apply
  exit

 qinq-map ingress kuandai1/13
  match ingress-port 1/13
  match inner-vid 11 3850
  policy nodrop vlanadd 2653 nochgpri 0
  apply
  exit
 qinq-map ingress kuandai1/14
  match ingress-port 1/14
  match inner-vid 11 3850
  policy nodrop vlanadd 2653 nochgpri 0
  apply
  exit
 qinq-map ingress kuandai1/15
  match ingress-port 1/15
  match inner-vid 11 3850
  policy nodrop vlanadd 2653 nochgpri 0
  apply
  exit
 qinq-map ingress kuandai1/16
  match ingress-port 1/16
  match inner-vid 11 3850
  policy nodrop vlanadd 2653 nochgpri 0        
  apply
  exit
exit

==============================================

config onu-profile slot1/5-8
vlan dot1q_add onu_range 1/5/1 1/5/40 vlan-range 11 970 24 2 port 1
vlan dot1q_add onu_range 1/6/1 1/6/40 vlan-range 971 1930 24 2 port 1
vlan dot1q_add onu_range 1/7/1 1/7/40 vlan-range 1931 2890 24 2 port 1
vlan dot1q_add onu_range 1/8/1 1/8/40 vlan-range 2891 3850 24 2 port 1
exit
onu-profile associate 1/5 1-40 slot1/5-8
onu-profile associate 1/6 1-40 slot1/5-8
onu-profile associate 1/7 1-40 slot1/5-8
onu-profile associate 1/8 1-40 slot1/5-8


config onu-profile slot1/9-12
vlan dot1q_add onu_range 1/9/1 1/9/40 vlan-range 11 970 24 2 port 1
vlan dot1q_add onu_range 1/10/1 1/10/40 vlan-range 971 1930 24 2 port 1
vlan dot1q_add onu_range 1/11/1 1/11/40 vlan-range 1931 2890 24 2 port 1
vlan dot1q_add onu_range 1/12/1 1/12/40 vlan-range 2891 3850 24 2 port 1
exit
onu-profile associate 1/9 1-40 slot1/9-12
onu-profile associate 1/10 1-40 slot1/9-12
onu-profile associate 1/11 1-40 slot1/9-12
onu-profile associate 1/12 1-40 slot1/9-12



config onu-profile slot1/13-16
vlan dot1q_add onu_range 1/13/1 1/13/40 vlan-range 11 970 24 2 port 1
vlan dot1q_add onu_range 1/14/1 1/14/40 vlan-range 971 1930 24 2 port 1
vlan dot1q_add onu_range 1/15/1 1/15/40 vlan-range 1931 2890 24 2 port 1
vlan dot1q_add onu_range 1/16/1 1/16/40 vlan-range 2891 3850 24 2 port 1
exit
onu-profile associate 1/13 1-40 slot1/13-16
onu-profile associate 1/14 1-40 slot1/13-16
onu-profile associate 1/15 1-40 slot1/13-16
onu-profile associate 1/16 1-40 slot1/13-16


http://www.ppmy.cn/news/546593.html

相关文章

耐特电子

生活就是战斗&#xff01; 福州耐特电子科技有限公司创建于2010年&#xff0c;地处福建省省会-福州&#xff0c;是一家专注于研发和生产工业智能控制系统、可编程控制器&#xff08;PLC&#xff09;的高科技型企业公司拥有一批年轻、勇于创新且经验丰富的工作团队&#xff0c;…

格林.Grimm

介绍 该片取材于《格林童话》&#xff0c;讲述古老家族“格林”的后裔尼克与世间魔鬼斗争的童话罪案剧&#xff0c;在此过程中他一边学习古老的知识和技能一边经历着成长和未知世界的探索。 第一季 S01E01 S01E02 https://yunpan.cn/crbu7TRMB7SJi 访问密码 8aaf S01E03 h…

格林斯潘

如果你们认为确切地理解了我讲话的含义&#xff0c;那么&#xff0c;你们肯定是对我的讲话产生了误解。

如何与沃尔格林Walgreens建立EDI连接?

沃尔格林Walgreens从1901年芝加哥一个家庭作坊式的小店开始&#xff0c;经历了百年沧桑&#xff0c;如今已经拥有4000多家连锁药店&#xff0c;在自己100多年的发展历史中年年赢利&#xff0c;创造了连续100多年的赢利神话。 与沃尔格林Walgreens建立合作&#xff0c;一个重要环…

格林斯潘第十定律

格林斯潘第十定律是计算机编程领域&#xff0c;尤其是编程语言领域的一句格言&#xff1a;[1][2] 任何足够复杂的 C语言或者 Fortran程序中&#xff0c;都包含一个临时特设的、不合规范的、充满 程序错误的、运行速度很慢的、只有一半功能的 Common Lisp实现。 这表现了Lisp语言…

格林公式的理解

只是做了一个便于格林公式理解的物理模型&#xff0c;不严谨的地方还请见谅&#xff0c;但是应该还算严谨吧 风力发电机的物理模型 假设是通过一个大的风扇进行发电&#xff08;这里没用风力发电站的图片&#xff09;风扇的形状如下图所示&#xff1a; 为了便于理解和作图&a…

格林函数的物理意义是什么?

格林函数的物理意义是什么&#xff1f; - 知乎 格林函数的本质及其在电磁场问题中的重要性 - 知乎 什么是格林函数(Greens function) - 知乎 菲涅尔带&#xff08;Fresnel Zone&#xff09; - 知乎 电磁场的格林函数_电磁场的格林函数百科介绍

格林公式(Green‘s Formula)

35.格林公式 35.格林公式35.1 环量-旋度/正切形式的证明35.1.1 方法一35.1.2 方法二 35.2 通量-散度或正交形式的证明35.2.1 方法一 35.格林公式 当向量场F不是保守场时&#xff0c;计算平面上闭合曲线C上的功或通量积分 35.1 环量-旋度/正切形式的证明 环量&#xff08;ci…