Contains technical document about Unix/Linux, Java, Python, Raspberry Pi and other IT related topics.
Not a full tutorial but as a quick reference guide
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:
Post a Comment