cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5880
Views
10
Helpful
13
Replies

how to make router to forward traffic?

sundar ganesh
Level 1
Level 1

dear cisco,

i need some some help to include my cisco router into my network?

see the attachment below

13 Replies 13

Hello,

Your question is not clear. Please explain more. That router is going to connect to both routers?

Masoud

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?

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

no, it's not working, any other soln.?

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

i will try and let you know..

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
!

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

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?

Hello, 

you need to disable ip routing.

Config terminal

no ip routing.

Masoud

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

HTH

Rick

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

Raja_D
Level 1
Level 1

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.