blob: 46ab6da04122195c682a01661788df624e5c11e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
neighbor 10.0.255.1 {
router-id 192.168.0.7;
local-address 10.0.0.100;
local-as 65100;
peer-as 65000;
hold-time 90;
md5 "hoge100";
graceful-restart;
family {
inet unicast;
}
static {
# malformed AS_PATH
route 10.7.0.2/32 next-hop 10.0.255.7 attribute [ 0x02 0x60 0x11223344 ];
}
}
|