Advertisement
|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| 05/20/2008 at 04:45PM PDT, ID: 23419237 |
|
[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: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72: 73: 74: 75: 76: 77: 78: 79: 80: 81: 82: 83: 84: 85: 86: 87: 88: 89: 90: 91: 92: 93: 94: 95: 96: 97: 98: 99: 100: 101: 102: 103: 104: 105: 106: 107: 108: 109: 110: 111: 112: 113: 114: 115: 116: 117: 118: 119: 120: 121: 122: 123: 124: 125: 126: 127: 128: 129: 130: 131: 132: 133: 134: 135: 136: 137: 138: 139: 140: 141: 142: 143: 144: 145: 146: 147: 148: 149: 150: 151: 152: 153: 154: 155: 156: 157: 158: 159: 160: 161: 162: 163: 164: 165: 166: 167: 168: 169: 170: 171: 172: 173: 174: 175: 176: 177: 178: 179: 180: 181: 182: 183: 184: 185: 186: 187: 188: 189: 190: 191: 192: 193: 194: 195: 196: 197: 198: 199: 200: 201: 202: 203: 204: 205: 206: 207: 208: 209: 210: 211: 212: 213: 214: 215: 216: 217: 218: 219: 220: 221: 222: 223: 224: |
Building configuration... Current configuration : 8781 bytes ! version 12.4 no service pad service tcp-keepalives-in service tcp-keepalives-out service timestamps debug datetime msec localtime show-timezone service timestamps log datetime msec localtime show-timezone service password-encryption service sequence-numbers ! hostname Cisco ! boot-start-marker boot-end-marker ! security authentication failure rate 3 log security passwords min-length 6 logging buffered 51200 debugging logging console critical enable secret 5 xxx ! aaa new-model ! ! aaa authentication login default local aaa authentication login sdm_vpn_xauth_ml_1 local aaa authorization exec default local aaa authorization network sdm_vpn_group_ml_1 local ! aaa session-id common no ip source-route ip cef ! ! ip tcp synwait-time 10 ! ! no ip bootp server no ip domain lookup ip domain name big5x.com ip ssh time-out 60 ip ssh authentication-retries 2 ! ! crypto pki trustpoint TP-self-signed-417082025 enrollment selfsigned subject-name cn=IOS-Self-Signed-Certificate-417082025 revocation-check none rsakeypair TP-self-signed-417082025 ! ! crypto pki certificate chain TP-self-signed-417082025 certificate self-signed 01 xxxx quit username mszy privilege 15 secret 5 xxx ! ! ! crypto isakmp policy 1 encr 3des authentication pre-share group 2 ! crypto isakmp client configuration group VPN key xxxx pool SDM_POOL_1 netmask 255.255.255.0 ! ! crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac ! crypto dynamic-map SDM_DYNMAP_1 1 set transform-set ESP-3DES-SHA reverse-route ! ! crypto map SDM_CMAP_1 client authentication list sdm_vpn_xauth_ml_1 crypto map SDM_CMAP_1 isakmp authorization list sdm_vpn_group_ml_1 crypto map SDM_CMAP_1 client configuration address respond crypto map SDM_CMAP_1 65535 ipsec-isakmp dynamic SDM_DYNMAP_1 ! ! ! interface FastEthernet0/0 description $ETH-SW-LAUNCH$$INTF-INFO-FE 0$$ES_LAN$$FW_INSIDE$$ETH-LAN$ ip address 192.168.2.10 255.255.255.0 ip access-group 100 in no ip redirects no ip unreachables no ip proxy-arp ip nat inside ip virtual-reassembly ip route-cache flow duplex auto speed auto no mop enabled ! interface FastEthernet0/1 description $ES_WAN$$FW_OUTSIDE$ ip address xxx.yyy.zzz.103 255.255.255.0 ip access-group 103 in no ip redirects no ip unreachables no ip proxy-arp ip nat outside ip virtual-reassembly ip route-cache flow duplex auto speed auto no mop enabled crypto map SDM_CMAP_1 ! ip local pool SDM_POOL_1 192.168.4.100 192.168.4.110 ip route 0.0.0.0 0.0.0.0 xxx.yyy.zzz.97 ! ! ip http server ip http access-class 2 ip http authentication local ip http secure-server ip http timeout-policy idle 60 life 86400 requests 10000 ! logging trap debugging access-list 1 remark INSIDE_IF=FastEthernet0/0 access-list 1 remark SDM_ACL Category=2 access-list 1 permit 192.168.2.0 0.0.0.255 access-list 2 remark Auto generated by SDM Management Access feature access-list 2 remark SDM_ACL Category=1 access-list 2 permit 192.168.4.0 0.0.0.255 access-list 2 permit xxx.yyy.zzz.0 0.0.0.255 access-list 2 permit 192.168.2.0 0.0.0.255 access-list 100 remark Auto generated by SDM Management Access feature access-list 100 remark SDM_ACL Category=1 access-list 100 permit tcp 192.168.2.0 0.0.0.255 host 192.168.2.10 eq telnet access-list 100 permit tcp 192.168.2.0 0.0.0.255 host 192.168.2.10 eq 22 access-list 100 permit tcp 192.168.2.0 0.0.0.255 host 192.168.2.10 eq www access-list 100 permit tcp 192.168.2.0 0.0.0.255 host 192.168.2.10 eq 443 access-list 100 permit tcp 192.168.2.0 0.0.0.255 host 192.168.2.10 eq cmd access-list 100 deny tcp any host 192.168.2.10 eq telnet access-list 100 deny tcp any host 192.168.2.10 eq 22 access-list 100 deny tcp any host 192.168.2.10 eq www access-list 100 deny tcp any host 192.168.2.10 eq 443 access-list 100 deny tcp any host 192.168.2.10 eq cmd access-list 100 deny udp any host 192.168.2.10 eq snmp access-list 100 permit ip any any access-list 101 remark Auto generated by SDM Management Access feature access-list 101 remark SDM_ACL Category=1 access-list 101 permit ip 192.168.4.0 0.0.0.255 any access-list 101 permit ip xxx.yyy.zzz.0 0.0.0.255 any access-list 101 permit ip 192.168.2.0 0.0.0.255 any access-list 102 remark Auto generated by SDM Management Access feature access-list 102 remark SDM_ACL Category=1 access-list 102 permit ip 192.168.4.0 0.0.0.255 any access-list 102 permit ip xxx.yyy.zzz.0 0.0.0.255 any access-list 102 permit ip 192.168.2.0 0.0.0.255 any access-list 103 remark Auto generated by SDM Management Access feature access-list 103 remark SDM_ACL Category=1 access-list 103 permit tcp 192.168.4.0 0.0.0.255 host xxx.yyy.zzz.103 eq telnet access-list 103 permit tcp 192.168.2.0 0.0.0.255 host xxx.yyy.zzz.103 eq telnet access-list 103 permit tcp xxx.yyy.zzz.0 0.0.0.255 host xxx.yyy.zzz.103 eq telnet access-list 103 permit tcp 192.168.4.0 0.0.0.255 host xxx.yyy.zzz.103 eq 22 access-list 103 permit tcp 192.168.2.0 0.0.0.255 host xxx.yyy.zzz.103 eq 22 access-list 103 permit tcp xxx.yyy.zzz.0 0.0.0.255 host xxx.yyy.zzz.103 eq 22 access-list 103 permit tcp 192.168.4.0 0.0.0.255 host xxx.yyy.zzz.103 eq www access-list 103 permit tcp 192.168.2.0 0.0.0.255 host xxx.yyy.zzz.103 eq www access-list 103 permit tcp xxx.yyy.zzz.0 0.0.0.255 host xxx.yyy.zzz.103 eq www access-list 103 permit tcp 192.168.4.0 0.0.0.255 host xxx.yyy.zzz.103 eq 443 access-list 103 permit tcp 192.168.2.0 0.0.0.255 host xxx.yyy.zzz.103 eq 443 access-list 103 permit tcp xxx.yyy.zzz.0 0.0.0.255 host xxx.yyy.zzz.103 eq 443 access-list 103 permit tcp 192.168.4.0 0.0.0.255 host xxx.yyy.zzz.103 eq cmd access-list 103 permit tcp 192.168.2.0 0.0.0.255 host xxx.yyy.zzz.103 eq cmd access-list 103 permit tcp xxx.yyy.zzz.0 0.0.0.255 host xxx.yyy.zzz.103 eq cmd access-list 103 deny tcp any host xxx.yyy.zzz.103 eq telnet access-list 103 deny tcp any host xxx.yyy.zzz.103 eq 22 access-list 103 deny tcp any host xxx.yyy.zzz.103 eq www access-list 103 deny tcp any host xxx.yyy.zzz.103 eq 443 access-list 103 deny tcp any host xxx.yyy.zzz.103 eq cmd access-list 103 deny udp any host xxx.yyy.zzz.103 eq snmp access-list 103 permit ip host 192.168.4.100 any access-list 103 permit ip host 192.168.4.101 any access-list 103 permit ip host 192.168.4.102 any access-list 103 permit ip host 192.168.4.103 any access-list 103 permit ip host 192.168.4.104 any access-list 103 permit ip host 192.168.4.105 any access-list 103 permit ip host 192.168.4.106 any access-list 103 permit ip host 192.168.4.107 any access-list 103 permit ip host 192.168.4.108 any access-list 103 permit ip host 192.168.4.109 any access-list 103 permit ip host 192.168.4.110 any access-list 103 permit udp any host xxx.yyy.zzz.103 eq non500-isakmp access-list 103 permit udp any host xxx.yyy.zzz.103 eq isakmp access-list 103 permit esp any host xxx.yyy.zzz.103 access-list 103 permit ahp any host xxx.yyy.zzz.103 access-list 103 permit udp host 195.114.181.130 eq domain any access-list 103 permit udp host 195.114.161.61 eq domain any access-list 103 permit ip any any no cdp run ! ! ! ! control-plane ! ! banner login ^CCAuthorized access only! Disconnect IMMEDIATELY if you are not an authorized user!^C ! line con 0 transport output telnet line aux 0 transport output telnet line vty 0 4 access-class 101 in transport input telnet ssh line vty 5 15 access-class 102 in transport input telnet ssh ! scheduler allocate 4000 1000 end |