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!

Missing Static Routes?

Status
Not open for further replies.
Jan 15, 2001
80
US
Is it possible for aix to delete static routes that you manualy enter from the cmd
line or smit?

Thanks!
 
Entered from the command line they will not be there upon reboot unless you enter them in /etc/rc.net. You can see what is in the odm and will be set upon reboot by using odmget -q
 
The command
route -f
delete all route.

To delete a single route use the command
route delete ........
look at the man for the command options.

bye
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top