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