Problems including route on Sun Solaris

Hey Guys.

I am trying include a route on the Sun Solaris 10 System an get the follow respond:

Network is unreachable.

Let me show the command.

 root@ColectorDMSCNT # route add 200.44.46.0/27 161.196.84.193 1
add net 200.44.46.0/27: gateway 161.196.84.193: Network is unreachable

I can make a ping to the Default Gateway and I am in the correct /27 network.

root@ColectorDMSCNT # ping 161.196.84.193
161.196.84.193 is alive
root@ColectorDMSCNT # ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
        inet 127.0.0.1 netmask ff000000
e1000g0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
        inet 10.119.64.6 netmask ffffff00 broadcast 10.119.64.255
        ether 0:14:4f:e4:3:18
e1000g1: flags=1000803<UP,BROADCAST,MULTICAST,IPv4> mtu 1500 index 3
        inet 161.196.84.196 netmask ffffffc0 broadcast 161.196.84.255
        ether 0:14:4f:e4:3:19

Could Someone know the expansive mean of this system message?

Thank in Advanced.

ANGGAD.

I would say e1000g1 is unplugged as it is missing the RUNNING state.