• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
Xin chào ! Nếu đây là lần đầu tiên bạn đến với diễn đàn, xin vui lòng danh ra một phút bấm vào đây để đăng kí và tham gia thảo luận cùng VnPro.

Announcement

Collapse
No announcement yet.

Xin chỉ giáo cách cấu hình port layer 3 etherchannel

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Xin chỉ giáo cách cấu hình port layer 3 etherchannel

    Mình cấu hình thế này

    Code:
    Distribution_Switch_A(config)#interface port-channel 1
    Distribution_Switch_A (config-if)#ip address 192.168.10.1 255.255.255.0
    Distribution_Switch_A (config-if)#interface gigabitethernet 1/1
    Distribution_Switch_A (config-if)#no switchport
    Distribution_Switch_A (config-if)#no ip address
    Distribution_Switch_A (config-if)#no shut
    Distribution_Switch_A (config-if)#channel-group 1 mode on
    Distribution_Switch_A(config-if)#interface gigabitethernet 2/1
    Distribution_Switch_A (config-if)#no switchport
    Distribution_Switch_A (config-if)#no ip address
    Distribution_Switch_A (config-if)#no shut
    Distribution_Switch_A (config-if)#channel-group 1 mode on
    Distribution_Switch_A (config-if)#end
    Nhưng PO1 vẫn là (SU)

  • #2
    Mình chưa test trên thiết bị nhưng bạn thử cấu hình như vậy xem:

    Distribution_Switch_A(config)#interface port-channel 1
    Distribution_Switch_A (config-if)#no shut
    Distribution_Switch_A (config-if)#interface gigabitethernet 1/1
    Distribution_Switch_A (config-if)#no switchport
    Distribution_Switch_A (config-if)#no ip address
    Distribution_Switch_A (config-if)#no shut
    Distribution_Switch_A (config-if)#channel-group 1 mode on
    Distribution_Switch_A(config-if)#interface gigabitethernet 2/1
    Distribution_Switch_A (config-if)#no switchport
    Distribution_Switch_A (config-if)#no ip address
    Distribution_Switch_A (config-if)#no shut
    Distribution_Switch_A (config-if)#channel-group 1 mode on
    Distribution_Switch_A(config)#interface port-channel 1
    Distribution_Switch_A(config-if)#no switchport
    Distribution_Switch_A (config-if)#ip address 192.168.10.1 255.255.255.0
    CCIE#24929 (SP)
    Networking Forum: http://netspace.vn/forum

    Comment


    • #3
      Originally posted by rintrum View Post
      Mình chưa test trên thiết bị nhưng bạn thử cấu hình như vậy xem:

      Distribution_Switch_A(config)#interface port-channel 1
      Distribution_Switch_A (config-if)#no shut
      Distribution_Switch_A (config-if)#interface gigabitethernet 1/1
      Distribution_Switch_A (config-if)#no switchport
      Distribution_Switch_A (config-if)#no ip address
      Distribution_Switch_A (config-if)#no shut
      Distribution_Switch_A (config-if)#channel-group 1 mode on
      Distribution_Switch_A(config-if)#interface gigabitethernet 2/1
      Distribution_Switch_A (config-if)#no switchport
      Distribution_Switch_A (config-if)#no ip address
      Distribution_Switch_A (config-if)#no shut
      Distribution_Switch_A (config-if)#channel-group 1 mode on
      Distribution_Switch_A(config)#interface port-channel 1
      Distribution_Switch_A(config-if)#no switchport
      Distribution_Switch_A (config-if)#ip address 192.168.10.1 255.255.255.0
      Minh dang dung Packet tracer 5.3 de thuc hien NO SWITCHPORT va lam nhu ban noi nhung van khong len duoc (RU).
      Minh cung dang dung GNS3 nhung khong the dung duoc cau lenh NO SWITCHPORT

      Comment

      Working...
      X