Új hozzászólás Aktív témák

  • FecoGee

    Topikgazda

    válasz FecoGee #3152 üzenetére

    Member-ek dyn auto módban, először port-channel, majd trunk állítása rajta -> a member portok is trunk módba kerülnek.

    Cat1#conf t
    Enter configuration commands, one per line. End with CNTL/Z.
    Cat1(config)#int ra f0/19 - 20
    Cat1(config-if-range)#channel-group 1 mode on
    Creating a port-channel interface Port-channel 1
    Cat1(config-if-range)#^Z


    *Mar 11 00:20:12.413: %SYS-5-CONFIG_I: Configured from console by admin on consolen int f0
    *Mar 11 00:20:13.277: %LINK-3-UPDOWN: Interface Port-channel1, changed state to up
    *Mar 11 00:20:14.283: %LINEPROTO-5-UPDOWN: Line protocol on Interface Port-channel1, changed state to up/19


    Cat1# sh run int f0/19
    Building configuration...

    Current configuration : 59 bytes
    !
    interface FastEthernet0/19
    channel-group 1 mode on
    end


    Cat1#sh run int po1
    *Mar 11 00:20:22.764: %SYS-5-CONFIG_I: Configured from console by admin on console
    Building configuration...

    Current configuration : 31 bytes
    !
    interface Port-channel1
    end

    Cat1#conf t
    Enter configuration commands, one per line. End with CNTL/Z.
    Cat1(config)#int po1
    Cat1(config-if)#sw trunk en d
    Cat1(config-if)#sw mo tr
    Cat1(config-if)#^Z

    *Mar 11 00:20:37.000: %SYS-5-CONFIG_I: Configured from console by admin on console
    *Mar 11 00:20:37.646: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/19, changed state to down
    *Mar 11 00:20:37.646: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/20, changed state to down
    *Mar 11 00:20:37.654: %LINEPROTO-5-UPDOWN: Line protocol on Interface Port-channel1, changed state to downun int f0/19
    Building configuration...


    Cat1#sh run
    Current configuration : 120 bytes
    !
    interface FastEthernet0/19
    switchport trunk encapsulation dot1q
    switchport mode trunk
    channel-group 1 mode on
    end

    Cat1#
    *Mar 11 00:20:38.619: %LINK-3-UPDOWN: Interface Port-channel1, changed state to down
    *Mar 11 00:20:40.640: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/19, changed state to up
    *Mar 11 00:20:40.649: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/20, changed state to up
    *Mar 11 00:20:41.622: %LINK-3-UPDOWN: Interface Port-channel1, changed state to up
    *Mar 11 00:20:42.628: %LINEPROTO-5-UPDOWN: Line protocol on Interface Port-channel1, changed state to up
    Cat1#

Új hozzászólás Aktív témák