cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
501
Views
0
Helpful
2
Replies

Catalyst 3550 Switch Routed interface

David Kondicz
Level 1
Level 1

Hello,

we are using the catalyst 3550 L3 for BGP routing. For e.g. Gi 0/4 is our internal interface tha we want "switch".

We need on Gi 0/5 the same network that is on gi 0/4.

How is it possible?  Make it like a 2 port mini switch. Or make a bridge of these 2 interfaces without any complicated reconfiguration needed?

Thanx for help.

BR

Dave

2 Replies 2

lgijssel
Level 9
Level 9

You need to move the ip config from the interface to a vlan.

Then make both ports member of this vlan.

No so complicated I presume.

regards,

Leo

Hi,

Leo is right.

your config should something like this

interface vlan 10

ip address 

interface  gi0/4

switchport mode acess

switchport access vlan 10

interface  gi0/5

switchport mode acess

switchport access vlan 10

HTH,

Regards,

Please rate if helpful