interface FastEthernet0/3 switchport access vlan 3 switchport trunk allowed vlan 3,17 switchport mode access <<<<<<<< I believe this should be Trunk mode And in the trunk allow only 3,17 Hope you try this and reply with the result
It seems like the host is being seen by both interfaces, if you can share configuration related to both interfaces, it will be easier to check. I faced similar issue on GNS3, as the MAC is the same for the switch module, so i received the same error ...
Hi, I think you might try to make your Area as NSSA, and that will only allow the default route in, Also, tell what was the result after applying the filter on the outbound. Cheers,Mahdy :)
Hi , I think you might change the interface bandwidth connected to router B , and make it lower than BW connected to switch A , this should trigger the EIGRP metric and prefer the switch A side, instead of Router B or SW B.Bandwidth interface won't ...