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 have a Cisco ASR 920 that is handling a 10G handoff from an ISP and then providing a 1G link to another router that is providing DMVPN services for remote locations. During times of load (from my testing I'm generating traffic from a single site),...
I am working on a queue loop that will cycle through different prompts for a menu item. I have these Prompt variables. HoldMsg1HoldMsg2HoldMsg3HoldMsg4 And then I have queueLoopCount = 1 I have the queue loop incrementing by 1 at the end and then re...
I am working with an ASR 1001 running IOS XE 03.09.02.S. Our carrier is sending us our data via dot1q tagging. Is there anyway to do this using the "vlan-id dot1q <vlan>" interface command?If I use a sub-interface, I have to use a nested QoS policy...
I'm looking to expand our management addressing and possibly move the MGMT0 connection that is connected to two Nexus 5548 switches. The management is handled by the Management VRF. The Keep-Alives will fail, but the Peer-Links will remain up and o...
I'm looking for feedback. I would like to take advantage of NBAR2 and Embedded Packet Captures on the ASR 1001. I was thinking of running 3.8.2S or 3.9.2S. The release notes seem to be lacking and I can only find a single bug for 3.8 in the bug to...
Hi Roger, Thanks for going through this in detail. I updated my script with your recommendation. I'm still having the same issue, but I think I have a better understanding. I think this maybe a limitation of the scripting language... When I set sM...
Hi Roger,Sorry for the bad verbiage. When I do a reactive script it does hit the Menu object, but there isn't any audio that gets played. It just moves on quickly if I let it run by hitting the "continue" button.
Hey Roger, The prompts are getting populated... Here is what I have for the menu... It still skips over the menu... I could try to maybe set the HoldMsg# to a String and populate the Menu Prompt with P["HoldMsg" + sQueueLoopCount] ?
Hi Roger, Here is my queue loop.Here are my prompt variables.These variables get populated by the script... Just to make sure there wasn't anything wrong with the prompts, I changed the menu to reference the prompt variable and it worked fine.
Hi John, Thanks for the response. My script is continuing to skip over the prompt despite corrected casting issue that I had. I have verified HoldMsg1 through HoldMsg4 are a prompt variables.I have tried the following... After copying the integer qu...