Score:0

How to create a compatible cisco router in EC2 case?

in flag

This is the picture of my GNS3 project, which includes Cisco Router, Ethernet Switch, and a list of my client VMs. enter image description here

If this project was created on my physical server, these are the settings I will add on Cisco Router level so that it could handle the upstream and downstream traffic.

conf ter
ip dhcp pool LANPOOL
...
exit

interface fastEthernet 0/0
ip address <OUTER IP ADDRESS> 255.255.255.0
ip nat outside
no shutdown
exit

interface fastEthernet 1/0
...
exit

ip route 0.0.0.0 0.0.0.0 <OUTER GATEWAY VALUE>
end

Now If was to create a similar project on EC2 service. After EC2 instance has been created, may I still be able to add such router on top of it to handle the traffic ?

  1. If it was "Yes", what would the values to "OUTER IP ADDRESS" and "OUTER GATEWAY VALUE" would be respectively ?

  2. If it was "No", then what are my options?

The cisco router I am using is of this image file: c7200-advipservicesk9-mz.124-24.T8.image

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.