Advertisement
Guest User

Branch_startup-config

a guest
Feb 18th, 2015
949
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. !
  2. version 15.1
  3. no service timestamps log datetime msec
  4. no service timestamps debug datetime msec
  5. no service password-encryption
  6. !
  7. hostname Branch
  8. !
  9. !
  10. !
  11. enable secret 5 $1$mERr$UBS6AqpcFjkupAnmSUCGG.
  12. !
  13. !
  14. !
  15. !
  16. no ip cef
  17. no ipv6 cef
  18. !
  19. !
  20. !
  21. username CORPADMIN password 0 Ciscoccnas
  22. !
  23. !
  24. license udi pid CISCO1941/K9 sn FTX15241FMO
  25. license boot module c1900 technology-package securityk9
  26. !
  27. !
  28. !
  29. crypto isakmp policy 10
  30. encr aes 256
  31. authentication pre-share
  32. group 2
  33. !
  34. crypto isakmp key Vpnpass101 address 209.165.200.226
  35. !
  36. !
  37. !
  38. crypto ipsec transform-set VPN-SET esp-3des esp-sha-hmac
  39. !
  40. crypto map VPN-MAP 10 ipsec-isakmp
  41. set peer 209.165.200.226
  42. set transform-set VPN-SET
  43. match address 120
  44. !
  45. !
  46. !
  47. !
  48. no ip domain-lookup
  49. !
  50. !
  51. spanning-tree mode pvst
  52. !
  53. class-map type inspect match-all BR-IN-CLASS-MAP
  54. match access-group 110
  55. !
  56. policy-map type inspect BR-IN-OUT-PMAP
  57. class type inspect BR-IN-CLASS-MAP
  58. inspect
  59. !
  60. !
  61. !
  62. zone security BR-IN-ZONE
  63. zone security BR-OUT-ZONE
  64. zone-pair security IN-OUT-ZPAIR source BR-IN-ZONE destination BR-OUT-ZONE
  65. service-policy type inspect BR-IN-OUT-PMAP
  66. !
  67. !
  68. interface GigabitEthernet0/0
  69. ip address 198.133.219.62 255.255.255.224
  70. zone-member security BR-IN-ZONE
  71. duplex auto
  72. speed auto
  73. !
  74. interface GigabitEthernet0/1
  75. no ip address
  76. duplex auto
  77. speed auto
  78. shutdown
  79. !
  80. interface Serial0/0/0
  81. ip address 198.133.219.2 255.255.255.252
  82. zone-member security BR-OUT-ZONE
  83. clock rate 2000000
  84. crypto map VPN-MAP
  85. !
  86. interface Serial0/0/1
  87. no ip address
  88. clock rate 2000000
  89. shutdown
  90. !
  91. interface Vlan1
  92. no ip address
  93. shutdown
  94. !
  95. ip classless
  96. ip route 0.0.0.0 0.0.0.0 198.133.219.1
  97. !
  98. ip flow-export version 9
  99. !
  100. !
  101. access-list 110 permit ip 198.133.219.32 0.0.0.31 any
  102. access-list 120 permit ip 198.133.219.32 0.0.0.31 209.165.200.240 0.0.0.15
  103. !
  104. no cdp run
  105. !
  106. !
  107. !
  108. !
  109. !
  110. line con 0
  111. logging synchronous
  112. login local
  113. !
  114. line aux 0
  115. !
  116. line vty 0 4
  117. login
  118. !
  119. !
  120. !
  121. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement