Experts,
is the default route generated by the following config used for general
forwarding? I see that it is installed in inet.0.
Thanks,
bit.
groups {
re0 {
interfaces {
fxp0 {
unit 0 {
family inet {
address 1.1.1.2/8;
}
}
}
}
routing-options {
static {
route 0.0.0.0/0 next-hop 1.1.1.1;
}
}
}