cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1661
Views
0
Helpful
3
Replies

Cisco IOS XR commands for aggregate addressing

davidhvoss
Level 1
Level 1

Can someone who knows IOS XR help me with creating the equivalent for this? I have this programmed in IOS:

route-map KMA-AGGS permit 10

set community 20115:3000 20115:63004

router bgp 99999

aggregate-address 10.158.32.0 255.255.240.0 route-map KMA-AGGS

What would this look like in IOS XR?

Thanks for the help!

1 Accepted Solution

Accepted Solutions

ananshah
Cisco Employee
Cisco Employee

Hello David :

conf t

router bgp 9999

address-family ipv4 unicast

aggregate-address 10.158.32.0/20 route-policy KMA-AGGS

exit

exit

------make sure you are in global config mode---

route-policy KMA-AGGS

set community (20115:3000)

set community (20115:63004) additive

exit

commit

Not sure if this would help but tried my best :)

http://www.cisco.com/en/US/docs/ios_xr_sw/iosxr_r3.4/routing/configuration/guide/rc34bgp.html

View solution in original post

3 Replies 3

ananshah
Cisco Employee
Cisco Employee

Hello David :

conf t

router bgp 9999

address-family ipv4 unicast

aggregate-address 10.158.32.0/20 route-policy KMA-AGGS

exit

exit

------make sure you are in global config mode---

route-policy KMA-AGGS

set community (20115:3000)

set community (20115:63004) additive

exit

commit

Not sure if this would help but tried my best :)

http://www.cisco.com/en/US/docs/ios_xr_sw/iosxr_r3.4/routing/configuration/guide/rc34bgp.html

Thank you!

ananshah
Cisco Employee
Cisco Employee

Hello David :

conf t

router bgp 9999

address-family ipv4 unicast

aggregate-address 10.158.32.0/20 route-policy KMA-AGGS

exit

exit

------make sure you are in global config mode---

route-policy KMA-AGGS

set community (20115:3000)

set community (20115:63004) additive

exit

commit

Not sure if this would help but tried my best :)

http://www.cisco.com/en/US/docs/ios_xr_sw/iosxr_r3.4/routing/configuration/guide/rc34bgp.html

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card