Thursday, December 26, 2024

Extreme Switch - How to check GBIC (SFP, SFP+) information


When working with Extreme EXOS switches, it’s often necessary to check the details of the optical transceivers connected to the ports. Here's how you can do it effectively.

The following command will show the optic details for all ports connected to a Summit switch:

debug hal show optic-info

For a more targeted approach within a Summit stack, specify the slot and port numbers:


Slot-1 switch-exos-stack # debug hal show optic-info slot 1 port 50
Port 50
SFP or SFP+ or SFP28: SFP+
Signal: not present
TX Fault: yes
Vendor: BROCADE
oui: 00-05-1E
Part Number: 57-0000075-01
Serial Number: AAF333380000111
Manufacture Date: 141124
Revision: A
SFP/SFP-DD/SFP+/SFP28 Type:SFP/SFP+/SFP28
Connector: LC(7)
Type: SR
Supported: no
Wavelength: 850
Options[0]: 0x00
Options[1]: 0x1a

GBIC supports DDMI. MonitorType: 68


References

Q A: What commands are used to check the the model number and serial number of a connected SFP? | Extreme Portal
Q A: Which Optics Are Supported Per Platform? | Extreme Portal

Links

Label - Extreme Switch - EXOS

Saturday, March 23, 2024

SD-WAN Terminology for Extreme SD-WAN

 
Software-Defined Wide Area Networking (SD-WAN) has emerged as a game-changer for modern enterprise networks, offering improved application performance, security, and operational efficiency. However, the terminology surrounding SD-WAN can often seem overwhelming, especially for those new to the technology. In this article, I'll demystify some of the key terms used in the context of Extreme Networks' SD-WAN solution, helping you navigate this space with confidence.

Saturday, March 9, 2024

TCP/IP Packet Format

 

Data Encapsulation


TCP data is encapsulated in an IP datagram.


TCP Header - RFC 173


UDP Header - RFC 768



IP Header - RFC 791, 1349, 2474, 3168


IPv6 Header - RFC 2460 (IPv6 Spec)


References

IPv6 packet (Wikipedia)
Packet Header Cheat Sheets
IPv6 cheat sheet
Understanding the IPv6 Header (Pearson)
How Traceroute Works (IP With Ease)
Ethernet frame (Wikipedia)