Parts Ordering
Request Sales Contact
Request Technical Support
Available 9 AM - 5 PM CET Call
Call us at
Available 9 AM - 5 PM CET Business Days
Contact US Contact us with comments, questions, or feedback Download Download Manuals, Datasheets, Software and more: DOWNLOAD TYPE Show All Products Datasheet Manual Software Marketing Document Faq Video MODEL or KEYWORD FeedbackHave feedback? We'd love to hear your thoughts.
Whether positive or negative, your feedback helps us continually improve the Tek.com experience. Let us know if you're having trouble or if we're doing an outstanding job.
Tell us what you think Tektronix Troubleshooting Ethernet Problems with your Oscilloscope Troubleshooting Ethernet Problems with your Oscilloscope Please Login/register to save starred items to Your Library. Login × Download FileThis Application Note: • Gives a brief orientation on the physical layer and packet structure of Ethernet, with a goal of providing just enough detail to help with troubleshooting • Explains how to set up decoding on an oscilloscope equipped with Ethernet decoding • Explains how to interpret serial bus data on an oscilloscope equipped with Ethernet decoding • Explains what triggering and searching options are available on an oscilloscope with Ethernet analysis tools With the optional serial triggering and analysis capability, Tektronix oscilloscopes become power tools for embedded system designers working with Ethernet buses. In this application note, the 5 Series MSO is used to demonstrate Ethernet serial bus decoding and triggering. Other Tektronix oscilloscopes also support Ethernet triggering and analysis. See “Serial Support Using Oscilloscopesand Optional Software”for a complete listing. Introduction Ethernet is a family of frame-based computer networking technologies for local area networks (LANs), initially developed at Xerox PARC in the early 1970s. The first standard draft was published in 1980 by the Institute of Electrical and Electronics Engineers (IEEE). Approval of IEEE 802.3 CSMA/CD occurred in 1982 and the international ISO/IEEE 802.3 standard was approved in 1984. The popularity of 10BASE-T and 100BASE-TX and decreasing implementation cost have spurred their use in embedded system designs, as well as continuing to be used as a system-level interconnect technology. Analyzing Ethernet traffic, both at the physical and protocol layers, enables verification of communication between connected systems and can provide insight into the operation of subsystems in an embedded design. However, a single differential Ethernet signal includes address, control, data, and clock information, which can make isolating events of interest difficult. Ethernet Serial Triggering and Analysis options transform select Tektronix oscilloscopes (listed in Appendix A) into robust tools for debugging 10BASE-T and 100BASE-TX-based systems with automatic trigger, decode, and search. How it Works Two of the most common versions of Ethernet are 10BASE-T and 100BASE-TX which are found on most personal computers. The leading number represents the data rate in Mb/s. BASE indicates that the signals are baseband signals and there is no RF signal modulation. The T denotes the twisted pair wires that are in the LAN cable that is used between network nodes. Ethernet provides peer-to-peer packet-based communication, enabling direct point-to-point communication. At the physical layer, the 10BASE-T and 100BASE-TX signals transport address, control, data, and clock information. The data is transferred in sequences of data bytes called packets. Ethernet packets can carry other, higher-level protocol packets inside of them. For example, an Ethernet packet may contain an Internet Protocol (IP) packet, which in turn may contain a Transmission Control Protocol (TCP) packet. This signal complexity makes isolating events of interest difficult when analyzing 10BASE-T and 100BASE-TX waveforms. The Ethernet data frame format is defined by the IEEE 802.3 standard and contains seven fields: TYPE PREAMBLE START-OF-FRAME DELIMITER DESTINATION ADDRESS SOURCE ADDRESS LENGTH/TYPE DATA + PAD FRAME CHECK SEQUENCE BYTES 7 1 6 6 2 46-1500 4
• The Preamble is seven bytes long consisting of an alternating pattern of ones and zeros for synchronization. • The Start-of-frame Delimiter is a single byte with alternating ones and zeros but ending in two ones. • The Destination and Source Media Access Control (MAC) Addresses are each six bytes long, transmitted in most- significant to least-significant bit order. Each Ethernet node is assigned a unique MAC address which is used to specify both the destination and the source of each data packet. • The Length/Type field is a two-byte value. If the decimal value of Length/Type is ≤1500, it represents the number of data bytes in the data field. If the value of Length/Type is >1536 (0x0600), it is an EtherType value which specifies the protocol that is encapsulated in the payload of the Ethernet frame. (For example, EtherType is set to 0x0800 for IPv4.) • The Data packet contains 46 to 1500 bytes. If the data is less than 46 bytes long, the data field is padded to be 46 bytes long. • The Frame Check Sequence is a 32-bit cyclic redundancy check (CRC) and provides error checking across the Destination Address, Source Address, Length/Type and Data fields. • After each frame has been sent, transmitters are required to transmit a minimum of 12 bytes of idle characters before transmitting the next frame, or they must remain idle for an equal amount of time by de-asserting the transmit enable signal.
SETTING UP 10BASE-T ETHERNET BUS DECODING On Tektronix oscilloscopes, pressing the front panel Bus button enables you to define inputs to the scope as a bus. By simply entering the basic parameters of the Ethernet bus including the speed and type of signal, the input channel, and voltage thresholds, as shown at the left, you enable the oscilloscope to understand the information being transmitted across the bus. The Ethernet bus is a differential signal. Although the oscilloscope can acquire and decode the bus using single-ended probing, the signal fidelity and noise immunity is improved by using differential probing. The decoded display provides a higher-level, combined view of the individual signals that make up 10BASE-T and 100BASE-TX, making it easy to identify where packets begin and end as well as sub-packet components. Each packet on the bus is decoded, and the value can be displayed in hex, binary, or ASCII in the bus waveform. In addition to seeing decoded packet data on the bus waveform itself, you can view all captured packets in a tabular view much like you would see in a software listing. Packets are time stamped and listed consecutively with columns for each component (Time, Destination Address, Source Address, Length, Data, FCS/CRC, Errors). On the 5 Series MSO, the Results Table view links back to the waveform displays. You can tap a line in the tabular display and the oscilloscope automatically zooms in on the corresponding bus signals and resulting decoded bus waveform, shown in the lower section of the screen. TRIGGER ON DESCRIPTION Start of Frame Start of Frame Delimiter MAC Addresses MAC Destination and Source Addresses MAC Length/Type MAC Length or EtherType (e.g. IPV4) IP Header IP Protocol and Destination and Source Addresses TCP Header TCP Source and Destination Ports, Sequence and Ack Numbers Client Data Data Values End of Packet End of Packet Delimiter Idle Idle State FCS (CRC) Error Frame Check Sequence Error TRIGGERING ON THE 10BASE-T ETHERNET BUS The automated analysis on the oscilloscope can be configured to isolate, capture and display specific values on the bus. In this example the oscilloscope is set to trigger on a 10BASE-T Ethernet data transfer from IP Address 134.62.71.175 to IP Address 134.62.71.1. The oscilloscope can trigger on the Ethernet packet content shown in the table. SEARCHING ON THE ETHERNET BUS Serial triggering is very useful for isolating the event of interest, but once you’ve captured it and need to analyze the surrounding data, what do you do? Simply use Wave Inspector to automatically search through the acquired data for user-defined criteria including serial packet content. Search options are the same as the trigger options shown on the previous page. In this example, search is set up to look for data values of 0x00 and it found 31 events. Each occurrence is highlighted by a search mark. Rapid navigation between marks is as simple as pressing the Previous and Next buttons on the oscilloscope front panel. WORKING WITH 100BASE-TX BUSES Setting up a 100BASE-TX bus is similar to setting up a 10BASE-T bus. You define a 100BASE-TX Ethernet bus by entering the basic parameters of the bus including the speed and type of signal, the input channel, and voltage thresholds. Unlike the 10BASE-T signal which has visible bursts of signal activity, the 100BASE-TX signal is almost constantly transitioning because of the scrambling that is used, even in the idle state. So protocol-aware bus triggering is especially important, even for simply viewing the decoded bus information. In this case, the default Trigger On Start of Frame provides a stable display. Adding the Results Table view of the decoded information provides a timestamped display of the bus activity that can be easily compared to the software listings. Tapping a line in the Results Table automatically zooms in on the corresponding bus signals and resulting decoded bus waveform, shown in the lower section of the display.
The decoded bus display above shows that three bursts of bus activity were captured. To find specific values in the activity, you can use Wave Inspector automatic search to mark each specified evet. In this example, the automated bus search is configured to find all Frame Check Sequence errors and it shows 3 events, at the end of each burst of bus activity. Copyright © Tektronix. All rights reserved. Tektronix products are coverwed by U.S. and foreign patents, issued and pending. Information in this publication supersedes that in all previously published material. Specification and price change privileges reserved. TEKTRONIX and TEK are registered trademarks of Tektronix, Inc. All other trade names referenced are the service marks, trademarks or registered trademarks of their respective companies. 06/18 EA 55W-61093-1 Share Related Product Information 4 Series B MSO Mixed Signal Oscilloscope 5 Series MSO Low Profile 5 Series B MSO 6 Series B MSO DPO7000 MSO/DPO70000DX Mixed Signal/Digital Phosphor Oscilloscopes MSO/DPO5000B Mixed Signal Oscilloscope (Discontinued)
About Tektronix
We are the measurement insight company committed to performance, and compelled by possibilities. Tektronix designs and manufactures test and measurement solutions to break through the walls of complexity, and accelerate global innovation.
LEARN MORE ABOUT USCompany
About Us Careers Newsroom Events EA Elektro-AutomatikHelp & Learning
Contact Us Contact Technical support Learning Center Owner Resources BlogPartners
Find a PartnerConnect With Us
Additional Links
© 2026 TEKTRONIX, INC. Sitemap Privacy Terms of Use Terms and Conditions Call us at Feedback智能索引记录
-
2026-03-02 05:10:54
综合导航
成功
标题:Anastasia 29 years old from Kyiv, Ukraine for Online Dating
简介:Anastasia, 29 years old from Kyiv, Ukraine. Verified profile
-
2026-02-28 06:52:42
综合导航
成功
标题:The Last Of Us Multiplayer Is Naughty Dog's 'Most Ambitious Project' To Date - PlayStation Universe
简介:Naughty Dog
-
2026-02-28 10:07:57
视频影音
成功
标题:婚前不挨我,婚后老婆贴贴第190集河马短剧_在线播放[高清流畅]_爽文短剧
简介:爽文短剧_婚前不挨我,婚后老婆贴贴剧情介绍:婚前不挨我,婚后老婆贴贴是由内详执导,内详等人主演的,于2025年上映,该剧
-
2026-02-28 09:51:01
综合导航
成功
标题:42mm Gold Milanese Loop - Apple
简介:Customize your Apple Watch with a 42mm gold Milanese Loop, a
-
2026-03-02 04:58:02
综合导航
成功
标题:8631 E Hawaii Drive Real Estate Listing 8z Real Estate
简介:Tucked into the private Konawood Heights community, this mov
-
2026-02-28 19:25:48
综合导航
成功
标题:Word Duel - Play Word Duel Game Online Free
简介:Play Word Duel game online for free on YAD. The game is play
-
2026-02-28 06:32:12
综合导航
成功
标题:Anti-Hero Beres Flatulent Beauties Skateboard Complete - White - 8.75" – CCS
简介:Deck Construction:Traditional Maple,Board Shape:Popsicle,Dec
-
2026-02-27 15:59:48
综合导航
成功
标题:Schulmöbel - a2s.com
简介:Entdecken Sie unser vielfältiges Schulmöbel-Sortiment. In De
-
2026-02-27 16:50:30
综合导航
成功
标题:† Vascay. World English Historical Dictionary
简介:† Vascay. World English Historical Dictionary
-
2026-03-01 02:30:47
图片素材
成功
标题:感觉的作文250字 描写感觉的作文 关于感觉的作文-作文网
简介:作文网精选关于感觉的250字作文,包含感觉的作文素材,关于感觉的作文题目,以感觉为话题的250字作文大全,作文网原创名师
-
2026-03-02 07:42:53
综合导航
成功
标题:ArrayBuffer.resize method globals module Bun
简介:API documentation for method globals.ArrayBuffer.resize Bu
-
2026-02-28 06:39:00
综合导航
成功
标题:Buy Mac mini - Apple
简介:Mac mini with the M4 and M4 Pro chips. Built for Apple Intel
-
2026-03-02 05:33:35
综合导航
成功
标题:UFABET: Top Mobile Gaming Trends_UFABET
简介:TopMobileGamingTrendsShapingtheFutureofUFABET
-
2026-03-02 06:09:19
综合导航
成功
标题:(荐)叙事作文300字7篇
简介:在我们平凡的日常里,大家都经常接触到作文吧,作文要求篇章结构完整,一定要避免无结尾作文的出现。还是对作文一筹莫展吗?下面
-
2026-02-28 06:30:25
视频影音
成功
标题:婚前不挨我,婚后老婆贴贴第182集红豆剧场_在线播放[高清流畅]_爽文短剧
简介:爽文短剧_婚前不挨我,婚后老婆贴贴剧情介绍:婚前不挨我,婚后老婆贴贴是由内详执导,内详等人主演的,于2025年上映,该剧
-
2026-02-28 02:10:25
综合导航
成功
标题:How to measure Temperature Coefficient of Resistance (TCR) Tektronix
简介:Description of how to measure Temperature Coefficient of Res
-
2026-02-27 16:38:08
综合导航
成功
标题:Supplementary protection for combination products heading for setback at the CJ of the EU
简介:Supplementary protection for combination products heading fo
-
2026-02-28 19:35:40
综合导航
成功
标题:NVE Spintronic GMR TMR Magnetic Sensors and Isolators
简介:NVE is a leader in spintronics, a nanotechnology. NVE licens
-
2026-03-02 05:39:01
图片素材
成功
标题:压力的作文50字 描写压力的作文 关于压力的作文-作文网
简介:作文网精选关于压力的50字作文,包含压力的作文素材,关于压力的作文题目,以压力为话题的50字作文大全,作文网原创名师点评
-
2026-03-02 00:15:48
图片素材
成功
标题:2008的作文1000字 描写2008的作文 关于2008的作文-作文网
简介:作文网精选关于2008的1000字作文,包含2008的作文素材,关于2008的作文题目,以2008为话题的1000字作文
-
2026-02-28 10:41:03
综合导航
成功
标题:Free Online Mobile Games - 4J.Com
简介:Play Free Online Mobile Games On 4J.Com without annoying adv
-
2026-02-28 07:45:10
综合导航
成功
标题:Jalili
简介:1x.com is the world
-
2026-03-01 02:36:05
综合导航
成功
标题:张悦然:脚脚-励志一生
简介:张悦然:脚脚_ 张悦然:脚脚 早时候女人的脚是一个秘密,自幼便收缩到体积甚小色彩惑人的布里,直到老死,还是私隐的,还
-
2026-02-28 09:50:36
综合导航
成功
标题:St. Helens Man Indicted, Arrested on Child Sex Abuse Charges—KLOG 100.7 News - Classic Hits 100.7 KLOG
简介:100.7 KLOG - Classic Hits, Local News and Sports
-
2026-03-02 04:33:29
教育培训
成功
标题:有关四年级写景作文300字汇总10篇
简介:在日常学习、工作或生活中,大家都尝试过写作文吧,作文是通过文字来表达一个主题意义的记叙方法。那么你有了解过作文吗?以下是
-
2026-02-28 03:22:51
教育培训
成功
标题:高三物理B1春季补习补课辅导班-上海新王牌培优
简介:新王牌培优是上海好的初高中辅导培训机构,创立于2005年,采用分层授课,小班化教学的辅导补课方式 ,是一家致力于初高中辅
-
2026-02-28 10:22:24
综合导航
成功
标题:京东(JD.COM)-正品低价、品质保障、配送及时、轻松购物!
简介:京东JD.COM-专业的综合网上购物商城,为您提供正品低价的购物选择、优质便捷的服务体验。商品来自全球数十万品牌商家,囊
-
2026-03-01 23:06:44
教育培训
成功
标题:二年级作文300字
简介:在平平淡淡的学习、工作、生活中,大家最不陌生的就是作文了吧,作文是人们把记忆中所存储的有关知识、经验和思想用书面形式表达
-
2026-03-01 02:29:49
综合导航
成功
标题:Rihanna dévoile le clip de "Bitch Better Have My Money"
简介:La chanteuse a enfin dévoile le clip très sexy/gore de
-
2026-03-01 18:22:55
综合导航
成功
标题:特殊的礼物
简介:特殊的礼物1今天是我的生日,不知道妈妈会送我什么礼物。会不会是我最想看的书,还是小饰品,还是……想来想去,我决定去问一问