nerdexam
IBM

000-221 · Question #48

A server on the 165.x.x.x subnet is displaying network problems. The administrator uses a console connection and gathers the following information: Which action will permanently resolve the issue?

The correct answer is D. Run 'chdev-I inet0-a delroute=net.-hopcount,0,,0.10.2.98.113'. On AIX, modifying the inet0 entry in the ODM (Object Data Manager) via chdev is the only way to make routing changes that survive a reboot. In-memory commands like 'route del' are lost when the system restarts.

Networking

Question

A server on the 165.x.x.x subnet is displaying network problems. The administrator uses a console connection and gathers the following information:

Which action will permanently resolve the issue?

Exhibit

000-221 question #48 exhibit

Options

  • AFlush the routing table.
  • BRun 'route del 10.2.98.113-f.
  • CModify/etc/routes and reboot the system.
  • DRun 'chdev-I inet0-a delroute=net.-hopcount,0,,0.10.2.98.113'.

How the community answered

(28 responses)
  • A
    4% (1)
  • B
    11% (3)
  • C
    4% (1)
  • D
    82% (23)

Why each option

On AIX, modifying the inet0 entry in the ODM (Object Data Manager) via chdev is the only way to make routing changes that survive a reboot. In-memory commands like 'route del' are lost when the system restarts.

AFlush the routing table.

Flushing the routing table affects only the in-memory kernel state and the problematic route is restored the next time networking initializes.

BRun 'route del 10.2.98.113-f.

The 'route del' command removes the route from the active kernel routing table only and does not update the ODM, so the route reappears after a reboot.

CModify/etc/routes and reboot the system.

AIX does not use /etc/routes for persistent route configuration; routing persistence is managed exclusively through the ODM, so editing that file has no effect.

DRun 'chdev-I inet0-a delroute=net.-hopcount,0,,0.10.2.98.113'.Correct

The chdev -l inet0 command modifies the AIX ODM, which is the persistent configuration store used during system initialization. Specifying the delroute attribute removes the offending route from the ODM so it is never re-added at boot time, making this the only option that permanently eliminates a bad route entry.

Concept tested: Persistent AIX routing configuration via ODM and chdev

Source: https://www.ibm.com/docs/en/aix/7.3?topic=c-chdev-command

Topics

#routing table#chdev#inet0#persistent routes

Community Discussion

No community discussion yet for this question.

Full 000-221 Practice