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.
System: (note this is a vXR image applied to a white box, not a 9K) Cisco IOS XR Software, Version 7.4.16
Copyright (c) 2013-2021 by Cisco Systems, Inc.
Build Information:
Built By : ingunawa
Built On : Mon Nov 29 03:56:27 PST 2021
Built Host : iox...
First of all here is the systems info:#do show version
Wed Dec 21 04:05:27.344 UTC
Cisco IOS XR Software, Version 7.4.16
Copyright (c) 2013-2021 by Cisco Systems, Inc.
Build Information:
Built By : ingunawa
Built On : Mon Nov 29 03:56:27 P...
Hello,
The ISR-4331 has two SFP
interfaces gig0/0/1
you can add an SFP and it works by default.
However
gig0/0/0
will not work with an SFP by default, the interface is set to use the RJ45 copper port by default. How do I switch
gig0/0/0
to use the ...
Hi,System:(2)CE: Cisco IOS running eBGP advertising two loopback networks (To represent customer subnets) advertises loopback10 and loopback11, using 192.168 subnets.(2)PE: Cisco vXR running eBGP to CE routers, connects to P / RR network and advertis...
Hi,I am running two Cisco vXR 7.3.1 in GNS3 as PE systems. The problem is both of them randomly will just freeze, and I cant SSH to them anymore. Checking the console shows the following:vXR 01 0/RP0/ADMIN0:Aug 10 00:00:23.884 UTC: mediasvr[2841]: ...
I ran into this same issue. The problem was I was trying to connect to the Cisco IOSXR repeatedly, too quickly. I think the Cisco IOSXR has rate limiting built into it to stop someone connecting so fast. I would have to see your code, but you maybe r...
I was running into the same issue with my XR. This is my version I am running. Note this deployed on a whitebox, so its cisco ios v-xrTue Jun 6 12:59:42.986 ECT
Cisco IOS XR Software, Version 7.4.16
Copyright (c) 2013-2021 by Cisco Systems, Inc.
Bu...
I figured it out!It was not tacacs+ (tac_plus) setting, but ios xr settings. It was the following settings applied to each Cisco IOS XR router:line default exec-timeout 0 0
line default absolute-timeout 0
line default session-timeout 0Source: https:/...
Sorry for delay in reply, busy with holidays. Ok so I found out we are using tac_plus off a linux box. I see no timeout setting set in our conf file. However that does not mean that timeout dose not have a default value. I tried setting `default time...