Difference between revisions of "Soft Reseat An SFP On A QFX"
Jump to navigation
Jump to search
(Created page with "Sometimes a Juniper QFX switch has an issue where an SFP/SFP+ doesn't work when you first plug it in, requiring it to be removed and reinserted. And sometimes you don't find...") |
|||
Line 23: | Line 23: | ||
Immediately after you run the remove and insert commands, it will drop a whole bunch of debug information, which I skipped for brevity. | Immediately after you run the remove and insert commands, it will drop a whole bunch of debug information, which I skipped for brevity. | ||
− | Originally from https://kb.juniper.net/InfoCenter/index?page=content&id=KB33583 | + | Originally from https://kb.juniper.net/InfoCenter/index?page=content&id=KB33583 |
Latest revision as of 15:10, 12 December 2019
Sometimes a Juniper QFX switch has an issue where an SFP/SFP+ doesn't work when you first plug it in, requiring it to be removed and reinserted. And sometimes you don't find out this is necessary until after you've left the location of the QFX. Here is a way to soft remove and reinsert the SFP.
Note that this does require you to log into the PFE itself.
root@QFX5110> start shell pfe network fpc0 Switching platform (1800 Mhz Pentium processor, 511MB memory, 0KB flash) FPC0(QFX5110 vty)# set cmqfx xcvr remove pic 0 port 11 Soft removing pic/port: 0/11!!! [Thu Dec 12 19:59:22.910 LOG: Info] sfp-0/0/11 SFP unplugged FPC0(QFX5110 vty)# set cmqfx xcvr insert pic 0 port 11 Soft inserting pic/port: 0/11!!! [Thu Dec 12 20:00:06.909 LOG: Info] sfp-0/0/11 SFP plugged in FPC0(QFX5110 vty)# exit
Immediately after you run the remove and insert commands, it will drop a whole bunch of debug information, which I skipped for brevity.
Originally from https://kb.juniper.net/InfoCenter/index?page=content&id=KB33583