blob: b6b05cfda9308fd251b013e45ff94ab0be8f9219 (
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 AS4_PATH
route 10.7.0.17/32 next-hop 10.0.255.7 attribute [ 0x11 0x60 0x11223344 ];
}
}
|