zoukankan      html  css  js  c++  java
  • ROS 负载均衡

    [xuan89@MikroTik] > :for i from=1 to=$z do= {/ip firewall mangle add action=mark-connection chain=input comment=("inputabc".$i) disabled=no in-interface=("pppoe-abc".$i) n
    ew-connection-mark=("inabc".$i) passthrough=yes} 3                                                                        
    expected end of command (line 1 column 201)
    [xuan89@MikroTik] > :for i from=1 to=$z do= {/ip firewall mangle add action=mark-routing chain=output comment=("outabc".$i) connection-mark=("inabc".$i) disabled=no new-ro
    uting-mark=("toabc".$i) passthrough=yes} 4                                                                                
    expected end of command (line 1 column 193)
    [xuan89@MikroTik] > :for i from=1 to=$z do= {/ip firewall mangle add action=mark-connection chain=prerouting comment=("conabc".$i) disabled=no dst-address-type=!local new-
    connection-mark=("inabc".$i) passthrough=yes per-connection-classifier=("both-addresses:$z/".($i-1)) src-address-list=abc} 5
    expected end of command (line 1 column 275)
    [xuan89@MikroTik] > :for i from=1 to=$z do= {/ip firewall mangle add action=mark-routing chain=prerouting comment=("routabc".$i)  connection-mark=("inabc".$i) disabled=no
    new-routing-mark=("toabc".$i) passthrough=yes src-address-list=abc} 6                                                       
    expected end of command (line 1 column 220)
    [xuan89@MikroTik] > :for i from=1 to=$z do= {/ip route add comment="" disabled=no distance=1 dst-address=0.0.0.0/0 gateway=("pppoe-abc".$i) routing-mark=("toabc".$i)} 7   
    expected end of command (line 1 column 148)                                                                                 
    [xuan89@MikroTik] > :for i from=1 to=14 do= {/ip firewall mangle add action=mark-routing chain=prerouting comment=("routabc".$i)  connection-mark=("inabc".$i) disabled=no
    new-routing-mark=("toabc".$i) passthrough=no src-address-list=abc} 8                                                        
    expected end of command (line 1 column 219)

  • 相关阅读:
    如何降低微服务测试成本?我的经验之谈
    Serverless 在 SaaS 领域的最佳实践
    技术干货 | “选图预览并上传”的场景如何解?全网最全方案汇总来了
    SRE技术保障平台-盯屏中心TAC: 混合云一站式告警运维平台
    DTCC 2020 | 阿里云王涛:阿里巴巴电商数据库上云实践
    中值滤波算法 C
    python logger.debug_python中的logger模块讲解
    唯一值
    接触jeecgBoot低代码开发
    php数字操作
  • 原文地址:https://www.cnblogs.com/huninglei/p/5652234.html
Copyright © 2011-2022 走看看