@mastarron
Quote:
Can you give me the part number of the SIM Cellular card. I can actually use this setup for a couple of tele-workers.
Are you talking about the cellular module that connects to the front of the 881? The cellular module is Cisco specific and comes as part as the 881 3G package.
Quote:
How stable is the VPN connection? would a phone(7975) behind the 881 work good as far as voice quality?
How much bandwidth does voice need? We've been pushing audio and video over the VPN (with a propriety codec) to our core network and its pretty stable, not perfect but it will suffice for our requirements. Our application needs 300K for upload and its ok.
@ZeroZeroFourteen
Quote:
1. How do you find out the 3G information for the cellular interface?
When you buy the cell card, do you buy a plan with it as well which gives you this information?
I am referring to the numbers in the string
Code:
chat-script bile "" "ATDT*99*1#" TIMEOUT 30 "CONNECT
We purchased a 3G data enabled card and i found the chat-script config from searching on the web. Your provider will issue the APN and username and password but the username and password are optional and generic.
A useful link for the chat-script config -
http://inetpro.org/wiki/Initial_configu ... _interfaceQuote:
2. You use a dynamic crypto map under the Hub site, this means that only the hub site can start the IPSec VPN since it has the dynamic crypto map.
How do you ensure that the Hub site always tries to start the VPN?
Well the hub doesn't have a peer address so it has no way of knowing its peer. Only the spoke (client) has the peer address which performs the dial in to the Easy VPN server.
Hope this Helps