[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Commands Reference, Volume 1


cfginet Method

Purpose

Loads and configures an Internet instance and its associated IF instances.

Syntax

cfginet-2 ]

Description

The cfginet method loads and configures an instance of TCP/IP (an Internet instance) by performing the following steps:

  1. Loads the protocol code.
  2. Initializes entries in the Address Family Domain switch table and in the Network Input switch table.
  3. Sets the status flag of the Internet instance to AVAILABLE.
  4. Invokes the hostname command and the route command to set the hostname and static routes. The hostname and routing data are retrieved from the configuration database.

    Note: The cfginet method is a programming tool and should not be executed from the command line.

Flag


-2 Specifies the second phase of IPL device configuration. A predetermined hex value will be displayed on the front panel. This option should not be used during regular run-time operation.

Example

To configure an Internet instance on a host, enter the method in the following format:

cfginet 

Related Information

The mkdev command.

The odm_run_method subroutine.

TCP/IP Network Interfaces in AIX 5L Version 5.1 System Management Guide: Communications and Networks.

Object Data Manager (ODM) Overview for Programmers in AIX 5L Version 5.1 General Programming Concepts: Writing and Debugging Programs.

Writing a Device Method in AIX 5L Version 5.1 Kernel Extensions and Device Support Programming Concepts.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]