40 lines
699 B
INI
40 lines
699 B
INI
|
neighbor 10.0.0.1 {
|
||
|
router-id 10.0.0.254;
|
||
|
local-address 10.0.0.254;
|
||
|
local-as 65254;
|
||
|
peer-as 65001;
|
||
|
|
||
|
capability {
|
||
|
route-refresh;
|
||
|
}
|
||
|
|
||
|
static {
|
||
|
route 192.168.100.101/32 {
|
||
|
atomic-aggregate;
|
||
|
community 65001:101;
|
||
|
next-hop 10.0.0.254;
|
||
|
}
|
||
|
|
||
|
route 192.168.100.102/32 {
|
||
|
originator-id 10.0.0.254;
|
||
|
community 65001:102;
|
||
|
next-hop 10.0.0.254;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
neighbor 10.0.0.2 {
|
||
|
router-id 10.0.0.254;
|
||
|
local-address 10.0.0.254;
|
||
|
local-as 65254;
|
||
|
peer-as 65254;
|
||
|
|
||
|
static {
|
||
|
route 192.168.100.101/32 {
|
||
|
# AIGP invalid attribute: flagged as transitive + optional.
|
||
|
attribute [0x1a 0xc0 0x00000064];
|
||
|
next-hop 10.0.0.254;
|
||
|
}
|
||
|
}
|
||
|
}
|