Advertisement
Advertisement
| 07.10.2008 at 07:57AM PDT, ID: 23553999 |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: |
crypto isakmp policy 10 encr 3des hash md5 authentication pre-share group 2 crypto isakmp key ******** address 207.242.55.131 crypto isakmp keepalive 30 ! ! crypto ipsec transform-set XFORM esp-3des esp-md5-hmac crypto ipsec df-bit clear ! crypto map VPN 10 ipsec-isakmp set peer 207.242.55.131 set transform-set XFORM match address 100 ! ! ! interface FastEthernet0/0 description PRIVATE LAN ip address 10.81.1.1 255.255.0.0 ip nat inside ip virtual-reassembly ip route-cache flow duplex auto speed auto ! interface FastEthernet0/1 description PUBLIC WAN ip address 63.131.12.43 255.255.255.0 ip nat outside ip virtual-reassembly no ip route-cache cef no ip route-cache speed 100 full-duplex crypto map VPN ! ip classless ip route 0.0.0.0 0.0.0.0 63.131.12.1 ! ip nat inside source route-map NAT interface FastEthernet0/1 overload ! access-list 1 permit 207.242.55.128 0.0.0.127 access-list 1 permit 10.81.0.0 0.0.255.255 access-list 23 permit 10.81.0.0 0.0.255.255 access-list 23 permit 10.6.0.0 0.0.255.255 access-list 100 permit ip 10.81.0.0 0.0.255.255 10.6.0.0 0.0.255.255 access-list 100 permit ip 10.81.0.0 0.0.255.255 172.16.0.0 0.0.255.255 access-list 102 deny ip 10.81.0.0 0.0.255.255 172.16.0.0 0.0.255.255 access-list 102 deny ip 10.81.0.0 0.0.255.255 10.6.0.0 0.0.255.255 access-list 102 permit ip 10.81.0.0 0.0.255.255 any route-map NAT permit 10 match ip address 102 |