|
[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. |
||
| Question |
|
[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: 225: 226: 227: 228: 229: 230: 231: 232: 233: 234: 235: 236: 237: 238: 239: 240: 241: 242: 243: 244: 245: 246: 247: 248: 249: 250: 251: 252: 253: 254: 255: 256: 257: 258: 259: 260: 261: 262: 263: 264: 265: 266: 267: 268: 269: 270: 271: 272: 273: 274: 275: 276: 277: 278: 279: 280: 281: 282: 283: 284: 285: 286: 287: 288: 289: 290: 291: 292: 293: 294: 295: 296: 297: 298: 299: 300: 301: 302: 303: 304: 305: 306: 307: 308: 309: 310: 311: 312: 313: 314: 315: 316: 317: 318: 319: 320: 321: 322: 323: 324: 325: 326: 327: 328: 329: 330: 331: 332: 333: 334: 335: 336: 337: 338: 339: 340: 341: 342: 343: 344: 345: 346: 347: 348: 349: 350: 351: 352: 353: 354: 355: 356: 357: 358: 359: 360: 361: 362: 363: 364: 365: 366: 367: 368: 369: 370: 371: 372: 373: 374: 375: 376: 377: 378: 379: 380: 381: 382: 383: 384: 385: |
! 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 router ! boot-start-marker boot-end-marker ! logging buffered 51200 logging console critical enable secret 5 *****. ! aaa new-model ! ! aaa authentication login local_authen local aaa authorization exec local_author local ! ! aaa session-id common clock timezone PCTime 0 clock summer-time PCTime date Mar 30 2003 1:00 Oct 26 2003 2:00 ! crypto pki trustpoint TP-self-signed-849564243 enrollment selfsigned subject-name cn=IOS-Self-Signed-Certificate-849564243 revocation-check none rsakeypair TP-self-signed-849564243 ! ! dot11 syslog ! dot11 ssid companyname authentication open authentication key-management wpa guest-mode wpa-psk ascii 7 ***** ! no ip source-route ip cef no ip dhcp use vrf connected ip dhcp excluded-address 192.168.xx.1 192.168.xx.9 ip dhcp excluded-address 192.168.xx.101 192.168.xx.254 ! ip dhcp pool sdm-pool1 import all network 192.168.xx.0 255.255.255.0 dns-server 4.2.2.1 4.2.2.2 default-router 192.168.xx.254 ! ! ip port-map user-protocol--1 port tcp 7401 no ip bootp server no ip domain lookup ip domain name companyname.local ip name-server 4.2.2.1 ip name-server 4.2.2.2 ! ! ! username ***** privilege 15 secret 5 ***** ! ! crypto isakmp policy 1 encr 3des authentication pre-share group 2 crypto isakmp key ***** address 77.xx.xx.xx crypto isakmp key ***** address 62.xx.xx.xx ! ! crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac crypto ipsec transform-set ESP-3DES-SHA1 esp-3des esp-sha-hmac ! crypto map SDM_CMAP_1 1 ipsec-isakmp description Tunnel to77.xx.xx.xx set peer 77.xx.xx.xx set transform-set ESP-3DES-SHA match address 103 crypto map SDM_CMAP_1 2 ipsec-isakmp description Tunnel to62.xx.xx.xx set peer 62.xx.xx.xx set transform-set ESP-3DES-SHA1 match address 107 ! archive log config hidekeys ! ! ip tcp synwait-time 10 ip ssh time-out 60 ip ssh authentication-retries 2 ip ssh version 1 ! class-map type inspect match-all sdm-cls-VPNOutsideToInside-1 match access-group 105 class-map type inspect match-all sdm-cls-VPNOutsideToInside-3 match access-group 109 class-map type inspect match-all sdm-cls-VPNOutsideToInside-2 match access-group 108 class-map type inspect match-all sdm-nat-user-protocol--1-1 match access-group 101 match protocol user-protocol--1 class-map type inspect match-any SDM_AH match access-group name SDM_AH class-map type inspect match-any sdm-cls-insp-traffic match protocol cuseeme match protocol dns match protocol ftp match protocol h323 match protocol https match protocol icmp match protocol imap match protocol pop3 match protocol netshow match protocol shell match protocol realmedia match protocol rtsp match protocol smtp extended match protocol sql-net match protocol streamworks match protocol tftp match protocol vdolive match protocol tcp match protocol udp class-map type inspect match-all sdm-insp-traffic match class-map sdm-cls-insp-traffic class-map type inspect match-any SDM_ESP match access-group name SDM_ESP class-map type inspect match-any SDM_VPN_TRAFFIC match protocol isakmp match protocol ipsec-msft match class-map SDM_AH match class-map SDM_ESP class-map type inspect match-all SDM_VPN_PT match access-group 104 match class-map SDM_VPN_TRAFFIC class-map type inspect match-any sdm-cls-icmp-access match protocol icmp match protocol tcp match protocol udp class-map type inspect match-all sdm-invalid-src match access-group 100 class-map type inspect match-all sdm-icmp-access match class-map sdm-cls-icmp-access class-map type inspect match-all sdm-protocol-http match protocol http ! ! policy-map type inspect sdm-permit-icmpreply class type inspect sdm-icmp-access inspect class class-default pass policy-map type inspect sdm-pol-NATOutsideToInside-1 class type inspect sdm-nat-user-protocol--1-1 inspect class type inspect sdm-cls-VPNOutsideToInside-1 inspect class type inspect sdm-cls-VPNOutsideToInside-2 inspect class type inspect sdm-cls-VPNOutsideToInside-3 inspect class class-default policy-map type inspect sdm-inspect class type inspect sdm-invalid-src drop log class type inspect sdm-insp-traffic inspect class type inspect sdm-protocol-http inspect class class-default policy-map type inspect sdm-permit class type inspect SDM_VPN_PT pass class class-default ! zone security out-zone zone security in-zone zone-pair security sdm-zp-self-out source self destination out-zone service-policy type inspect sdm-permit-icmpreply zone-pair security sdm-zp-NATOutsideToInside-1 source out-zone destination in-zone service-policy type inspect sdm-pol-NATOutsideToInside-1 zone-pair security sdm-zp-out-self source out-zone destination self service-policy type inspect sdm-permit zone-pair security sdm-zp-in-out source in-zone destination out-zone service-policy type inspect sdm-inspect ! bridge irb ! ! interface Null0 no ip unreachables ! interface ATM0 no ip address no ip redirects no ip unreachables no ip proxy-arp ip route-cache flow no atm ilmi-keepalive dsl operating-mode auto ! interface ATM0.1 point-to-point description $ES_WAN$$FW_OUTSIDE$ no ip redirects no ip unreachables no ip proxy-arp pvc 0/38 encapsulation aal5mux ppp dialer dialer pool-member 1 ! ! interface FastEthernet0 ! interface FastEthernet1 ! interface FastEthernet2 ! interface FastEthernet3 ! interface Dot11Radio0 description WLAN no ip address no dot11 qos mode ! encryption mode ciphers tkip ! broadcast-key change 3600 membership-termination ! ! ssid companyname ! speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0 channel 2462 station-role root world-mode dot11d country GB both bridge-group 1 bridge-group 1 subscriber-loop-control bridge-group 1 spanning-disabled bridge-group 1 block-unknown-source no bridge-group 1 source-learning no bridge-group 1 unicast-flooding ! interface Vlan1 description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$$FW_INSIDE$ no ip address ip tcp adjust-mss 1452 bridge-group 1 ! interface Dialer0 description $FW_OUTSIDE$ ip address negotiated no ip redirects no ip unreachables no ip proxy-arp ip nat outside ip virtual-reassembly zone-member security out-zone encapsulation ppp ip route-cache flow dialer pool 1 dialer-group 1 no cdp enable ppp authentication chap pap callin ppp chap hostname ***** ppp chap password 7 ***** ppp pap sent-username ***** password 7 ***** crypto map SDM_CMAP_1 ! interface BVI1 description $ES_LAN$$FW_INSIDE$ ip address 192.168.xx.254 255.255.255.0 no ip redirects no ip unreachables no ip proxy-arp ip nat inside ip virtual-reassembly zone-member security in-zone ip route-cache flow ip tcp adjust-mss 1412 ! ip forward-protocol nd ip route 0.0.0.0 0.0.0.0 Dialer0 ! ip http server ip http authentication local ip http secure-server ip http timeout-policy idle 60 life 86400 requests 10000 ip nat inside source static tcp 192.168.xx.200 7401 interface Dialer0 7401 ip nat inside source route-map SDM_RMAP_1 interface Dialer0 overload ! ip access-list extended SDM_AH remark SDM_ACL Category=1 permit ahp any any ip access-list extended SDM_ESP remark SDM_ACL Category=1 permit esp any any ! logging trap debugging access-list 1 remark INSIDE_IF=BVI1 access-list 1 remark SDM_ACL Category=2 access-list 1 permit 192.168.xx.0 0.0.0.255 access-list 100 remark SDM_ACL Category=128 access-list 100 permit ip host 255.255.255.255 any access-list 100 permit ip 127.0.0.0 0.255.255.255 any access-list 101 remark SDM_ACL Category=0 access-list 101 permit ip any host 192.168.xx.200 access-list 102 remark VTY Access-class list access-list 102 remark SDM_ACL Category=1 access-list 102 permit ip 192.168.xx.0 0.0.0.255 any access-list 102 deny ip any any access-list 103 remark SDM_ACL Category=4 access-list 103 remark IPSec Rule access-list 103 permit ip 192.168.xx.0 0.0.0.255 10.0.0.0 0.0.0.255 access-list 104 remark SDM_ACL Category=128 access-list 104 permit ip host 77.xx.xx.xx any access-list 104 permit ip host 62.xx.xx.xx any access-list 105 remark SDM_ACL Category=0 access-list 105 remark IPSec Rule access-list 105 permit ip 10.0.0.0 0.0.0.255 192.168.xx.0 0.0.0.255 access-list 106 remark SDM_ACL Category=2 access-list 106 remark IPSec Rule access-list 106 deny ip 192.168.xx.0 0.0.0.255 172.28.xx.0 0.0.0.255 access-list 106 remark IPSec Rule access-list 106 deny ip 192.168.xx.0 0.0.0.255 10.0.0.0 0.0.0.255 access-list 106 permit ip 192.168.xx.0 0.0.0.255 any access-list 107 remark SDM_ACL Category=4 access-list 107 remark IPSec Rule access-list 107 permit ip 192.168.xx.0 0.0.0.255 172.28.xx.0 0.0.0.255 access-list 108 remark SDM_ACL Category=0 access-list 108 remark IPSec Rule access-list 108 permit ip 172.28.xx.0 0.0.0.255 192.168.xx.0 0.0.0.255 access-list 108 remark IPSec Rule access-list 108 permit ip 10.0.0.0 0.0.0.255 192.168.xx.0 0.0.0.255 access-list 109 remark SDM_ACL Category=0 access-list 109 remark IPSec Rule access-list 109 permit ip 172.28.xx.0 0.0.0.255 192.168.xx.0 0.0.0.255 access-list 109 remark IPSec Rule access-list 109 permit ip 10.0.0.0 0.0.0.255 192.168.xx.0 0.0.0.255 dialer-list 1 protocol ip permit no cdp run ! ! route-map SDM_RMAP_1 permit 1 match ip address 106 ! ! control-plane ! bridge 1 protocol ieee bridge 1 route ip banner exec CAuthorized access only! Disconnect IMMEDIATELY if you are not an authorized user! banner login Authorized access only! Disconnect IMMEDIATELY if you are not an authorized user! ! line con 0 login authentication local_authen no modem enable transport output telnet line aux 0 login authentication local_authen transport output telnet line vty 0 4 privilege level 15 authorization exec local_author login authentication local_authen transport input telnet ssh ! scheduler max-task-time 5000 scheduler allocate 4000 1000 scheduler interval 500 ntp server 194.164.127.6 source ATM0.1 prefer ntp server 194.35.252.7 source ATM0.1 prefer end |
Advertisement
| Hall of Fame |