[j-nsp] New RE
Phil Shafer
phil at juniper.net
Wed Oct 31 16:44:01 EDT 2007
"Youness El Wardi" writes:
>Can any one advice or send an example of a router with 2 Res configured?
Also you'll want to make the "re0" and "re1" configuration groups
for any local RE-specific config:
groups {
re0 {
system {
host-name foo-re0;
}
interfaces {
fxp0 {
unit 0 {
family inet {
address 10.1.2.3/24;
}
}
}
}
}
re1 {
system {
host-name foo-re1;
}
interfaces {
fxp0 {
unit 0 {
family inet {
address 10.1.3.3/24;
}
}
}
}
}
}
apply-groups [ re0 re1 ];
Thanks,
Phil
More information about the juniper-nsp
mailing list