Cấu hình EtherChannel với giao thức PAgP protocol (Port Aggregation Protocol)

Discussion in 'Mua bán, quảng cáo khác' started by Nerman4, Apr 16, 2021.

  1. Nerman4

    Nerman4 New Member

    [​IMG]
    Giả sử các giao diện vật lý Gi0 / 0 lên đến Gi0 / 3 sẽ được sử dụng để tạo thành Etherchannel. Hơn nữa, tốt hơn hết là bạn nên định cấu hình giao diện logic Kênh cổng kết quả là Trunk để cho phép các VLAN truyền qua giữa các thiết bị chuyển mạch Switch Cisco.

    Cấu hình PAgP


    Switch Cisco đầu tiên SW1 sẽ ở Chế độ mong muốn và SW2 sẽ ở Chế độ tự động.

    SW1(config)# interface range Gi0/0 -3 <– Select the 4 interfaces
    SW1(config-if-range)# channel-group 1 mode desirable <– Set mode to desirable

    SW1(config-if-range)# exit

    SW1(config)# interface port-channel 1 <– Configure the logical port as trunk
    SW1(config-if)#switchport trunk encapsulation dot1q
    SW1(config-if)#switchport mode trunk


    SW2(config)# interface range Gi0/0 – 3 <– Select the 4 interfaces
    SW2(config-if-range)# channel-group 1 mode auto <– Set mode to auto

    SW2(config-if-range)# exit

    SW2(config)# interface port-channel 1 <– Configure the logical port as trunk
    SW2(config-if)#switchport trunk encapsulation dot1q
    SW2(config-if)#switchport mode trunk


    Chi tiết xem tại:
    - Hướng dẫn cấu hình etherchannel giữa các Switch Cisco và các Switch None Cisco

    Chúc các bạn thành công!
     

Share This Page