Mailing List Archive

IOS-XR unsuppressed map BGP
Good day,.

Apologize if I ask the wrong question or anything, I just wondering how to
configure an unsuppressed map in iox-xr for BGP aggregate with
summary-only, hence I tried to google but was unable to find any good
sample. I am doing this for my lab, thank you so much for answering this
question.

Regards.
TP
_______________________________________________
cisco-nsp mailing list cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/
Re: IOS-XR unsuppressed map BGP [ In reply to ]
Hi TP,

In XR, this would be done through RPL. Please refer to the ?unsuppress-route? attribute in the following configuration guide:

https://www.cisco.com/c/en/us/td/docs/routers/asr9000/software/asr9k-r7-7/configuration/guide/b-routing-cg-asr9000-77x/implementing-routing-policy.html

Regards,

Harold

De : cisco-nsp <cisco-nsp-bounces@puck.nether.net> de la part de Toje TJ via cisco-nsp <cisco-nsp@puck.nether.net>
Date : samedi, 20 janvier 2024 ? 08:28
? : cisco-nsp@puck.nether.net <cisco-nsp@puck.nether.net>
Objet : [c-nsp] IOS-XR unsuppressed map BGP
Good day,.

Apologize if I ask the wrong question or anything, I just wondering how to
configure an unsuppressed map in iox-xr for BGP aggregate with
summary-only, hence I tried to google but was unable to find any good
sample. I am doing this for my lab, thank you so much for answering this
question.

Regards.
TP
_______________________________________________
cisco-nsp mailing list cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/
_______________________________________________
cisco-nsp mailing list cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/
Re: IOS-XR unsuppressed map BGP [ In reply to ]
Hello TP
is the below what you are looking for?

P4-P5 (IOS-IOSXR).

route-policy BGP
unsuppress-route
end-policy

router bgp 5
address-family ipv4 unicast
network 192.168.64.0/24
network 192.168.65.0/24
aggregate-address 192.168.64.0/23 summary-only
!
neighbor 10.1.45.4
remote-as 4
address-family ipv4 unicast
route-policy ALLOW in
route-policy BGP out

P4#show ip bgp
BGP table version is 8, local router ID is 10.1.100.4
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
r RIB-failure, S Stale, m multipath, b backup-path, f RT-Filter,
x best-external, a additional-path, c RIB-compressed,
t secondary path,
Origin codes: i - IGP, e - EGP, ? - incomplete
RPKI validation codes: V valid, I invalid, N Not found

Network Next Hop Metric LocPrf Weight Path
*> 192.168.64.0 10.1.45.5 0 0 5 i
*> 192.168.64.0/23 10.1.45.5 0 5 i
*> 192.168.65.0 10.1.45.5 0 0 5 i
________________________________
From: cisco-nsp <cisco-nsp-bounces@puck.nether.net> on behalf of Harold Ritter (hritter) via cisco-nsp <cisco-nsp@puck.nether.net>
Sent: Sunday, January 21, 2024 8:31 PM
To: Toje TJ <toje.party@gmail.com>; cisco-nsp@puck.nether.net <cisco-nsp@puck.nether.net>
Subject: Re: [c-nsp] IOS-XR unsuppressed map BGP

Hi TP,

In XR, this would be done through RPL. Please refer to the ?unsuppress-route? attribute in the following configuration guide:

https://www.cisco.com/c/en/us/td/docs/routers/asr9000/software/asr9k-r7-7/configuration/guide/b-routing-cg-asr9000-77x/implementing-routing-policy.html

Regards,

Harold

De : cisco-nsp <cisco-nsp-bounces@puck.nether.net> de la part de Toje TJ via cisco-nsp <cisco-nsp@puck.nether.net>
Date : samedi, 20 janvier 2024 ? 08:28
? : cisco-nsp@puck.nether.net <cisco-nsp@puck.nether.net>
Objet : [c-nsp] IOS-XR unsuppressed map BGP
Good day,.

Apologize if I ask the wrong question or anything, I just wondering how to
configure an unsuppressed map in iox-xr for BGP aggregate with
summary-only, hence I tried to google but was unable to find any good
sample. I am doing this for my lab, thank you so much for answering this
question.

Regards.
TP
_______________________________________________
cisco-nsp mailing list cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/
_______________________________________________
cisco-nsp mailing list cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/
_______________________________________________
cisco-nsp mailing list cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/