Originally posted by: SystemAdmin
ip routes are stored as attributes of the inet0 device (have seen no 4.3.2 personally but check for yourself).
display all configured routes (along with other things):
lsattr -El inet0
chdev -l inet0 -a delroute="unwanted route spec"
chdev -l inet0 -a addroute="wanted route spec" (or do this with smitty route)
#AIX-Forum