Hello,
there are two restrictions in the config guide for both platforms
The router supports up to 500 GRE tunnelsOnly up to 16 unique source IP addresses are supported for the tunnel source
Could someone explain these retrictions in more details? Do...
Hello,
I have several questions regarding this topic
Are there any specific IOS XR version/smu requirements for the Satellite (NCS 5000) before migrating to eXR on the host? Does the targeted eXR version on the host need to be aligned with the eXR ve...
Hello,
is there anyone here who has a USB console working on these routers?
https://www.cisco.com/c/en/us/td/docs/iosxr/ncs5xx/hardware/installation/guide/b-ncs540-small-density-routers-hig/m-overview-ncs540-small-density-routers.html#id_75425
In my ...
In IOS/IOS XE operating system it is possible to use "ip pim passive" on an interface enabled for IP multicast. This command means that the router will not send PIM messages on the interface nor will it accept PIM messages from other devices across t...
Hello,
do you have experience with building GISO for NCS540 (XR7 platform)?
I have tried gisobuild.py (version 0.38), but the script return errors.
Thanks,
Peter
Export map can only be used for adding different/additional route-target to BGP update. No other set/filtering operation can be performed by that route map. If you want to filter prefixes, you have to use import map.
Here is an example of VPLS configuration- use l2transport subinterface instead of physical interface- service-instance is not used in IOS XR- for untagged encapsulation rewrite is not necessary
!interface GigabitEthernet0/0/0/0!interface GigabitEthe...
Hi, here is a solution with extcommunities. PE1 will advertise the prefix 192.168.100.1 with rt 1:1 and with additonal rt 2:2. PE2 will accept all BGP updates which include rt 2:2 (including 192.168.100.1). The same logic applies to PE2 and additiona...
This ping output does not point to a MTU or fragmentation related issue.
Using the "ip tcp adjust-mss" command is a good workaround for networks which have issues with the Path MTU discovery (PMTUD). DMVPN environment is one example of such networks...
Try to find out the maximum mtu you can transfer without fragmenting and then start solving this issue for the device/link that causes the problem. Use a df-bit (don't fragment bit) option in the ping command
ping 10.3.0.94 repeat 100 size 1500 df-b...