I think you mean adding a route which will last across reboots?
The easiest way is certainly
"smitty mkroute"
Fill in the required values for
Destination TYPE (net in your case)
DESTINATION Address (10.10.208 in your first example)
Default GATEWAY Address (10.20.212.5)
Network MASK (255.255.240.0)
Or use the
chdev -l inet0 -a route=...
command.
wmp
mnis2008
ASKER
how did we know that the network mask is 255.255.240.0 , I am more interested in knowing where did 240 came from..Can you please explain
The easiest way is certainly
"smitty mkroute"
Fill in the required values for
Destination TYPE (net in your case)
DESTINATION Address (10.10.208 in your first example)
Default GATEWAY Address (10.20.212.5)
Network MASK (255.255.240.0)
Or use the
chdev -l inet0 -a route=...
command.
wmp