12-01-2015 08:00 PM - edited 03-05-2019 02:51 AM
dear cisco,
i need some some help to include my cisco router into my network?
see the attachment below
12-01-2015 09:13 PM
Hello,
Your question is not clear. Please explain more. That router is going to connect to both routers?
Masoud
12-01-2015 09:51 PM
i have the wifi controller ip add 192.168.80.2 and this interface connected with fortigate firewall 192.168.80.1,
and i want to place the cisco router between these two interfaces.(cisco router's having two interfaces only)
in clear,
how to make my cisco router to act like a switch.?
did u understood my question?
12-01-2015 10:02 PM
Use these commands on that router
interface FastEthernet0/0
bridge-group 1
!
interface FastEthernet0/1
bridge-group 1
!
bridge 1 protocol ieee
Hope it helps,
Masoud
12-01-2015 10:25 PM
no, it's not working, any other soln.?
12-02-2015 05:34 AM
if you want to give IP to that router to be accessible by 192.168.10.X.
!
bridge irb
ip routing
!
!
interface FastEthernet0/0
bridge-group 1
!
interface FastEthernet1/0
bridge-group 1
!
interface BVI1
ip address 192.168.80.3 255.255.255.0
!
ip route 192.168.10.0 255.255.255.0 192.168.80.1
!
bridge 1 protocol ieee
bridge 1 route ip
Masoud
12-03-2015 12:45 AM
i will try and let you know..
12-01-2015 10:30 PM
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
bridge-group 1
!
interface GigabitEthernet0/1
ip address 192.168.10.230 255.255.255.0
duplex auto
speed auto
bridge-group 1
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
ip route 0.0.0.0 0.0.0.0 192.168.10.1
!
access-list 1 permit any
access-list 101 permit ip any any
!
12-02-2015 05:18 AM
Hello,
You said you want that router to be like a switch, but here you have configured routing. I am still not clear what you are doing.
If you want that router to be like a switch you need to disbable ip rouring.
interface FastEthernet0/0
bridge-group 1
!
interface FastEthernet0/1
bridge-group 1
!
bridge 1 protocol ieee
no ip routing
Gateway of WIFI router will be firewall which is 192.168.80.1
Masoud
12-01-2015 10:31 PM
i am able to get the traffice from gigabit ethernet 0/1, but this 0/1 ethernet does not forward the traffic to gigabit ethernet 0/0 port... i dont know why?
12-02-2015 05:12 AM
Hello,
you need to disable ip routing.
Config terminal
no ip routing.
Masoud
12-02-2015 06:35 AM
The original poster has indicated that he wants to make this router work like a switch. I am not sure why he wants this but this is what he asks for and that is what we are trying to solve. One solution suggested was IRB. That should work but is a much more complex solution than is needed to satisfy the original request. Several people have suggested the solution of using bridging on both interfaces. But that is only part of the solution. The result of configuring bridge groups on both interfaces is that they will bridge non IP traffic. Masoud has correctly identified the issue that while IP routing is enabled that the interfaces will not bridge IP packets. The complete solution includes the bridge groups on both interfaces and turning off IP routing. +5 to Masoud.
HTH
Rick
12-02-2015 06:59 AM
Thank you Richad for the rating. The only thing I can think of is that the poster want to solve issues caused by the long distance between firewall and WIFI router with an available router.
Res,
Masoud
12-01-2015 11:26 PM
Dear Sundar,
So you have the ip natting configuration done on the router ? if so is the natting that was done is working ? kindly share more details and let us know what is your objective in placing the router between those 2 routers.
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