ATM Routing | Switch Administration |
4.2.3Route Metrics
Route metrics are assigned to routes using a metric tag (one of the input parameters for add ATMRoute). The metric tag specifies a particular pair of incoming and outgoing metrics contained within a list of metrics. Metrics are created using the add PNNIMetric command. Each metric pair specifies a set of values that describe a route’s Service Category, cell rates, bandwidth, and administrative weight. Locally, metric values determine the behavior of the link, while
In the following example, a metric pair is created (with metric tag of nine) that specifies CBR as the Service Category, administrative weight of 200, Max Cell Rate of 1000 cells per second, and an Available Cell Rate of 750 cells per second.
First, we create the outgoing member of the metric pair:
SmartSwitch # add pnnimetrics |
|
|
MetricsTag(1) | : 9 |
|
TrafficDirection(Outgoing) | : | < 1st pair member, we accept the default |
ServiceCategory(UBR) | : cbr |
|
GCAC_CLP(2) | : |
|
AdminWeight(5040) | : 200 |
|
: 1000 |
| |
: 750 |
| |
: |
| |
: |
| |
: |
| |
: |
| |
: |
| |
: |
|
Next, we create the incoming member of the metric pair:
SmartSwitch # add pnnimetrics |
|
MetricsTag(1) | : 9 |
TrafficDirection(Outgoing) | : incoming < 2nd pair member, we set as incoming |
ServiceCategory(UBR) | : cbr |
GCAC_CLP(2) | : |
AdminWeight(5040) | : 200 |
: 1000 | |
: 750 | |
: | |
: | |
: | |
: | |
: | |
: | |
SmartSwitch # |
|