Cisco WAN :: 1921 / Multicast Not Received Properly Via Bridged Ethernet Interface

Jun 9, 2011

Using a small network (WAN) with three 1921 routers (IOS 15.1(T)) connected via E1 links. One host (industrial PC - core 2 due running Win XP Pro) connected to each router. The spare Gigabit Ethernet port on each router is bridged with the active one (so a portable management PC (laptop) can be plugged in there and communicate with the router and the industriual PC.
 
Multicast routing strategy between the routers is as per "Anycast - Static RP", with PIM sparse-mode enabled on all interfaces and sink RP defined on all three routers.
 
Problem occurs when a (IPV4) multicast application on one PC communicates with the others:
 
(a) IGMP V2 membersip reports etc. work correctly at the sender and at the other two PCs receiving the multicast stream

(b) Multicast routing on the WAN is working correctly; running Wireshark on the receiving PCs shows that multicast data is received on the expected group.

(c) But, there is an error in the Ethernet packets

i. The first packet's Ethernet header contains the correct destination MAC address 01:00:5E:aa:bb:cc where aa:bb:cc match with the last three octets of the mulicast group's address, and that packet is received OK by the listening multicast application

ii. However, subsequent packets' Ethernet headers have the wrong MAC address 01:00:5E:00:00:00 (the last three octets are all zeroes and these packets are discarded by Windows on the receiving PC and not seen by the multicast application.
 
Problem is related to the presence of integrated routing & bridging; if I delete the bridge virtual interface,disable bridging and give the two Gigabit Ethernet ports their own IP addresses, the multicast reception works correctly; all received multicast packets have te expected value on the destination MAC address (matching the group address)I have used the same integrated routing/bridging configuration successfully on Cisco 2611 and 2811 routers and there was no such issue with the multicast packets.Have I overlooked some subtle aspect of configuration in the 1921 router or have I uncovered a bug...?
 
For reference - snippets from router configuration scripts
:
In the non-working configuration (with Integrated Routing & Bridging)
 interface GigabitEthernet0/0
no ip address
duplex auto
speed auto

[code]....
 
In the working configuration all the bridging is gone and the two Gigabit Ethernet interfaces have a very plain & simple configuration in different subnets
 
interface GigabitEthernet0/0
ip address 192.168.212.1 255.255.255.128
no ip directed-broadcast
ip pim sparse-mode
duplex auto

[code]....

View 7 Replies


ADVERTISEMENT

Cisco WAN :: 1921 Router With Verizon Bridged ADSL Westell Modem

Feb 19, 2012

We got a 1921 router that works fine. We ordered Verizon Businss One Static IP ADSL. It came with a Westell Modem that we configured in bridge mode. When we do a test by assigning a static IP to our laptop then hook it up to the Westell it works fine. We can browse the web. Then when we assign a static IP to the Ethernet on our 1921 then connect it to the Westell it doesn't work. We can't ping out from the router to for example 4.2.2.2. From the router we can't even ping the default gateway (on Verizon's side).

View 2 Replies View Related

Cisco WAN :: 1811W Accessing Web Interface On ADSL Modem In Bridged Mode

Nov 8, 2012

Using Cisco 1811W with IOS 15.1(4)M5.  FE0 and FE1 are connected to the internet via Billion ADSL2+ modems operating in bridged mode.  Both lines are similar so I'll only discuss FE0 from this point on.Local subnet is 192.168.128.0/24 with router on 192.168.128.1 as default gateway.  Modem on FE0 has static LAN IP of 192.168.128.2 and when plugged into the switch on the LAN side, the web interface can be accessed at that IP address.  Unplug the modem from the switch and plug it into FE0 and it now works as desired providing access from the router to the internet but the web interface is no longer accessable at 192.168.128.2
 
I tried adding a static route "ip route 192.168.128.2 255.255.255.255 FastEthernet 0" and also "ip route 192.168.128.2 255.255.255.255 Dialer 1"  Neither worked and presumably it isn't that straight forward.  Possibly NAT or other routing configuration required.Although there isn't much to configure when in bridged mode, I mostly want this setup so I can look at the ADSL connection status and for the modem to write messages to syslog (works when plugged into switch on LAN side), or SNMP access.

View 3 Replies View Related

Xbox 360 Unable To Obtain IP Address From Bridged Wireless Modem Through Ethernet

Feb 6, 2012

I'm trying to connect my Xbox 360 to Live by bridging my computer's wireless connection. I've done this before for a friend in a different city and it worked fine, and I felt very proud of myself for doing so. However when I try to connect here, the modem won't assign my Xbox an IP address. I've been into ipconfig/all and tried to manually assign the same IP address to the Xbox but to no avail. Same deal with the alternate MAC address option.

To speed things along here's the readout from my ipconfig/all:

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:UsersSamsung>ipconfig/all

[Code].....

View 2 Replies View Related

Cisco :: ASA5540 - Run Firewall To Display MTU Packet Size Being Received On Interface?

Jul 5, 2012

I have a ASA5540 firewall set-up with an interface MTU of 1500.  
 
I suspect that we are receiving packets with a larger MTU but have not found an easy way of confirming this.  Any command that can be run on the firewall to display the MTU packet size being received on an interface?
 
We are also running Solar Winds so could query an OID if such a variable exists.

View 1 Replies View Related

Bridge Internet Connection Received From Laptop To Desktop With An Ethernet Cable

Apr 13, 2011

I am trying to bridge internet connection received from my laptop to my desktop with an ethernet cable. Both machines are running win 7.When I try to connect to my local area connection on the desktop most of the time it fails and I'm left with 'Unidentified network' and no internet connection. Sometimes, rarely it does connect properly but I get a notification about there being an IP conflict in the network, but things work as they should.When I diagnose the problem it tells me that "Local Area Connection doesn't have a valid IP configuration"

View 5 Replies View Related

Cisco Wireless :: WLC 5508 - Ignoring Primary Discovery Request Received On Interface

Jan 13, 2013

Im receving this error on my syslog server: capwap_ac_sm.c:1443 Ignoring Primary discovery request received on non-management interface (2) from APalready checked the configuration and everything seems ok. They are registered and with clients associated.What could be the cause?

View 2 Replies View Related

Error - (Ethernet) Adapter Is Not Working Properly

Nov 15, 2012

So I have an HP Pavilion dv9000 laptop with window 8 installed and when I try to connect to the internet I keep getting an error that says the "Ethernet" Adapter is not working properly. I used to be able to go on the internet and then my dad had my computer for a while and now it's not working.

View 7 Replies View Related

Cisco :: Multicast Lab In Gns3 With A Tap Interface?

Feb 20, 2013

I am trying to do a Multicast lab in gns3 with a tap interface in os x and a linux vm in virtualbox. The os x box is broadcasting to 224.1.1.1. I have verified IP connectivity. I am using PIM dense mode. When I perform a packet capture on the tap interface I see no traffic to 224.1.1.1. However when I ping 224.1.1.1 from os x I see the traffic. Attached is my topology

View 1 Replies View Related

Cisco Switches :: SG 300 Web Admin Interface Does Not Display Properly

Nov 11, 2011

Went to log into the web admin interface on my SG-300 today and I get this in both IE and Firefox:
 
I'm not able to login by typing user/password and just pressing enter. I've tried power-cycling the switch, however, since the power cycle, the font-panel system LED has been blinking green. I seem to recall, though I can't locate the reference now, that this means the switch is running with factory settings, but that cannot be right because:
 
1. I had previously saved a new configuration on the switch, which it should be using now.

2. It is answering on the configured non-factory IP address -- just not rendering the web admin interface successfully.
 
I've had this unit for approximately a month. This is not the first issue I have had with this unit (see: [URL] and I'm experiencing some strange LAN speed issues since I installed it. Do I need to RMA this thing?

View 1 Replies View Related

Ethernet Controller Shown As Being Present But Not Working Properly

Jun 12, 2012

I've been having some problems with my Ethernet connection lately.I unplugged my laptop from the Ethernet connection I had at my old place.At two different locales, I have tried to use an Ethernet connection in order to get better speed (the wireless at the first locale was non-existent and at the second it is extremely slow in my room). I have done so with two separate cables that I have tested on others' computers and found that they are perfectly fine. That, of course, leads me to believe that it is my computer and is either a hardware or software problem (here's hoping it's the latter).Anyway, my laptop is a Dell Inspiron 1720 (purchased in 2006). About a year ago, I updated to Windows 7 from the pre-installed Vista. Never had any problems (as I said, everything was fine up until about a week ago). The installed card is a Broadcom 440x 10/100 Integrated Controller. Everything under Device Manager indicates that the hardware is working properly and has all of its drivers installed, but nothing is working.I have tried to uninstall and re-install the drivers (albeit by allowing windows to find them automatically), but the result is the exact same.I have checked the port and found that there is no debris or obstructions. My computer hasn't been dropped or mishandled in any way.I'm currently being housed on the campus of Delta State University, which is why this appears, but here is the report: [code]

View 5 Replies View Related

Cisco WAN :: Gigabit Ethernet Does Not Come Up On 1921 Router

Aug 14, 2011

i have a cisco 1921 router and it has ge0/0 (LAN) and ge(0/1) WAN. ge 0/0 is well connected and i can ping it and the LED light is on but ge 0/1 has failed to come up.Ge0/1 is connected to an IDU and has a public IP address. The LED light also does not light on ge 0/1.Where could the problem be?

View 5 Replies View Related

Cisco Switching/Routing :: L2 Bridge On 1921 Interface?

Nov 20, 2012

I need to set up a L2 llink between my LAN and this 1921 router. I though IRB would do it but its not working yet. Here is the topology- I dont want to see another hop on this 1921 rtr so I hope I can just trunk it or something with IRB. Not working.

View 6 Replies View Related

Cisco WAN :: 1921 Router Performance With 2Giga Ethernet Port

Jun 14, 2012

What is the Cisco 1921 router performance if connected with 2 Giga Ethernet port? What is the performance if enable GRE tunnel ?

View 2 Replies View Related

Cisco WAN :: Configuring 1921 Router For Leased Line With Ethernet?

Oct 3, 2012

What are the commands for Configuring Cisco 1921 Route's  Gigabit Port G0/0 or G0/1  for Leased Line termination having Ethernet Hands Off
  
Modem Provided by ISP (BSNL ) is CTR-U

View 10 Replies View Related

Cisco WAN :: Setting Up 1921 With Two Ethernet WAN Ports Going To Two Separate ADSL ISP

Feb 17, 2011

I am setting up a 1921 with two ethernet WAN ports going to two seperate ADSL ISP's (via bridged modems) and one connecting to the internal LAN. There is a single e-mail / web server behind the router.
 
I have been reading the following which is exactly what we want to do, but I have questions. Maybe failover would be better because Load Balancing seems a little too quirky without BGP. url...
 
How do we define public static IP's, the example seems to show DHCP?In order to detect if a line is down, it has to ping an IP address that is specific to the connection - correct? So could I use the gateway for the ISP? The issue I have with this is the gateway might be up, but the Internet down. Next, we need to make sure that when someone visits one of our public IP addresses, the return data is sent through the connection requested. What we don't want is a situation where incoming connections are not working.From experience, load-balancing causes certain websites and SaaS applications to break because requests are coming from two different ISP's. Is this the case with OER? Finally, any links, config or something to advise how a fail over only configuration would work given we have internal servers (PAT/NAT inbound would need to translate properly with the failover IP)? Basically if ISP 1 goes down, I.E. router cannot ping 8.8.4.4 then it switches to ISP 2, until ISP 1 comes back online and switches back? This would need to change the NAT rules for inbound as described. 

View 4 Replies View Related

Cisco WAN :: C1921 One Way Multicast And Wrong Interface Info In Show Ip

Nov 5, 2012

C1921, running version 15.1(4)M2, with licence for "IP base" feature set only.Trying to pass multicast via a PPTP VPN from a Windows XP machine to work around a non multicast-aware WAN link

1. With the IP Base feature set I am able to create a plain PPTP VPN without any encryption; the Windows XP machine can bring it up and unicast data passes through it OK in both directions.
 
2. But when trying to send multicast, only one-way traffic is observed:i. Windows XP host on far end of PPTP VPN and a local PC both running old Microsoft tool "MPING.EXE", sending and listening for traffic on the groiup 225.100.101.102i. The distant host receives and echoes back the packets received from the local machine + sending its own (confirmed with Wireshark running at the far end)ii. But the local machine directly connected to the C1921 router does not hear any packets from the far end; Wireshark shows only the ones it is sending.
 
3. Group status ("show ip igmp membership") as far as the C1921 is concerned shows both ends (192.168.50.10 (local end) and 192.168.50.201 (distant end via the PPTP VPN)) joined to the group [code]

4. But "show ip mroute" for that group shows an error; for the source on the far end of the PPTP VPN (having the IP address 192.168.50.201), the source interface is incorrectly shown as GigabitEthernet0/0 (should be Virtual-Access2.1 for that PPTP VPN) and the outgoing interface is shown as Virtual-Access2.1 [code]

5. I have tried adding static mroutes and messing about with parameters for the virtual-template interface for the PPTP VPN, but the problem remains. And if I put another local PC onto a different Ethernet port of the router, the multicast traffic does flow both ways - so the issue is solely with the PPTP VPN.After a week of head-scratching I am getting more and more convinced that it's a bug... but wonder if it is already-known, has a workaround, or a fix in newer firmware?

View 1 Replies View Related

Cisco WAN :: Set Up WAN Interface On Fast Ethernet Interface Of 877 Adsl Router

Apr 9, 2011

Is it possible to set up a WAN interface on a FastEthernet interface of a Cisco 877 Adsl Router ?Due to my ISP, i've to use an external VDSL modem and must connect it to my cisco 877 router (and leave it's adsl interface unused).But i don't know how to set up a wan port, other than the adsl interface itself (dialer0), on my cisco.

View 7 Replies View Related

Cisco Wireless :: HWIC-3G-HSPA Card Was Working Properly But 3G Interface Resets

Apr 5, 2011

We have Cisco 2811 router with  Hwic-3g-HSPA card. When I configure the system everything was fine. Around two weeks 3g interface works, got IP address ,everyting was fine.Yesterday I check the sytem and I saw that cellular interface become reseting itself, without stoping.We have 2 g.shdls and one 3G connection on the same router. dialer 0 ansd dialer 1 for g.shdls, and dilaer 3 for 3G connection. [code]

View 1 Replies View Related

Windows XP Home PC Won't Connect Properly Via Ethernet Cable To Router (Belkin N150)

Mar 27, 2011

My WinXP Home PC won't connect properly (limited connectivity/no internet) via ethernet cable to my router (Belkin N150). Ipconfig /all shows the IP address as 169.254.117.71 but this is determined by an entry in the registry at HLMSYSTEMCurre....'DhcpIPAddress' - REG_SZ - 169.254.117.71. Also listed at 'IPAutoconfigurationAddress'. My laptop connects fine plugged into the same port getting it's IP automatically (192.168.2.2) and getting internet fine. I've tried adding a DWORD entry 'IPAutoconfigurationEnabled' = 0, also tried deleting the 2 values.Tried setting the IP manually to 192.168.2.6 - limited connectivity goes away but I get no internet connection from the router nor file sharing.

View 6 Replies View Related

Cisco WAN :: 2900 - Bridge From WIC Interface To Ethernet Interface

Apr 22, 2012

Needing to bridge from my wic interface to an ethernet interface on a 2900 series router so that I can pass through the ip address given to the WIC, to my ASA so that I don't have to give my ASA a private range address. (Just like a service provider might do when bringing a T1 with managed router in to my prem)

View 1 Replies View Related

Cisco WAN :: 2911 Multicast Traffic Stops Passing Through Multilink Interface

May 8, 2012

I have configured multicast (ip pim dense-mode) on two 2911 routers that are connected by a Multilink (3Mbps) Wan connection.The configuration work fine for awhile and sometimes all day but at some point one of the Multilink interfaces stop passing multicast traffic.I perform a sh multilink 1 on the interfaces and one interfaces show the multicast packets incrementing and the other does not, it just stops.The only fix for this is to hard reboot both routers and the multicast traffic begins to flow once again.

View 3 Replies View Related

Cisco WAN :: 3845 Routers - Receive Multicast Stream Via Tunnel Interface

Feb 16, 2012

I have two Cisco 3845 routers which receive a multicast stram via a tunnel interface, i.e Tunnel163 (PIM Dense mode is enabled). These routers are both connected to a LAN segment (FastEthernet0/1/0) where receivers are. [code] Router1 is the assert winner (highest IP address), it sees igmp joins request, but it's pruning the interface. It happens sometimes and it lasts until I manually issue clear ip mroute.Unfortunately I cannot migrate to Sparse Mode.

View 15 Replies View Related

Cisco VPN :: 1921 Loop Back Interface / Static IP Address For Client

Nov 17, 2012

I have a couple a questions answers on which i cant google for a period. BTW maybe i simly use wrong aproach to choose keywords.

1)  Is it possible to assign same ip address to the same client each time  it authenticated, preferably without using DHCP? Im definely sure that  it possible but cant find corresponded configuration examples (my device  is Cisco 1921 with IOS 15.0.1).
 
2)  Is it possible to assign dynamic crypto map to loopback interface (the  purpose to make EASY VPN Server accessible through two interfaces -  maybe you recommend other approach instead?) - as i move workingcrypto  map from phy int to loopback - i cant connect with reason "Phace1 SA  policy proposal not accepted"

View 3 Replies View Related

Cisco :: MP-BGP (and Not BGP) To Exchange Multicast Prefixes Between Multicast Domains?

Apr 18, 2012

Why do we need MP-BGP (and not BGP) to exchange multicast prefixes between multicast domains?

View 2 Replies View Related

Cisco WAN :: Multicast Routing Between Vrf (Cat 3750) - Multicast Vpn Extranet?

Feb 19, 2013

I try to pass multicast traffic between two vrf on the same 3750 switch. I have IP services IOS and sdm template routing.
 
here is my config:
 
ip routing
!
ip vrf vpn2
rd 1:1
mdt default 232.1.1.1
route-target export 1:1
route-target import 1:1

[code]....
 
Now I'm stuck - I don't know what to do to pass multicast traffic. Do I have any chance to run this config on 3750 chassis?Perhaps "Configuring Multicast VPN Extranet Support" document will be useful, but it concerns Catalyst 6500? [URL]

View 0 Replies View Related

Cisco Switching/Routing :: IP SLA Support On 1921/K9 Or 1921-SEC/K9?

Oct 5, 2012

We want to puchase new Cisco ISR 1921/K9 .   i want to know does it support the following sample IP-SLA commands
 
ip sla 2icmp-echo 172.16.1.2timeout 500frequency 1ip sla schedule 2 life forever start-time now
 
track 10 rtr 1 reachability
delay down 1 up 1
!
track 20 rtr 2 reachability
delay down 1 up 1 
ip route 0.0.0.0 0.0.0.0 192.168.1.2 track 10ip route 0.0.0.0 0.0.0.0 172.16.1.2 track 20
  
Im asking above question because we will need to enable ip-sla  on  the mentioned router.   as i read on the cisco webside, it says Cisco-ISR-1921/K9-IP Base  support only  IP-SLA RESPONDER  feature nothing else. If  Cisco-921/K9  does not support the above commands , should i go for ordering Cisco-1921-SEC/K9 ? 

View 4 Replies View Related

Cisco WAN :: Ethernet Interface On 3560 And 2960?

Nov 12, 2011

3560--------------------------2960 connects via single mode Fiber and now will have another redundant Link between 3560 and 2960 with Ethernet interface ( Wireless). 3560------------trunk config---------2960 < Fiber Link >
 
what config I need on Ethernet interface on 3560 and 2960?what config is needed to alwayz have fiber as primary connection and Wireless as backup.

View 1 Replies View Related

Cisco :: Simulating ISDN In Lab Using Serial Or Ethernet Interface?

Mar 4, 2012

Is it possible to simulate ISDN in a lab using a serial or ethernet interface. I want to setup FR and have ISDN running between a couple of routers with DoD routing.

View 6 Replies View Related

Cisco :: One Of ASA5510 Ethernet Interface Always Display Red Light?

May 21, 2011

I find that one of the ethernet interface of ASA5510 always display RED light

View 3 Replies View Related

Cisco Switching/Routing :: 4503 - How To Keep Ethernet Interface Up

Jan 18, 2012

There is some way to increase the speed of changing the interface state from DOWN to UP when the cable is connected. I need to configure a port of Cisco 4503 in a way that when a cable is connected the port goes immediatly UP.
 
A solution can be to keep Cisco interface always UP and I remember that with "no keepalive" command to the interface configuration it was possible. But I tried and nothing happens.

View 12 Replies View Related

Cisco WAN :: 7206VXR / Applying CBWFQ On Ethernet Sub-interface

May 6, 2012

i have 7206VXR with trunk interface toward customers, now i'm trying to configure CBWFQ on one of the sub-interfaces for specific customer,while trying to apply parent policy which includes child policy i'm getting the following message:Must remove traffic-shape configuration first.
 
here is the configured policy:

ip access-list extended ACL_TEST_SRV
permit ip any host 192.168.10.1
permit ip host 192.168.10.1 any
!
class-map CM_TEST_SRV
match access-group name ACL_TEST_SRV

[code]....

View 4 Replies View Related

Cisco WAN :: 1721 Router With Ethernet Interface Card

Feb 25, 2011

I have cisco 1721 router so I installed an ethernet interface card so when I make show run I found that there is a fast ethernet 0 and ethernet 0 (which I installed) so i wand to make subinfaces of the etheernet 0 but I can't. I tried to make encapsulation dot.1q but it doesn't accept it.
 
Is Ethernet0 supported to generate subinterfaces?

View 3 Replies View Related







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