[j-nsp] Nantech-juniper-pb

Mohamed Jrad mohamed.jrad at gmail.com
Fri Apr 17 07:11:42 EDT 2009


Hi all,

I want to use nantech trafficgen to generate thousands of BGP routes.

“Nantech trafficgen is a software which work on windows, it can generate
thousands of BGP updates with different attributes “

The router with which I work is an M120 router.

The junos version is 9.1R1.8.

The problem that I encountered is that when I start generating  updates the
M120 router turn down the BGP session, it send “bgp_read_v4_update:7824:
NOTIFICATION sent to 11.11.11.12 (External AS 64512): code 3 (Update Message
Error) subcode 10 (bad address/prefix field), Reason: peer 11.11.11.12
(External AS 64512) UPDATE - NLRI inet-multicast not negotiated” please see
the entire log file enclosed.

*NB:* I configured “family inet any” under [edit protocols bgp group
nanotech]



Config lines:



interfaces {

    fe-2/1/1 {

        unit 0 {

            family inet {

                address 11.11.11.11/24;

            }

        }

    }

    fxp0 {

        unit 0 {

            family inet {

                address 192.168.1.120/24;

            }

        }

    }

}

routing-options {

    autonomous-system 100;

}

protocols {

    bgp {

        group nantech {

            type external;

            traceoptions {

                file nantech_log;

                flag all;

            }

            family inet {

                any;

            }

            peer-as 64512;

            neighbor 11.11.11.12;

        }

    }

}



Can anyone help me?

Thanks

Mohamed Jrad
-------------- next part --------------
admin# run file show /var/log/nantech_log   
Apr 13 17:44:15.340097 task_timer_delete: BGP_64512.11.11.11.12_Connect <Touched>
Apr 13 17:44:15.340172 task_set_socket: task BGP_64512.11.11.11.12 socket 27
Apr 13 17:44:15.340193 task_set_option_internal: task BGP_64512.11.11.11.12 socket 27 option RecvBuffer(0) value 16384
Apr 13 17:44:15.340207 task_set_option_internal: task BGP_64512.11.11.11.12 socket 27 option SendBuffer(1) value 16384
Apr 13 17:44:15.340240 task_set_option_internal: task BGP_64512.11.11.11.12+2376 socket 27 option PathMTUDiscovery(26) value 0
Apr 13 17:44:15.340256 task_set_option_internal: task BGP_64512.11.11.11.12+2376 socket 27 option DontRoute(5) value 1
Apr 13 17:44:15.340269 task_set_option_internal: task BGP_64512.11.11.11.12+2376 socket 27 option IifRestrict(36) value 1
Apr 13 17:44:15.340282 task_set_option_internal: task BGP_64512.11.11.11.12+2376 socket 27 option TTL(15) value 1
Apr 13 17:44:15.340297 task_timer_ucreate: created timer BGP_64512.11.11.11.12+2376_Hold  flags <>
Apr 13 17:44:15.340314 task_timer_uset: timer BGP_64512.11.11.11.12+2376_Hold <Touched> set to offset 1:30 at 17:45:45
Apr 13 17:44:15.340326 bgp_event: peer 11.11.11.12 (External AS 64512) old state Active event Open new state OpenSent
Apr 13 17:44:15.340342 bgp_4byte_aspath_add_cap():147 AS4-Peer 11.11.11.12 (External AS 64512)(SEND): 4 byte AS capability added, AS 100
Apr 13 17:44:15.340352 bgp_send: sending 61 bytes to 11.11.11.12 (External AS 64512)
Apr 13 17:44:15.340362
Apr 13 17:44:15.340362 BGP SEND 11.11.11.11+179 -> 11.11.11.12+2376
Apr 13 17:44:15.340374 BGP SEND message type 1 (Open) length 61
Apr 13 17:44:15.340384 BGP SEND version 4 as 100 holdtime 90 id 11.11.11.11 parmlen 32
Apr 13 17:44:15.340392 BGP SEND MP capability AFI=1, SAFI=1
Apr 13 17:44:15.340400 BGP SEND MP capability AFI=1, SAFI=2
Apr 13 17:44:15.340407 BGP SEND Refresh capability, code=128
Apr 13 17:44:15.340414 BGP SEND Refresh capability, code=2
Apr 13 17:44:15.340422 BGP SEND 4 Byte AS-Path capability (65), as_num 100
Apr 13 17:44:15.340480 bgp_process_4byte_aspath_cap():280 AS4-Peer 11.11.11.12 (External AS 64512)(RECV): 4 byte AS Cap value stored 0
Apr 13 17:44:15.340539 bgp_event: peer 11.11.11.12 (External AS 64512) old state OpenSent event RecvOpen new state OpenConfirm
Apr 13 17:44:15.340548 bgp_send: sending 19 bytes to 11.11.11.12 (External AS 64512)
Apr 13 17:44:15.340557
Apr 13 17:44:15.340557 BGP SEND 11.11.11.11+179 -> 11.11.11.12+2376
Apr 13 17:44:15.340569 BGP SEND message type 4 (KeepAlive) length 19
Apr 13 17:44:15.340609 bgp_recv_change: peer 11.11.11.12 (External AS 64512) receiver changed to bgp_recv_open
Apr 13 17:44:15.340621 task_set_socket: task BGP_64512.11.11.11.12+2376 socket 27
Apr 13 17:44:15.342735 task_process_events: recv ready for BGP_64512.11.11.11.12+2376
Apr 13 17:44:15.342755 bgp_recv_open: called for peer 11.11.11.12 (External AS 64512)
Apr 13 17:44:15.342772
Apr 13 17:44:15.342772 BGP RECV 11.11.11.12+2376 -> 11.11.11.11+179
Apr 13 17:44:15.342786 BGP RECV message type 4 (KeepAlive) length 19
Apr 13 17:44:15.342797 bgp_event: peer 11.11.11.12 (External AS 64512) old state OpenConfirm event RecvKeepAlive new state Established
Apr 13 17:44:15.342884 task_timer_reset: reset BGP_64512.11.11.11.12+2376_Hold
Apr 13 17:44:15.342904 task_timer_set_oneshot_latest: timer BGP_64512.11.11.11.12+2376_Hold interval set to 1:30
Apr 13 17:44:15.342917 task_timer_ucreate: created timer BGP_64512.11.11.11.12+2376_Traffic  flags <>
Apr 13 17:44:15.342936 task_timer_uset: timer BGP_64512.11.11.11.12+2376_Traffic <Touched> set to offset 30 jitter 20 at 17:44:42
Apr 13 17:44:15.342959 bgp_set_flash: setting flash/new policy routines for BGP_Group_nantech
Apr 13 17:44:15.342990 bgp_recv_change: peer 11.11.11.12 (External AS 64512) receiver changed to bgp_recv_v4_message
Apr 13 17:44:15.343002 task_set_socket: task BGP_64512.11.11.11.12+2376 socket 27
Apr 13 17:44:15.343031 task_job_create_background: create prio 3 job BGP init policy walk for task BGP_Group_nantech
Apr 13 17:44:15.343043 bgp_send: sending 19 bytes to 11.11.11.12 (External AS 64512)
Apr 13 17:44:15.343076
Apr 13 17:44:15.343076 BGP SEND 11.11.11.11+179 -> 11.11.11.12+2376
Apr 13 17:44:15.343090 BGP SEND message type 4 (KeepAlive) length 19
Apr 13 17:44:15.343139 background dispatch running job BGP init policy walk for task BGP_Group_nantech
Apr 13 17:44:15.343153 bgp_rt_walk_job: Resuming with group nantech type External Rib: 0
Apr 13 17:44:15.343163 bgp_rt_policy_start: initial update group nantech type External
Apr 13 17:44:15.343206 bgp_rt_policy_end: group nantech type External 0 routes ready 0 deferred
Apr 13 17:44:15.343218 bgp_rt_walk_job: Done with group nantech type External
Apr 13 17:44:15.343236 bgp_rt_walk_job: All done
Apr 13 17:44:15.343247 task_job_delete: delete background job BGP init policy walk for task BGP_Group_nantech
Apr 13 17:44:15.343261 background dispatch completed job BGP init policy walk for task BGP_Group_nantech
Apr 13 17:44:15.404002 task_process_events: recv ready for BGP_64512.11.11.11.12+2376
Apr 13 17:44:15.404045 task_job_create_background: create prio 4 job Read peer for task BGP_64512.11.11.11.12+2376
Apr 13 17:44:15.404101 background dispatch running job Read peer for task BGP_64512.11.11.11.12+2376
Apr 13 17:44:15.404113 bgp_read_v4_message: receiving packet(s) from 11.11.11.12 (External AS 64512)
Apr 13 17:44:15.404135
Apr 13 17:44:15.404135 BGP RECV 11.11.11.12+2376 -> 11.11.11.11+179
Apr 13 17:44:15.404148 BGP RECV message type 4 (KeepAlive) length 19
Apr 13 17:44:15.404162 bgp_read_v4_message: done with 11.11.11.12 (External AS 64512) received 19 octets 0 updates 0 routes
Apr 13 17:44:15.404172 task_job_delete: delete background job Read peer for task BGP_64512.11.11.11.12+2376
Apr 13 17:44:15.404207 background dispatch completed job Read peer for task BGP_64512.11.11.11.12+2376
Apr 13 17:44:15.465699 task_process_events: recv ready for BGP_64512.11.11.11.12+2376
Apr 13 17:44:15.465724 task_job_create_background: create prio 4 job Read peer for task BGP_64512.11.11.11.12+2376
Apr 13 17:44:15.465758 background dispatch running job Read peer for task BGP_64512.11.11.11.12+2376
Apr 13 17:44:15.465793 bgp_read_v4_message: receiving packet(s) from 11.11.11.12 (External AS 64512)
Apr 13 17:44:15.465811
Apr 13 17:44:15.465811 BGP RECV 11.11.11.12+2376 -> 11.11.11.11+179
Apr 13 17:44:15.465825 BGP RECV message type 4 (KeepAlive) length 19
Apr 13 17:44:15.465837 bgp_read_v4_message: done with 11.11.11.12 (External AS 64512) received 19 octets 0 updates 0 routes
Apr 13 17:44:15.465847 task_job_delete: delete background job Read peer for task BGP_64512.11.11.11.12+2376
Apr 13 17:44:15.465877 background dispatch completed job Read peer for task BGP_64512.11.11.11.12+2376
Apr 13 17:44:17.782101 task_process_events: recv ready for BGP_64512.11.11.11.12+2376
Apr 13 17:44:17.782154 task_job_create_background: create prio 4 job Read peer for task BGP_64512.11.11.11.12+2376
Apr 13 17:44:17.782192 background dispatch running job Read peer for task BGP_64512.11.11.11.12+2376
Apr 13 17:44:17.782203 bgp_read_v4_message: receiving packet(s) from 11.11.11.12 (External AS 64512)
Apr 13 17:44:17.782230
Apr 13 17:44:17.782230 BGP RECV 11.11.11.12+2376 -> 11.11.11.11+179
Apr 13 17:44:17.782244 BGP RECV message type 2 (Update) length 81
Apr 13 17:44:17.782257 BGP RECV flags 0x40 code Origin(1): IGP
Apr 13 17:44:17.782275 BGP RECV flags 0x40 code ASPath(2) length 26: 1 1239 1755 8246 16283 16283 16283 16283 16283 16283 16283 8256
Apr 13 17:44:17.782286 BGP RECV flags 0x40 code NextHop(3): 11.11.11.12
Apr 13 17:44:17.782294 BGP RECV flags 0x80 code MultiExitDisc(4): 21270
Apr 13 17:44:17.782303 BGP RECV flags 0xc0 code Communities(8): 1:666
Apr 13 17:44:17.782321 BGP RECV         212.51.204.0/24
Apr 13 17:44:17.782462 bgp_should_merge_as2_and_as4_path():1881 AS4-Peer 11.11.11.12 (External AS 64512)(RECV): No AS4 Path or Aggregator4 PA received
Apr 13 17:44:17.782484 bgp_process_aspath_and_aggr_attr():2216 AS4-Peer 11.11.11.12 (External AS 64512)(RECV): bgp_should_merge_as2_and_as4_path() says NO
Apr 13 17:44:17.782499 bgp_process_aspath_and_aggr_attr():2253 AS4-Peer 11.11.11.12 (External AS 64512)(RECV): Merged asp: path_len 48, path_seg_len 2, path2_len 0, path2_seg_len 0, path4_len 0, path4_seg_len 0, path_attr_len 0, path_aggr_len 0, path4_aggr_len 0, path4_flags 0x0, path_flags 0x0
Apr 13 17:44:17.782617 bgp_rcv_nlri: Peer 11.11.11.12 (External AS 64512)
Apr 13 17:44:17.782637 bgp_rcv_nlri: 212.51.204.0/24
Apr 13 17:44:17.782784 CHANGE   212.51.204.0/24    gw 11.11.11.12     BGP      pref 170/-101 metric 21270/0 fe-2/1/1.0 <Active Ext>  as 64512
Apr 13 17:44:17.782822 ADD      212.51.204.0/24    gw 11.11.11.12     BGP      pref 170/-101 metric 21270/0 fe-2/1/1.0 <Active Ext>  as 64512
Apr 13 17:44:17.782843
Apr 13 17:44:17.782843 BGP RECV 11.11.11.12+2376 -> 11.11.11.11+179
Apr 13 17:44:17.782856 BGP RECV message type 2 (Update) length 81
Apr 13 17:44:17.782868 BGP RECV flags 0x40 code Origin(1): IGP
Apr 13 17:44:17.782880 BGP RECV flags 0x40 code ASPath(2) length 8: 5511 1239 3549
Apr 13 17:44:17.782889 BGP RECV flags 0x40 code NextHop(3): 11.11.11.12
Apr 13 17:44:17.782902 BGP RECV flags 0xc0 code Communities(8): 5511:666 5511:667 5511:700 5511:5511
Apr 13 17:44:17.782911 BGP RECV flags 0x80 code MP_reach(14): AFI/SAFI 1/2
Apr 13 17:44:17.782922 BGP RECV         nhop 193.251.128.22 len 4
Apr 13 17:44:17.782934 BGP RECV         208.156.32.0/19
Apr 13 17:44:17.782968 bgp_should_merge_as2_and_as4_path():1881 AS4-Peer 11.11.11.12 (External AS 64512)(RECV): No AS4 Path or Aggregator4 PA received
Apr 13 17:44:17.782983 bgp_process_aspath_and_aggr_attr():2216 AS4-Peer 11.11.11.12 (External AS 64512)(RECV): bgp_should_merge_as2_and_as4_path() says NO
Apr 13 17:44:17.782998 bgp_process_aspath_and_aggr_attr():2253 AS4-Peer 11.11.11.12 (External AS 64512)(RECV): Merged asp: path_len 12, path_seg_len 2, path2_len 0, path2_seg_len 0, path4_len 0, path4_seg_len 0, path_attr_len 0, path_aggr_len 0, path4_aggr_len 0, path4_flags 0x0, path_flags 0x0
Apr 13 17:44:17.783147 bgp_read_v4_update:7824: NOTIFICATION sent to 11.11.11.12 (External AS 64512): code 3 (Update Message Error) subcode 10 (bad address/prefix field), Reason: peer 11.11.11.12 (External AS 64512) UPDATE - NLRI inet-multicast not negotiated
Apr 13 17:44:17.783193 bgp_send: sending 21 bytes to 11.11.11.12 (External AS 64512)
Apr 13 17:44:17.783224
Apr 13 17:44:17.783224 BGP SEND 11.11.11.11+179 -> 11.11.11.12+2376
Apr 13 17:44:17.783239 BGP SEND message type 3 (Notification) length 21
Apr 13 17:44:17.783248 BGP SEND Notification code 3 (Update Message Error) subcode 10 (bad address/prefix field)
Apr 13 17:44:17.783314
Apr 13 17:44:17.783314 BGP RECV 11.11.11.12+2376 -> 11.11.11.11+179
Apr 13 17:44:17.783347  00 00 00 3a 40 01 01 00 40 02 08 02 03 15 87 04 d7 0d dd 40 03
Apr 13 17:44:17.783364  04 0b 0b 0b 0c c0 08 10 15 87 02 9a 15 87 02 9b 15 87 02 bc
Apr 13 17:44:17.783381  15 87 15 87 90 0e 00 0d 00 01 02 04 c1 fb 80 16 00 13 d0 9c
Apr 13 17:44:17.783416  20 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 00 4c 02
Apr 13 17:44:17.783435  00 00 00 31 40 01 01 00 40 02 18 02 0b 0d dd 02 bd 02 bf 26
Apr 13 17:44:17.783452  99 26 99 26 99 1d 90 1d 90 1d 90 1d 90 46 47 40 03 04 0b 0b
Apr 13 17:44:17.783469  0b 0c c0 08 08 0d dd 09 7a 0d dd 78 78 18 cb 93 28 ff ff ff
Apr 13 17:44:17.783486  ff ff ff ff ff ff ff ff ff ff ff ff ff 00 5b 02 00 00 00 40
Apr 13 17:44:17.783503  40 01 01 00 40 02 24 02 11 0c 3a 0b 62 00 ae 00 ae 00 ae 00
Apr 13 17:44:17.783520  ae 00 ae 06 db 20 36 3f 9b 3f 9b 3f 9b 3f 9b 3f 9b 3f 9b 3f
Apr 13 17:44:17.783538  9b 20 40 40 03 04 0b 0b 0b 0c 80 04 04 00 00 00 00 c0 08 04
Apr 13 17:44:17.783554  0c 3a 00 c8 18 d4 33 cc ff ff ff ff ff ff ff ff ff ff ff ff
Apr 13 17:44:17.783629  ff ff ff ff 00 41 02 00 00 00 26 40 01 01 00 40 02 0a 02 04
Apr 13 17:44:17.783653  00 01 02 bd 02 be 02 c1 40 03 04 0b 0b 0b 0c 80 04 04 00 00
Apr 13 17:44:17.783671  52 30 c0 08 04 00 01 02 9a 18 c1 66 62 ff ff ff ff ff ff ff
Apr 13 17:44:17.783688  ff ff ff ff ff ff ff ff ff 00 3f 02 00 00 00 24 40 01 01 00
Apr 13 17:44:17.783756  40 02 08 02 03 00 01 02 bd 06 dd 40 03 04 0b 0b 0b 0c 80 04
Apr 13 17:44:17.783780  04 00 00 52 30 c0 08 04 00 01 02 9a 18 c6 b9 11 ff ff ff ff
Apr 13 17:44:17.783819  ff ff ff ff ff ff ff ff ff ff ff ff 00 46 02 00 00 00 2b 40
Apr 13 17:44:17.783839  01 01 00 40 02 0a 02 04 15 87 04 d7 02 bd 18 f0 40 03 04 0b
Apr 13 17:44:17.783874  0b 0b 0c c0 08 10 15 87 02 9a 15 87 02 9b 15 87 02 bc 15 87
Apr 13 17:44:17.783891  15 87 17 d0 3d 82 ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Apr 13 17:44:17.783910  ff ff 00 3f 02 00 00 00 24 40 01 01 00 40 02 08 02 03 00 01
Apr 13 17:44:17.783927  02 bd 48 62 40 03 04 0b 0b 0b 0c 80 04 04 00 00 52 30 c0 08
Apr 13 17:44:17.783945  04 00 01 02 9a 18 c7 f2 f4 ff ff ff ff ff ff ff ff ff ff ff
Apr 13 17:44:17.783962  ff ff ff ff ff 00 46 02 00 00 00 2b 40 01 01 00 40 02 0a 02
Apr 13 17:44:17.783980  04 15 87 04 d7 1c 87 10 ae 40 03 04 0b 0b 0b 0c c0 08 10 15
Apr 13 17:44:17.783997  87 02 9a 15 87 02 9b 15 87 02 bc 15 87 15 87 16 aa d2 98 ff
Apr 13 17:44:17.784014  ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 00 41 02 00 00
Apr 13 17:44:17.784043  00 26 40 01 01 00 40 02 0a 02 04 00 01 04 d7 1c 87 10 ae 40
Apr 13 17:44:17.784062  03 04 0b 0b 0b 0c 80 04 04 00 00 78 d2 c0 08 04 00 01 02 9a
Apr 13 17:44:17.784079  16 aa d2 98 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Apr 13 17:44:17.784097  00 59 02 00 00 00 3b 40 01 01 00 40 02 0e 02 06 15 87 0d e9
Apr 13 17:44:17.784114  1d 32 1d 34 1d 91 1d 92 40 03 04 0b 0b 0b 0c c0 08 1c 0d e9
Apr 13 17:44:17.784131  00 5a 0d e9 2e 40 15 87 02 9a 15 87 02 bc 15 87 15 87 1d 32
Apr 13 17:44:17.784148  04 b4 1d 92 20 28 10 82 82 18 c0 46 87 ff ff ff ff ff ff ff
Apr 13 17:44:17.784165  ff ff ff ff ff ff ff ff ff 00 40 02 00 00 00 25 40 01 01 00
Apr 13 17:44:17.784184  40 02 08 02 03 15 87 00 ae 08 65 40 03 04 0b 0b 0b 0c c0 08
Apr 13 17:44:17.784200  0c 15 87 02 9a 15 87 02 c6 15 87 15 87 18 c7 61 36 ff ff ff
Apr 13 17:44:17.784218  ff ff ff ff ff ff ff ff ff ff ff ff ff 00 46 02 00 00 00 2b
Apr 13 17:44:17.784236  40 01 01 00 40 02 0a 02 04 15 87 04 d7 02 bd 02 be 40 03 04
Apr 13 17:44:17.784253  0b 0b 0b 0c c0 08 10 15 87 02 9a 15 87 02 9b 15 87 02 bc 15
Apr 13 17:44:17.784281  87 15 87 18 c1 da de ff ff ff ff ff ff ff ff ff ff ff ff ff
Apr 13 17:44:17.784299  ff ff ff 00 62 02 00 00 00 47 40 01 01 00 40 02 0e 02 06 15
Apr 13 17:44:17.784317  87 0d e9 1d 32 1d 34 1d 91 1d 92 40 03 04 0b 0b 0b 0c 40 06
Apr 13 17:44:17.784334  00 c0 07 06 1d 92 cb 0f 7b 5d c0 08 1c 0d e9 00 5a 0d e9 2e
Apr 13 17:44:17.784351  40 15 87 02 9a 15 87 02 bc 15 87 15 87 1d 32 04 b4 1d 92 20
Apr 13 17:44:17.784368  28 17 cb 0a 5a ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Apr 13 17:44:17.784386  ff 00 3e 02 00 00 00 23 40 01 01 00 40 02 0e 02 06 0c b9 1b
Apr 13 17:44:17.784403  6a 1b 6a 56 0a 29 22 12 b3 40 03 04 0b 0b 0b 0c 80 04 04 00
Apr 13 17:44:17.784420  00 04 69 16 ca 9e 30 ff ff ff ff ff ff ff ff ff ff ff ff ff
Apr 13 17:44:17.784438  ff ff ff 00 3e 02 00 00 00 23 40 01 01 00 40 02 0e 02 06 0c
Apr 13 17:44:17.784456  b9 02 bd 02 bd 04 d7 1c 87 10 ae 40 03 04 0b 0b 0b 0c 80 04
Apr 13 17:44:17.784473  04 00 00 03 7a 16 aa d2 98 ff ff ff ff ff ff ff ff ff ff ff
Apr 13 17:44:17.784490  ff ff ff ff ff 00 52 02 00 00 00 23 40 01 01 00 40 02 0e 02
Apr 13 17:44:17.784508  06 0c b9 1b 6a 1b 6a 56 0a 29 22 12 b3 40 03 04 0b 0b 0b 0c
Apr 13 17:44:17.784525  80 04 04 00 00 04 69 15 ca 9e 40 15 ca 9e 48 16 ca 9e 50 16
Apr 13 17:44:17.784541  ca 9e 54 16 ca 9e 58 16 ca 9e 5c ff ff ff ff ff ff ff ff ff
Apr 13 17:44:17.784559  ff ff ff ff ff ff ff 00 42 02 00 00 00 27 40 01 01 00 40 02
Apr 13 17:44:17.784577  0a 02 04 06 db 04 d7 02 bd 02 be 40 03 04 0b 0b 0b 0c c0 08
Apr 13 17:44:17.784599  0c 06 db 02 9b 06 db 03 e8 06 db 07 d0 18 c1 da de ff ff ff
Apr 13 17:44:17.784616  ff ff ff ff ff ff ff ff ff ff ff ff ff 00 42 02 00 00 00 27
Apr 13 17:44:17.784634  40 01 01 00 40 02 0a 02 04 06 db 04 d7 02 bd 18 f0 40 03 04
Apr 13 17:44:17.784652  0b 0b 0b 0c c0 08 0c 06 db 02 9b 06 db 03 e8 06 db 07 d0 17
Apr 13 17:44:17.784669  d0 3d 82 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 00
Apr 13 17:44:17.784687  4a 02 00 00 00 2f 40 01 01 00 40 02 12 02 08 06 db 04 d7 15
Apr 13 17:44:17.784704  87 22 a2 22 a2 22 5b 23 a7 15 2d 40 03 04 0b 0b 0b 0c c0 08
Apr 13 17:44:17.784778  0c 06 db 02 9b 06 db 03 e8 06 db 07 d0 13 3e 2c 60 ff ff
Apr 13 17:44:17.784794 rt_close: 1 route proto BGP_64512.11.11.11.12+2376
Apr 13 17:44:17.784794
Apr 13 17:44:17.784835 bgp_peer_close: closing peer 11.11.11.12 (External AS 64512), state is 7 (Established)
Apr 13 17:44:17.784850 task_job_delete: delete background job Read peer for task BGP_64512.11.11.11.12+2376
Apr 13 17:44:17.784868 bgp_event: peer 11.11.11.12 (External AS 64512) old state Established event RecvUpdate new state Idle
Apr 13 17:44:17.784931 bgp_close_socket: peer 11.11.11.12 (External AS 64512)
Apr 13 17:44:17.784946 task_close: close socket 27 task BGP_64512.11.11.11.12+2376
Apr 13 17:44:17.784955 task_reset_socket: task BGP_64512.11.11.11.12+2376 socket 27
Apr 13 17:44:17.785020 task_timer_delete: BGP_64512.11.11.11.12_Traffic <Touched>
Apr 13 17:44:17.785040 task_timer_delete: BGP_64512.11.11.11.12_Hold <Touched>
Apr 13 17:44:17.785068 background dispatch completed job Read peer for task BGP_64512.11.11.11.12
Apr 13 17:44:17.785151 RELEASE  212.51.204.0/24    gw 11.11.11.12     BGP      pref 170/-101 metric 21270/0 fe-2/1/1.0 <Release Ext>  as 64512
Apr 13 17:44:17.785184 rt_close: 1 route proto BGP_64512.11.11.11.12
Apr 13 17:44:17.785184
Apr 13 17:44:17.785235 bgp_reset_flash: resetting flash/new policy routes for BGP_Group_nantech
Apr 13 17:44:17.785268 bgp_event: peer 11.11.11.12 (External AS 64512) old state Idle event Start new state Active
Apr 13 17:44:17.785284 task_timer_ucreate: created timer BGP_64512.11.11.11.12_Connect  flags <>
Apr 13 17:44:17.785303 task_timer_uset: timer BGP_64512.11.11.11.12_Connect <Touched> set to offset 32 at 17:44:49


More information about the juniper-nsp mailing list