20 lines
268 B
Plaintext
20 lines
268 B
Plaintext
# tags: peer, ipv6, AS_PREFIXES
|
|
router id 192.0.2.1;
|
|
|
|
protocol device {
|
|
}
|
|
|
|
protocol direct {
|
|
ipv4;
|
|
ipv6;
|
|
}
|
|
|
|
protocol bgp peer_v6 {
|
|
local fd00:cafe::1 as 65001;
|
|
neighbor fd00:cafe::2 as 65002;
|
|
ipv6 {
|
|
import all;
|
|
export all;
|
|
};
|
|
}
|