打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
Cisco MP(multilink ppp)的配置

两种配置方法。一种是通过配置虚拟模板接口(Virtual-Template,VT)来实现MP,另一种是利用MP-Group接口实现MP

方法一mp group:

interface Multilink1
 ip address 192.168.0.1 255.255.255.0
 ppp multilink
 multilink-group 1
!
interface Serial0/0
 no ip address
 encapsulation ppp
 serial restart-delay 0
 ppp multilink
 multilink-group 1
!
interface Serial0/1
 no ip address
 encapsulation ppp
 serial restart-delay 0
 ppp multilink
 multilink-group 1
!

注意事项:

1.输入ppp multilink group 1会自动转换为
ppp multilink
multilink-group 1

2.保障接口 no shutdown

参考资料:

http://dreamearth.blog.51cto.com/616542/149360

—————————————-

方法二:使用virtual-template

multilink virtual-template 1
!
interface Virtual-Template1
 ip address 192.168.0.1 255.255.255.0
 ppp multilink
!
interface Serial0/0
 encapsulation ppp
 ppp multilink
!
interface Serial0/1
 encapsulation ppp
 ppp multilink

实验验证:

Router#sh ip int bri
Interface                  IP-Address      OK? Method Status                Protocol
Serial0/0                  unassigned      YES unset  up                    up     
Serial0/1                  unassigned      YES unset  up                    up       
Virtual-Access1            192.168.0.1     YES TFTP   up                    up     
Virtual-Template1          192.168.0.1     YES manual down                  down   
Router#sh int virtual-access 1
Virtual-Access1 is up, line protocol is up
  Hardware is Virtual Access interface
  Internet address is 192.168.0.1/24
  MTU 1500 bytes, BW 3088 Kbit, DLY 100000 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation PPP, loopback not set

切断一条链路后

Router#sh ip int bri  
Interface                  IP-Address      OK? Method Status                Protocol
Serial0/0                  unassigned      YES unset  up                    down   
Serial0/1                  unassigned      YES unset  up                    up      
Virtual-Access1            192.168.0.1     YES TFTP   up                    up     
Virtual-Template1          192.168.0.1     YES manual down                  down 

本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
【热】打开小程序,算一算2024你的财运
E1配置与分析(4种常见E1组网结构)-史上最全
网络工程师成长日记347-某卷烟厂工程
路由器配置命令全集
Cisco路由器配置手册 第二章 广域网协议设置 - fanqiang.com
MP 协议的配置
CCNP:用Router模拟帧中继交换机配置实验 - 中国思科华为3COM网络技术认证专业...
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服