cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
307
Views
0
Helpful
1
Replies

BGP route map send community config

hmc250000
Level 1
Level 1

We are trying to configure eBGP peering and setting a community string.  I'm not very familiar with setting community strings in BGP. 

The community string seems to change from this > set community 64612:100 to this > community 4234412132

IS this behavior correct?

 

Router A (Local) AS is 64612
Router B (Remote) AS is 64512

 

The BGP config on router A is as follows:

router bgp 64612
neighbor 192.168.200.2 56.250 remote-as 64512
address-family ipv4
neighbor 192.168.200.2 route-map Test
neighbor 192.168.200.2 send-community both
network 192.168.200.0 mask 255.255.255.0
route-map Test permit 10
match ip address prefix-list Test
set community 64612:100
ip prefix Test permit 10 192.168.200.0/24 le 32

 

 

However the "show route-map" output on the router shows like this:

sh route-map
route-map Test, permit, sequence 10
Match clauses:
ip address prefix-lists: Test
Set clauses:
Policy routing matches: 0 packets, 0 bytes
community 4234412132

 

 

1 Reply 1

Ip bgp-community new-format

 

This command you need