Description | This table allows to configure and monitor
the set criteria for a route within a
fcroute-map created using the
cPrefPathRouteMapTable table.
Each set criteria allows user to setup an action
on the classified or matched traffic flow created
using the cPrefPathRouteMapMatchTable table.
Each set criteria allows user to setup an outgoing
interface, and associate it with a preference level.
Preference level indicates the priority of the
interface during the selection in case multiple
outgoing interfaces are configured.
Match criteria configured using the
cPrefPathRouteMapMatchTable table for a route
within a fcroute-map and the set criteria
(this table) configured for the same route within
a fcroute-map go together as (match, set) pair.
Which means that those matched traffic
flows will be forwarded or routed via the interface
selected based on the preference level in the set
criteria (this table).
Each entry in this table is indexed by the
- cPrefPathRouteMapVsanIndex
- cPrefPathRouteMapRouteIndex
- cPrefPathRMapSetIntfPref
Note any changes or updates made to the set
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 cPrefPathRMapSetRowStatus object.
To create a row in this table, a manager must
set the cPrefPathRMapSetRowStatus object
to 'createAndGo' or 'createAndWait'. This will
create a set criteria for a route within a
fcroute-map. It is required to configure instances
of cPrefPathRMapSetIntf column before or
concurrently in order to make the newly created
row to active.
To delete a row in this table, a manager must
set the cPrefPathRMapSetRowStatus object
to 'destroy'.
This table is dependent on cPrefPathRouteMapTable
table. The association between this table and the
cPrefPathRouteMapTable table is through the common
indices - cPrefPathRouteMapVsanIndex and
cPrefPathRouteMapVsanIndex. All the entries in this
table with the indices - cPrefPathRouteMapVsanIndex
and cPrefPathRouteMapRouteIndex is in fact the set
criteria associated with the route within a
fcroute-map, which are created and activated in 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. |