22 lines
365 B
Plaintext
22 lines
365 B
Plaintext
|
neighbor 10.0.0.0 {
|
||
|
router-id 1.1.1.2;
|
||
|
local-address 10.0.0.1;
|
||
|
local-as 65502;
|
||
|
peer-as 65501;
|
||
|
group-updates false;
|
||
|
|
||
|
family{
|
||
|
ipv4 unicast;
|
||
|
}
|
||
|
|
||
|
static {
|
||
|
route 1.1.1.1/32{
|
||
|
next-hop 10.0.0.1;
|
||
|
community no-export;
|
||
|
}
|
||
|
route 2.2.2.2/32{
|
||
|
next-hop 10.0.0.1;
|
||
|
}
|
||
|
}
|
||
|
}
|