Adding Route in AIX

I need some help in adding a route for a new AIX RS6000 server. I have copied and pasted the route information from an existing server. The IP address of the server listed below is 192.168.100.1 The IP address of the server being added is 192.168.100.88

Routing tables Destination Gateway Flags Refs Use If PMTU Exp Groups Netmasks: (0) 0 ff00
(0) 0 ffff ff00
(0) 0 ffff ff00 0 0 0 0
Route Tree for Protocol Family 2: default 192.168.100.254 UG 7 1252033 en0 - - 127 127.0.0.1 U 6 340 lo0 - - 192.168.100 192.168.100.1 U 11 1662792 en0 - - 192.168.101 192.168.100.64 UG 0 0 en0 - -

Try this IBM - AIX doc on communications and networks.

About half way down it shows:

Adding a Static Route - smit mkroute - route add destination gateway

The destination value is the dotted decimal address or symbolic name of the destination host or network, and the gateway value is the dotted decimal address or symbolic name of the gateway. (A default route specifies 0 as the destination.)