icx7250: add additional optic info

add eeprom and non-ruckus optical monitoring commands
This commit is contained in:
Adam Jaremko 2019-11-06 22:33:47 -05:00
parent 4d8e9ea786
commit ec23fae7d1

View File

@ -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 the a 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)