two default routes in inet0 (oops!)



Our networking group recently make a change to routing in my organization which exposed a mis-configuration on one of my AIX 5.2 systems:

# lsattr -El inet0
authm 65536 Authentication Methods True
bootup_option no Use BSD-style Network Configuration True
gateway Gateway True
hostname jenson Host Name True
rout6 IPv6 Route True
route net,-hopcount,0,,0,171.64.10.1 Route True
route net,-hopcount,0,,0,171.64.11.1 Route True


Somehow, some-when, I managed to configure TWO default routes on the same physical interface. I was able to disable the extra, incorrect route on the active system, but I'm not sure how I can *non- disruptively* remove the extraneous entry from the ODM.

I know I could rmdev inet0, and then set it up again, but I'd like to fix this in a way that doesn't disrupt the system.

Any ideas? Thanks,
-s-



Relevant Pages