Cisco Switching/Routing :: Bonding Two Interfaces On Two 2940 Switches

Jun 6, 2013

I have two switches (sanitized configs attached) and I am trying to bond int gi0/1 and gi0/2 between the two. Then I need int gi0/3 back to the main LAN switches. These are new Vlans created 982 and 983 for these switches. Question #1: do the configurations look correct? I haven't placed any laptops on the interfaces to test interconnectivity yet but I am wondering if it will work with no default routes.
 
The admin team needs these switches at location A for setup then they will be moved to Location B. The only thing that sucks for me is that the network admin before me created gateway interfaces for all the local Vlans on a main router as sub interfaces. For example, for these two subnets, I need to create subinterfaces below (at location A), which is why a gave the Vlan on the switches, ip addresses.
 
interface GigabitEthernet0/0.982
encapsulation dot1Q 982
ip address 10.98.2.1 255.255.255.0
ip flow ingress
no cdp enable
service-policy input mark-mplsqos-in
 
interface GigabitEthernet0/0.983
encapsulation dot1Q 983
ip address 10.98.3.1 255.255.255.0
ip flow ingress
no cdp enable
service-policy input mark-mplsqos-in
 
When I move the subnet to location B, I will also move the gateway. These two switches will be used mainly for a VMWare and HyperVisor environment so Vlan 982 is for VMA network and Vlan 983 is for management. The admin tells me the software needs to tag the packets, I am not sure if I care as the switches should handle that also.

View 1 Replies


ADVERTISEMENT

Cisco Switching/Routing :: 2940 - MacBook Pro - Can't Reach ISP

Mar 3, 2012

I have this strange problem with my Macbook pro, when I connect it to my cisco 2940 8 port switch then I can reach my ISP (websites eg. google.com) in like 2 minuttes, then something is happening on my router, because suddenly I can´t reach my ISP 
 
This is what I have found out so far:
 
1. when I lose connection to my ISP then I can only ping internal ip addresses eg. another computer in my network

2. if I renew my ip address on the Macbook then it works again in 2 minutts, then the same happens again. This is my network setup:
 
Router -> Switch 1 -> Switch 2
 
I also know that it is not the Macbook, because it have got a new motherboard, and it have been reinstalled
also if I use the Macbook on a other network then it works fine.
 
All my other computers ( windows and linux ) works fine, no problems.
 
To me it looks like it is a Nat and/or DNS problem, but I can´t fine out what it is.

View 7 Replies View Related

Cisco Switching/Routing :: Configure 2940 Switch To Work With 1841?

Mar 5, 2012

I have a Cisco 2940 switch and a Cisco 1841 router. I want to build two different VLAN networks on the switch, which do not have to communicate one with each other, but those VLANS should communicate with the router.
 
I read a lot of articles, i tried to configure properly the switch and the router but i still don't get them work.
 
I set on the switch, the GigabitEthernet 0/1 port to Trunk port and i had to set it a native VLAN. The problem is that only from that native VLAN, i can ping the router.

View 17 Replies View Related

Cisco Switching/Routing :: Configure Bonding 3 T1s Between 6500 And 2811?

Jan 3, 2012

I have a Cisco 6500 router at my POP site and  I have a Cisco 2811 at the tail site.  I have to bond 3 city to city T1s to make a 4.5Mg pipe between the 2 ends.  How do I configure the routers to make this happen?  This is a configuration example for a single T1:
 
POP end on 6500:
interface Serial1/0/1:0
ip address 10.125.1.1 255.255.255.248
 
Tail site on 2811:
interface Serial0/2/0
ip address 10.125.1.6 255.255.255.248

View 3 Replies View Related

Cisco Switching/Routing :: Catalyst 2940 Switch Drops Connection When Another Added

Mar 12, 2012

Having an issue with two Cat 2940, they have fiber 100Base-TX. Added a new Cat switch (the second on the VLAN), the existing Cat switch drops the fiber connection.

View 6 Replies View Related

Cisco Switching/Routing :: Catalyst 2960-S Channel Bonding Limit

May 15, 2013

we have currently a configuration with 3 bonded (link aggregation) channels, each delivering 1 Gb/s uplink, providing a total of 3 Gb/s uplink. Due to a recent network upgrade, we can now add more channels to the same group in order to have a total of 9 Gb/s uplink, meaning that we should bond toegether 9 channels. When we tried to change the old configuration in order to include six new channels to the bondend group we noticed 2 things: one channel was left in standby (blinking orange led),no increase in the uplink bandwidth semmed to happen,By looking around it looks like the channel group is limited to a maximum of 8 channels [*].

View 2 Replies View Related

Cisco Switching/Routing :: 1841 / Routing Through Sub-interfaces Fails?

May 31, 2013

I have a problem accessing my wireless router through VLAN sub-interface on my Cisco 1841 router. My hardware:
 
Cisco Catalyst 2960 switch (192.168.100.4 /24)
Cisco Catalyst 3550 switch (192.168.100.6 /24)
Cisco 1841 router (192.168.100.7 /24)
Asus RT N66U wireless router (192.168.100.2 /24)
 
Here's my network topology:
 
I have two VLANs - 10 and 20. 2 DHCP pools are configured on 2 1841's interfaces - 192.168.1.0 /25 and 192.168.1.128/26 with default router sitting on 192.168.1.1 and 192.168.1.129 respectively. No issues with obtaining IP address from any of those pools.Laptop connects to L3 3550 switch (switchport access vlan 10), which, in turn, connects to 1841 router through trunk (with VLANs 10 and 20 allowed).3550 is connected to 2960 through trunk with VLANs 10 and 20 allowed.Wireless router is connected to 2960.I can successfully ping my wireless router and outside world from 1841 from fa0/1 interface, but not from fa0/1.10 or fa0/1.20 sub-interfaces -  all packets got dropped. My laptop can obtain IP from both pools (depending on port I connect it to), but can't ping my wireless router and anything beyond it.
 
I attach my configs:Cisco Catalyst 3550:interface FastEthernet0/1 switchport trunk encapsulation dot1q switchport mode trunk switchport port-security mac-address sticky speed 100!interface FastEthernet0/2 switchport trunk encapsulation dot1q switchport mode trunk!interface FastEthernet0/3 switchport access vlan 10 switchport mode access!interface FastEthernet0/4 switchport access vlan 20 switchport mode access!Cisco 1841:
 
ip dhcp pool Vlan10DHCP network 192.168.1.0 255.255.255.128 default-router 192.168.1.1 dns-server 208.67.220.220 domain-name home.local
!ip dhcp pool Vlan20DHCP network 192.168.1.128 255.255.255.192 default-router 192.168.1.129 dns-server 208.67.220.220 lease 0 12
interface FastEthernet0/1 ip address 192.168.100.7 255.255.255.0 duplex auto speed auto!interface FastEthernet0/1.10 description VLAN10 Sub Interface encapsulation dot1Q 10 ip address 192.168.1.1 255.255.255.128!interface FastEthernet0/1.20 description VLAN20 Sub Interface encapsulation dot1Q 20 ip address 192.168.1.129 255.255.255.192!
Routing table on 1841:

[code]....

View 19 Replies View Related

Cisco Switching/Routing :: Same VLans 20 And 21 At WAN And LAN Interfaces

Dec 12, 2011

I have VLans 20 and 21 set by ISP for Voice and Data respectively.What will happen if I already have VLans 20 and 21 in my Local network?

View 4 Replies View Related

Cisco Switching/Routing :: Catalyst 2960g Interfaces Going Up And Down?

Jun 14, 2012

i have a cisco catalyst 2960g and for some reason out of the blue, some interfaces go down and then up. It started doing it after a power cycle.

View 1 Replies View Related

Cisco Switching/Routing :: 2911 - Allow Traffic Between Two LAN Interfaces?

Nov 15, 2011

I have a 2911 router. One interface is configured external (WAN) and two interfaces are configured on separate internal private subnets. What is the configuration to allow all traffic in both directions between the two internal subnets?

View 21 Replies View Related

Cisco Switching/Routing :: 3500XL / VLAN Interfaces Will Not Come Up

Jan 9, 2013

I am using an Old 3500XL and I simply created a
 
interface VLAN 100
Description ***********
ip address 10.0.1.100  255.255.255.248
no ip directed-broadcast
no ip route-cache
shutdown
 
no matter what I do i cannot get it to come up, the rest of the switch is default config, I know I am just forgetting something, But I don't know what?

View 8 Replies View Related

Cisco Switching/Routing :: Output Errors On N5k 10G Interfaces?

Jan 9, 2012

today I witnessed a cisco n5k that stopped playing fair. For a yet unkown reason several interfaces started to show output errors all begining within the same second. While i instantly thought this would be a wiring issue I began to ask myself what an output error actually means. Google usually brings up output drops, not regular output errors. So what is it and how can a 10G fiber interface even detect that there is a problem without receiving what it was sending?

View 2 Replies View Related

Cisco Switching/Routing :: Sub Interfaces And Recommended Configuration Not Works On 861

Jun 11, 2012

I am currently trying to setup a GRE tunnel on a cisco 861. As part of a configuration template provide by an outside source I am recommended to use a sub-interface on the router but the recommended configuration does not work.

View 1 Replies View Related

Cisco Switching/Routing :: 4503-E Cannot Bring SFP Fiber Interfaces Up

Sep 2, 2012

I am trying to connect a 6509 switch to a 4503-E switch using single mode dark fiber over a distance of less than half a mile. Although a routine task, it does not work..We have a care 6509 switch where we concentrate all of our dark fiber connections for our remote sites. The 6509 switch already has 30 remote sites, most of them with 4503-E switches, connected in this way therefore it is a tested scenario. For the connections we use the GLC-LH-SM SFPs on both switches. Out of these 30 sites we had a similar problem with two of them, which we solved with the use of CWDM SFPs. With the CWDMs the fiber came up right away. However, I cannot keep using this solution because it is way too expensive! I had the losses of the fiber measured end-to-end and they are negligible (>0.5 dB).
 
In this latest case, like I said, we could not bring the connection up between the core 6509 switch and the 4503-E switch using the GLC-LH-SM SFPs. I then replaced the 4503-E switch with a 3560 and the link came up! Then I tried using a CWDM-SFP in the 4503-E, while keeping the GLC-LH-SM SFP in the 6509 and the link came alive again! Of course we already tried replacing the fiber patch cords with no luck. [code] I find it very weird for the link to work with the 3560 or with a CWDM in the 4503 but NOT with the SFP in the 4503!

View 6 Replies View Related

Cisco Switching/Routing :: Nexus 5548UP / Two Management Interfaces For N5k

Jan 10, 2013

I have a Nexus 5548UP that would be managed by two organizations. Is it possible to set IP addresses for mgmt0 and an SVI (or an L3 interface) without using the L3 daughter card? I don't want to route between VLANs, just to separate management traffic.

View 4 Replies View Related

Cisco Switching/Routing :: 4510 No Link On Access Interfaces

May 3, 2012

I just upgraded all of our switches on campus to Version 15.0(2)SG4 after about a month of testing. On two switches so far, we are seeing that clients can not connect, and the switch isnt detecting a link. I dont see anything out of the ordinary in int status, port-security, or errors on the interface. Plugging in a different computer does nothing. Only thing that works, is a shut, no shut of the interface. After that, its connected.

View 7 Replies View Related

Cisco Switching/Routing :: 2610 Configured IP Addresses On Interfaces

Feb 10, 2013

I'm working on my CCNA.  I purchased an old router 2610 with two ethernet ports.  I configured the IP addresses on the interfaces and added the default gateway.  I configured NAT to go out my ATT DSL router to the internet.  With the 2610, I'm able to ping the back end or internal DSL router, but I can't ping the front end, external router, or out to any internet site such as google. 

View 10 Replies View Related

Cisco Switching/Routing :: N7K M1 Interfaces Stuck In Initializing State

Jul 12, 2012

We did an upgrade from NX-OS 5.1.5 to 5.2.4 and found all M1 line card interfaces were stuck in initializing state for long time.'show module' status says ok. And we cannot execute shut/no shut command under the interface.  N7K-M108X2-12L & N7K-M148GT-11 are the two M series cards. Only option was to downgrade back for the time being.

N7K01# sh int e1/1 | in down
Ethernet1/1 is down (initializing)

View 3 Replies View Related

Cisco Switching/Routing :: ASR1002 Onboard Interfaces / Fixed Gig Or Not?

May 23, 2013

Is the onboard interfaces on an ASR router (4x on ASAR1002, 6x on ASR1002-X) are fixed gigabit or are they 10/100/1000 ?
 
I assume the interfaces on the 8port Gigabit SPA module are fixed gigabit speed ports (why otherwise sell a 10/100 8port SPA module also ?) no ?

View 2 Replies View Related

Cisco Switching/Routing :: 2960 / Bridging On Router Sub-interfaces?

Aug 13, 2012

I need to bridge 2 subinterfaces; F0/0.301 and F0/0.302 on a single router.The router interfaces with a Cisco 2960 (LAYER-2) switch.QUESTION is, does a Cisco router support bridging on subinterfaces on the same physical interface?Currently this is NOT operational Spaiing-tree on F0/0.301 and F0/0.302 is down, switch side is forwarding for both Vlans.show ip interface brief shows up/down status of F0/0.301, F0/0.301 and BVI6 is down/down?

:
SETUP:
 bridge irb
!
!
Interface F0/0
no ip address

[code]....

View 1 Replies View Related

Cisco Switching/Routing :: Nexus 7010 - How To Block SSH Access On SVI Interfaces

Jun 4, 2012

I use Nexus 7010 as our layer 3 router.I have ssh feature turned on so I can manage it from the management interface. I just found out that users can use putty to ssh to the local SVI interface of the NEXUS. Although they still need username and password to login but we dont want them even able to bring up the welcome screen.Example, user's IP is : 172.16.25.100 , they can ssh to 172.16.25.1 which is the NX SVI interface.

View 1 Replies View Related

Cisco Switching/Routing :: 3750 To Connect Routed Interfaces And Vrf Design

Sep 26, 2012

I would like to do the following architecture with the same C3750 : network X,Y,Z connected to 3750 in VRF D the 3750 uses a routed interface on subnet E for the default route in VRF D on this routed interface a BYPASS EQUIPMENT the other BYPASS EQUIPMENT interface is connected also to another routed interface on subnet E "also" this routed interface is in another VRF C with other network A and B.do you know if it will work because of 2 routed interfaces on the same IP subnet or is there a way to do that ? the only goal for me is to catch traffic from network X,Y,Z on SYN and ACK.

View 5 Replies View Related

Cisco Switching/Routing :: 2800 / Does ISR G2 Support Etherchannel Over Integrated Interfaces

Dec 20, 2011

I remember I did that one time on 2800 router with Gi0/0 and Gi0/1 to connect another port channel in 3560G switch. I have no way to try it in ISR G2 router like 2900 or 3900 now. I know the the ethernet switch module must support it. I wonder if the integrated interfaces support it or not.

View 5 Replies View Related

Cisco Switching/Routing :: ASA 5520 - Can't Ping / Pass Traffic Through Interfaces

Apr 17, 2012

I've just started a CCNA course and my lack of knowledge has me a bit stuck. My network is comprised of Cisco components and I'm semi familiar with them just from reading and looking through options. I currently am using a Cisco ASA 5520 on my network and I am trying to join another network via one of the interfaces. My network is 192.168.0.0 255.255.0.0 and my inside interface is 192.168.1.1 255.255.0.0. I enabled a second interface using a static ip of 10.0.0.1 with a subnet of 255.255.255.128. Connected to that interface, I have a Fortigate firewall at 10.0.0.2 255.255.255.128. I can ping just fine from the Fortigate network to the 10.0.0.1 interface on the Cisco ASA 5520 network, but I can not ping the 10.0.0.1 interface (or anything past it) on the ASA 5520 from any computer on the Cisco network. I've read that ACL's and NAT have to be done as well as enabling traffic between interfaces with the same security levels. (both interfaces have security levels of 100 and the option is checked to allow traffic).

Note: each network has it's own internet connection. The connection is to share information on servers on both networks with each other.

View 1 Replies View Related

Cisco Switching/Routing :: Module To Add Gig Interfaces To 2800 Series Router

Aug 16, 2012

I am trying to add WCCP to be configured for websense. My first option seems to be either purchase an IPServices license for the stack of 3750E switches, but i am thinking this will require us to license all three switches in the stack. The second option i am looking at is to do the WCCP configuration on the 2800 router we have on the edge. The problem is both Gig ports are in use, one going to the firewall and the second going to the ISP. My first question would be, which option is better in terms of manging as well as cost of implementing it.The second question is, if WCCP on the router is a better option, what is the add on module i should be looking to get to add the additional ports to hook up the Websense cache.

View 8 Replies View Related

Cisco Switching/Routing :: Check QoS Counters And Stats For Interfaces On Cat 6509?

Oct 28, 2012

how I can check the qos counters and stats for interfaces on my cat 6509 ?

View 1 Replies View Related

Cisco Switching/Routing :: Policy Route-map Not Sticking To 3750 Interfaces?

Apr 23, 2013

I have a client with a 3750x stack.  We've upgraded it to IP Services.  We have a simple PBR setup.  One access-list to forward traffic from a specific LAN ip to another gateway on the network. 
 
I go to vlan1 (default vlan) to apply the PBR and the command takes with no errors, but do a "show run" and it doesn't show up under the interface.
 
I go to vlan1 and apply a PBR that doesn't exist and the command takes with no errors, and is listed under the interface in the config
 
I can apply the PBR globally and appears to work, but we can't have it there based on other issues it creates.
 
config:  (all tracks are up)
C3750_stack#show sdm prefer
The current template is "desktop routing" template.

[Code]....

View 8 Replies View Related

Cisco Switching/Routing :: 3845 Output Packet Drop In Some Of Interfaces

Nov 27, 2011

In my cisco 3845 router I can see output packet drop in some of the interfaces.I suspect that router is processing packet beyond its mix throughput limit. Moreover when i run show int fax/y switching command I can see packet drop by RP process.

View 11 Replies View Related

Cisco Switching/Routing :: 3725 SPAN Not Supported On Some Routed Interfaces?

Dec 12, 2012

I'm trying to configure a SPAN session on a Cisco 3725 router, but it won't let me complete the command. The router has two Fast Ethernet interfaces: 0/0 and 0/1. I'm trying to configure a SPAN session with Fa0/0 as the source interface and Fa0/1 as the destination interface. [code] But when I try to configure the session, it seems like it's giving me the option to configure the SPAN session, but in the end the router won't let me: [code] When I type "?", why would it give me the option of using the Fast Ethernet interface as source port, then when I try to execute the command, it doesn't like it?

View 7 Replies View Related

Cisco Switching/Routing :: Multicast Over IRB Interfaces / It Fails On 2800 And 1941 G2

Sep 27, 2012

Looking for multicast over IRB interfaces. My full config below, works as expected on a Cisco 1760 router (IOS 12-4) but fails strangely on our Cisco 2800 (IOS 15-1) and Cisco 1941 G2 routers.
 
I use Windows 7 Enterprise and VLC 2.0.0 Two Flower as the multicast video receiver. On the 1760 router, I open VLC, request the video (rtp://@239.255.0.1:5004) and it plays flawlessly.
 
We have to upgrade the older outdated unsupported Cisco 1760 routers. We replace the Cisco 1760 router with a Cisco 1941 router. Configuration differs ONLY in the interface speeds; F0/0 to G0/0 and that is just bout it. Using the same Windows 7 Enterprise PC, I open VLC again and request the video -same as before; No video and no voice. We swap the 1941 out and put in the 1760 again, multicast works flawlessly. If we put the 1941 router back in, multicast fails again. We put the Cisco 2800 series router in and it also fails the same as the 1941 router.
 
Troubleshooting, I open VLC and request the same multicast video. On the same PC, I open Wireshark and start capturing packets, - and instantly the VLC video starts playing. I close Wireshark and the video stops. I open Wireshark and start capturing packets again and the VLC video starts playing again. 
 
Wireshark shows the video packets are being received from the source when VLC is requesting the video. If I close VLC while Wireshark is capturing packets, Wireshark shows the video stream stops.  

Shows the correct multicast sources, incoming and outgoing interface details

Incoming interface is Serial
Outgoing interface is BVI
 Show ip pim rp
Reveals the correct RP details

[code]...

View 2 Replies View Related

Cisco Switching/Routing :: Nexus 5548 10GB-LR Interfaces Not Coming Up

Jun 21, 2012

We are trying to connect 2 nexus 5558UP (5.1.(3)N1(1)) with 10G-SFP+-LR interfaces. The interfaces are not genuine cisco's (smartoptics) but as far as we can tell, they are accepted by the hardware. If we take a look at the optical levels, we can see that the switches can see eachother (double-checked by bringing down one interface to see if optical levels really disappears) on optical level, well within limits. I found a notice about changing debounce timers but this doesn't work, setting it to 0 or 1000 doesn't make a difference. Copies of the different show int commands can be found at the end of this text.
 
Wim Holemans
Network Services
University of Antwerp
 
swnxds01-enable# sh int eth1/3 transc details
Ethernet1/3(code)

View 4 Replies View Related

Cisco Switching/Routing :: Ping From Vlan Interfaces On 3750 Switch

May 27, 2013

 I'm having some trouble getting my head round the following but I think it's routing related?
 
I have a Cisco 3750 switch with the following configured:

interface Vlan1
ip address 192.168.0.223 255.255.254.0
no ip route-cache

[Code].....
 
The 3750 is connected to a firewall which handles the routing.  From the 3750 I can only ping remote networks from the vlan1 interface not from vlan6,8 or 10 i.e ping 10.34.37.101 (remote network) source 192.168.0.223 (vlan1) works but ping 10.34.37.101 source 10.74.10.1 (vlan10) does not?  I can ping 10.34.37.101 from computers on the various vlans but not from the 3750 it self.
 
I looked at setting a default gateway for the various vlan interfaces

View 3 Replies View Related

Cisco Switching/Routing :: Enable / Disable Interfaces On 3550 Switch

Jul 14, 2012

I`m looking to automate some functions in a web application.Functions like enable/disable interfaces on a Cisco 3550 switch.

View 5 Replies View Related







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