20 lines
316 B
Plaintext
20 lines
316 B
Plaintext
|
neighbor fc00::1 {
|
||
|
router-id 1.2.3.4;
|
||
|
local-address fc00::2;
|
||
|
local-as 65502;
|
||
|
peer-as 65501;
|
||
|
group-updates false;
|
||
|
|
||
|
family {
|
||
|
ipv4 unicast;
|
||
|
ipv6 unicast;
|
||
|
}
|
||
|
|
||
|
static {
|
||
|
route 3333::0/64 {
|
||
|
next-hop 0.0.0.0;
|
||
|
next-hop fc00::2;
|
||
|
}
|
||
|
}
|
||
|
}
|