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 want to be able to extract ISDN messages from the Cisco syslog that are generated from the command 'debug isdn q931'. I want to track a single call and see it's disconnect cause code, etc. Are there any scripts out there that do this. If I don't ha...
I am going to implement a Catalyst 4506 which will have about 10 VLANS and I want to be able to route between these VLANS. The switch is also plugged into a 7206 FastEthernet port. I know I can create sub interfaces but would rather use trunking on t...
Is it possible to allow/disallow inbound pots calls based on the ANI on a AS5300 within the dial peer configuration? If so how?So I can only allow calls from a certain ANI access through to match an outbound dial peer?
I am trying to connect to a 1721 from a vpnclient v3.6.1The IPSec link seems to get established but I cannot get to the internal LAN from the vpnclient.vpngw.off.ekorp.com#sho crypto isa sadst src state conn-id sl...
Is is possible to create a call conference in TCL? I want to be able to have multiple call legs connected to each other on a AS5300 router running a TCL application?If so is there any documentation or examples?
Yes. You should probably have a look at some of the example configs from here:http://www.cisco.com/en/US/tech/tk583/tk372/tech_configuration_examples_list.htmlBut it is possible to have a VPN between the 2 soho91's using static or dynamic addresses. ...
I currently run a Cisco SOHO91 as a filtering router that has a ADSL modem plugged into the WAN Interface. I use the SOHO91 to VPN into the office LAN. So basically my home LAN and Office LAN are connected via the IPSec VPN. The configuration for thi...
We have been using the IOS version 122-2.XB11 for our 5300 which handles about 40 similtanious calls. We have been running this IOS version for about 4 months without any problems.
That is true. But it is possible to assign a single address to a specific user. You can assign a single IP to a pool and then assign that pool to a single user. It's not pretty but it works.
To bind the crypto map to an interface use the command:crypto map 'map-name' local-address 'interface'EG:crypto map crypt-map1 local-address Loopback2- Brett