侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

Eth-Trunk和e-trunk怎么个玩法?

2023-03-23 星期四 / 0 评论 / 0 点赞 / 69 阅读 / 3846 字

RouterA设置 该路由器就是个e-trunk的伙伴,只是普通的eth-trunk,还配置延时回切interface Eth-Trunk1

.


RouterA设置

    该路由器就是个e-trunk的伙伴,只是普通的eth-trunk,还配置延时回切

interface Eth-Trunk1                                                           

 portswitch                                                                                                                            

 mode lacp-static                                                              

 lacp preempt enable                                                           

 lacp preempt delay 20 


接口

interface GigabitEthernet0/1/1                                                                                                               

 eth-trunk 1                                                                   

 lacp priority 150   


 

RouterB设置

路由器B的普通eth-trunk和e-trunk绑定起来,而且还配置路由器B和路由器C的bfd检测,出了故障丢包少点,当然e-trunk可以决定路由器B和路由器C的主备关系。

interface Eth-Trunk10                                                          

 portswitch                                                                                                                          

 port link-type trunk                                                          

 port trunk allow-pass vlan 1 to 2                                             

 mode lacp-static                                                              

 e-trunk 1      

 

e-trunk 1                                                                      

 peer-address 192.168.1.2 source-address 192.168.1.1                           

 e-trunk track bfd-session session-name hello      


.

广告 广告

评论区