02-02-2008 08:22 AM - edited 03-05-2019 08:54 PM
Router#sh route-map
route-map COMMUNITY, permit, sequence 10
Match clauses:
Set clauses:
community 13172786
where this Community comming from?as i Remembere i assigned it such 201:65
2)on the Neighbors when i issue sh ip bgp community 201:65;i didn't find any.how to toubleshoot
Solved! Go to Solution.
02-02-2008 12:49 PM
Ali,
You need to the command ip bgp-community new-format in order to have the community displayed in the format AA:NN.
http://www.cisco.com/univercd/cc/td/doc/product/software/ios124/124cr/hirp_r/rte_bgh1.htm#wp1074551
HTH,
__
Edison.
02-02-2008 09:02 AM
Hi,
You don't have a "match clauses" and "set clauses" for route-map COMMUNITY. "community 13172786" is a community number
You should have the config...
!
route-map COMMUNITY permit 10
match ip address 101
set community 201:65
!
ip access-list 101 -entries_here-
Can you post your config?
Regards,
Dandy
02-02-2008 09:59 AM
hey Dany
how you Doin?i dont need to match any ip address just i addee the rout-map to the outside neih internal route-map COMMUNITY out
but it didn't work
what now?
02-02-2008 12:49 PM
Ali,
You need to the command ip bgp-community new-format in order to have the community displayed in the format AA:NN.
http://www.cisco.com/univercd/cc/td/doc/product/software/ios124/124cr/hirp_r/rte_bgh1.htm#wp1074551
HTH,
__
Edison.
02-02-2008 12:55 PM
yes Edisson
i solved it.i forgat to add to the Neight the command:
neigh X send-community
10xs edy
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide