Cisco Switching/Routing :: 1721 - How To Configure IP To Cross Two Router

Oct 20, 2011

Long time since I have had to configure a router and have a small project
 
Here is what I have in a simple diagram:
  
PC(static IP)--to--Switch--to--(Ethernet0 int, WIC0)1721 router(FastEthernet0 int, built-in)--to--Switch--to--PC(DHCP)
  
I need static IP PC to be able to ping the DHCP client. Static IP units 10.1.1.x/16, DHCP clients 10.1.3.x/16.
 
I have found these overlap and thus give errors and will even shutdown the interface if I enable certain things like routing or bridging.
 
So I gather I need to change one interface IP range, which would be the DHCP side, I need to stay 10.1.1.x/16 for static side.

View 7 Replies


ADVERTISEMENT

Cisco Switching/Routing :: Dot1q Encapsulation On 1721 Router?

Jan 26, 2012

enable dot1q encapsulation on two ethernet ports on a 1721 router.  I am able to configure it on the built in fastethernet port, but not on any interface provided by a WIC-1ENET or a WIC-4ESW.  I have an application that requires two physical ethernet ports that support dot1q encapsulation.

View 4 Replies View Related

Cisco Switching/Routing :: Will The HWIC-3G-CDMA-V Work On 1721 Router

Feb 22, 2012

I am working on a backup system for my WAN. Verizon quoted the HWIC-3G-CDMA-V to work with my Cisco 1721 router. I have a bunch on these routers on a shelf and thought I would use them for the 3G network. Looking at the Cisco web site it does not list the 1721 as being able to work with this HWIC. I thought it might not be listed as the 1700 series are End of life. Whether it will work?

View 3 Replies View Related

Cisco Switching/Routing :: Vlan Support For 1721 Modular Router

Jan 15, 2012

I would like to know can we configure vlans with cisco 1721 Modular Router? Is it Possible to configure lan environment with the vlans configured in 1721 router without a managed switch?

View 9 Replies View Related

Cisco Switching/Routing :: Will Vrrp Object Tracking Work On 1721 Router

Feb 20, 2013

I am using a bunch of Cisco 1721 routers for my T1 lines. We recently purchased Digi cell modems as a backup for the T1. On configuring vrrp to work on both devices I discovered that IOS 12.3(6c) does not support the "vrrp track" feature. After reviewing the Cisco Feature Navigator I could not see an IOS that will support the vrrp object tracking. Is that correct? The routers have T1 WIC's installed. If it does work what is the latest IOS that will work on this end of life product?

View 1 Replies View Related

Cisco Switching/Routing :: 3750 - EtherChannel Cross-Stack With EMC VNX

May 22, 2013

We are configuring a new EMC VNX, and plan to use Ether channel with our 3750x stack.  We would like to configure it for both additional bandwidth and for redundancy.  What is the best configuration to use?  Should we trunk the channel or use switch port mode access, and use channel-group on or protocol LACP (which state active or passive)?

View 1 Replies View Related

Cisco Switching/Routing :: 3750 / 4500 - Cross Connect 2 V LAN

Mar 18, 2012

I have c3750 and c4500 switches. I want to cross connect 2 v LAN so I need connection 2 different v LAN s. Can you provide example configurations?
 
Whatever other case, I want to cross connect between c7200 and c3750 2 different v LAN. It's possible?

View 3 Replies View Related

Cisco Switching/Routing :: 877 Reverse Telnet With No Aux Port For No Cross Contamination

Dec 21, 2011

I have a new 877 that I am using for internet traffic for 3-4 internet only devices.I also have a clean network that i want to insure no cross contamination. However I plan on rolling this out to many sites, but for management I was hoping to set up a reverse telnet to the console port from our one of my clean switches. which should allow me to keep the units seperated and allow me to manage changes etc remotely. Unfortunatly there is no Aux port on the clean switch (3560). Is there still a way to acheive this? can i configure one of the ethernet ports to connect to the console of the 877?

View 2 Replies View Related

Cisco Switching/Routing :: Cross Stack EtherChannel From 3750 To 2960

Mar 25, 2013

We have a pair of WS-C3750X-24T-S in a stack and four WS-C2960S-48TS-L in a stack of their own. There is not really anything too fancy configured (no special VLAN configuration/trunks or etc.) but the 3750 do have two ports configured as L3 for routing. We are not trying to use those ports for EtherChannel. These devices are running IOS 12.2(55)SE3 Essentially we are attempting to make an EtherChannel group using port 48 on all four of the 2960's in their stack (four ports). On the 3750 we will configure an EtherChannel group using port 23 and 24 on both switches (four ports). We then connect them up to form a four member EtherChannel.The ports on both ends are configured as mode ON and they are all 1Gb ports. I elected mode on because I understand at least one of the EtherChannel protocols will not work cross stack. What I would like to ask is whether the above configuration is possible or are we hitting some sort of limitation of EtherChannel cross stack, etc..? I cannot find anything to suggest this configration is invalid, but thought I would ask to see if I missed something in the EtherChannel articles.

View 3 Replies View Related

Cisco Switching/Routing :: EtherChannel Cross-Stack Between 3750g And 4507R?

Oct 23, 2012

I am running out of ports on a 4507R and would like to use a 3750G-24TS stack that I already have to expand capacity. Is it possible to configure EtherChannel between the 4507R and the 3750G stack and if so what is the best way to do it? without LACP, with active-active mode LACP or passive-active mode LACP...
 
This is what I have in mind:On the 4507R side I would like to use interface GigabitEthernet3/5 and interface GigabitEthernet4/5 where modules 3 and 4 on the 4507R are "6 1000BaseX (GBIC) (WS-X4306-GB)". On the 3750G side I would like to use ports 28 on both switches in the stack which are equipped with Cisco GLC-T= 1000BASE-T SFP transceiver module for Category 5 copper wire with RJ-45 connector. [URL] Cross-Stack EtherChannel Without PAgP or LACP should look like this:
 
3750switchstackA(config)#interface gigabitethernet 1/0/28
3750switchstackA(config-if)#channel-group 1 mode on
3750switchstackA(config-if)#switchport trunk encapsulation dot1q
3750switchstackA(config-if)#switchport mode trunk
3750switchstackA(config)#interface gigabitethernet 2/0/28
3750switchstackA(config-if)#channel-group 1 mode on

[code]....

is that what I should be doing? is there any benefit to the active-active mode LACP or passive-active mode LACP and which are applicable to the case above?

View 1 Replies View Related

Cisco Switching/Routing :: Cross-Stack 10-Gigabit EtherChannel On 3750E / 3750-X

Jan 28, 2012

According to the following Cisco webpage, cross-stack 10-Gigabit EtherChannel is possible on the 3750 with up to two 10-Gigabit modules, using LACP: url...However, the webpage doesn't confirm if this functionality is restricted to a particular 3750 model, such as 3750E, or if it applies to all models. It also doesn't specify any particular IOS feature set. I've tried Cisco Software Advisor but it doesn't list this feature on either the 3750E or 3750-X. This is possible on the 2960-S switches (i.e. cross-stack 10gig EtherChannel)?

View 23 Replies View Related

Cisco Switching/Routing :: 3750 - Cross-stack Ether Channel 20Gb And STP

Feb 22, 2012

i want to realize a 20gb ring stp with 6  3750x stacked by 2. I want to install 2 3750x stacked configured in hsrp mode with other 2 3750 stacked. These 2 different stack are interconnected by a cross-stack ether channel 20Gb  fiber. On the other side of the room i want to create a new stack with 2 3750x with cross-stack ether channel 20gb connected with the previous 2 stacks. So, in total 3 different cross-stack ether channel 20Gb stacks interconnected creating a ring stp of 20 Gb.

View 4 Replies View Related

Cisco Switching/Routing :: Configuring EtherChannel Between 3750-X Cross-stack And 6509E Switch?

Mar 3, 2013

configuring EtherChannel between 3750-X cross-stack and 6509E switch. I use two ports on 3750s, and two ports on 6509. I just need it as a trunk. For some elusive reason one port on 3750 keeps being err-disabled, and one on 6509 notconnected.
 
Here is what I did so far.
 
3750
!
interface GigabitEthernet1/0/22
description ***VSS-RNOC-link***
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 2

[code]....
 
Problem with :

GigabitEthernet1/0/22 is down, line protocol is down (err-disabled)
GigabitEthernet2/1/29 is down, line protocol is down (notconnect)
 
I tried shutting them down, then no shutting them again. Didn't work.

View 11 Replies View Related

Cisco Switching/Routing :: Connect 3550 And 3750 Through Cross Over Cable Trunk Link?

Jan 8, 2013

I am trying to implement in the lab. I have 2 switches 3550 and 3750. my questions are:
 
1. why i can't see vlans in the running config on switch 3750 even after i created 3 vlans?

2. the 3750 is power over ethernet switch and i am trying to connect 3550 and 3750 thru cross over cable trunk link and the ports doesn't show up no light nothing. is it the right way of cabling.

View 6 Replies View Related

Cisco Switching/Routing :: 1721 - Vlan1 Cannot Go To Internet

May 12, 2013

router 1721 with one wic-1adsl ,i have adsl conection with irb static ip. the router connect with mannaged switch through a trunk port. the switch has 2 vlans one for the static IPs and the other for private lan. i need the private lan to be able to go to internet. vlan2 can go to internet because it has the same subnet with provider but vlan 1 canot go internet, so how i can make all vlans go internet(the router has only 1 fastethernet port)

View 4 Replies View Related

Cisco Switching/Routing :: 1721 / No Connection To LAN Port

Dec 12, 2011

I have a 1721 router installed with both an adsl wic and a 4 port switch wic card. My setup is as follows:
 
pc connected to port 3 (mode access on vlan 20) on the 4 port switch wic  (installed in 1721 router)port 4 is configured as trunk (encap dot1q) and connected to fasethernet 0 (inbuild of 1721)fastethernet 0 configured with no ip address?
 
created sub-interface fastethernet 0.20 with encapsulation dot1q on vlan 20?ip address of sub interface 0.20 is 192.168.20.240?pc nic ip address is 192.168.20.245 however cannot ping 20.240?I want to use only this router with its switch wic for vlans and internet?

View 20 Replies View Related

Cisco Switching/Routing :: 1721 WIC-4ESW Cannot Get BVI To Work

Mar 11, 2012

I started to set up a 1721 router with WIC-4ESW. This is on an internal network, so only looking to just do routing from FA/0's interface to the networks attached to ports on the WIC. I first assigned just VLANs to 2 of the ports and this did not work. So I did some reading up and decided to use bridge groups. Except I still can not access the interfaces on the WIC. And by that I mean on the router itself I can not ping the ip assigned to the BVI.
 
I have another 1721 w/4 port that long ago I seem to remember simply assigning VLANs to the interfaces and I was able to communicate between the networks without issue (or maybe I just don't rememer that well). Thing is I should be able to at least ping the internal interfaces shouldn't I (assuming the status is up). I don't know why BVI2 and 3 are listed as down, nor do I seem to know how to bring these up.
 
This is what ip int br gives me:
1721#sh ip int br
Interface                  IP-Address      OK? Method Status                Protocol
BVI2                       192.168.101.1   YES manual down                  down
[Code]....

View 3 Replies View Related

Cisco Switches :: Possible To Configure A Cross Stack Ether-channel Between 2 SG500

Jan 17, 2013

Is it possible to configure a cross stack etherchannel between 2 SG500 (in stack) and 1 SG200/SG300?

View 13 Replies View Related

Cisco Switching/Routing :: 1721 / Vlans Talking To Each Other Without Subinterfaces Set?

Sep 14, 2012

I have set up a couple of vlans on a cisco 1721 router 4esw card using the vlan database and assigning an ip address of 192.168.1.x and 192.168.2.x for each vlan interface.Strangely enough connected computers can talk to the other vlan and I have not set any subinterfaces on the etherner0 (layer 3) and not even connected a cable.Is there any reason why this should happen since they should not talk to eachother being on seperate vlans.Doing a tracert shows that first the vlan ip address is hit and then straight to the target pc in the other vlan?

View 4 Replies View Related

Cisco Switching/Routing :: 1721 - No Internet For DHCP Client

May 17, 2012

I can ping [URL], from the router but not from a client attached to the router dhcp interface(10.1.3.1). When I turn on ip routing I cannot ping at all. Here is the config I have now that can ping the internet from the router.
 
sh runBuilding configuration... Current configuration : 1191 bytes!! No configuration change since last restart!version 12.3no service timestamps debug uptimeservice timestamps log datetime msecno service password-encryption!hostname

[code]....

View 7 Replies View Related

Cisco WAN :: Possible To Configure 1721 As DNS Proxy?

Mar 15, 2012

Can Cisco 1721 act as DNS proxy? If yes, how can I configure it?

View 5 Replies View Related

Cisco Switching/Routing :: 1721 With ADSL - Clients Unable To Resolve DNS

Jan 1, 2013

I have a Cisco 1721 router with an ADSL wic. I have followed guides on the Cisco website so that I can connect the router to my home adsl connection. The router connects to my broadband provider and sucesfully obtains an IP address along with Dynamically assigned DNS servers. I am able to ping google.co.uk from the router but not from clients attached via DHCP.
 
I have noticed that if I ping the IP address of google.co.uk from a client it resolves but it will not resolve the name. This would lead me to believe that the problem lies with DNS resolution/forwarding but I do not know how to investigate further.

View 3 Replies View Related

Cisco Switching/Routing :: 1721 / Change Remote Site Network Configuration With / Without Losing Connection?

Sep 19, 2012

My company just assumed management of a remote entity.  The network has several misconfigurations and I need to make some network modifications from my office w/o losing access or incurring lengthy outage to the clients.  The network consists of 1721 router and  three 2960 switches.
 
- I only have access to the router from the Internet.  I telnet off the router to the 3 switches.
 
The site uses a single class C 192.168.1.0 / 24.  The router is running RIPv2 even though this is the only network.  The prior network person (contractor) set up separate native vlans on each switch and all the ports are defined as Native trunk and access are defined to the VLAN interface  assigned to the switch.  So of course the logs are flooded with Native VLAN mismatch,  Each 2960 switch is a VTP server but has no VTP domain.  
 
basic network layout:
 
Internet  => Eth [Cisco 1721] => Fa 0 192.168.1.254  ==> [SW1]
 [SW1]
 interface Vlan1
no ip address
no ip route-cache!interface Vlan220ip address 192.168.1.219 255.255.255.0no ip route-cache

[code]....
 
!interface GigabitEthernet0/1description SW2 Gi0/1switchport access vlan 204switchport trunk native vlan 204!interface GigabitEthernet0/2switchport access vlan 204switchport trunk native vlan 204!interface Vlan1no ip addressno ip route-cache!interface Vlan204ip address 192.168.1.224 255.255.255.0no ip route-cache Normally, I would assign the current 192.168.1.254 to a subinterface to Router Fe 0/0 but with each switch having its own native VLAN I am afraid I will lose connectivity to the downstream switches -- my only access is telnet off the Cisco1721 Router. 

View 3 Replies View Related

Cisco Switching/Routing :: Configure 881 Router To Act As DHCP Server?

Jul 9, 2012

Is it possible to configure an 881 router to act as a DHCP server to 4 VLAN's each with a different scopes all through a single ethernet interface? 

View 2 Replies View Related

Cisco Switching/Routing :: To Configure 1711 With DSL To Wire Router

Dec 18, 2012

Im new to cisco routes, Im traing to configure a 1711 routes with a dsl 2wire routes, my problem is that Im able to ping anywhere in the routes, but when Im on my computer I can only ping the interfaces on the router but no the 2wire route that gives me access to the internet.

View 2 Replies View Related

Cisco Switching/Routing :: Can't Configure SPAN On 800 Series Router

May 1, 2013

I have a Cisco 881 router running 15.1(4)M4. I am trying to configure SPAN on it to mirror my outside interface (source) to one of my LAN interfaces (dest).
 
!--- WAN interface
interface FastEthernet4
description Comcast WAN$ETH-WAN$

[Code]......
 
As you can see from the above output there is a problem with the command on this interface. When I try to set Fa0 as my source it works fine:
 
rtr(config)#mon session 1 source int fastEthernet 0
rtr(config)#
 
Is this because fa4 is layer 3 and fa0 is a switchport? If so, is there another way to set fa4 as the source?

View 4 Replies View Related

Cisco Switching/Routing :: Can't Configure Data T1 On 1760 Router

Nov 18, 2012

For the past few days I've been attempting to configure a data T1 on a Cisco 1760, but I'm stuck at:

Serial0/0                  <our ip address>    YES NVRAM  up                    down
 
To provide a bit of background. This router used to be configured with a T1 via Frame-Relay; which worked fine. Now we recently change offices and providers, and the provider did not offer any information as to which encapsulation type to use, and if Frame-Relay which DLCI to use, etc.
 
Now I've been trying to setup the T1 connection and testing various settings such as encapsulation HDLC and PPP, but no luck. I also played around with the line codes and framing; which resulted in the following framing sf int down, line prot down, framing esf int up, line prot down. Regardless no luck.
 
Now I've been following several guides and examples mainly the following: [URL] In this guide they make mention of a WIC-1DSU-T1-V2, but as you can see in the show diag snippet at the bottom; we have a WIC-1DSU-T1 version 1.5. I dont' know if this poses a problem for us.
 
Throughout the entire process I've seen a few irregularities for example:

1. Router(config-if)#service-module t1 cablelength short 110ft
^
% Invalid input detected at '^' marker.
 
The IOS doesn't recognize any command with service module t1 ca , and the only recognized command with C is clock.
 
2. If I enter the following list of commands under the serial interface:

!
interface Serial0/0
ip address 10.0.0.51 255.0.0.0
service-module t1 framing esf
service-module t1 linecode b8zs
service-module t1 timeslots 1-12 speed 64

[code]...
 
And I do a sh run all I get is the following:

!
interface Serial0/0
ip address 10.0.0.51 255.0.0.0
load-interval 30
!
 
Although i can do a show service-module s0/0 I can see all of the configured parameters (see below)
 
Module type is T1/fractional
Hardware revision is 0.128, Software revision is 0.2,
Image checksum is 0x73D70058, Protocol revision is 0.1
Receiver has no alarms.
Framing is ESF, Line Code is B8ZS, Current clock source is line,
Fraction has 24 timeslots (64 Kbits/sec each), Net bandwidth is 1536 Kbits/sec.
Last module self-test (done at startup): Passed

[code]...

View 19 Replies View Related

Cisco Switching/Routing :: Unable To Configure VPN On 2911 Router

Jan 29, 2012

I have a Cisco 2911 router that I will like to use it for setting up a site to site VPN but the router does not support VPN commands. When I issue crypto isakmp command, it says command no recognized. When I issue ipsec transform-set command, it says command not recognized. The IOS running on my router is c2900-universalk9-mz.SPA.151-2.T1.bin. Also see the output of my show licences features command: [code]
 
what can be done on this router to enable use it for setting up a VPN connection.

View 6 Replies View Related

Cisco Switching/Routing :: How To Configure Dual ISP On Router 2821

Mar 17, 2013

I've 3 interfaces on router:

Gb0/0-ISP01 with DHCP client
Gb0/1-ISP02 Static IP 192.168.2.x/24 
Fa0/0 - LAN 192.168.1.1/24
 
I want to know, how to configure:1. Set the IP of interface Gb0/0 as dhcp client from ISP01 and make it as default route.
 
2. How to configure the ip nat.....overload?
 
3. How to use the ip sla to monitor internet connectivity to 8.8.8.8 for ISP01, if it fails, to go to ISP02.

View 3 Replies View Related

Cisco Switching/Routing :: 1941 Router GE0/1 Port Burnt And Need To Configure

Aug 29, 2012

I Have a Cisco 1941 router which had its GE0/1 port burnt out and we have since plugged in a module with 4 fast ethernet ports. I need to reconfigure the router such that at least one of the Fast ethernet ports can server the purpose of the GE0/1. GE0/0 connects to our Service provider and GE0/1 connected to the inside network.Currently, while connected to one of the ethernet ports, i can telnet into the router on the address 192.168.29.1. when i'm on the router, i can ping our remote site, network address 192.168.24.0 with no problem, but when i use the command "Ping 192.168.24.0 source 192.168.29.1" there is no response.

View 1 Replies View Related

Cisco Switching/Routing :: Telnet On Port 6066 To Configure Router

Apr 23, 2012

We have several routers that can only be accessed on telnet port 6066 (vice 23). I have no global exec privilege so I can not provide config.So my question is: how do you configure the router to accept port 6066 for telnet and deny port 23?

View 4 Replies View Related

Cisco Switching/Routing :: To Configure Multiple LAN Ports On Router With Same 2921

Mar 10, 2013

I have 2921 router and I have 3 very basic switches that I need to connect to the router. The switches have very basic default configurations and there is no way to edit them, so I only have one VLAN and one default gateway. I can't assign the same IP address to each LAN port. I'm not sure how to make this setup work.

View 12 Replies View Related

Cisco Switching/Routing :: 3750 Manage And Configure An External Switch And Router

Apr 3, 2013

1. How I can manage those devices, the Switch and the router? What is the BEST SOLUTION to manage this devices?
 
2. I want to monitor the traffic on this environment, how I can do it? How I can monitor the traffic from customer A, Customer B, and my own LAN traffic, in terms of bandwidth that has passed throught my devices? Is it possible to monitor on MY LAN, or I have to monitor from the EXTERNAL switch?
 
3. How I can limit the bandwidth? I was trying to configure it using access list, with policy-map, etc....and limit this on each interface. [code]

The interface does not support the specified policy configuration and/or parameter values.Assigning a policy map to the output side of an interface not supported.With I few reading, I could see that the SWITCH 3750 doesnt support this configs.My INTERNET LINK is 30 Mbps, the ports on the Switch (WS-C3750X-48P-L) are Gigabit Ethernet.How I can limit the bandwidth here? For example, How I can limit a interface to 3Mbps..I was thinking about this:

- Limit the interface to 10Mbps: speed 10

- and limit the interface with 30% of this speed:  srr-queue bandwidth limit 30
 
Does this work for both UPLOAD and DOWNLOAD?When the packets passes that 3Mbps limitation, will they be droped?

View 28 Replies View Related







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