]> git.proxmox.com Git - mirror_frr.git/blob - bgpd/bgpd.conf.vnc.sample
eigrpd: eigrp usage of uint32_t to struct in_addr for router_id data
[mirror_frr.git] / bgpd / bgpd.conf.vnc.sample
1 hostname H192.1.1.1
2 password zebra
3 #enable password zebra
4 log stdout notifications
5 log monitor notifications
6 #debug bgp
7
8 line vty
9 exec-timeout 1000
10 exit
11
12
13 router bgp 64512
14
15 # Must set a router-id if no zebra (default 0.0.0.0)
16 bgp router-id 192.1.1.1
17
18 neighbor 192.1.1.2 remote-as 64512
19 neighbor 192.1.1.2 description H192.1.1.2
20 neighbor 192.1.1.2 update-source 192.1.1.1
21 neighbor 192.1.1.2 advertisement-interval 1
22
23 neighbor 192.1.1.3 remote-as 64512
24 neighbor 192.1.1.3 description H192.1.1.3
25 neighbor 192.1.1.3 update-source 192.1.1.1
26 neighbor 192.1.1.3 advertisement-interval 1
27
28 address-family ipv4 unicast
29 no neighbor 192.1.1.2 activate
30 no neighbor 192.1.1.3 activate
31
32 address-family vpnv4
33 neighbor 192.1.1.2 activate
34 neighbor 192.1.1.3 activate
35 exit-address-family
36
37 address-family vpnv6
38 neighbor 192.1.1.2 activate
39 neighbor 192.1.1.3 activate
40 exit-address-family
41
42 vnc defaults
43 rd auto:vn:5226
44 response-lifetime 45
45 rt both 1000:1 1000:2
46 exit-vnc
47
48 vnc nve-group group1
49 prefix vn 172.16.0.0/16
50 exit-vnc
51
52 vnc nve-group red
53 prefix vn 10.0.0.0/8
54 rd auto:vn:10
55 rt both 1000:10
56 exit-vnc
57
58 vnc nve-group blue
59 prefix vn 20.0.0.0/8
60 rd auto:vn:20
61 rt both 1000:20
62 exit-vnc
63
64 vnc nve-group green
65 prefix vn 30.0.0.0/8
66 rd auto:vn:20
67 rt both 1000:30
68 exit-vnc
69
70 vnc nve-group rfc4291v6c
71 prefix vn ::ac10:0/112
72 rd auto:vn:5227
73 rt both 2000:1
74 exit-vnc
75
76 vnc nve-group rfc4291v6m
77 prefix vn ::ffff:ac10:0/112
78 rd auto:vn:5528
79 rt both 3000:1
80 exit-vnc
81
82 vnc nve-group rfc6052v6
83 prefix vn 64:ff9b::ac10:0/112
84 rd auto:vn:5529
85 rt both 4000:1
86 exit-vnc
87
88 exit
89
90
91