etherchannel between routers3640
mcsemcsemcse
Member Posts: 17 ■□□□□□□□□□
in CCNP
R1(config)#interface port
R1(config)#interface port-channel 1
R1(config-if)#ip add
R1(config-if)#ip address 10.1.1.1 255.255.255.0
R1(config-if)#exit
R1(config)#interface range ethernet 0/0 , ethernet 0/1
R1(config-if-range)#channel-group 1 mode desirable
^
% Invalid input detected at '^' marker.
R1(config-if-range)#
etherchannel doesn't work on routers only on L3 swithces ?
R1(config)#interface port-channel 1
R1(config-if)#ip add
R1(config-if)#ip address 10.1.1.1 255.255.255.0
R1(config-if)#exit
R1(config)#interface range ethernet 0/0 , ethernet 0/1
R1(config-if-range)#channel-group 1 mode desirable
^
% Invalid input detected at '^' marker.
R1(config-if-range)#
etherchannel doesn't work on routers only on L3 swithces ?
Comments
-
networker050184 Mod Posts: 11,962 ModEtherchannel is not supported on ethernet interfaces, only full-duplex fast ethernet or gig ethernet.An expert is a man who has made all the mistakes which can be made.