[
Contents
] [
Prev
] [
Next
] [
Index
] [
Report an Error
]
Example: Exporting IS-IS Level 2 Routes to Level 1
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
]