[Contents] [Prev] [Next] [Index] [Report an Error]


Configure the Interface Address and Domain

On the AS PIC, you configure a source address for system log messages by including the address statement at the [edit interfaces interface-name unit logical-unit-number family inet] hierarchy level:

[edit interfaces interface-name unit logical-unit-number family inet]
address address {
...
}

Assign an IP address to the interface by configuring the address value. The AS PIC supports only IPv4 addresses configured using the family inet statement.

For information on other addressing properties you can configure that are not specific to service interfaces, see the JUNOS Network Interfaces and Class of Service Configuration Guide.

The service-domain statement specifies whether the interface is used within the network or to communicate with remote devices. The software uses this setting to determine which default stateful firewall rules to apply, and to determine the default direction for service rules. To configure, include the service-domain statement at the [edit interfaces interface-name unit logical-unit-number] hierarchy level:

[edit interfaces interface-name unit logical-unit-number]
service-domain (inside | outside);

If you are configuring the interface in a next-hop service-set definition, the service-domain setting must match the configuration for the inside-service-interface and outside-service-interface statements; for more information, see Configure Service Interfaces.


[Contents] [Prev] [Next] [Index] [Report an Error]