Send documentation comments to mdsfeedback-doc@cisco.com.
24
Cisco MDS 9000 Family Port Analyzer Adapter Installation and Configuration Note
OL-9077-01
Setting Up the Cisco Protocol Analyzer
Creating Display Filters
You can selectively view captured frames by using the display filters feature. For example, instead of
viewing all the frames from a capture, you may want to view only ELP request frames. This feature limits
the captured view only—it does not affect the captured or the saved frames. Procedures to specify, use,
and save display filters are already documented at the following website under MDS 9000 Family
software: http://www.cisco.com/kobayashi/sw-center/sw-stornet.shtml. Click Cisco MDS 9000 Family
Port Analyzer Adapter to view the filters. The following list includes examples of ways to use this
feature:
• To view all packets in a specified VSAN, use this expression:
mdshdr.vsan == 2 || brdwlk.vsan == 2
• To view all SW_ILS frames, use this expression:
fcswils
• To view class F frames, use this expression:
mdshdr.sof == SOFf || brdwlk.sof == SOFf
• To view all FSPF frames, use this expression:
swils.opcode == JLO || swils.opcode == LSU || swils.opcode == LSA
• To view all FLOGI frames, use this expression:
fcels.opcode == FLOGI
• To view all FLOGI frames in VSAN 2, use this expression:
fcels.opcode == FLOGI && (mdshdr.vsan == 2 || brdwlk.vsan == 2)
• To view all name server frames, use this expression:
dNS