Edit Filter DiffServs
| Item | Description |
|
| rcIpFilterId | This filter's unique identifier(id). This id is automatically generated by the system when a filter is created. This id is used in the 'rcIpFilterGlobalListTable' and 'rcIpFilterBaseListTable' when grouping one or more filters into a filter list. |
| rcIpFilterName | This filter's name. |
| MatchDscpEnable | Used to specify whether the values stored in the variable 'rcIpFilterDiffServMatchDscp' and 'rcIpFilterDiffServMatchDscpReserved' should be used in this filter. |
| MatchDscp | Used to specify the match value for the DSCP. If the DSCP in the incoming packet matches this value, then this filter will be applied to the packet. The DSCP represents the high-order 6 bits of the TOS byte (in network order). |
| MatchDscpReserved | Used to specify the match value of the low-order 2 bits of the TOS byte (in network order). |
| ModifyIeee8021PEnable | Used to specify whether the value stored in the variable 'rcIpFilterDiffServModifyIeee8021P' should be used in this filter. |
| ModifyIeee8021P | Used to specify the value the 802.1P field should be modified to if this filter is applied. The modification is applied at the egress point. |
| ModifyDscpEnable | Used to specify whether the value stored in the variable 'rcIpFilterDiffServModifyDscp' should be used in this filter. |
| ModifyDscp | Used to specify what the value of the DSCP should be modified to if this filter is applied. The modification is applied at the egress point. The DSCP represents the high-order 6 bits of the TOS byte (in network order). |
| TrafficProfileId | Used to specify which traffic profile should be applied to packets matching this filter. Traffic profiles are specified in the 'rc2kQosTrafficProfileTable' table. A '0' value means do not apply any traffic profile. |