Monday, June 1, 2009

removing static route permanantly

When you want to remove static route permanantly,by command line is

#lsattr -El inet0

and delete them individually with

#chdev -l inet0 -a delroute=net,-hopcount,1,,0,192.168.1.254

and you can use smitty

#smitty rmroute

such as#smitty rmroute

destination type= net

dest add = xxx.xxx.xxx.xxx

default gateway= xxx.xxx.xxx.xxx

net mask=255.255.255.0

No comments:

Post a Comment