Cisco WAN :: 2811 - Connection Between Two VLans On Same Router

Jun 2, 2011

my problem is this:we have two 2811 router with configured interfaces:

Router1

interface FastEthernet0/0.380 encapsulation dot1Q 380 ip address 192.168.232.18 255.255.255.248 no snmp trap link-status crypto map clientmap! 
interface FastEthernet0/0.382 encapsulation dot1Q 382 ip address 10.132.1.126 255.255.255.252 no snmp trap link-status
interface Vlan1 ip address 192.168.5.1 255.255.255.128 ip nat inside ip virtual-reassembly
ip route 0.0.0.0 0.0.0.0 192.168.232.17
ip route 10.132.254.35 255.255.255.255 10.132.1.125
 
Router2

interface FastEthernet0/0.197 encapsulation dot1Q 197 ip address 192.168.222.2 255.255.255.248 ip nat inside ip virtual-reassembly no cdp enable
 interface Vlan1 ip address 192.168.1.1 255.255.255.128 ip nat inside ip virtual-reassembly ip tcp adjust-mss 1452
  
so my case is:computer from router1's network can ping 192.168.222.2 (router2 -FastEthernet0/0.197 )computer from router2 network can ping 192.168.232.18 (router1- FastEthernet0/0.380),but can't ping 10.132.1.126 (router1- FastEthernet0/0.382)How can i connect vlan 380 and vlan382.I want the three vlan to see each other.Is this happen with IRB or not?

View 11 Replies


ADVERTISEMENT

Cisco WAN :: 2811 / Connection Between Two Vlans On Same Router?

Mar 21, 2013

We have two 2811 router with configured interfaces:

Router1
interface FastEthernet0/0.380 encapsulation dot1Q 380 ip address 192.168.232.18 255.255.255.248 no snmp trap link-status crypto map clientmap!
interface FastEthernet0/0.382 encapsulation dot1Q 382 ip address 10.132.1.126 255.255.255.252 no snmp trap link-status
interface Vlan1 ip address 192.168.5.1 255.255.255.128 ip nat inside ip virtual-reassembly
ip route 0.0.0.0 0.0.0.0 192.168.232.17
ip route 10.132.254.35 255.255.255.255 10.132.1.125
 
Router2
interface FastEthernet0/0.197 encapsulation dot1Q 197 ip address 192.168.222.2 255.255.255.248 ip nat inside ip virtual-reassembly no cdp enable
interface Vlan1 ip address 192.168.1.1 255.255.255.128 ip nat inside ip virtual-reassembly ip tcp adjust-mss 1452 
 
So my case is: computer from router1's network can ping 192.168.222.2 (router2 -FastEthernet0/0.197 )computer from router2 network can ping 192.168.232.18 (router1- FastEthernet0/0.380),but can't ping 10.132.1.126 (router1- FastEthernet0/0.382).

How can i connect vlan 380 and vlan382.I want the three vlan to see each other.Is this happen with IRB or not?

View 4 Replies View Related

Cisco Switches :: 2811 Router / SGH 300-20 For Distributing Bandwidth Between Vlans

May 1, 2012

I have a cisco Swtich SGH 300-20 Gigabit switch i configure 2 vlan one is default and one is vlan 10
 
Vlan 1 ip range  172.16.0.0/23
Vlan 10 ip range 172.16.2.0/24
 
Client on Vlan getting Proper IP from DHCP Server all i need is to distribute internet bandwidth we have 6/3 mb and i want to give 4/2 mb to vlan 1 and 2/1 mb to Vlan 10
 
Int Gi16 on switch is configured as trunk port and is connected to cisco 2811 router
 
what are the command used to distribute bandwidth between these 2 vlans

View 3 Replies View Related

Cisco Switching/Routing :: Router On A Stick 2811 With 3750 - Not Propagating VLANs

Jun 1, 2012

I am trying to configure router on a stick with 2811 and 3750, but I just cannot get it to work - vlans are not getting propagated from 3750 to 2811: 3750:
 
Code...

View 1 Replies View Related

Cisco WAN :: 2 ISPs / 2811 Router - Internet Access To LAN / VPN Access To VLANs?

May 31, 2012

I have 2 ISPs terminating on 2 FE ports on my 2811 router.ISP1 had always been here, used for the following:Internet access to LAN usersInternet access with public IP mapping to servers in different security zones (VLANS)Site to Site VPN tunnels to 3rd party partnersRemote VPN access to 3rd party partners We recently got a second ISP, mainly for the following:Internet access and public IP mapping to servers on seperate security zones (VLANS)Site to Site VPN tunnels to 3rd party partners as above, but different hosts So far, ISP1 and all the above service have worked based on the config below. However, having added ISP2, I have not been able to successfully create the site-to-site VPN tunnels.

version 12.4
!
ip source-route
!
ip cef
!
ip name-server 4.2.2.2
ip name-server 137.65.1.1
ip inspect WAAS enable

[code]....
 
Whenver I try to establish a tunnel on SDM_CMAP_2 and run a test using CCP, I get 2 failure reasons:

1. The peer must be routed through the crypto map interface. The following peer(s) are  routed through non-crypto map interface - 4.58.130.130

2. The tunnel traffic destination must be routed through the crypto map interface. The following destinations are routed through non-crypto map interface - 4.58.130.134
 
The tunnels on SDM_CMAP_1 are all active Do I need to include a default route for the second ISP on the router? If so, how do I get this done? When I tried it, I had loops on the user LAN segment of the network.

View 5 Replies View Related

Cisco WAN :: 2811 - Redundant ISPs Connection On Router

Aug 8, 2012

I have two ISP need to connect them on my router.
 
The Router that I have is 2811 where it contains two Fa ports only, so I put an access switch between the two ISPs and the Fa0/0 then configured the Interface Fa0/0 with two IPs ISP1 and ISP2 as a secondary.
 
The problem that I faced that when ISP1 become down the another secondary IP (ISP2) stay down and the internal users have no access to the internet.

View 1 Replies View Related

Cisco :: Slow Internet Connection On 2811?

Feb 21, 2013

I have my router connected to my ISP, but for some reason I am getting really slow internet connection compared to a home Linksys router. I can only think it may be to the fact my port is set to auto speed and auto duplex.

Sometime the websites are fast, other times slow. Cannot seem to pinpoint the reason since my code is so basic.

View 8 Replies View Related

Cisco WAN :: Setting Up 2811 Internet Connection

Mar 3, 2011

We just moved to a new place and ISP here have a bit weried connection - they use cable modem that provides "local" IP (through DHCP) to the router and than you have to dial out L2TP to the ISP in order to connect to internet.This setup works fine with "home" routers, like the LinkSys, however I have no clue on how to setup it on 2811.

View 1 Replies View Related

Cisco WAN :: Connection With IPSEC 2811 To ASA 5510

Oct 27, 2011

I have a 2811 that is my HQ router with a 10MB pipe.  I was trying to configure a IPSEC tunnel to connect to my ASA that has access to our companies internal servers on the 10.33. and 172.16.31 network.  I am having a problem getting phase 1 to even come up.  I've looked over the configurations and unless i'm overlooking something I dont see what could be keeping it from at least completing phase 1
 
Below are the configs.
 2811-CFG
 crypto isakmp policy 10
encr 3des
hash md5
[Code] ....

View 6 Replies View Related

Cisco WAN :: Unable To Get Connection Between 2811 And NM-16ESW

Jun 1, 2006

For some reason I cannot seem to get a connection between the router and the switch.  I see the FE ports on the siwtch, sh ver  includes all 18 FE ports, but it seems that there is no backplane connection.  The only way I can get conenctivity to the switch module is to jumper between one of the routers FE ports and a NM port.  The switch will not accept any IP addressing on the same network as the router becasue of overlap.  Am I just being stupid?  My understanding was this NM would have a backplane connection to the router.  Some docs mention a GE conneection that should show up and there were two parts to the config, one to set up the interconnect and then to set up the switch.

View 4 Replies View Related

Cisco WAN :: 2811 What Is Simplest Way To Create Backup WAN Connection

Dec 20, 2010

what is the simplest way to create backup WAN connection?I have setup 2 WAN connection(2 ISP, 1 is DIA w/ fix ip, 2 is 3G), but if I enable both interface ,then I unplug WAN 1. no traffic goes to WAN 2.I have already have 3G connection enable all the time (w/ command "dialer persistent") Cisco 2811+ Cisco-HWIC-3G,

View 4 Replies View Related

Cisco VPN :: 2811 VPN Client Connection To IOS Firewall Using Certificates

Nov 2, 2011

I'm generally pretty good with VPN issues and with SSL certs, but this is my first rodeo with VPN and certificates together.  I've got a Cisco 2811 router running IOS Firewall (12.4(25)) and for a while now, I've had VPN clients connecting using PSK's and XAUTH.  In order to tighten security, we'd like to move away from PSK's with Aggressive Mode and use certificates with Main Mode.I've been trying to use the Cisco 2811 as the CA, rather than use a Microsoft server or third-party provider.  I think I'm pretty close to getting this to work, but something isn't quite right.  My VPN client software does connect to the 2811, and I get prompted for the XAUTH creds.  If I supply the right creds, I do see in my VPN log window that I've gotten assigned an IP address from the inside VPN pool, my split tunneling rules come through, but the VPN disconnects almost immediately and I never get a chance to try any pings or to send any other types of traffic. [code]

I have attached a sterilized copy of the 2811's current config (2811_sterile.txt), a copy of the 2811's debug output when the VPN client tries to connect (vpn_client_connect_sterile.txt), and a copy of the VPN client's log with IKE on High and Certificates on High (vpn_log_sterile.txt).FWIW, the 2811 is NOT behind NAT, but my VPN client IS behind NAT.  However, I have tried using a direct connection with the VPN client and it didn't seem to change much so I'm not convinced this is a NAT issue.Again, I've never used a Cisco router as a CA and I've been battling this problem for several hours now so the 2811's config may have a lot of unneccessary lines in it at this point.

View 1 Replies View Related

Cisco WAN :: 2650xm / 2811 - Hierarchical QOS Over Two Logical Connection?

Nov 16, 2011

We have two logical connection which are connected via  1 physical Ethernet interface to 2 routers in central sites. Both connections are 2 Mb/s. How can i classify the output traffic in order to shape both direction to 2-2 Mb/s.
 
There are not suitable "match" command!!! ??The branch routers are 2650xm and 2811.

View 4 Replies View Related

Cisco Firewall :: To Deploy ASA5585 In Between User Vlans And Server Vlans

Jun 1, 2012

WE have to deploy ASA5585 in between User vlans & server vlans. we have to find all the ports that needs to be opened on firewall. any tools to do same.

View 2 Replies View Related

Cisco WAN :: Setting Up 2811 Serial Leased Line Connection

Feb 7, 2012

I am a total new comer for Cisco Router. All I know is plug the console cable to a serial port on a PC, fire-up HyperTerminal to view and that's it. I don't know any command or scripts.
 
I am trying to setup my client connection, I already receive the required configuration settings from ISP. It is a Leased Line Serial connection.
 
How to setup the router with the below configuration.
 
Serial IP : 1.X.XX.222
Serial Netmask : 255.255.255.XXX
 LAN IP : 1.X.XXX.1 to 1.X.XXX.31
LAN Netmask : 255.255.255.XXX
[Code] ....

View 5 Replies View Related

Cisco Switching/Routing :: 2811 And EHWIC VA DSLA Connection Configuration

Jan 22, 2012

I am having trouble setting up a EHWIC-VA-DSL-A= card on my cisco 2811 running the following the following:c2800nm-adventerprosek9-mz.151-4.M2.bin and C2800NM_RM2.srec.124-13r.T11
 
My hardware supplier tells me its the right adsl card (have 1 existing working card not the same) but the card will not detect on the system to be configured.is this the right card? am I missing something?

View 2 Replies View Related

Cisco Infrastructure :: 2811 / 1841 / WIC-1AM-V2 - Setup POTS Dial Connection Between 2 Routers?

Jun 17, 2012

I would like to set up a POTS Dial connection between 2 Cisco routers, using the modem card WIC-1AM-V2. I'd like to use this as an out-of-band connection to a remote site, if the primary internet connection fails. So, this setup will only be used in one direction, 1 router placing calls, the other one receiving calls.Here's my config of the receiving router:
 
chat-script dial "" ATZ AT OK "ATX3D T" ATS0=8 TIMEOUT 120 CONNECT C
interface Async0/2/0 description out of band for network no ip address encapsulation slip async mode interactive
line 0/2/0 session-timeout 5 absolute-timeout 10 script connection dial login local modem InOut transport input all escape-character BREAK autoselect ppp stopbits 1 speed 115200 flowcontrol hardware

[code]....
 
This config is working fine, when dialing in via a Windows Hyperterminal Dial connection. After a while of dialing I get the login prompt of the router.Now I want to have a router placing calls instead of a Windows Server. I can't figure out how to tell a router to place calls to a POTS phone number.
 
Receiving router: 2811, WIC-1AM-V2, IOS c2800nm-ipbasek9-mz.124-25a
Calling router: 1841, WIC-1AM-V2, IOS c1841-advsecurityk9-mz.124-25a

View 5 Replies View Related

Cisco Switching/Routing :: 6506E / 3750E - Extending VLans Across Routed MAN Connection?

Feb 9, 2012

We have 20+ VLANs on our main network, we have an offsite connected by metro GIG fiber ethernet.  Right now, we have a layer 2 connection to there with the core at the main site as the gateway.  We have had problems occationaly with the metro ethernet's spanning tree which then we would see our own network and cause an outage, not only for the offsite, but since the VLAN would see itself (not on our equipment but the metro ethernet carrier's) it would effect the main network as well. 
 
What I was going to do to resolve this was change the connection to a routed network, however I need to still send some VLANs over the routed network (there are some applications that require to be on the same subnet as the server).  Is there a way to Map the Vlan 10, and 11 at the main site to a vlan 10, and 11 at the remote site using a routed network? I noticed there is something about bridging, would I bridge the VLAN accross the routed MAN connection?  Then would I bridge back the other way as well? 
 
Main site has a 6506E
and offsite has a 3750E

View 3 Replies View Related

Cisco WAN :: 2811 / Options To Secure Branch Office Connection To HQ Over Provider MPLS Cloud?

Sep 7, 2011

What are my best options to secure branch office connection to HQ over Provider MPLS cloud. Our existing Setup

<<HeadQuarter>> :: DataCenter hosting Email, ERP, Intranet, Voice Services 10mb link to Service Provider over MPLS CloudMPLS is terminated on a 3825 Router running advance Services 

<<BrancOffice>>::Total 10 In Country Branch Offices2mb Link to Service Provider over MPLS CloudTotal users in each branch : 20 MPLS is terminated on a 2811 Router running advance Services  

View 1 Replies View Related

Cisco WAN :: 2811 - Configuration Of Router And BGP

Nov 8, 2011

I want to configure BGP but i am finding it very difficult to know BGP as I am new to this concept.
 
What is theoretical and practical approach to configure bgp??
 
I have to configure my office router 2811 for two ISPs which will be acting as fail-over.
 
I have to start it from scratch.

View 5 Replies View Related

Cisco WAN :: 2811 To Enable Ssh On A Router

Jan 3, 2012

I just bought an additional router for my network and I'm in the process of setting it up.I have however hit a snag with enabling ssh on the device. It is a cisco router 2811 running IOS 15.0 (refer below to my attempts)

View 3 Replies View Related

Cisco WAN :: 2811 Router LAN Ports?

Jun 14, 2012

how many extra interface port can be plugged in to the 2811 router ,there are 2 fixed FE port on this router and i have 3 connection i.e one mpls link , one internet link  and one sip trunk .. some body confirm me  that i can insert module in 2811 ?

View 5 Replies View Related

Cisco WAN :: How To Replace Fan In 2811 Router

Nov 12, 2011

How to replace fan incisco 2811 router in live or down condition?

View 2 Replies View Related

Cisco VPN :: 2811 - Second ASA Not Connecting To Router

Aug 25, 2012

when I got past my current hang up, I marked the thread as answered, so I wasn't sure if I should start another or continue on...        
 
I've tried going through that troubleshooting doc, but I still can't figure this out.
 
When turning on debug for the 2811, I'm not seeing any thing.
 
show debug
Cryptographic Subsystem:  Crypto ISAKMP debugging is on  Crypto ISAKMP Error debugging is on  Crypto IPSEC debugging is on  Crypto IPSEC Error debugging is on
#show crypto sessionCrypto session current status

[Code].....

View 3 Replies View Related

Cisco VPN :: 2811 - AnyConnect SSL VPN On IOS Router

Mar 6, 2013

I configured Any Connect SSL VPN on Cisco 2811 router. It works perfectly when I lo gin via web and run secure mobility client. However, when I connect directly from the mobility client connection fails. It does not even ask me for username and password.

----------------------------------------------------------------------------------------------------
Mar  7 21:36:47.613: %SSLVPN-5-SSL_TLS_CONNECT_OK: vw_ctx: UNKNOWN vw_gw: VPN_GATEWAY i_vrf: 0 f_vrf: 0 status: SSL/TLS connection successful with remote at
Mar  7 21:36:47.617: WV: sslvpn process rcvd context queue event
Mar  7 21:36:47.621: WV: sslvpn process rcvd context queue event
Mar  7 21:36:47.745: WV: sslvpn process rcvd context queue event
Mar  7 21:36:47.749: WV: Entering APPL with Context: 0x49233618,
     
[Code]........
--------------------
 
I have not figured out yet, why mobility client works when launched from the web and why it does not work directly.

View 5 Replies View Related

Cisco WAN :: How To Configure 2811 Router As BGP

Sep 19, 2011

I have cisco 2811 router and two ISP copper line. How can configure it as BGP router.

View 11 Replies View Related

Cisco WAN :: Throughput With Tac 2811 Router

Feb 10, 2013

We currently are using 2811 router for internet Via IPSEC tunnel.Download speed is 30 Mbps and Upload speed is 6 Mbps.
 
But we are getting not more than 4 Mbps download speed. We did open Tac case and as per Tac 2811 router is not for 30 Mbps.Can any suggest proper model. We need 2 FastEthernet/Gig and one serial port.

View 2 Replies View Related

Cisco WAN :: 2811 - Upgrade Router

Jan 9, 2012

I am looking to upgrade a 2811 router to 15.1.2T and see in the release notes that this image is only compatible with  the "C Series" older ISR routers?  What is a "C Series" ISR and how do I know if I have one?

View 4 Replies View Related

Cisco :: VLANs Not Switching On A New Router?

Jun 20, 2012

I just got seriously nice toy to play with, Cisco SG300-10P - I know what you thinking now but with very tight budget...anyway.I configured two ports for VLAN101, Access, but when cabled in and out, it didn't work. Got Linksys switches setup the same way and they work like a charm (and I believe this should too).

View 12 Replies View Related

Cisco WAN :: Configuring Two VLANs On 871 Router

Apr 23, 2013

I use the cisco 871 router as a firewall to my home-office. I have configured two vlans for each seperate port. That is, FE0 configured as VLAN 10  ----> connected to Layer 2 Switch,  FE1 configured as VLAN 20 ----> connected to another Cisco Layer 2 Switch,FE2 not in use, FE3 not in use and FE4 is connected to WAN.I got 100Mbps speed from the ISP, but I can see that I only get 50mbps even connected to VLAN 10 or VLAN 20.Does configuring two VLANs on Cisco 871 router divides the bandwidth (to Internet) into half?

View 35 Replies View Related

Cisco :: Upgrade A Router From A 2811 To A 3945?

Nov 10, 2011

I need to upgrade a router from a 2811 to a 3945.

2811 has the following modules:

View 1 Replies View Related

Cisco WAN :: 2811 Router Not Booting Properly?

Dec 16, 2010

I am using a cisco 2811 router.It is not booting properly.It reboots continously by just decompressing the image repeatedly..

View 2 Replies View Related

Cisco WAN :: 2811 Router - ADSL Links

Jul 18, 2012

can a Cisco 2811 router bundle 2 or 4 ADSL lines ? Reason am asking, we need a device that would be able to bundle 2 or 4 ADSL lines from ISP so that we can you it as backup link in-case the company Internet link does down.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved