Hi everyone
Long time ! Hope your doing well
I am preparing CCNA and have tried Inter VLAN Routing on routersim and netsim simulations but when i ping it seems there is a problem. It been driving me mad now

please could you help me rectify the problem. I would appreciate your help.
Here is the cut and paste work
Cisco Router 2811
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z
Router(config)#int fa0/1.1
Router(config-subif)#encapsulation dot1q 10
Router(config-subif)#ip address 192.168.2.254 255.255.255.0
Router(config-subif)#no shut
Router(config-subif)#int fa0/1.2
Router(config-subif)#encapsulation dot1q 20
Router(config-subif)#ip address 192.168.3.254 255.255.255.0
Router(config-subif)#no shut
Router(config-subif)#int fa0/1
Router(config-if)#no shut
05:23:50 %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up
05:23:50 %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
Cisco switch 2950
switch>en
switch#sh vlan
VLAN Name Status Ports
----
1 default active Fa0/1, Fa0/2, Fa0/4, Fa0/5
Fa0/6, Fa0/7, Fa0/8, Fa0/9
Fa0/10, Fa0/11, Fa0/12
1002 fddi-default active
1003 token-ring-default active
1004 fddinet-default active
1005 trnet-default active
switch(config)#int fa0/2
switch(config-if)#switchport access vlan 10
switch(config-if)#no shut
switch(config-if)#int fa0/5
switch(config-if)#switchport access vlan 20
switch(config-if)#no shut
switch(config-if)#int fa0/3
switch(config-if)#switchport mode trunk
switch(config-if)#no shut
switch(config-if)#exit
switch(config)#int vlan 10
switch(config-if)#ip address 192.168.2.200 255.255.255.0
switch(config-if)#no shut
switch(config-if)#int vlan 20
switch(config-if)#ip address 192.168.3.200 255.255.255.0
switch(config-if)#no shut
switch(config-if)#exit
switch(config)#exit
switch#ping 192.168.2.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.2.1, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5), round-trip min/avg/max = 0/0/0 ms
switch#ping 192.168.2.254
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.2.254, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5), round-trip min/avg/max = 0/0/0 ms
switch#
PC 1
IP Address 192.168.2.1/24
DG 192.168.2.254
PC 2
IP Address 192.168.3.1/24
DG 192.168.3.254
I am anxiously waiting for your reply. Many thanks