[j-nsp] OSPF Multiple Instances

alaerte vidali alaertevidali at gmail.com
Fri Feb 22 12:27:37 EST 2008


Hi,

Regarding example in Juniper page about configuring multiple OSPF instances.
Is there any typo and how to place routes from voice-policy.inet.0 into
inet.0 and vice-versa?

I mean, the same command is used for both (with exception that
other-policy.inet.0 is also added).

import-rib [ inet.0 voice-policy.inet.0 other-policy.inet.0 ];
import-rib [ inet.0 voice-policy.inet.0 ];

Here is the example:

"Configure the routing table group inet_to_voice_and_others to take routes
from inet.0
(default routing table) and place them in the voice-policy.inet.0 and
other-policy.inet.0
routing tables:
[edit]
routing-options {
rib-groups {
inet_to_voice_and_other {
import-rib [ inet.0 voice-policy.inet.0 other-policy.inet.0 ];
}
}
}
Configure the routing table group voice_to_inet to take routes from
voice-policy.inet.0
and place them in the inet.0 default routing table:
[edit]
routing-options {
rib-groups {
voice_to_inet {
import-rib [ inet.0 voice-policy.inet.0 ];
}
}
}
Configure the routing table group other_to_inet to take routes from
other-policy.inet.0
and place them in the inet.0 default routing table:
[edit]
routing-options {
rib-groups {
other_to_inet {
import-rib [ inet.0 other-policy.inet.0 ];
}
}
}"



tks,
Alaerte


More information about the juniper-nsp mailing list