-
Notifications
You must be signed in to change notification settings - Fork 1
/
bgp-cisco.cheat
44 lines (32 loc) · 938 Bytes
/
bgp-cisco.cheat
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
% bgp,cisco,pushou
# bgp telnet looking glass
telnet route-views.optus.net.au
show ip bgp 1.0.0.0/24
# debug bgp running
sh run | section bgp
sh run | s bgp
sh bgp
# show ip bgp
show ip bgp
show ip bgp neighbor
show ip bgp neighbors | include BGP
# liste les réseaux reçus du voisin
neighbor 5.5.5.5 soft-reconfiguration inbound"
sh ip bgp neighbors 1.1.1.1 received-routes
# liste les réseaux réellement appris du voisin
sh ip bgp neighbors 1.1.1.1 routes
# liste les réseaux annoncés au voisin
sh ip bgp neighbors 1.1.1.1 advertised-routes
# table bgp
show ip bgp ipv4 unicast summary
# hard reset ne pas faire en prod
clear ip bgp *
# soft reset avec l'adresse du voisin
clear ip bgp 192.168.100.1 soft in|out
# debug généraux
debug ip tcp transactions
debug ip bgp
debug ip packet
u all # pour arrêter
# DF peer bgp show if Transport(tcp) path-mtu-discovery is enabled
show ip bgp neigh 10.10.10.2 | in tcp