mirror of
https://github.com/Fohdeesha/lab-docu.git
synced 2024-11-28 11:05:13 +01:00
Merge pull request #3 from up-n-atom/optics
Some quick additions to ICX 7250 optical information
This commit is contained in:
commit
5167e18734
@ -288,10 +288,20 @@ If you made any of the above extra changes, remember they have not been saved to
|
||||
write memory
|
||||
```
|
||||
|
||||
## SFP/Optics Information
|
||||
Brocade does not restrict the use of optics by manufacturer, they'll take anything given it's the right protocol. However optical monitoring information is disabled unless it sees Brocade or Foundry optics.
|
||||
## SFP Information
|
||||
Brocade does not restrict the use of optics by manufacturer, they'll take anything given it conforms to SFF-8472 Specification for Diagnostic Monitoring Interface for Optical Transceivers.
|
||||
|
||||
So if you want to see information like this :
|
||||
### EEPROM
|
||||
|
||||
To dump the contents of the EEPROM, use the following. Replace the final number with a port number from 1 to 8.
|
||||
|
||||
```
|
||||
dm optic 1/2/1 eeprom
|
||||
```
|
||||
|
||||
### Enhanced Digital Diagnotic Interface
|
||||
|
||||
Optical monitoring information is disabled unless it sees Brocade or Foundry optics. So if you want to see information like this :
|
||||
|
||||
```
|
||||
telnet@Route2(config)#sh optic 5
|
||||
@ -300,7 +310,12 @@ telnet@Route2(config)#sh optic 5
|
||||
5 32.7460 C -002.6688 dBm -002.8091 dBm 5.472 mA
|
||||
Normal Normal Normal Normal
|
||||
```
|
||||
You'll need to pick up some official Brocade or Foundry optics on ebay, or buy some flashed optics from FiberStore.
|
||||
You'll need to enable optics for non-Brocade or Foundry optics with the following.
|
||||
|
||||
```
|
||||
optical-monitor
|
||||
optical-monitor non-ruckus-optic-enable
|
||||
```
|
||||
|
||||
### Thanks:
|
||||
[**Fohdeesha**](http://fohdeesha.com/)
|
||||
@ -309,4 +324,4 @@ You'll need to pick up some official Brocade or Foundry optics on ebay, or buy s
|
||||
### Contributing:
|
||||
The markdown source for these guides is hosted on [**my Github repo.**](https://github.com/Fohdeesha/lab-docu) If you have any suggested changes or additions feel free to submit a pull request.
|
||||
|
||||
```Documentation version:``` [ v1.9 (10-29-19)](https://github.com/Fohdeesha/lab-docu/commits/master)
|
||||
```Documentation version:``` [ v1.9 (10-29-19)](https://github.com/Fohdeesha/lab-docu/commits/master)
|
||||
|
Loading…
Reference in New Issue
Block a user