07-29-2018 12:57 AM
Hello,
I have two locations connected with two cisco 861 routers, they are connected using a bridge, the subnet is the same 192.168.100.x, the routers are on E-line connection from provider.
location A is the main (has the internet connection and the main switch and router) and location B is the
secondary location, it has just few PCs and a switch, everything is working fine for few years now, but couple of days ago I changed some PCs in locations B with newer ones, but before I connected them in location B, I configured them in location A (join domain ..etc), for some reason the traffic from/to these PCs do not pass the bridge, I connected new PC(not configured) in location B directly and it worked fine, so only the PCs that were connected in location A then moved to location B are blocked, I changed IPs and it's the same, I am suspecting a MAC address problem, I checked the MAC table on the router in Location B and it has the correct association but still no traffic.
new PCs in location can pink each others and other old PCs in the same location but can not pink devices in location A, and vise versa.
Any help is very much appreciated.
**************
version 15.0
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname SecondaryRouter
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$LUD8$FHa3UHfIvd9QsiiCe4JLS1
!
no aaa new-model
memory-size iomem 10
!
!
ip source-route
!
!
!
!
ip cef
!
!
license udi pid CISCO861-K9 sn FCZ1510918C
!
!
!
!
!
!
!
bridge irb
!
!
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface FastEthernet4
no ip address
duplex auto
speed auto
!
interface FastEthernet4.1
encapsulation dot1Q 2
bridge-group 1
!
interface Vlan1
no ip address
bridge-group 1
!
interface Vlan10
no ip address
!
interface BVI1
ip address 192.168.100.151 255.255.255.0
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
control-plane
!
bridge 1 protocol ieee
bridge 1 route ip
!
line con 0
no modem enable
line aux 0
line vty 0 4
password xxxxxx
login
!
scheduler max-task-time 5000
end
**************************
Thank you in advance
HK
08-01-2018 02:52 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide