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
  • 相关阅读:
    JS 笔记
    html笔记 横向两列布局
    jsp HTTP Status 405
    有效范围为request的bean
    jsp:session对象存储数据
    sql笔记
    StringBuffer的用法
    VB学习笔记
    html 笔记
    Linux 笔记
  • 原文地址:https://www.cnblogs.com/liujunjun/p/13140048.html
Copyright © 2011-2022 走看看