Advertisement
the-packet-thrower

BR2-VE01

Jan 17th, 2019
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. system
  2. idle-timeout 300
  3. host-name BR2-VE01
  4. system-ip 172.32.102.1
  5. site-id 102
  6. admin-tech-on-failure
  7. no route-consistency-check
  8. sp-organization-name Testlab
  9. organization-name Testlab
  10. clock timezone America/Edmonton
  11. vbond vbond.testlab.com
  12. aaa
  13. auth-order local radius tacacs
  14. usergroup basic
  15. task system read write
  16. task interface read write
  17. !
  18. usergroup netadmin
  19. !
  20. usergroup operator
  21. task system read
  22. task interface read
  23. task policy read
  24. task routing read
  25. task security read
  26. !
  27. user admin
  28. password $6$kH75sg==$f13M5jBMkQhHlAkB8jRoAyasPAMnAxQXyG6240W.4/.xi4HWMDWRsN3QSvXx4q.JU30yS03/.GzfyIRFuyi.p0
  29. !
  30. !
  31. logging
  32. disk
  33. enable
  34. !
  35. !
  36. ntp
  37. server 10.20.2.10
  38. version 4
  39. prefer
  40. exit
  41. !
  42. !
  43. omp
  44. no shutdown
  45. graceful-restart
  46. advertise bgp
  47. advertise ospf external
  48. advertise connected
  49. advertise static
  50. !
  51. security
  52. ipsec
  53. authentication-type sha1-hmac ah-sha1-hmac
  54. !
  55. !
  56. vpn 0
  57. name MGMT
  58. dns 10.10.13.5 secondary
  59. dns 10.20.2.10 primary
  60. host vbond.testlab.com ip 10.10.21.93 10.10.21.94
  61. interface ge0/0
  62. ip address 10.8.102.1/24
  63. tunnel-interface
  64. encapsulation ipsec
  65. color biz-internet
  66. allow-service all
  67. no allow-service bgp
  68. allow-service dhcp
  69. allow-service dns
  70. allow-service icmp
  71. no allow-service sshd
  72. no allow-service netconf
  73. no allow-service ntp
  74. no allow-service ospf
  75. no allow-service stun
  76. allow-service https
  77. !
  78. no shutdown
  79. !
  80. interface ge0/1
  81. ip address 10.9.102.1/24
  82. tunnel-interface
  83. encapsulation ipsec
  84. color mpls
  85. allow-service all
  86. no allow-service bgp
  87. allow-service dhcp
  88. allow-service dns
  89. allow-service icmp
  90. no allow-service sshd
  91. no allow-service netconf
  92. no allow-service ntp
  93. no allow-service ospf
  94. no allow-service stun
  95. allow-service https
  96. !
  97. no shutdown
  98. !
  99. ip route 0.0.0.0/0 10.8.102.254
  100. ip route 0.0.0.0/0 10.9.102.254
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement