Nokia 7250 Ixr X1 Installation Guide

The 7250 IXR-X1 is designed for standard 19-inch racks. Because it is a 1RU unit, it is light enough for a single person to mount, though using a lift is always recommended for safety and precision.

Steps:

The 7250 IXR X1 front panel typically offers: nokia 7250 ixr x1 installation guide

Nokia 7250 IXR X1 ships without a default configuration, but the console port is active immediately.

set interface mgmt0 admin-state enable set interface mgmt0 ipv4 address 192.168.1.2/24 set interface mgmt0 ipv4 destination 192.168.1.1 The 7250 IXR-X1 is designed for standard 19-inch racks

SR Linux:

set system management-interface
 set management-instance
  set eth0 address 192.168.1.2/24
  set eth0 gateway 192.168.1.1

Apply with commit (SR Linux uses candidate config model). Apply with commit (SR Linux uses candidate config model)

SR OS:

configure system
    management-interface
        port 1/1/mgmt0
        address 192.168.1.2/24
        gateway 192.168.1.1
    commit