|
[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: |
R1 (colo): interface GigabitEthernet0/0 description UPLINK to ISP ip address 52.117.99.30 255.255.255.252 ! interface GigabitEthernet0/1 description UPLINK to ME network ip address 45.117.128.1 255.255.255.192 ip address 45.117.128.192 255.255.255.224 secondary (for local devices at my local) ip address 45.117.128.192.255.255.255.224 secondary (for local devices at my local) ! ip default-gateway 52.117.99.29 ip route 0.0.0.0 0.0.0.0 52.117.99.29 ! router eigrp 1 network 45.101.128.0 0.0.0.255 no auto-summary R2 (Remote site 1): ip dhcp excluded-address 192.168.1.2 192.168.1.10 ! ip dhcp pool vlan3 network 192.168.1.0 255.255.255.0 dns-server 4.2.2.2 4.2.2.3 default-router 192.168.1.1 ! interface FastEthernet0/0 description UPLINK to ME ip address 45.117.128.20 255.255.255.192 ip nat outside ! interface FastEthernet0/1 No ip address ! interface FastEthernet0/1.1 description UPLINK to LAN (onsite switches) encapsulation dot1Q 1 native ip address 45.101.129.65 255.255.255.248 ! interface FastEthernet0/1.2 description UPLINK to Client A encapsulation dot1Q 75 ip address 52.117.13.1 255.255.255.252 ! interface FastEthernet0/1.3 description UPLINK to Client B encapsulation dot1Q 80 ip address 192.168.1.1 255.255.255.0 ! ip default-gateway 45.117.128.1 ip route 0.0.0.0 0.0.0.0 45.117.128.1 ! router eigrp 1 network 45.101.128.0 0.0.0.255 network 45.101.129.0 0.0.0.255 network 52.117.13.0 0.0.0.255 network 52.117.18.0 0.0.0.255 no auto-summary ! ip nat pool vlan3 52.117.18.141 64.135.18.141 prefix-length 29 ip nat inside source list 3 pool vlan3 overload ! access-list 3 permit 192.168.1.0 0.0.0.255 R3 (Remote site 2): ip dhcp excluded-address 192.168.50.2 192.168.50.10 ! ip dhcp pool vlan3 network 192.168.50.0 255.255.255.0 dns-server 4.2.2.2 4.2.2.3 default-router 192.168.50.1 ! interface FastEthernet0/0 description UPLINK to ME ip address 45.117.128.21 255.255.255.192 ip nat outside ! interface FastEthernet0/1 No ip address ! interface FastEthernet0/1.1 description UPLINK to LAN (onsite switches) encapsulation dot1Q 1 native ip address 45.101.129.74 255.255.255.248 ! interface FastEthernet0/1.2 description UPLINK to Client C encapsulation dot1Q 2 ip address 52.117.46.129 255.255.255.252 ! interface FastEthernet0/1.3 description UPLINK to Client D encapsulation dot1Q 3 ip address 192.168.50.1 255.255.255.0 ! ip default-gateway 45.117.128.21 ip route 0.0.0.0 0.0.0.0 45.117.128.21 ! router eigrp 1 network 45.101.128.0 0.0.0.255 network 45.101.129.0 0.0.0.255 network 52.117.46.0 0.0.0.255 network 52.117.89.0 0.0.0.255 no auto-summary ! ip nat pool vlan3 52.117.89.141 52.117.89.141 prefix-length 29 ip nat inside source list 3 pool vlan3 overload ! access-list 3 permit 192.168.1.0 0.0.0.255 |
Advertisement
| Hall of Fame |