@@ -32,55 +32,63 @@ router bgp 65100
32
32
address-family ipv4
33
33
neighbor 10.0.0.57 allowas-in 1
34
34
neighbor 10.0.0.57 activate
35
+ neighbor 10.0.0.57 soft-reconfiguration inbound
35
36
maximum-paths 64
36
37
exit-address-family
37
38
neighbor 10.0.0.59 remote-as 64600
38
39
neighbor 10.0.0.59 description ARISTA02T1
39
40
address-family ipv4
40
41
neighbor 10.0.0.59 allowas-in 1
41
42
neighbor 10.0.0.59 activate
43
+ neighbor 10.0.0.59 soft-reconfiguration inbound
42
44
maximum-paths 64
43
45
exit-address-family
44
46
neighbor 10.0.0.61 remote-as 64600
45
47
neighbor 10.0.0.61 description ARISTA03T1
46
48
address-family ipv4
47
49
neighbor 10.0.0.61 allowas-in 1
48
50
neighbor 10.0.0.61 activate
51
+ neighbor 10.0.0.61 soft-reconfiguration inbound
49
52
maximum-paths 64
50
53
exit-address-family
51
54
neighbor 10.0.0.63 remote-as 64600
52
55
neighbor 10.0.0.63 description ARISTA04T1
53
56
address-family ipv4
54
57
neighbor 10.0.0.63 allowas-in 1
55
58
neighbor 10.0.0.63 activate
59
+ neighbor 10.0.0.63 soft-reconfiguration inbound
56
60
maximum-paths 64
57
61
exit-address-family
58
62
neighbor fc00::7a remote-as 64600
59
63
neighbor fc00::7a description ARISTA03T1
60
64
address-family ipv6
61
65
neighbor fc00::7a allowas-in 1
62
66
neighbor fc00::7a activate
67
+ neighbor fc00::7a soft-reconfiguration inbound
63
68
maximum-paths 64
64
69
exit-address-family
65
70
neighbor fc00::7e remote-as 64600
66
71
neighbor fc00::7e description ARISTA04T1
67
72
address-family ipv6
68
73
neighbor fc00::7e allowas-in 1
69
74
neighbor fc00::7e activate
75
+ neighbor fc00::7e soft-reconfiguration inbound
70
76
maximum-paths 64
71
77
exit-address-family
72
78
neighbor fc00::72 remote-as 64600
73
79
neighbor fc00::72 description ARISTA01T1
74
80
address-family ipv6
75
81
neighbor fc00::72 allowas-in 1
76
82
neighbor fc00::72 activate
83
+ neighbor fc00::72 soft-reconfiguration inbound
77
84
maximum-paths 64
78
85
exit-address-family
79
86
neighbor fc00::76 remote-as 64600
80
87
neighbor fc00::76 description ARISTA02T1
81
88
address-family ipv6
82
89
neighbor fc00::76 allowas-in 1
83
90
neighbor fc00::76 activate
91
+ neighbor fc00::76 soft-reconfiguration inbound
84
92
maximum-paths 64
85
93
exit-address-family
86
94
!
0 commit comments