Guest
Public paste!

edge

By: a guest | Feb 9th, 2010 | Syntax: None | Size: 3.55 KB | Hits: 8 | Expires: Never
Copy text to clipboard
  1.  
  2. !
  3. version 12.4
  4. service timestamps debug datetime msec
  5. service timestamps log datetime msec
  6. no service password-encryption
  7. !
  8. hostname Benton
  9. !
  10. boot-start-marker
  11. boot-end-marker
  12. !
  13. logging buffered 51200 debugging
  14. !
  15. no aaa new-model
  16. ip cef
  17. !
  18. !
  19. !
  20. !
  21. ip auth-proxy max-nodata-conns 3
  22. ip admission max-nodata-conns 3
  23. !
  24. !
  25. crypto pki trustpoint TP-self-signed-3899094249
  26.  enrollment selfsigned
  27.  subject-name cn=IOS-Self-Signed-Certificate-3899094249
  28.  revocation-check none
  29.  rsakeypair TP-self-signed-3899094249
  30. !
  31. !
  32. crypto pki certificate chain TP-self-signed-3899094249
  33.  certificate self-signed 01
  34.   3082023E 308201A7 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
  35.   31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
  36.   69666963 6174652D 33383939 30393432 3439301E 170D3130 30323039 31393333
  37.   32305A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
  38.   4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D33 38393930
  39.   39343234 3930819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
  40.   8100DC21 0E38A57E 021ECD2A 75346C0A DFA6ADD1 25C087CB ED237389 45AA933B
  41.   6F038CA2 2171720E 199895C5 F1ADD817 F1EB3D55 667C80B2 12CE6762 F5534803
  42.   B4691911 B6CEA792 5DD5984A 8B4E59E1 E5387B1A 11A17FD0 E8C112F9 587CE1A7
  43.   35D28067 F95135F3 C760AB27 D307AFF6 28B7CFBE 81832EDD 45815401 D27875E3
  44.   0F410203 010001A3 66306430 0F060355 1D130101 FF040530 030101FF 30110603
  45.   551D1104 0A300882 0642656E 746F6E30 1F060355 1D230418 30168014 480ECB4B
  46.   487A361C 3D5967E0 7847B3A5 3A9157CF 301D0603 551D0E04 16041448 0ECB4B48
  47.   7A361C3D 5967E078 47B3A53A 9157CF30 0D06092A 864886F7 0D010104 05000381
  48.   8100CA67 9D6EDEA4 1F3A0B73 1FCBA314 3B10E3FA 672548D9 4935B44E 71C50A5D
  49.   24E14C14 2EA123C2 4D4DDB88 81E3D9B9 7C72E820 09F67467 56F15B0D FDCEE5CA
  50.   A255AEE2 3AC76994 7A0BC805 26F39A99 0E182C4C 901C1787 883BB939 C1C5F211
  51.   3613215C 4F37917E 56F0F23A 6EB4CD2C F027BDE3 FE5212A2 4281BC10 A8767431 B24D
  52.   quit
  53. username edge privilege 15 secret 5 <REMOVED>
  54. !
  55. !
  56. !
  57. !
  58. crypto isakmp policy 1
  59.  encr 3des
  60.  authentication pre-share
  61.  group 2
  62. crypto isakmp key <REMOVED> address 74.xx.127.44
  63. !
  64. !
  65. crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
  66. !
  67. crypto map SDM_CMAP_1 1 ipsec-isakmp
  68.  description Tunnel to74.xx.127.44
  69.  set peer 74.xx.127.44
  70.  set transform-set ESP-3DES-SHA
  71.  match address 100
  72. !
  73. !
  74. !
  75. interface FastEthernet0/0
  76.  ip address 172.16.2.1 255.255.254.0
  77.  ip nat inside
  78.  ip virtual-reassembly
  79.  duplex auto
  80.  speed auto
  81. !
  82. interface FastEthernet0/1
  83.  ip address 74.xx.127.43 255.255.255.192
  84.  ip nat outside
  85.  ip virtual-reassembly
  86.  duplex auto
  87.  speed auto
  88.  crypto map SDM_CMAP_1
  89. !
  90. interface Serial0/0/0
  91.  no ip address
  92.  shutdown
  93. !
  94. ip forward-protocol nd
  95. !
  96. !
  97. ip http server
  98. ip http authentication local
  99. ip http secure-server
  100. ip nat inside source route-map SDM_RMAP_1 interface FastEthernet0/1 overload
  101. !
  102. access-list 1 remark SDM_ACL Category=2
  103. access-list 1 permit 172.16.2.0 0.0.1.255
  104. access-list 100 remark SDM_ACL Category=4
  105. access-list 100 remark IPSec Rule
  106. access-list 100 permit ip 172.16.2.0 0.0.1.255 172.16.4.0 0.0.1.255
  107. access-list 101 remark SDM_ACL Category=2
  108. access-list 101 remark IPSec Rule
  109. access-list 101 deny   ip 172.16.2.0 0.0.1.255 172.16.4.0 0.0.1.255
  110. access-list 101 permit ip 172.16.2.0 0.0.1.255 any
  111. !
  112. route-map SDM_RMAP_1 permit 1
  113.  match ip address 101
  114. !
  115. !
  116. !
  117. control-plane
  118. !
  119. !
  120. !
  121. line con 0
  122.  logging synchronous
  123. line aux 0
  124. line vty 0 4
  125.  privilege level 15
  126.  login local
  127.  transport input telnet ssh
  128. !
  129. scheduler allocate 20000 1000
  130. end