注册 登录
自由的生活_软路由 返回首页

koutingshui的个人空间 https://bbs.routerclub.com/?178658 [收藏] [复制] [分享] [RSS]

日志

olt与9306链路聚合

已有 4883 次阅读2015-3-24 03:50 | 华为



华为9306配置

原oLT上行端口为  0/20 0
 新增加链路端口   0/19 0

olt上做链路聚合只要执行:link-aggregation 0/19 0 0/20 0 egress-ingress workmode lacp-static


93和OLT对应的端口6/0/8,新增链路对应的端口为:5/0/8 (跨板聚合)
以93的6/0/8为例:(原始数据)
     interface GigabitEthernet6/0/8
       description TO ZhongXinJiFang-HW-MA5680T_0/20/0
       port link-type trunk
       undo port trunk allow-pass vlan 1
       port trunk allow-pass vlan 4 12 17 28 301 1000 2001 to 2003 3398 to 3399 3892 3900
       port  trunk  allow-pass vlan 3902 3995 4070 to 4071
       undo negotiation auto


在93全局模式下创建Interface eth-trunk 1(1为接口序号,自定义)接口;
           Interface eth-trunk 1
           Mode lacp-static(要和olt上一直)
           Trunk port interface GigabitEthernet6/0/8 to 5/0/8
           port  trunk  allow-pass vlan 4 12 17 28 301 1000 2001 to 2003 3398 to 3399 3892 3900(透传gig 6/0/8原有的所有的vlan)
           port  trunk  allow-pass vlan 3902 3995 4070 to 4071

注:在做以上的操作时必须先删除93上6/0/8原有端口的trunk和所透传的VLAN,不然在Interface eth-trunk 1下无法透传vlan。


最终的显示:olt上:link-aggregation 0/19 0 egress-ingress workmode lacp-static(0/19 0为聚合主端口)
                   link-aggregation add-member 0/19/0 0/20 0
 
                   GSPL-MA-ZXJF-KT-OLT001#display link-aggregation all
                   -------------------------------------------------------------------------
                   Master port  Link aggregation mode  Port NUM  Work mode  Max link number
                   -------------------------------------------------------------------------
                   0/19/0       egress-ingress                2  lacp-static              -
                   -------------------------------------------------------------------------
                  Total: 1 link aggregation(s)

            93上:interface Eth-Trunk1
                  port link-type trunk
                  undo port trunk allow-pass vlan 1       
                  port trunk allow-pass vlan 4 12 17 28 301 1000 2001 to 2003 3398 to 3399 3741 to 3742 3892
                  port trunk allow-pass vlan 3900 3902 3995 4070 to 4071
                  mode lacp-static

             interface GigabitEthernet6/0/8
             description TO ZhongXinJiFang-HW-MA5680T_0/20/0
             eth-trunk 1
             port priority 7(链路优先级,可加可不加)
             undo negotiation auto

             interface GigabitEthernet5/0/8
             description TO ZhongXinJiFang-HW-MA5680T_0/19/0
             eth-trunk 1
             port priority 5(链路优先级,可加可不加)
             undo negotiation auto
 
             [GSPIL-MA-SW001-S9306-KT] disp interface Eth-Trunk 1
               Eth-Trunk1 current state : UP
               Description:HUAWEI, Quidway Series, Eth-Trunk1 Interface
               Switch Port,PVID :    1,Hash arithmetic : According to SA-XOR-DA,The Maximum Frame Length is 1536
               Internet protocol processing : disabled
               IP Sending Frames' Format is PKTFMT_ETHNT_2, Hardware address is 0025-9e55-b035

              -----------------------------------------------------
              PortName                Status              Weight
              -----------------------------------------------------
              GigabitEthernet6/0/8    UP                  1
              GigabitEthernet5/0/8    UP                  1
-----------------------------------------------------
 
 


路过

雷人

握手

鲜花

鸡蛋

评论 (0 个评论)

facelist doodle 涂鸦板

您需要登录后才可以评论 登录 | 注册

QQ|Archiver|手机版|小黑屋|软路由 ( 渝ICP备15001194号-1|渝公网安备 50011602500124号 )

GMT+8, 2024-4-25 01:56 , Processed in 0.039646 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.5 Licensed

© 2001-2023 Discuz! Team.

返回顶部