Advertisement
Guest User

sg300cisco

a guest
Mar 28th, 2014
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1.  
  2. config-file-header
  3. gw-cisco
  4. v1.3.0.62 / R750_NIK_1_3_647_260
  5. CLI v1.0
  6. set system mode router
  7.  
  8. file SSD indicator encrypted
  9. @
  10. ssd-control-start
  11. ssd config
  12. ssd file passphrase control unrestricted
  13. no ssd file integrity control
  14. ssd-control-end cb0a3fdb1f3a1af4e4430033719968c0
  15. !
  16. vlan database
  17. vlan 10-11,102-104
  18. exit
  19. voice vlan oui-table add 0001e3 Siemens_AG_phone________
  20. voice vlan oui-table add 00036b Cisco_phone_____________
  21. voice vlan oui-table add 00096e Avaya___________________
  22. voice vlan oui-table add 000fe2 H3C_Aolynk______________
  23. voice vlan oui-table add 0060b9 Philips_and_NEC_AG_phone
  24. voice vlan oui-table add 00d01e Pingtel_phone___________
  25. voice vlan oui-table add 00e075 Polycom/Veritel_phone___
  26. voice vlan oui-table add 00e0bb 3Com_phone______________
  27. ip dhcp relay address 192.168.1.2
  28. ip dhcp relay enable
  29. bonjour interface range vlan 1
  30. hostname gw-cisco
  31. line ssh
  32. exec-timeout 30
  33. exit
  34. no passwords complexity enable
  35. username cisco password encrypted da3e01915690b57dd532a175c2d2232cc3d13350 privilege 15
  36. ip ssh server
  37. no ip http secure-server
  38. !
  39. interface vlan 10
  40. name netdevices
  41. ip address 192.168.0.1 255.255.255.0
  42. !
  43. interface vlan 11
  44. name servers
  45. ip address 192.168.1.1 255.255.255.0
  46. !
  47. interface vlan 102
  48. name active
  49. ip address 192.168.2.1 255.255.255.0
  50. !
  51. interface vlan 103
  52. name arenda
  53. ip address 192.168.3.1 255.255.255.0
  54. !
  55. interface vlan 104
  56. name city
  57. ip address 192.168.4.1 255.255.255.0
  58. !
  59. interface gigabitethernet1
  60. switchport mode access
  61. switchport access vlan 11
  62. !
  63. interface gigabitethernet2
  64. switchport mode access
  65. switchport access vlan 11
  66. !
  67. interface gigabitethernet3
  68. switchport mode access
  69. switchport access vlan 11
  70. !
  71. interface gigabitethernet4
  72. switchport mode access
  73. switchport access vlan 11
  74. !
  75. interface gigabitethernet5
  76. switchport mode access
  77. switchport access vlan 102
  78. !
  79. interface gigabitethernet6
  80. switchport mode access
  81. switchport access vlan 103
  82. !
  83. interface gigabitethernet7
  84. switchport mode access
  85. switchport access vlan 104
  86. !
  87. interface gigabitethernet9
  88. switchport mode access
  89. switchport access vlan 10
  90. !
  91. interface gigabitethernet10
  92. description CONSOLE_GOES_HERE
  93. switchport mode access
  94. switchport access vlan 10
  95. !
  96. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement