Hi Xander How about packet travsers in same NP on trident , typhoon and tomahawk? Are they need forward to fabric or it can be local switch within NP?
... View more
p2p xconnect on asr9k really doesn't care about the traffic type because there's no MAC learning. What comes in on one end goes out on the other. :) This definitely needs to be investigated on the asr1k side. I'm afraid I can't help much with that because it's not an IOS XR platform. Btw, if you want to slow down the switching back from backup PW to primary after the primary PW comes back up, you can make use of the "l2vpn pw-class backup disable delay " command. /Aleks
... View more
Load Dynamix solution can generate the most realistic storage workload at a scale to prove it.
Load Dynamix is used by many WAN opt manufacturer including Cisco and Riverbed.
Please visit www.virtualinstruments.com
Andy Kim
Virtual Instruments
Andy.kim@virtualinstruments.com
... View more
Yes.
Send an email to Cisco Licensing team provide the serial number of both appliances and tell them you want to re-host the UC license from one router to another.
... View more
Hi Leo, Use the below one:: Object ipCidrRouteTable OID 1.3.6.1.2.1.4.24.4 Hope it will work Thanks- Afroz ***Ratings Encourages Contributors ***
... View more
Hi Leo, You can try a policy-map to rate limit the multicast stream and apply it in/out direction on the specific interface. Thanks, Nagendra
... View more
Hi I changed the guest OS to RHEL 4 and run the installation again, but still no luck. This time I found I missed following questions during the installation comparing to the installation guide (I didn't check the guide at first time): 1/ if this server is the first node in cluster 2/ if you want to change MTU size 3/ application username and password I think question 1 and 3 are very cirtical for the installation. Do you know if this means the ISO file has problem? The version on ISO file is the 7.1.3.10000-13. Should we install the original version 7.1.3 first and then upgrade it to 7.1.3.10000-13? Thanks. Leo
... View more
Hi Leo, Since you've not posted the relevant snippets of the config, I'll have to assume that even with 4 PVDM2-64 modules, you cant bring up a new PRI because of the number of conference sessions you have and the 2 current E1 PRIs. The "right" way to do this is to use DSP calculator and check to see if you've got enough DSPs to do what you need to on this router: http://www.cisco.com/web/applicat/dsprecal/dsp_calc.html If you want to do it on the fly, then yes, like Paolo even said, reduce the number of conference sessions you may have as it blocks the entire DSP(s) (depending on the number of conference sessions and the codecs listed under the dspfarm profile) whether there is an active conference or not. It will not share its DSPs with PRIs, transcoders, MTPs, etc. Here is an example: ! dspfarm profile 2 conference codec g711ulaw codec g711alaw codec g729ar8 codec g729abr8 codec g729r8 codec g729br8 maximum sessions 8 associate application SCCP ! Now if I want to reduce the number of sessions, or even shutdown the conferencing, then you need to do the following: R2#conf t Enter configuration commands, one per line. End with CNTL/Z. R2(config)#dspfarm profile 2 conference R2(config-dspfarm-profile)#shut ----> Conference profile will shutdown. You can configure your new PRI now if you want. However no conference calls will work if this resource is being requested for by CUCM / CME. Disabling profile will disconnect active CONFERENCING calls, do you want to continue ? [yes/no]yes R2(config-dspfarm-profile)# R2(config-dspfarm-profile)#do show run | sec dspfarm profile 2 dspfarm profile 2 conference codec g711ulaw codec g711alaw codec g729ar8 codec g729abr8 codec g729r8 codec g729br8 maximum sessions 8 associate application SCCP shutdown R2(config-dspfarm-profile)# R2(config-dspfarm-profile)#max sessions 6 R2(config-dspfarm-profile)# R2(config-dspfarm-profile)#do show run | sec dspfarm profile 2 dspfarm profile 2 conference codec g711ulaw codec g711alaw codec g729ar8 codec g729abr8 codec g729r8 codec g729br8 maximum sessions 6 associate application SCCP shutdown R2(config-dspfarm-profile)# R2(config-dspfarm-profile)#no shut ---> You have reduced the conference sessions and should be able to configure the new PRI even now. R2(config-dspfarm-profile)# R2(config-dspfarm-profile)#end R2# If you dont mind the conferencing going down during business hours, then you can do it, else, it would be best to do it after business hours. I would still say: Go with DSP calculator to make sure you have sufficient resources to do everything you want to on this router. Lastly, please post the configuration if you have further questions on this. HTH. Regards, Harmit.
... View more
Hi, we are using ACS 5.1.0.44.3 to do the AAA for ASR 9K. Now we want to add the cisco-support group for the network administrator so that they can have highest privilege to run some commands to troubleshoot. Cisco suggested us to add following config on ACS, but it didn't work. Anyone has any ideas? Under the shell profile, in cutom attributes tag, add new attribute Attribute: task Requirement: optional Value: #cisco-support Thanks. Leo
... View more