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

Example 5

Define a routing policy to export IS-IS Level 2 routes into Level 1:

[edit]
protocols {
isis {
export L2-L1;
}
}
policy-statement L2-L1 {
term one {
from level 2;
to level 1;
then accept;
}
}

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