Related Documentation
- SRX Series
- 16-Port Gigabit Ethernet XPIM Overview
- 16-Port Gigabit Ethernet XPIM Key Features
- 16-Port Gigabit Ethernet XPIM Hardware Specifications
- 16-Port Gigabit Ethernet XPIM LEDs
- 16-Port Gigabit Ethernet XPIM Components
- Installing a Gigabit-Backplane Physical Interface Module on the SRX Series Services Gateway
16-Port Gigabit Ethernet XPIM Basic Configuration
To enable the 16-Port Gigabit Ethernet XPIM installed on the SRX Series Services Gateway, you must configure the basic settings for the PIM. You can perform the configuration tasks for this using either the J-Web interface or the CLI.
Using the J-Web Interface
To perform basic configuration for the 16-Port Gigabit Ethernet XPIM and to configure network interfaces for the services gateway using the J-Web interface:
- In the J-Web interface, select Configure>Interfaces>Ports.
The Interfaces page lists the network interfaces present on the services gateway. Verify whether the interface has been configured by reviewing the information in the Configured column (yes/no).
- Select the interface name to edit.
- To use the port on the XPIM, you must assign it to a security
zone other than the Null zone. Optionally, you can also assign the
port an IP address (for example, 192.168.3.1/24). Enter
or select the following settings:
- Select Configure>Security>Zones.
- Add or select a security zone other than Null; for example, Trust.
- For host inbound traffic, set the following:
- System Services=Allow All
- Protocols=Allow All
- Click OK, and click Commit to apply the configuration and other pending changes (if any).
- To use the port on the XPIM, you must also set security
policies. Select the following settings:
- Select Configure>Security>Policy>Apply Policy.
- Set Policy Action: Default Policy Action=Permit-All.
- Click OK to save changes, and click Commit to apply the configuration and other pending changes (if any).
For advanced configuration information, see the Junos OS Network Interfaces Configuration Guide.
Using the CLI
To perform basic configuration for the 16-Port Gigabit Ethernet XPIM and to configure network interfaces for the services gateway with the CLI:
- Verify that the 16-Port Gigabit Ethernet XPIM is installed
on the services gateway:
show chassis hardware
- Verify the FPC status of the interface:
show chassis fpc
- Assign the port an IP address:
set interfaces ge-1/0/0 unit 0 family inet address interface address/destination prefix
- Assign MTU values:
set interfaces ge-1/0/0 unit 0 family inet mtu mtu values
- Set link options:
set interfaces ge-1/0/0 gigether-options auto-negotiation
- Add or select a security zone; for example, Trust:
set security zones security-zone trust interfaces ge-1/0/0.0 host-inbound-traffic system-services all
- Add or select security zones for host inbound traffic:
set security zones security-zone trust interfaces ge-1/0/0.0 host-inbound-traffic protocols all
- Set security policies:
set security policies default-policy permit-all
Related Documentation
- SRX Series
- 16-Port Gigabit Ethernet XPIM Overview
- 16-Port Gigabit Ethernet XPIM Key Features
- 16-Port Gigabit Ethernet XPIM Hardware Specifications
- 16-Port Gigabit Ethernet XPIM LEDs
- 16-Port Gigabit Ethernet XPIM Components
- Installing a Gigabit-Backplane Physical Interface Module on the SRX Series Services Gateway