: Assign a Static IP Address Using the Console
Focus
Focus

Assign a Static IP Address Using the Console

Table of Contents

Assign a Static IP Address Using the Console

Access the Prisma SD-WAN ION CLI commands through Console.
Access the Prisma SD-WAN ION device command-line interface (CLI) using the console and assign a static IP address to an unclaimed ION device controller or internet port.
This is only required to establish initial communication with the controller. Once a device is claimed, the controller will overwrite any further configuration changes done locally on the ION via the console or device toolkit.
  1. Connect an RJ-45 to USB cable to the AUX port on the Prisma SD-WAN ION device.
  2. Connect the other end of the RJ-45 to USB cable to your computer and launch a terminal emulator.
  3. Set the terminal or baud rate to 115200/8/n/1 on the terminal window.
    The Login menu displays the login prompt with the ION device serial number.
    <ION-device-serial-number> login:
  4. Use the default username
    elem-admin
    and the initial default password
    hackle628)bags
    for unclaimed devices.
    CloudGenix 5.1.0-b23 30-001189-8149 login: elem-admin Password: Last login: Tue Nov 20 22:09:02 UTC 2018 on ttyS0
  5. Configure the controller port or one of the internet ports with the appropriate IP address, gateway address, and DNS server.
    1. Assign a static IP address to the ION devices with controller ports (2000, 3000, 7000 and 9000), using the
      config interface
      command.
      # config interface controller1 ip static address=10.0.0.126/24 gw=10.0.0.1 dns=8.8.8.8
      # dump interface config controller1 Interface : controller 1 Description: ID : 15403462741430053 Type : port Admin State : up Alarms : enabled MTU:1500 IP : static Address : 10.0.0.126/24 Route : 0.0.0.0/0 via 10.0.0.1 metric 1 DNS Server : 8.8.8.8 # dump interface status controller1 Interface: controller 1 Device : eth0 ID : 15403462741430053 MAC Address : ec:b9:07:00:12:3c State: up Last Change : 2018-11-20 21:55:40.785009014 +0000 UTC Duplex: full Speed : 1000Mbps Address : 10.0.0.126/24 Route : 0.0.0.0/0 via 10.0.0.1 metric 0 DNS Server : 8.8.8.8
    2. Verify your configuration using the
      dump interface config
      command.
      # dump interface config controller1 Interface : controller 1 Description: ID : 15403462741430053 Type : port Admin State : up Alarms : enabled MTU:1500 IP : static Address : 10.0.0.126/24 Route : 0.0.0.0/0 via 10.0.0.1 metric 1 DNS Server : 8.8.8.8 # dump interface status controller1 Interface: controller 1 Device : eth0 ID : 15403462741430053 MAC Address : ec:b9:07:00:12:3c State: up Last Change : 2018-11-20 21:55:40.785009014 +0000 UTC Duplex: full Speed : 1000Mbps Address : 10.0.0.126/24 Route : 0.0.0.0/0 via 10.0.0.1 metric 0 DNS Server : 8.8.8.8
    3. Use the
      config interface
      command to assign a static IP address to the internet port.
      # config interface internet1 ip static address=24.4.5.2/30 gw=24.4.5.1 dns=8.8.8.8
      Select a port based on your ION device model:
      • ION 1000
        —1 to 5.
      • ION 2000
        —1 to 5.
      • ION 3000
        —Either 1 or 2 of the internet ports.
      • ION 7000
        —1 to 14.
      • ION 9000
        —1 to 14.
    4. Verify your configuration using the
      dump interface config
      command displayed in the following examples for the ION 3000 and ION 7000.
      ION 3000 # dump interface config internet1 Interface : internet 1 Description : ID : 15403462741860067 Type : port Used For : public Admin State : up Alarms : disabled MTU : 1500 IP : static Address : 24.4.5.2/30 Route : 0.0.0.0/0 via 24.4.5.1 metric 1 DNS Server : 8.8.8.8 # dump interface status internet1 Interface : internet 1 Device : eth2 ID : 15403462741860067 MAC Address : ec:b9:07:00:12:3e State : up Last Change : 2018-11-20 21:54:33.172150734 +0000 UTC Not connected Address : 24.4.5.2/30 DNS Server : 8.8.8.8
      ION 7000 # dump interface config 3 Interface : 3 Description : ID : 15204703307140186 Type : port Used For : public Admin State : up Alarms : enabled MTU : 1500 IP : static Address : 192.168.1.116/29 Route : 0.0.0.0/0 via 192.168.1.114 metric 0 DNS Server : 8.8.8.8 Wan ID : 15204426961430043 publicwan PathLabel : BW : manual, up 10.000000 down 30.000000 QoS : enabled LQM : enabled PCM : enabled dump interface status 3 Interface : 3 Device : eth4 ID : 15204703307140186 MAC Address : ec:b9:07:00:01:76 State : up Last Change : 2018-12-21 19:55:54.313379483 +0000 UTC Duplex : full Speed : 1000Mbps Address : 192.168.1.116/29 Route : 0.0.0.0/0 via 192.168.1.114 metric 0 DNS Server : 8.8.8.8
  6. Verify the connection to the controller using the dump controller status command.
    # dump controller status Controller Connection : Partially Connected Number of Active Connections : 2 ----------------------------------------------------------------- tcp 0 0 10.0.0.126:57966 52.8.4.127:443 ESTABLISHED tcp 0 0 10.0.0.126:57338 52.8.4.127:443 ESTABLISHED -----------------------------------------------------------------
  7. Go to the Prisma SD-WAN web interface to claim your recently configured ION device and assign it to a site.
    After you change the device to the claimed state, change the default password to match your configured password (
    System Administration > Device Toolkit User Management
    ).

Recommended For You