Config as follows.
Router:
Interface F0/0 IP address 192.168.0.1, no shutdown.
Interface F0/0.1 IP address 192.168.1.1, static ISL encapsulation VLAN 5
Interface F0/0.2 IP address 192.168.2.1, static ISL encapsulation VLAN 6

Switch:
IP address 192.168.0.2
F0/26 (uplink to router), trunk on.
e0/1 (host IP 192.168.1.100), vlan-mem stat 5
e0/2 (host IP 192.168.2.100), vlan-mem stat 6


I can ping the switch from the router, and router int f0/0 from the switch.
But when I try pining from a host to to one of the sub interfaces, I get no response.

I have a feeling that it may be a bug with the router simulation software. I'm using CCNASim from RouterSim.
Would this config work with a real setup?