Swapping Small Form-Factor Pluggable (SFP) Devices
To swap SFPs, perform the following tasks:
- Log in as the root user.
- Start the CLI.root# cliroot@>
- Enter configuration mode.configure [edit]root@#
- Administratively disable the interface:[edit]root@# set interface name disable
- Commit the configuration.[edit]root@# commit
- Physically remove and reinsert the SFP.
- Set the configuration of the interface:[edit]root@# set interface name gigether-options no-auto-negotiation
- Commit the configuration.[edit]root@# commit
- Administratively enable the interface:[edit]root@# delete interface name disable
- Commit the configuration.[edit]root@# commit