Monday, November 24, 2008

AIX Static Route Admin

To add a static route (permanently)

chdev -l inet0 -a route="host,-hopcount,0,,-if,(interface),,(destination),(gateway)"


To remove a static route (permanently):

chdev -l inet0 -a delroute="host,,(destination),(gateway)″

No comments: