Description

Users may sometimes find that they cannot edit an interface configuration by using J-Web because the Edit icon is disabled.

This article describes what causes the Edit icon to be disabled on the J-Web interface configuration page and what must be done to resolve the issue.

Symptoms

When users open interfaces by using J-Web, the Edit icon appears disabled or grayed out.

alt

Solution

When there is a non-existing interface configuration that was configured by using the Command Line Interface (CLI), we cannot edit that interface configuration by using J-Web.

set interfaces ge-0/0/0 unit 0 family inet address 10.26.99.113/28
set interfaces ge-0/0/1 unit 0 family inet address 10.26.99.1/26
set interfaces ge-0/0/10 unit 0 family inet address 192.168.100.2/30
set interfaces ge-0/0/12 unit 0 family inet address 10.26.99.97/28
set interfaces ge-0/0/13 unit 0 family inet address 10.26.97.1/27
set interfaces ge-1/0/4 unit 0 family inet      <<<<<<< There is no such module in chassis.
set interfaces fxp0 unit 0 family inet address 10.219.19.84/26

Item             Version  Part number  Serial number     Description
Chassis                                DB4618AK0145      SRX1500
Midplane         REV 16   750-066119   BCAM6337          SRX1500
CB 0             REV 12   711-053838   BCAM9348          CPU Board
Routing Engine 0          BUILTIN      BUILTIN           SRX Routing Engine
FPC 0            REV 11   711-053832   BCAM9158          FEB
  PIC 0                   BUILTIN      BUILTIN           12x1G-T-4x1G-SFP-4x10G
    Xcvr 12               NON-JNPR     G358BC15661       SFP-SX
    Xcvr 13               NON-JNPR     G358BC08154       SFP-SX
    Xcvr 14               NON-JNPR     G358BC08059       SFP-SX
    Xcvr 15               NON-JNPR     G358BC13571       SFP-SX
Power Supply 0   REV 03   740-055217   1EDP8420D4P       PS 400W 90-264V AC in
Power Supply 1   REV 03   740-055217   1EDP8420CSV       PS 400W 90-264V AC in
Fan Tray 0                                               SRX1500 0, Front to Back Airflow - AFO
Fan Tray 1                                               SRX1500 1, Front to Back Airflow - AFO
Fan Tray 2                                               SRX1500 2, Front to Back Airflow - AFO
Fan Tray 3                                               SRX1500 3, Front to Back Airflow - AFO

The above scenario may arise if customers add a module physically, set up the interface configuration by using CLI, and subsequently remove the module physically without removing the corresponding configuration for the interface. It may also occur if the interface is configured even before the module is added.

To resolve the issue, users need to remove the interface's configuration by using the Command Line Interface.

Use the following command:

delete interfaces ge-1/0/x <<< x is the interface number.

When this is done, they can edit ports by using J-Web.

alt