Guest User

Untitled

a guest
Nov 16th, 2011
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. Building configuration...
  2.  
  3. Current configuration:
  4. !
  5. version 12.0
  6. no service pad
  7. service timestamps debug uptime
  8. service timestamps log uptime
  9. no service password-encryption
  10. !
  11. hostname UNFLAN_SW
  12. !
  13. !
  14. !
  15. !
  16. !
  17. !
  18. !
  19. ip subnet-zero
  20. no ip domain-lookup
  21. !
  22. !
  23. !
  24. interface FastEthernet0/1
  25. switchport access vlan 10
  26. !
  27. interface FastEthernet0/2
  28. switchport access vlan 20
  29. !
  30. interface FastEthernet0/3
  31. switchport access vlan 30
  32. !
  33. interface FastEthernet0/4
  34. switchport access vlan 40
  35. !
  36. interface FastEthernet0/5
  37. !
  38. interface FastEthernet0/6
  39. !
  40. interface FastEthernet0/7
  41. !
  42. interface FastEthernet0/8
  43. !
  44. interface FastEthernet0/9
  45. !
  46. interface FastEthernet0/10
  47. !
  48. interface FastEthernet0/11
  49. !
  50. interface FastEthernet0/12
  51. !
  52. interface FastEthernet0/13
  53. !
  54. interface FastEthernet0/14
  55. !
  56. interface FastEthernet0/15
  57. !
  58. interface FastEthernet0/16
  59. !
  60. interface FastEthernet0/17
  61. !
  62. interface FastEthernet0/18
  63. !
  64. interface FastEthernet0/19
  65. !
  66. interface FastEthernet0/20
  67. !
  68. interface FastEthernet0/21
  69. !
  70. interface FastEthernet0/22
  71. !
  72. interface FastEthernet0/23
  73. !
  74. interface FastEthernet0/24
  75. switchport trunk encapsulation dot1q
  76. switchport trunk native vlan 5
  77. switchport mode trunk
  78. !
  79. interface GigabitEthernet0/1
  80. !
  81. interface GigabitEthernet0/2
  82. !
  83. interface VLAN1
  84. no ip directed-broadcast
  85. no ip route-cache
  86. !
  87. !
  88. line con 0
  89. logging synchronous
  90. transport input none
  91. stopbits 1
  92. line vty 0 4
  93. login
  94. line vty 5 15
  95. login
  96. !
  97. end
  98.  
  99.  
Advertisement
Add Comment
Please, Sign In to add comment