|
| 1 | +router bgp 65100 |
| 2 | +bgp router-id 10.1.0.32 |
| 3 | +bgp log-neighbor-changes |
| 4 | +no bgp ebgp-requires-policy |
| 5 | +no bgp default ipv4-unicast |
| 6 | +bgp graceful-restart restart-time 240 |
| 7 | +bgp graceful-restart select-defer-time 45 |
| 8 | +bgp graceful-restart |
| 9 | +bgp graceful-restart preserve-fw-state |
| 10 | +bgp bestpath as-path multipath-relax |
| 11 | +neighbor BGPSLBPassive peer-group |
| 12 | +neighbor BGPSLBPassive remote-as 65432 |
| 13 | +neighbor BGPSLBPassive passive |
| 14 | +neighbor BGPSLBPassive ebgp-multihop 255 |
| 15 | +neighbor BGPSLBPassive update-source 10.1.0.32 |
| 16 | +neighbor BGPVac peer-group |
| 17 | +neighbor BGPVac remote-as 65432 |
| 18 | +neighbor BGPVac passive |
| 19 | +neighbor BGPVac ebgp-multihop 255 |
| 20 | +neighbor BGPVac update-source 10.1.0.32 |
| 21 | +neighbor PEER_V4 peer-group |
| 22 | +neighbor PEER_V6 peer-group |
| 23 | +neighbor 10.0.0.57 remote-as 64600 |
| 24 | +neighbor 10.0.0.57 peer-group PEER_V4 |
| 25 | +neighbor 10.0.0.57 description ARISTA01T1 |
| 26 | +neighbor 10.0.0.57 timers 3 10 |
| 27 | +neighbor 10.0.0.57 timers connect 10 |
| 28 | +neighbor 10.0.0.59 remote-as 64600 |
| 29 | +neighbor 10.0.0.59 peer-group PEER_V4 |
| 30 | +neighbor 10.0.0.59 description ARISTA02T1 |
| 31 | +neighbor 10.0.0.59 timers 3 10 |
| 32 | +neighbor 10.0.0.59 timers connect 10 |
| 33 | +neighbor 10.0.0.61 remote-as 64600 |
| 34 | +neighbor 10.0.0.61 peer-group PEER_V4 |
| 35 | +neighbor 10.0.0.61 description ARISTA03T1 |
| 36 | +neighbor 10.0.0.61 timers 3 10 |
| 37 | +neighbor 10.0.0.61 timers connect 10 |
| 38 | +neighbor 10.0.0.63 remote-as 64600 |
| 39 | +neighbor 10.0.0.63 peer-group PEER_V4 |
| 40 | +neighbor 10.0.0.63 description ARISTA04T1 |
| 41 | +neighbor 10.0.0.63 timers 3 10 |
| 42 | +neighbor 10.0.0.63 timers connect 10 |
| 43 | +neighbor fc00::72 remote-as 64600 |
| 44 | +neighbor fc00::72 peer-group PEER_V6 |
| 45 | +neighbor fc00::72 description ARISTA01T1 |
| 46 | +neighbor fc00::72 timers 3 10 |
| 47 | +neighbor fc00::72 timers connect 10 |
| 48 | +neighbor fc00::76 remote-as 64600 |
| 49 | +neighbor fc00::76 peer-group PEER_V6 |
| 50 | +neighbor fc00::76 description ARISTA02T1 |
| 51 | +neighbor fc00::76 timers 3 10 |
| 52 | +neighbor fc00::76 timers connect 10 |
| 53 | +neighbor fc00::7a remote-as 64600 |
| 54 | +neighbor fc00::7a peer-group PEER_V6 |
| 55 | +neighbor fc00::7a description ARISTA03T1 |
| 56 | +neighbor fc00::7a timers 3 10 |
| 57 | +neighbor fc00::7a timers connect 10 |
| 58 | +neighbor fc00::7e remote-as 64600 |
| 59 | +neighbor fc00::7e peer-group PEER_V6 |
| 60 | +neighbor fc00::7e description ARISTA04T1 |
| 61 | +neighbor fc00::7e timers 3 10 |
| 62 | +neighbor fc00::7e timers connect 10 |
| 63 | +bgp listen range 10.255.0.0/25 peer-group BGPSLBPassive |
| 64 | +bgp listen range 192.168.0.0/21 peer-group BGPVac |
0 commit comments