Description

Some customer could experience difficulties and sometimes they are unable to bounce the SFP port for example bouncing the port ge-5/0/1.

Symptoms

Unable to bounce the interface ge-5/0/1 via config upon doing "set interface ge-5/0/1 disable" the interface still stayed up.
 

 

Solution

Steps needed to be performed to properly bounce interface via cli

Go to edit mode

set interface ge-5/0/1 disable

commit

 

The interface will go down

and re-enable it back.

 

set interface ge-5/0/1 enable

commit

check interface status using command "show interfaces terse ge-5/0/1"

If  "commit" is missed after doing "set interface ge-5/0/1 disable" command and the port will stay up and will not be bounced

 

Modification History

2024-08-08 : Article Created