Deployment Guide

Monitoring an edge-to-edge flow through an ingress port identified by a proxy ID
In a network set up as shown in Figure 6 on page 45, for a flow passing from Device A to Device B
that is ingressing through EX_Port1, the source device (srcdev) is Device A, the destination device
(dstdev) is Device B′, and the ingress port (ingrport) is EX_Port1. (Traffic is running from left to right,
and the flow definitions are based on the Edge 1 Fabric’s perspective.)
The following example creates a flow that filters frames passing from one edge fabric to another edge
fabric using a specific ingress port on the backbone. Notice that this is running in port WWN (portwwn)
mode rather than device ID (deviceid) mode. The first two commands show the available ports and the
available Fibre Channel routers. The third command creates a Flow Monitor flow named
“e2e_src_dcx_wwn” between device 220200 and device 01f001 ingressing through port 219, and the
last command displays the results of the flow.
NOTE
The slash character (\) in the example indicates a break inserted because the output is too long to
display here as a single line.
DCX_Backbone128:admin> switchshow |grep Port
Index Slot Port Address Media Speed State Proto \
37 3 5 012500 id N16 Online FC EX-Port 10:00:00:05:33:ef:f1:1c \
47 3 15 012f00 id N8 Online FC F-Port 20:02:00:11:0d:51:00:00 \
219 10 27 01db00 id N16 Online FC EX-Port 10:00:00:05:33:ee:d0:a5 \
E-Port 50:00:51:e4:91:9e:0f:28 \
\
\"Wasp_e2" (fabric id=50)(Trunk master)
\
\"Gnat_e1" (fabric id=100)(Trunk master)
\"fcr_xd_2_100"
DCX_Backbone128:admin> fcrproxydevshow
Proxy WWN Proxy Device Physical State
Created PID Exists PID
in Fabric in Fabric
-------------------------------------------------------------------------
50 10:00:00:05:1e:e8:e2:00 01f001 100 220200 Imported
100 20:00:00:11:0d:e4:18:00 01f001 50 030f00 Imported
100 20:02:00:11:0d:51:00:00 02f001 128 012f00 Imported
128 10:00:00:05:1e:e8:e2:00 02f001 100 220200 Imported
Total devices displayed: 4
DCX_Backbone128:admin> flow --create e2e_src_dcx_wwn -feature monitor -ingrport 219
-srcdev 220200 -dstdev 01f001
DCX_Backbone128:admin> flow --show
------------------------------------------------------------------------- \
Flow Name | Feature | SrcDev | DstDev \
------------------------------------------------------------------------- \
e2e_src_dcx_wwn |mon+ |220200 |01f001 \
------------------------------------------------------------------------- \
\ --------------------------------------
\ |IngrPt|EgrPt|BiDir| LUN | FrameType|
\ --------------------------------------
\ |219 |- |no |- |- |
\ --------------------------------------
+ Denotes feature is currently activated for the flow
DCX_Backbone128:admin> flow --show e2e_src_dcx_wwn -feature monitor
===========================================================================
Name : e2e_src_dcx_wwn Features: mon(Active) noConfig: Off
Definition: IngrPort(219),SrcDev(220200),DstDev(01f001)
Flow Monitor (Activated):
Monitor time: | Mon Jun 17 14:59:58 UTC 2013 |
---------------------------------------------------------
-------------------------------------------------------------------------------------------------
| Rx Frames Count| Rx Frames per Sec.| Rx Bytes Count| Rx Throughput(Bps)| Avg Rx Frm Sz(Bytes)|
-------------------------------------------------------------------------------------------------
Monitoring an edge-to-edge flow through an ingress port identified by a proxy ID
46 Flow Vision Administrators Guide
53-1003168-01