02-22-2011 08:06 AM - edited 03-04-2019 11:31 AM
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
02-22-2011 08:17 AM
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
02-22-2011 03:37 PM
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
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