Hi,
Not sure if I get your question the right way. If not, please ignore.
Do you want to connect ge-0/0/1 to a fe (100m fast Ethernet) interface?
If that's the case, there's a few points:
1. On the Juniper device, the interface is always named as ge-x/x/x
2. You need to make sure your optics (SFP-T I assume), is capable of supporting 100m. Usually it's tri-rate SFP (10/100/1000)
3. On most of the junos platform, you need to disable auto-negotiation and manually configure speed 100m and full duplex. Something like below, but syntax may be a little different across platforms:
set interfaces ge-0/0/0 gigether-options link-mode full-duplex
set interfaces ge-0/0/0 gigether-options speed 100m
set interfaces ge-0/0/0 gigether-options no-auto-negotiation