Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,I tried to configure a secondary ipv4 address on BVI interface from a more specific subnet of the primary's address network.interface BVI6 ipv4 address 10.112.242.2 255.255.255.0 ipv4 address 10.112.242.21 255.255.255.248 secondaryWhen I committed...
The default behaviour of ios xr is that you can't use next-hop self for ibgp reflected routes. If you want to change attributes for an ibgp session you should use the command "ibgp policy out enforce-modifications" in combination with a route policy....
Hello Steven, In the most cases you should not change the next-hop on the Route Reflector. The best practice is to change the next-hop on the route reflector client (for both ibgp and ebgp). If you use next-hop-self on the RR then all the traffic wil...
Hello Raimund, In ASR920 the keywork for L3 bridge domain interface is "BDI". So try this please : interface Port-channel1
no ip address
no negotiation auto
service instance 1 ethernet
encapsulation dot1q 10 second-dot1q 8
rewrite ingress tag pop 2 s...
Hello rsharma, You need to define all your neighbors as "route-reflector-client" in your Route Reflector ASR. https://www.cisco.com/c/en/us/td/docs/routers/asr9000/software/asr9k-r6-2/routing/configuration/guide/b-routing-cg-asr9000-62x/b-routing-cg-...
Hello,
If I understand correctly you need to much the source port with your access-list.
Please change the access-list configuration like this :
ipv4 access-list Limita_TP153_ACL10 permit tcp any eq 2383 any 20 permit tcp any eq 8080 any 30 per...