[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring Routing Options on Router PE1

Configure a static route on Router PE1 to install a route to the CE router’s public IP address pool in inet.0:

[edit]
routing-options {
static {
route 10.12.1.0/24 next-hop 192.168.198.202;
}
}

[Contents] [Prev] [Next] [Index] [Report an Error]