cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2084
Views
0
Helpful
5
Replies

Fa ports

omgjames1
Level 1
Level 1

Can I have Fa 0/1 and Fa 0/0 on a 2801 router, assigned the same IP address and gateway?

5 Replies 5

scottmac
Level 10
Level 10

No. The router would not be able to create a routing / forwarding table with two interfaces configured the same way.

IOS would probably not even let you do it.

James

Scott is correct that the IOS will not let you configure 2 FastEthernet interfaces on the same router with the same IP address (or even 2 addresses in the same subnet). The closest that you could come to that would be to configure both interfaces with no ip address and to configure transparent bridging on the interfaces. You could then configure Integrated Routing and Bridging. In IRB you cnfigure bridgin on the LAN physical interfaces and then you configure a virtual interface (a BVI), you link the BVI to the bridge group on the interfaces, and you configure the IP address on the BVI.

You could do this, but I would not recommend it. If you can tell us what you are hoping to accomplish perhaps we can suggest some alternative that might work.

HTH

Rick

HTH

Rick

I have Blue Coat appliance, I installed a pass through card so that if the B/C dies we can still access the internet.

the pass through card has two ports on it, one goes to our switch and the other to the router to the Fa port. Any idea what the IP address of the Fa port should point to?

omgjames1
Level 1
Level 1

thats what i thought

Kevin Dorrell
Level 10
Level 10

Only if you bridge them.

bridge irb

bridge 1 protocol ieee

int f0/0

 bridge-group 1

int f0/1

 bridge-group 1

int bvi 1

 ip address [addr] [mask]

"... and gateway..." ... ?

Kevin Dorrell

Luxembourg

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card