Advertisement
dmrichards26

Switch 1 Configs

Apr 25th, 2019
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. FX_MDF_HQ_DC1# show run int e 1/3
  2.  
  3. !Command: show running-config interface Ethernet1/3
  4. !Running configuration last done at: Thu Apr 25 09:21:29 2019
  5. !Time: Thu Apr 25 09:59:19 2019
  6.  
  7. version 9.2(3) Bios:version
  8.  
  9. interface Ethernet1/3
  10. description Phys - vPC KeepAlive
  11. no switchport
  12. speed 10000
  13. channel-group 8 mode active
  14. no shutdown
  15.  
  16. FX_MDF_HQ_DC1# show run int po8
  17.  
  18. !Command: show running-config interface port-channel8
  19. !Running configuration last done at: Thu Apr 25 09:21:29 2019
  20. !Time: Thu Apr 25 09:59:29 2019
  21.  
  22. version 9.2(3) Bios:version
  23.  
  24. interface port-channel8
  25. description vPC KeepAlive
  26. no switchport
  27. speed 10000
  28. vrf member VPC_KeepAlive
  29. ip address 192.168.5.10/24
  30.  
  31. FX_MDF_HQ_DC1# show run vpc all
  32.  
  33. !Command: show running-config vpc all
  34. !Running configuration last done at: Thu Apr 25 09:21:29 2019
  35. !Time: Thu Apr 25 10:04:51 2019
  36.  
  37. version 9.2(3) Bios:version
  38. feature vpc
  39.  
  40. vpc domain 1
  41. role priority 32667
  42. system-priority 32667
  43. peer-keepalive destination 192.168.5.20 source 192.168.5.10 udp-port 3200 vrf
  44. VPC_KeepAlive interval 1000 timeout 5 precedence 6 hold-timeout 3
  45. delay restore 30
  46. no delay peer-link
  47. no dual-active exclude interface-vlan
  48. no peer-gateway
  49. no layer3 peer-router
  50. no layer3 peer-router syslog
  51. graceful consistency-check
  52. no auto-recovery
  53. delay restore interface-vlan 10
  54. delay restore orphan-port 0
  55. no fast-convergence
  56. port-channel limit
  57. no shutdown
  58.  
  59. interface port-channel1
  60. vpc peer-link
  61.  
  62. interface port-channel2
  63. vpc 2
  64.  
  65. interface port-channel3
  66. vpc 3
  67.  
  68. interface port-channel5
  69. vpc 5
  70.  
  71. interface port-channel6
  72. vpc 6
  73.  
  74. interface port-channel10
  75. vpc 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement