Link to home
Start Free TrialLog in
Avatar of crsrvn
crsrvn

asked on

Creating a second link between switches

This question is an addition to question
https://www.experts-exchange.com/questions/22730329/Configure-Multiple-Gigabit-Fiber-Interfaces-to-Share-Bandwidth.html

I want to setup up a second link like my existing one

-Cisco 3550 Switch-
interface GigabitEthernet 0/1
 description 3550 to 4507
 no switchport
 ip address 10.10.10.1 255.255.255.0
 ip route-cache flow

-Cisco 4507 Switch-
interface GigabitEthernet 5/5
 description 4507 to 3550
 no switchport
 ip address 10.10.10.2 255.255.255.0
 ip access-group 1 in
 ip access-group 1 out
 service-policy output VOICE-POLICY
 udld port

Can someone tell step by step how to do this?
ASKER CERTIFIED SOLUTION
Avatar of Don Johnston
Don Johnston
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of crsrvn
crsrvn

ASKER

Thanks for all of your help on this Don! Wish I could be as helpful.