User guide
3-40
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.3.15 getAllQoSTemplates
–
multiLayerSubnetwork::ExcessAction_T excess_act—Supported. CTM supports the following
values:
–
ExcessAction_T.EXCESS_ACTION_DISCARD
–
ExcessAction_T.EXCESS_ACTION_ALLOW
–
long pir—Supported. This field specifies the PIR value in the range of 96 to 800,000 kilobits
per second. The PIR value is equal to or greater than the CIR value.
–
long pir_burst—Supported. This field specifies the PIR burst value in the range of 8000 to
64000 bytes. The PIR burst value is equal to or greater than the CIR burst value.
–
multiLayerSubnetwork::COSMarking_T pir_cos—Supported. This field specifies the type of
CoS marking for PIR. CTM supports the following values:
• COSMarking_T.COSMARKING_MARK_COS
• COSMarking_T.COSMARKING_TRUST
–
long pir_cos_value—Supported. This field specifies the PIR COS value.
–
multiLayerSubnetwork::ViolateAction_T violate_act—Supported. CTM supports the following
values:
–
ViolateAction_T.VIOLATE_ACTION_DISCARD
–
ViolateAction_T.VIOLATE_ACTION_ALLOW
–
long violate_cos_val—Supported. This field specifies the violated COS value.
–
multiLayerSubnetwork::BesteffortType_T beff_type—Supported. CTM supports the following
values for best effort type:
• BestEffortType_T.BEST_EFFORT_RATE
• BestEffortType_T.BEST_EFFORT_LINE
–
long beff_rate—Supported. This field specifies the maximum rate of best effort in the range of
96 to 800,000 kilobits per second.
–
long beff_rate_burst—Supported. This field is in the range of 8000 to 64000 bytes.
• multiLayerSubnetwork::MatchOption_T operator—Supported. CTM supports the following Match
option:
–
MatchOption_T.MATCH_OPTION_OR
–
MatchOption_T.MATCH_OPTION_AND
Note CTM always uses MatchOption_T.MATCH_OPTION_AND.
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_TOO_MANY_OPEN_ITERATORS - Raised when the EMS reaches the maximum number of
iterators that it can support.
Compliance
CTM-defined.