Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Deleting static routes

Status
Not open for further replies.

stawolg

Technical User
Sep 25, 2001
28
DE
Hi,

what is the best way to delete a static route permanently
from the system? Has it to be done with a combination
of the "route"-cmd to delete it from the kernel followed by a odmdelete to make the change known to the odm?
 
As far as I know you just use...

route delete <network_address> <gateway_address>

...and that should be all.

Cheers,
Dave V.
 
I have had problems doing it from commandline. The ODM database doesnt care if U use route .... . Then U reboot and aix uses the odm database. I have been running on a machine more than 1 month unable to do cfgmgr because the cfgmgr readv the ODM database and added some old routes , which in my case implied no network connection.
I do this stuff with smitty. If it is minimum number of routes then grap the commandstring and use that.
regards
Steenbdk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top