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.
I'm currently working on improving our monitoring with IOS-XR and I noticed a limitation on IP SLA tag lenght which is not an issue on IOS-XE or NX-OS. The tag lenght is limited to 16 characters long.ipsla
operation 1000
type icmp echo
tag TES...
Hi,
We are trying to monitor BGP and OSPF in multiple VRFs. I have created multiple context in SNMP. Here is what my config looks like:
snmp-server context ALPHA instance 10 vrf ALPHA-NETWORK
snmp-server context BETA instance 20 vrf BETA-NETWORK
...
It is important to note a Nexus 7000 could perform install pre-check without any warning/error even if this bug is present.Upon reboot, the system may not be able to mount/access the bootflash rendering the switch inoperable. I would recommend to any...
I try to configure a simple setup (2 vrf with loopback interfaces that would be see each other). I'm hitting a "wall", because I can't set an RD in my VRF context. Here a reference to an old discussion in this community about this subject.
The fina...
I'm trying to find where to start to test VPN connections with AnyConnect for Android.I have access to an ASA and misc. routers. For testing I have both a Nexus S (Samsung smartphone) and a Transformer Prime (tablet from Asus). I can't find any clear...
Obviously, the Cisco Proprietary platform support context. I'm a bit surprised the industry has not widely adopted SNMP context more widely. I looked at a couple of platforms (both open and close) and many can't poll the same device with multiple c...
I can reproduce the problem, I mess a bit with the script...When I manually log into my switch, I can see that the expect script is executed AFTER I get login to my equipment. Looks like the script kick in only when it sees a "#".Example:
[username@...
It may also be related to the server prompt...
Last login: Fri Jul 21 16:03:10 2017 from xxxxx.domain.com
[username@jumpserver ~]$
^^^^
This is the exact prompt I get when I log to my jump server.
I have the exact same problem. Looks like the scripts lines won't kick in.
I suspect a problem with the dollar sign ($) on the first expect line to be the cause of the issue...
expect "[$username@xxxxxxx ~]\$" <---- I even tried to escape the ch...