Eth-Trunk和e-trunk怎麼個玩法?

Eth-Trunk和E-trunk-1350063-1


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      


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章