Advertisement
Guest User

Untitled

a guest
Jun 11th, 2014
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. hostname CAT3550
  2. !!
  3. !
  4. !
  5. no aaa new-model
  6. ip routing
  7. no ip domain-lookup
  8. !
  9. !
  10. vtp mode off
  11.  
  12.  
  13. vlan 300
  14. name Lenina10
  15. !
  16. vlan 301-310
  17. !
  18. vlan 4000
  19. name ManagmentSwitch
  20. !
  21. !
  22.  
  23. interface Loopback888
  24. description ip-pool_opt82_userpack
  25. ip address 172.16.32.1 255.255.240.0 secondary
  26. ip address 172.16.32.11 255.255.240.0 secondary
  27. ip address 10.123.0.1 255.255.248.0
  28. !
  29. interface GigabitEthernet0/1
  30. description TRUNK_TO_BDCOM_PORT1 - Транковый порт на свитч, в который воткнуты свитчи доступа, (все порты транковые)
  31. switchport trunk encapsulation dot1q
  32. switchport trunk allowed vlan 300-1000,4000
  33. switchport mode trunk
  34.  
  35.  
  36. interface GigabitEthernet0/8 - Порт в который подключен биллинг, в 4000 влане dhcp сервер 192,168,168,10
  37. switchport trunk encapsulation dot1q
  38. switchport trunk allowed vlan 4000,4001
  39. switchport mode trunk
  40. !
  41.  
  42. interface Vlan1
  43. no ip address
  44. shutdown
  45. !
  46. interface Vlan300
  47. description Huawei --Клиентский влан
  48. ip unnumbered Loopback888
  49. ip helper-address 192.168.168.10
  50. !
  51. interface Vlan4000
  52. ip address 192.168.168.1 255.255.255.0
  53. !
  54. ip classless
  55. ip route 10.123.0.2 255.255.255.255 Vlan300
  56. ip route 172.16.32.0 255.255.255.0 Vlan300
  57. ip route 172.16.32.100 255.255.255.255 Vlan300
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement