Guest User

Untitled

a guest
Jan 18th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. no aaa new-model
  2. system mtu routing 1500
  3. vtp domain h873.eur.nsroot.net
  4. vtp mode transparent
  5. ip subnet-zero
  6. ip routing
  7. vlan 116
  8. name PROD_VLAN_111
  9. !
  10. vlan 120,200
  11. !
  12. vlan 211
  13. name MGMT_PHY_211
  14. !
  15. vlan 212
  16. name MGMT_APP_212
  17. !
  18. !
  19. !
  20. !
  21. interface GigabitEthernet0/1
  22. switchport access vlan 211
  23. switchport mode access
  24. !
  25. interface GigabitEthernet0/2
  26. switchport access vlan 212
  27. switchport mode access
  28. !
  29. interface GigabitEthernet0/3
  30. switchport access vlan 116
  31. switchport mode access
  32. !
  33.  
  34. interface GigabitEthernet0/11
  35. switchport access vlan 200
  36. switchport mode access
  37. !
  38.  
  39. interface GigabitEthernet0/14
  40. switchport trunk encapsulation dot1q
  41. switchport mode trunk
  42. !
  43. interface GigabitEthernet0/15
  44. !
  45. interface GigabitEthernet0/16
  46. switchport trunk encapsulation dot1q
  47. switchport mode trunk
  48. !
  49. interface GigabitEthernet0/17
  50. !
  51. interface GigabitEthernet0/18
  52. switchport trunk encapsulation dot1q
  53. switchport mode trunk
  54. !
  55. interface GigabitEthernet0/19
  56. !
  57. interface GigabitEthernet0/20
  58. switchport trunk encapsulation dot1q
  59. switchport mode trunk
  60. !
  61. interface GigabitEthernet0/21
  62. !
  63. interface GigabitEthernet0/22
  64. switchport trunk encapsulation dot1q
  65. switchport mode trunk
  66. !
  67. interface GigabitEthernet0/23
  68. !
  69. interface GigabitEthernet0/24
  70. switchport trunk encapsulation dot1q
  71. switchport mode trunk
  72.  
  73. interface Vlan1
  74. no ip address
  75. !
  76. interface Vlan116
  77. ip address 172.16.116.1 255.255.255.0
  78. !
  79. interface Vlan120
  80. ip address 10.11.120.1 255.255.255.0
  81. !
  82. interface Vlan200
  83. ip address 192.168.1.100 255.255.255.0
  84. !
  85. interface Vlan211
  86. ip address 10.11.211.1 255.255.255.0
  87. !
  88. interface Vlan212
  89. ip address 10.11.212.1 255.255.255.0
  90. !
  91. router ospf 100
  92. log-adjacency-changes
  93. redistribute connected subnets
  94. network 172.16.116.0 0.0.0.255 area 0
  95. !
  96. ip default-gateway 192.168.1.165
  97. ip classless
  98. ip route 0.0.0.0 0.0.0.0 192.168.1.1
  99. ip http server
  100. ip http secure-server
  101. !
Add Comment
Please, Sign In to add comment