Chapter 13
Unicast and Multicast Routing
RUGGEDCOM ROX II
CLI User Guide
460 Adding a Redistribution Metric
ruggedcom# show running-config routing isis area Area_1 redistribute | tab
METRIC
SOURCE IS TYPE TYPE METRIC
-------------------------------------
bgp level-1-2 internal 10
!
!
If no redistribution metrics have been configured, add metrics as needed. For more information, refer to
Section13.6.12.2, “Adding a Redistribution Metric”.
Section13.6.12.2
Adding a Redistribution Metric
To add a redistribution metric for an IS-IS area, do the following:
1. Make sure the CLI is in Configuration mode.
2. Add the metric by typing:
routing isis area name redistribute source
Where:
• name is the unique name for a routing process that belongs to a specific router.
• source is the protocol transmitting packets over the IS-IS route. Options include bgp, connected, kernel,
ospf, rip, and static.
3. Configure the following parameter(s) as required:
Parameter Description
is-type { is-type } Synopsis: { level-1-only, level-2-only, level-1-2 }
IS type of the IS-IS information, specified as level-1-only, level-2-only or level-1-2. If not
provided, uses IS type from area.
metric-type { metric-type } Synopsis: { internal, external }
Default: external
The IS-IS metric type for redistributed routes. Default is external
metric { metric } Synopsis: A 32-bit unsigned integer between 0 and 16777214
The metric for redistributed routes.
4. Type commit and press Enter to save the changes, or type revert and press Enter to abort.
Section13.6.12.3
Deleting a Redistribution Metric
To delete a redistribution metric for an IS-IS area, do the following:
1. Make sure the CLI is in Configuration mode.
2. Delete the metric by typing:
no routing isis area name redistribute source
Where: