JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Connecting Systems Using Fixed Network Configuration in Oracle Solaris 11.1     Oracle Solaris 11.1 Information Library
search filter icon
search icon

Document Information

Preface

1.  Overview of Fixed Network Configuration

What Is Fixed Network Configuration?

Highlights of Profile-Managed Network Configuration

Network Configuration Tools

dladm Command

ipadm Command

2.  Configuring a System for the Network

3.  Working With Datalinks

4.  Working With IP Interfaces

5.  Configuring Wireless Networking on Laptops Running Oracle Solaris

A.  Comparison Map: ifconfig and ipadm Commands

B.  Comparison Map: ndd and ipadm Commands

Index

What Is Fixed Network Configuration?

In Oracle Solaris 11, network configuration is managed by network configuration profiles (NCPs). The type of NCP that is operative on a specific system determines that system's network configuration. If the NCP is reactive, network configuration on that system is dynamically implemented. If the NCP is fixed, network configuration is statically implemented.

Fixed network configuration refers to the configuration mode in which a specific network setup is instantiated on the system. Unlike in a reactive network configuration mode, the instantiated configuration in a fixed configuration mode remains unchanged regardless of changes in the system's network environment. If changes in that environment occur, such as addition of interfaces, you must manually reconfigure the system's network setup to have the system adopt to the new environment.


Note - Do not confuse fixed network configuration with simply configuring static IP addresses. In fixed network configuration, you can assign a DHCP address to an interface. Likewise, in reactive network configuration, you can create NCPs where interfaces are configured with static IP addresses. Thus, fixed network configuration has a wider scope and specifically refers to the ability of the system's network configuration to change according to changes in the system's environment.


The following table presents a comparison between the two modes of network configuration.

Features
Reactive Network Configuration
Fixed Network Configuration
Automatically adapts to changes in system's network environment
Supported by means of multiple NCPs that can be configured
Not supported; requires manual reconfiguration as needed
Type of NCP operative on the system
Reactive (Automatic, or some other user-created NCP)
Fixed (DefaultFixed)
Multiple NCPs
Supported (but only one NCP can be active at a time)
Not supported
User created NCPs
Supported
Only one fixed NCP (DefaultFixed) exists, which is generated by the system. However, the contents of DefaultFixed is entirely determined by the user.

The following sections describe in more detail profile-managed network configuration and the tools used for network configuration.