[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Example 1

Redistribute BGP routes with a community tag of 444:5 into IS-IS, changing the metric to 14:

[edit]
protocols {
isis {
export edu-to-isis;
}
}
policy-options {
community edu members 444:5;
policy-statement edu-to-isis {
from {
protocol bgp;
community edu;
}
then {
metric 14;
accept;
}
}
}

[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]