Evil_TTL> show | s

BGP in Juniper

Category:Juniper -> Routing and Switching

user@R1show system statistics tcp match auth
        0 send packets dropped by TCP due to auth errors
        58 rcv packets dropped by TCP due to auth errors


monitor traffic 
interface fe-0/0/1 count 10 

Debug BGP

set logical-systems A protocols bgp group internal-peers traceoptions file bgp-log
set logical
-systems A protocols bgp group internal-peers traceoptions file size 10k
set logical
-systems A protocols bgp group internal-peers traceoptions file files 2
set logical
-systems A protocols bgp group internal-peers traceoptions flag update detail

user
@hostfile list /var/logical-systems/A
/var/logical-systems/A:
config/
log/
tmp/

file list /var/logical-systems/A/log/
/var/
logical-systems/A/log:
bgp-log

file show 
/var/logical-systems/A/log/bgp-log
Aug 10 17
:12:01 trace_onTracing to "/var/log/A/bgp-log" started
Aug 10 17
:14:22.826182 bgp_peer_mgmt_clear:5829NOTIFICATION sent to 192.163.6.4 (Internal AS 17): code 6 (Ceasesubcode 4 (Administratively Reset), ReasonManagement session cleared BGP neighbor
Aug 10 17
:14:22.826445 bgp_sendsending 21 bytes to 192.163.6.4 (Internal AS 17)
Aug 10 17:14:22.826499
Aug 10 17
:14:22.826499 BGP SEND 192.168.6.5+64965 -> 192.163.6.4+179
Aug 10 17
:14:22.826559 BGP SEND message type 3 (Notificationlength 21
Aug 10 17
:14:22.826598 BGP SEND Notification code 6 (Ceasesubcode 4 (Administratively Reset)
Aug 10 17:14:22.831756 bgp_peer_mgmt_clear:5829NOTIFICATION sent to 192.168.40.4 (Internal AS 17): code 6 (Ceasesubcode 4 (Administratively Reset), ReasonManagement session cleared BGP neighbor
Aug 10 17
:14:22.831851 bgp_sendsending 21 bytes to 192.168.40.4 (Internal AS 17)
Aug 10 17:14:22.831901
Aug 10 17
:14:22.831901 BGP SEND 192.168.6.5+53889 -> 192.168.40.4+179
Aug 10 17
:14:22.831959 BGP SEND message type 3 (Notificationlength 21
Aug 10 17
:14:22.831999 BGP SEND Notification code 6 (Ceasesubcode 4 (Administratively Reset
By privilege15