cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1478
Views
0
Helpful
7
Replies

Clear BGP damping or flap-statistics in a VRF?

rknuttila
Level 1
Level 1

Hi,

I'm trying to find a way to clear BGP dampening or flap-statistics in a VRF - I'm using an ESR 10008 w/IOS 12.0(28)S2. So far, the docs and online help don't seem to indicate that choice. Does anyone know the correct syntax?

Thanks,

Reid Knuttila

1 Accepted Solution

Accepted Solutions

Your SE is right. Dampening can't be eanbled per VRF. If you enable it under one VRF, it is enabled for all VRFs.

The support for dampening per VRF is on the roadmap but just not there yet.

The command "clear ip bgp vpnv4 unicast dampening" will clear all the dampening info for all VRFs connected to the PE on which the command is issue.

Hope this helps,

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México

View solution in original post

7 Replies 7

Harold Ritter
Cisco Employee
Cisco Employee

The command is:

r1#clear ip bgp vpnv4 unicast dampening ?

A.B.C.D Network to clear damping information

r1#clear ip bgp vpnv4 unicast dampening

Hope this helps,

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México

Mark,

Thanks for the response. I can't seem to get the command to work on the 12.0S code on PRE-1 (ESR 10k). Here's what I see:

pllbpe1#sh ip bgp vpnv4 vrf adtech dampening flap-statistics | include 51.0.0.0

h 51.0.0.0/20 172.31.10.2 2 00:03:40 65002

pllbpe1#clear ip bgp vpnv4 unicast flap-statistics 51.0.0.0 255.240.0.0

% Network not in table

I've tried the above on a few samples of the thousands of routes in the VRF table and none of them work - always "% Network not in table"

.

My Cisco SE just told me that there are no commands in 12.0(28)S for what I referred to, nor are there plans to put it in 12.0S.

But it does work in 12.2S! If I move to a different platform which can run 12.2S (a 7600) then the 'vrf' argument exists and I can clear flapping

Try without the prefix. I think the command will only work globally.

Hope this helps,

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México

Your SE is right. Dampening can't be eanbled per VRF. If you enable it under one VRF, it is enabled for all VRFs.

The support for dampening per VRF is on the roadmap but just not there yet.

The command "clear ip bgp vpnv4 unicast dampening" will clear all the dampening info for all VRFs connected to the PE on which the command is issue.

Hope this helps,

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México

Dear Hritter,

Forgive me, I would like to know, what are the consequences that we have to do clear ip bgp vpnv4 unicast dampening? Is it related to BGP route dampening?

Any related technical document ?

thanks in advance.

maher

Maher,

This is indeed BGP route dampening. Clearing the dampening info using the "clear ip bgp vpnv4 unicast dampening" will cause the penalty to be cleared for all prefixes in all VRFs connected to the specific PE. As a result, any routes that were suppressed because of their penalty will start being used again.

Hope thi helps,

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México

Hi Hritter,

Thanks for the input.

regards,

maher