bgp redistribute connected-static problem

From: Tony Blanco <blancoj17_at_yahoo.com>
Date: Mon, 5 Nov 2012 11:41:35 -0800 (PST)

Team,
I have the following problem and Cisco (two engineers) so far is not
able to point the root of the problem see below, but the problem is that from
the minute I enable redistribute static or connected on the bgp connection all
traffic going to the Internet get hit with a delay 100ms versus the typical
9ms

10.21.32.0----Router1
--- ASA1---ATT ISP
        
                   |
   
                        ----BGP-------
                                                    |
                                                Level
3 ISP
                    
                             |
         
                 ---BGP---------
       
                |
        
               Router2---ASA2---ABOVE
ISP
 
 
There
is static default route
on router1 towards ASA1
NAT is
happening on ASA1
Router 1
and Router 2 are BGP
neighbors with Level 3
The ping
from 10.21.32.0 towards internet takes
approximately 9ms
When
10.21.32.0 network is redistributed into BGP on router1
the ping
takes 100ms +
and router1
becomes inaccessible sometimes
 
traceroute
from PC shows that delay has been included in journey from PC to ATT ISP
traceroute from asa does not shows a delay....

see below some traceroutes
==============
trace without redistribute
==============

=============
trace
from client
=============

C:\>tracert 74.125.224.178

Tracing route to
lax02s01-in-f18.1e100.net [74.125.224.178]
over a maximum of 30 hops:

  1
 <1 ms <1 ms <1 ms 10.21.32.1
  2 <1 ms <1 ms <1 ms
 10.21.32.33
  3 <1 ms <1 ms <1 ms xx.xx.xx.xx
  4 10 ms 8 ms
    8 ms xx.xx.xx.xx
  5 11 ms 11 ms 11 ms cr2.la2ca.ip.att.net
[12.122.104.74]
  6 9 ms 9 ms 9 ms 12.123.132.217
  7 9 ms
  9 ms 9 ms 12.91.217.158
  8 9 ms 9 ms 9 ms 209.85.248.185
  9 9 ms 9 ms 10 ms 72.14.236.11
10 9 ms 9 ms 9 ms
 lax02s01-in-f18.1e100.net [74.125.224.178]

Trace complete.

C:\>
=============
trace from router
=============

SB-415-ext-rtr-a#
SB-415-ext-rtr-a#traceroute 74.125.224.178
Type escape sequence to abort.
Tracing the route to 74.125.224.178
VRF info: (vrf in name/id, vrf out
name/id)
  1 xx.xx.xx.xx 0 msec 0 msec 0 msec
  2 xx.xx.xx.xx 12 msec 8 msec 8
msec
  3 12.122.104.74 12 msec 12 msec 12 msec
  4 12.123.132.217 8 msec 8
msec 12 msec
  5 12.91.217.158 8 msec 8 msec 12 msec
  6 209.85.248.185 8 msec
12 msec 8 msec
  7 72.14.236.11 8 msec 12 msec 8 msec
  8 74.125.224.178 12
msec 8 msec 8 msec
SB-415-ext-rtr-a#
SB-415-ext-rtr-a#
SB-415-ext-rtr-a#
==============
trace from asa
==============
sb-415-asa1#
sb-415-asa1#
traceroute 74.125.224.178

Type escape sequence to abort.
Tracing the route to
74.125.224.178

1 xx.xx.xx.xx 0 msec 0 msec 0 msec
2 xx.xx.xx.xx 20 msec 10
msec 10 msec
3 cr2.la2ca.ip.att.net (12.122.104.74) 10 msec 20 msec 10 msec
4
 12.123.132.217 10 msec 10 msec 10 msec
5 12.91.217.158 10 msec 10 msec 10
msec
6 209.85.248.185 10 msec 10 msec 10 msec
7 72.14.236.11 10 msec 10 msec
10 msec
8 lax02s01-in-f18.1e100.net (74.125.224.178) 10 msec 10 msec 10 msec
sb-415-asa1#
sb-415-asa1#
sb-415-asa1#

==============
trace with
redistribute static
==============

=============
trace from client
=============

C:\>tracert 74.125.224.178

Tracing route to
lax02s01-in-f18.1e100.net [74.125.224.178]
over a maximum of 30 hops:

  1
 <1 ms 4 ms 1 ms 10.21.32.1
  2 <1 ms <1 ms <1 ms
 10.21.32.33
  3 * 100 ms 102 ms xx.xx.xx.xx
  4 107 ms 110 ms
    * xx.xx.xx.xx
  5 16 ms 13 ms 11 ms cr2.la2ca.ip.att.net
[12.122.104.74]
  6 9 ms 9 ms 9 ms 12.123.132.217
  7 9 ms
  9 ms 13 ms 12.91.217.158
  8 18 ms 9 ms 9 ms 209.85.248.185
  9 9 ms 9 ms 9 ms 72.14.236.11
10 9 ms 9 ms 9 ms
 lax02s01-in-f18.1e100.net [74.125.224.178]

Trace complete.

C:\>
=============
trace from router
=============

SB-415-ext-rtr-a#traceroute
74.125.224.178
Type escape sequence to abort.
Tracing the route to
74.125.224.178
VRF info: (vrf in name/id, vrf out name/id)
  1 *
   
xx.xx.xx.xx 100 msec 104 msec
  2 xx.xx.xx.xx 108 msec 108 msec 112 msec
  3
12.122.104.74 112 msec 112 msec 112 msec
  4 12.123.132.217 112 msec 108 msec
112 msec
  5 12.91.217.158 112 msec * 104 msec
  6 209.85.248.185 112 msec
108 msec 104 msec
  7 72.14.236.11 116 msec 112 msec 108 msec
  8 * *
   
74.125.224.178 108 msec
SB-415-ext-rtr-a#
SB-415-ext-rtr-a#

==============
trace from asa
==============

    
sb-415-asa1# traceroute 74.125.224.178
Type escape sequence to abort.
Tracing the route to 74.125.224.178

1
 xx.xx.xx.xx 10 msec * 0 msec
2 xx.xx.xx.xx 10 msec 10 msec 10 msec
3
 cr2.la2ca.ip.att.net (12.122.104.74) 20 msec 20 msec 20 msec
4
 12.123.132.217 10 msec 20 msec 10 msec
5 12.91.217.158 10 msec 10 msec 10
msec
6 209.85.248.185 10 msec 10 msec 10 msec
7 72.14.236.11 20 msec 20 msec
20 msec
8 lax02s01-in-f18.1e100.net (74.125.224.178) 10 msec 20 msec 10 msec
sb-415-asa1#
sb-415-asa1#

Blogs and organic groups at http://www.ccie.net
Received on Mon Nov 05 2012 - 11:41:35 ART

This archive was generated by hypermail 2.2.0 : Sat Dec 01 2012 - 07:27:50 ART