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
原文地址:https://www.cnblogs.com/liujunjun/p/13140048.html