
The connections to the Internet and HQ-DataCenter are outside XYZ Corporation.Allow all addresses for the 10.0.0.0/8 address space to be translated using a standard access list named NAT.

Advertise the 192.0.2.0/24 network to the Internet.The IP address for the BGP router in the Internet cloud is 209.165.201.2.

Configure eBGP between HQ and the Internet.HQ(config)# interface s0/1/0 HQ(config-if)# encapsulation ppp HQ(config-if)# ppp authentication chap HQ(config-if)# exit HQ(config)# username ISP password cisco HQ(config)# interface s0/0/1 HQ(config-if)# encapsulation ppp HQ(config-if)# ppp authentication pap HQ(config-if)# ppp pap sent-username HQ password cisco HQ(config-if)# exit HQ(config)# username NewB password cisco eBGP However, it must be configured before the link will come up between HQ and NewB.

Note: The ppp pap sent-username is not graded by Packet Tracer.
