zoukankan      html  css  js  c++  java
  • ppp-mp端口绑定

    AR6配置

    interface Mp-group0/0/0
     ppp mp max-bind 8
     ip address 200.200.200.200 255.255.255.0 
    
    interface Serial4/0/0
     link-protocol ppp
     ppp mp Mp-group 0/0/0
    #
    interface Serial4/0/1
     link-protocol ppp
     ppp mp Mp-group 0/0/0

    AR7配置

    interface Mp-group0/0/0
     ppp mp max-bind 8
     ip address 100.100.100.100 255.255.255.0 
    
    interface Serial4/0/0
     link-protocol ppp
     ppp mp Mp-group 0/0/0
    #
    interface Serial4/0/1
     link-protocol ppp
     ppp mp Mp-group 0/0/0
    [AR6]ping 100.100.100.100
      PING 100.100.100.100: 56  data bytes, press CTRL_C to break
        Reply from 100.100.100.100: bytes=56 Sequence=1 ttl=255 time=80 ms
        Reply from 100.100.100.100: bytes=56 Sequence=2 ttl=255 time=20 ms
        Reply from 100.100.100.100: bytes=56 Sequence=3 ttl=255 time=10 ms
        Reply from 100.100.100.100: bytes=56 Sequence=4 ttl=255 time=10 ms
        Reply from 100.100.100.100: bytes=56 Sequence=5 ttl=255 time=20 ms
    
      --- 100.100.100.100 ping statistics ---
        5 packet(s) transmitted
        5 packet(s) received
        0.00% packet loss
        round-trip min/avg/max = 10/28/80 ms
  • 相关阅读:
    组件库设计
    kill 3000
    nextjs服务端渲染原理
    Web交互增强
    webpack4.0打包的时候一些技巧
    把网站部署到阿里云上的步骤
    typescript使用小结
    webpack 4.0尝鲜
    基于Quick-cocos2d-x的资源更新方案 二
    Android APK是否需要预解压
  • 原文地址:https://www.cnblogs.com/liujunjun/p/13140048.html
Copyright © 2011-2022 走看看