I have the following scheme, tested od Bison Routersim:
router 192.168.1.1 | f0/0 | | host 192.168.1.10---f0/5-switch0 | host 192.168.1.20---f0/5-switch1
in switch0: int f0/5, switchport mode trunk, switchport access vlan2
in switch1: int f0/5, switchport mode trunk, switchport access vlan1
When I send "ping 192.168.1.10" from host 192.168.1.20 then ping return "request time out" bu when I send "ping 192.168.1.1" then ping return "OK". Is this correct? Maybe switch have dynamic mode to ports not definied? Swich0 is connected with Switch1 in default mode (not trunk or access).