the current situation is that we have 2 sites connected with 2 microwave links. the links are of different brand and can not be redundant by them self. if one link fails i am currently shutting down that interface and bring up the interface for the spare link on the catalyst. here the current interface config:
3548-XL interface FastEthernet0/43 description ll02 duplex full speed 100 switchport trunk encapsulation dot1q switchport mode trunk ........ interface FastEthernet0/48 description ll01 shutdown duplex full speed 100 switchport trunk encapsulation dot1q switchport mode trunk
and the other side the 3524-XL interface FastEthernet0/19 description ll02 duplex full speed 100 switchport trunk encapsulation dot1q switchport mode trunk ........ interface FastEthernet0/23 description ll01 duplex full speed 100 switchport trunk encapsulation dot1q switchport mode trunk
fe0/43 - fe0/19 are one link and fe0/48 - fe0/23 are one link.
i have read about port group and have tried to configure that today, i can issue the commands and the config does show the ports in the port group but i cant pass any traffic. i had all 4 interfaces in port group 1. is port group the wrong thing to do for what i try to achieve ?
any advice is very welcome.
regards Jan