Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. service timestamps debug datetime localtime
  2. service timestamps log datetime localtime
  3. service password-encryption
  4. service compress-config
  5. !
  6. hostname XXXXX
  7. !
  8. aaa authentication login default group tacacs+ local
  9. aaa authentication login notac line
  10. aaa authorization exec default group tacacs+ local
  11. !
  12. clock timezone CET 1 0
  13. clock summer-time CET recurring last Sun Mar 2:00 last Sun Oct 2:00
  14. !
  15. vtp mode transparent
  16. !
  17. archive
  18. path ftp://10.209.18.244/$h
  19. write-memory
  20. time-period 1440
  21. !
  22. spanning-tree mode pvst
  23. spanning-tree extend system-id
  24. !
  25. redundancy
  26. mode sso
  27.  
  28. !
  29. interface Port-channel1
  30. description Vs_NEXUS
  31. switchport mode trunk
  32. switchport nonegotiate
  33. !
  34. interface TenGigabitEthernet1/1/1
  35. description Vs_NEXUS-A_X/X
  36. switchport mode trunk
  37. switchport nonegotiate
  38. channel-group 1 mode active
  39. !
  40. interface TenGigabitEthernet2/1/1
  41. description Vs_NEXUS-B_X/X
  42. switchport mode trunk
  43. switchport nonegotiate
  44. channel-group 1 mode active
  45. !
  46. interface Vlan1
  47. no ip address
  48. shutdown
  49.  
  50.  
  51. !
  52. interface Vlan15
  53. ip address XXX 255.255.255.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement