From ec23fae7d154769af334b443dc42313dfd143059 Mon Sep 17 00:00:00 2001 From: Adam Jaremko Date: Wed, 6 Nov 2019 22:33:47 -0500 Subject: [PATCH] icx7250: add additional optic info add eeprom and non-ruckus optical monitoring commands --- docs/icx7250.md | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/docs/icx7250.md b/docs/icx7250.md index 2fdb1d5..44a2d03 100644 --- a/docs/icx7250.md +++ b/docs/icx7250.md @@ -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) \ No newline at end of file +```Documentation version:``` [ v1.9 (10-29-19)](https://github.com/Fohdeesha/lab-docu/commits/master)