09-01-2008 02:17 AM - edited 03-03-2019 11:21 PM
Hi Guys ,
how can i configure bgp soo community in IPV4 network enviorment ? i have BGP IPv4 running in my network . no vrf's no vpnv4 bgp.. Simple IPv4 BGP with some IBGP and EBGP peers.i wanna advertise a network with soo community . how could i do this. any ideas please. and how can i verify that soo community is being advertised ..
here is what i tried.
address-family ipv4
neighbor x.x.x.x activate
neighbor x.x.x.x send-community both
neighbor x.x.x.x next-hop-self
neighbor x.x.x.x activate
neighbor x.x.x.x send-community both
neighbor x.x.x.x route-map med out
no auto-summary
network 10.1.75.0 mask 255.255.255.0 route-map extendcom
exit-address-family
route-map extendcom permit 30
set extcommunity soo 1001:1001
regards
amit
09-01-2008 05:20 AM
Amit,
SoO relies on VRF for its configuration.
Please see the following document:
http://www.cisco.com/en/US/docs/ios/iproute/configuration/guide/irp_bgp_neighbor_soo.html
HTH,
__
Edison.
09-01-2008 02:04 PM
Hi Guys,
it was just a thought in my mind and testing at home.
i just wanted to cross check with all GURU's here .
Thanks for your time..
regards
amit
09-01-2008 08:14 AM
Hello Amit,
as Edison has explained SOO is thought for VRFs in order to avoid some routing loops.
In an IPV4 only scenario you can use one or more standard BGP community to mark routes and then take decisions on this attribute.
Hope to help
Giuseppe
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