Configure a static route on Router PE1 to direct Internet traffic to the CE router through the NAT device. Router PE1 distributes this route to the Internet.
- [edit]
- routing-options {
-
- static {
- route 10.12.1.0/24 next-hop 10.23.0.5;
- }
- }