DSL Router Configuration Examples
Basic Configuration Example
Customer Premises (CP)
Core
Router
155.1.4.253 |
| Console | |
| Port | ||
|
| ||
|
| Connection | |
DSL |
| Ethernet | |
WAN |
| eth1 | |
dsl1 | DSL | ||
155.1.4.254 | 155.1.3.254 | ||
Router | |||
|
|
Hub
Systems
155.1.3.1
155.1.3.2
155.1.3.3
155.1.3.4
In this basic example:
HThere are multiple clients with statically assigned public IP addresses configured on the Ethernet side of the DSL router.
HThe IP addresses of the clients are contained within the subnet specified by the configured Ethernet IP address and subnet mask.
HThe next hop router (default gateway) of the clients is the Ethernet interface (eth1) of the DSL router.
HThe next hop router for downstream forwarding from the core router is the DSL interface (dsl1) of the DSL router.
The command line syntax for this example is:
ifn address eth1 155.1.3.254 255.255.255.0
ifn address dsl1 155.1.4.254 255.255.255.0
ip route create upstream eth1 155.1.4.253
August 2000 |