Guest User

Untitled

a guest
Dec 10th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. Dell 802.ad Link Aggregation Protocol
  2.  
  3. The 48 port Cisco switch is not configured with the 802.3ad link aggregation protocol to communicate
  4. with the Dell 2748. All the Cisco Switches are currently using their proprietary LACP protocol, so it needs
  5. to be changed. Before unplugging the Cisco 24 port switch and replacing it with the Dell you need to
  6. perform the following:
  7.  
  8. Plug serial connection into back of the ASW4 Cisco switch, open putty, click Serial button (with
  9. all defaults) and press connect.
  10. Username: eric
  11. Password : root
  12. You should have the prompt that says - ASW4#
  13.  
  14. -
  15.  
  16. -
  17. -
  18. -
  19.  
  20. Run the following command to make sure you are applying the command to the correct port
  21. numbers:
  22.  
  23. -
  24.  
  25. show cdp neighbor
  26.  
  27. Find the corresponding port numbers from ASW5.RTUI.local lines, they should be port 37, 38, 39 and 40.
  28.  
  29. Type: configure terminal
  30. The prompt should change to ASW4(confg-t)> I may be incorrect about the exact prompt.
  31.  
  32. -
  33. -
  34.  
  35. Copy and paste the following into notepad, remove all the whitespace then paste into the command
  36. line under ASW4(confg-t)>
  37.  
  38. default interface range fa0/37 – 40
  39. Interface range fas0/37 – 40
  40. Switchport mode trunk
  41. Switchport access vlan 10
  42. Switchport no
  43. Channel-group 5 mode auto
Add Comment
Please, Sign In to add comment