Hi guys,
I have the following configuration.
Notice that I have the interface and peer bgp into shutdown.
interface TenGigE0/6/0/0
ipv4 address 10.10.10.2 255.255.255.252
shutdown
load-interval 30
!
RP/0/RP0/CPU0:CRS#sh run router bgp 34 neighbor 10.10.10.1
Wed Mar 14 15:49:29.283 DST
router bgp xxx
neighbor 10.10.10.1
shutdown
description teste
update-source TenGigE0/6/0/0
address-family ipv4 unicast
send-community-ebgp
remove-private-AS
soft-reconfiguration inbound always
!
!
!
But when I try to see the prefix you have to shutdown the interface, I get the following output
RP/0/RP0/CPU0:CRS#sh route 10.10.10.1
Wed Mar 14 15:39:49.300 DST
Routing entry for 10.10.10.0/19
Known via "bgp 34", distance 180, metric 0
Tag 8657, type external
Installed Mar 2 06:38:38.526 for 1w5d
Routing Descriptor Blocks
XX.XX.XX.XX, from XX.XX.XX,XX, BGP multi path
Route metric is 0
YY.YY.YY.YY, from YY.YY.YY.YY, BGP multi path
Route metric is 0
10.10.10.1, from 10.10.10.1 (quarantined), BGP multi path
Route metric is 0
No advertising protos.
this means what? is supposed to continue to see the prefix in the routing table?
what it means to be in the state this prefix 'quarentined'?
I'm alredy knows what's means ...
Thanks you for everything.