Originally posted by: grukrz1
I guess you can remove it via 'smitty rmroute' menu, or using chdev command:
First you should find the routing you want to delete on the list running command:
lsattr -El inet0|grep ^route
Caution: One of the lines represents your default routing so you should leave it as it is.
and the removing it from ODM (permanently) using chdev command.
Example:
-
lsattr -El inet0|grep ^route
route host,-hopcount,0,,,,,,10.62.61.5,10.23.32.1 Route True
route net,-hopcount,0,,0,50.120.183.133 Route True
chdev -l inet0 -a delroute="host,-hopcount,0,,,,,,10.62.61.5,10.23.32.1"
The routing is deleted permanently.