I have a following network setup:

The problem is that I can not exchange traffic between router and computer. This applies to 192.168.1.0/30 and 192.168.2.0/30 networks. As far as I understand, switch configuration seems to be fine and configuration of computer network interfaces as well. Only thing left is the configuration of the Juniper network interface. It's following:
root@M10i> show configuration interfaces ge-1/3/0
description "-> Catalyst4500-Gi2/4";
vlan-tagging;
encapsulation flexible-ethernet-services;
gigether-options {
no-flow-control;
}
unit 333 {
description "-> T60";
vlan-id 333;
family inet {
rpf-check;
address 192.168.1.1/30;
}
}
unit 444 {
description "-> PC";
vlan-id 444;
family inet {
rpf-check;
address 192.168.2.1/30;
}
}
root@M10i>
I cant's see MAC addresses on VLAN's 333 and 444 on switch interface facing the router:
C4500#show mac address-table interface gi2/4
Multicast Entries
vlan mac address type ports
-------+---------------+-------+--------------------------------------------
333 ffff.ffff.ffff system Gi2/4,Gi6/46,Po2
444 ffff.ffff.ffff system Gi2/4,Gi6/47,Po2
C4500#
Gi2/4 -> M10i ge-1/3/0 connected trunk full 1000 1000BaseLH
Any ideas, what is wrong with the link between Cisco switch and Juniper router?