Description | This table allows to configure and monitor
the match criteria for a route within a
fcroute-map created using the
cPrefPathRouteMapTable table.
Each match criteria allows user to classify a
traffic flow based on the the incoming frame's
source FC-ID and destination FC-ID match.
Each entry in this table is indexed by the
- cPrefPathRouteMapVsanIndex
- cPrefPathRouteMapRouteIndex
- cPrefPathRMapMatchSrcAddr
- cPrefPathRMapMatchSrcAddrMask
- cPrefPathRMapMatchSrcIntf
- cPrefPathRMapMatchDstAddr
- cPrefPathRMapMatchDstAddrMask
Note that any changes or updates made to the match
criteria would require the corresponding route
or the corresponding fcroute-map to be activated
again.
Entries in this table are created and deleted
using the cPrefPathRMapMatchRowStatus object.
To create a row in this table, a manager must
set the cPrefPathRMapMatchRowStatus object
to 'createAndGo' or 'createAndWait'. This will
create a match criteria for a route within a
fcroute-map.
To delete a row in this table, a manager must
set the cPrefPathRMapMatchRowStatus object
to 'destroy'.
This table is dependent on cPrefPathRouteMapTable
table. The association between this table and
cPrefPathRouteMapTable table is through the common
indices - cPrefPathRouteMapRouteIndex and
cPrefPathRouteMapVsanIndex.
All the entries in this table with the indices -
cPrefPathRouteMapVsanIndex and
cPrefPathRouteMapRouteIndex is in fact the match
criteria or the flows associated with the route
within a fcroute-map for a VSAN, which are created
and activated using the cPrefPathRouteMapTable table.
When the row corresponding to indices -
cPrefPathRouteMapVsanIndex and
cPrefPathRouteMapRouteIndex in
the cPrefPathRouteMapTable is destroyed then all
the rows in this table with those indices will be
destroyed. |