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/)
|
||||
|
Loading…
Reference in New Issue
Block a user