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.
Hello ,Hello everyone the router that I am working with is a Cisco c881 (IOS 15.3(3)M5). The problem that i have with it is that when the WAN port, that is configured to get its setting via DHCP on the ISP side, isn't able to accept the settings it g...
Hi all,I have this situationThe configuration of it is explained in this documenthttp://www.cisco.com/en/US/tech/tk583/tk372/technologies_configuration_example09186a0080094685.shtmlBut that what I am trying to do is to access 10.10.20.0/24 network fr...
Hi all,I have Cisco 871 router witch has 1 WAN interface and 4-port 10/100-Mbps managed switch. My question is: Can I connect this router with 2 ISP's? One of the ISP's I can connect with the WAN port, but can I connect the other ISP to one of the 4...
Hi, We have Cisco 1811 in the office and our WAN connection is 25Mbit/s. We have no problem. If I fill the bandwidth up to the 25Mb/s, the processor usage goes over 90%, but it still does its job. But I guess you will not use the maximum of your band...
Can you try to adjust the mss on your inbound interface for example vlan1 (or whatever Vlan number are you using)#interface vlan 1 #ip tcp adjust-mss 1452And see if there is any difference Regards
Hi, It seems to me that this is problem of your ISP and probably your ADSL modem. Try change the settings of the modem to ADSL2+ Annex M if possible.Good luck
Hi,You probably missed to configure fa0/1 to be part of vlan 1#interface fa 0/1 #switchport mode access #switchport access vlan 1And also check if your vlan 1 interface status shows UP / UPRegards
Just to close this case, I make it work other way. Because I have two internet facing ports to two different ISPs, I have configured the VPN clients to connect via one ISP and Site-to-Site VPN to be established over the other ISP. Anyway thanks for y...