Rib-groups simple example.
We created two routing instances: test1 and test2, each instances has one interface in it:
test1 - vlan.641: 172.16.10.1/24
test2 - vlan.642: 172.16.20.1/24
# show routing-instances
test1 {
instance-type virtual-router;
interface vlan.641;
}
test2 {
instance-type virtual-router;
interface vlan.642;
}
Routing table looks like this:
Read more
This article is take from http://www.subnetzero.info/2014/04/10/rib-group-confusion/
Continuing on the subject of confusing Junos features, I’d like to talk about RIB groups. When I started here at Juniper, I remember being utterly baffled by this feature and its use. RIB groups are confusing both because the official documentation is confusing, and because many people, trying to be helpful, say things that are entirely wrong. I do think there would have been an easier way to design this feature, but RIB groups are what we have, so that’s what I’ll talk about.
Read more