Install an IPv4 static route into inet.0 and inet.2:
- [edit routing-options rib table1.inet.0 static]
- rib-group groupA;
- [edit routing-options rib-groups]
- groupA {
- import-rib [table1.inet.0 inet.0 inet.2];
- }
Install an IPv6 static route into the inet6.0 and inet6.2 routing tables:
- [edit routing-options rib table1.inet6.0 static]
- rib-group groupA;
- [edit routing-options rib-groups]
- groupA {
- import-rib [table1.inet6.0 inet6.0 inet6.2];
- }