Advertisement
Guest User

Untitled

a guest
Jul 31st, 2014
403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. Cisco IOS Software, C3600 Software (AP3G2-K9W7-M), Version 15.2(4)JB5, RELEASE SOFTWARE (fc1)
  2. Technical Support: http://www.cisco.com/techsupport
  3. Copyright (c) 1986-2014 by Cisco Systems, Inc.
  4. Compiled Thu 01-May-14 22:04 by prod_rel_team
  5.  
  6. interface GigabitEthernet0.1
  7. encapsulation dot1Q 1 native
  8. no ip route-cache
  9. bridge-group 1
  10. bridge-group 1 spanning-disabled
  11. no bridge-group 1 source-learning
  12. !
  13. interface GigabitEthernet0.14
  14. encapsulation dot1Q 14
  15. ip address 192.168.14.253 255.255.255.0
  16. ip helper-address 192.168.14.254
  17. no ip route-cache
  18. bridge-group 14
  19. bridge-group 14 spanning-disabled
  20. no bridge-group 14 source-learning
  21. !
  22. interface GigabitEthernet0.16
  23. encapsulation dot1Q 16
  24. ip address 192.168.16.253 255.255.255.0
  25. ip helper-address 192.168.16.254
  26. no ip route-cache
  27. bridge-group 16
  28. bridge-group 16 spanning-disabled
  29. no bridge-group 16 source-learning
  30. !
  31. interface GigabitEthernet0.100
  32. encapsulation dot1Q 100
  33. ip address 192.168.100.51 255.255.255.0
  34. no ip route-cache
  35. !
  36. interface BVI1
  37. ip address 10.0.0.1 255.255.0.0
  38. no ip route-cache
  39. !
  40. ip default-gateway 192.168.100.254
  41. bridge 1 route ip
  42.  
  43. J9776A Configuration Editor; Created on release #YA.15.13.0005
  44. ; Ver #05:08.63.ff.37.27:81
  45. hostname "HP-2530-24G"
  46. trunk 24 trk1 trunk
  47. trunk 1-2 trk4 lacp
  48. no telnet-server
  49. ip default-gateway 192.168.100.254
  50.  
  51.  
  52. vlan 1
  53. name "DEFAULT_VLAN"
  54. no untagged 3-22
  55. untagged 23,25-28,Trk1,Trk4
  56. no ip address
  57. exit
  58. vlan 10
  59. untagged 3-22
  60. tagged 23,Trk1,Trk4
  61. ip address 192.168.10.250 255.255.255.0
  62. ip helper-address 192.168.10.254
  63. exit
  64. vlan 11
  65. tagged Trk1,Trk4
  66. no ip address
  67. voice
  68. exit
  69. vlan 15
  70. tagged Trk1,Trk4
  71. ip address 192.168.15.251 255.255.255.0
  72. exit
  73. vlan 100
  74. tagged 23,Trk1,Trk4
  75. ip address 192.168.100.248 255.255.255.0
  76. exit
  77. management-vlan 100
  78. spanning-tree Trk1 priority 4
  79. spanning-tree Trk4 priority 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement