Sim-583 Gre
Sim-583 Gre
‘SIMULATION
Guidelines
+ Refer to the Tasks tab to view the tasks for this lab item.
+ Refer to the Topology tab to access the device console(s) and perform the tasks
+ Console access is available for all required devices by clicking the device icon or using the tab(s) above the console window.
+ All necessary preconfigurations have been applied.
+ Do not change the enable password or hostname for any device
+ Save your configurations to NVRAM before moving to the next item.
+ Click Next at the bottom of the screen to submit this lab and move to the next question.
= When Next is clicked, the lab closes and cannot be reopened
Topology
PC1
- e
R2 R1
T Spoke 2 Spoke 1
—= =
PC3 | Device | Intf_| IP Address PC2
PC1_| e0/0 | 10.100.0.10/24
Pc2__ | eo/0 | 10.100.1.10/24
PC3_| e0/0 | 10.100.2.10/24
RO _| Tuno | 10.0.0.254/24
R1__| Tuno| 10.0.0.1/24
R2___ | Tun0| 10.0.0.2/24
Tasks
Configure HUB and SPOKE routers according to the topology to achieve these goals:
1. Configure mGRE neighborship by using physical interface IP addresses to provide end-to-end reachability. Verify all router's tunnel interfaces accordingly.
2. Configure NHRP on HUB router as multipoint dynamic IP to NBMA mapping. SPOKE1 and SPOKE2 routers should be configured by using static NHS and multicast
mapping for HUB. Use network-id 10 for NHRP. Verify NHRP neighborship between routers and verify results using ping from PC1 to PC2 and PC3 accordingly.
RO:
RO(config)#interface Tunnel
RO(config-if}#ip address 10.0.0.254 255.255.255.0
RO(config-if}#ip uhrp map multicast dynamic
RO(config-if}#ip uhrp network-id 10
RO(config-if}# tunnel source GigabitEthemet0
RO(config-if}#tunnel mode gre multipoint
RO(config-if}#end
Rl:
Ri (config)#interface Tunnel0
Rl (config-if}#ip address 10.0.0.1 255.255.255.0
Suggested Answer: R1(config-if)#ip nhrp network-id 10
Ri(config-if}#ip nhrp nhs 10.0.0.254
Ri (config-if}#tunnel source GigabitEthemet0
Ri (config-if}#tunnel mode gre multipoint
Ri(config-ifj#end
R2:
R2(config)#interface Tunnel
R2(config-if}#ip address 10.0.0.2 255.255.255.0
R2(config-if}#ip uhrp network-id 10
R2(config-if)#ip nhrp nhs 10.0.0.254
R2(config-if}#tunnel source GigabitEthemet0
R2(config-if}#tunnel mode gre multipoint
R2(config-if}#end
Comments
Submit
© & Bombbear_W
2 weeks, 4 days ago
Had this one in the exam. Topology was the same, but tasks were completely different!
They asked to configure the following:
1. your own ISAKMP policy, by using:
- AES-256 encryption (key: abe123)
2. Atransform-set (forgot the name)
3. An ipsec profile (forgot the name)
4. Ensure Phase 2 Spoke to Hub communication
Al IPs are preconfigured. (You can verify that by "show run int tun0")
I passed it.
All the best folks
1 ©| upvoted 2times
© & cloud29 2weeks,
6 days ago
What is a WAN here is there a rotuer r what?
© | upvoted
1 times