I have a rather unsual problem. I'm trying to configure port grouping for a trunk between 2 cisco catalyst 2924 XL series using 2 cat5 cables. I have used the following commands
configure terminal
interface fa0/24
switchport mode trunk
switchport trunk encapsulation isl
no shut
I have used thoses commands on both switches for ports 23 and 24. One of the problems lie when i type no shut on the particular interface,
%LINK-3-UPDOWN: Interface FastEthernet0/24, changed to up
%LINK-3-UPDOWN: Interface FastEthernet0/24, changed to down
I was also wondering how would I be able to test the the trunk between the two switches when it finally does work.
I greatly appreciate everyones help, thanx
Eugene Hercun
configure terminal
interface fa0/24
switchport mode trunk
switchport trunk encapsulation isl
no shut
I have used thoses commands on both switches for ports 23 and 24. One of the problems lie when i type no shut on the particular interface,
%LINK-3-UPDOWN: Interface FastEthernet0/24, changed to up
%LINK-3-UPDOWN: Interface FastEthernet0/24, changed to down
I was also wondering how would I be able to test the the trunk between the two switches when it finally does work.
I greatly appreciate everyones help, thanx
Eugene Hercun