Internet

12 Feb 2001

Home
Contact Support
Search
Quick Index

Certified Hardware & Software

Compatible Routers

LAN-Dial

Dedicated Access

900i

1220i

1250i, 1270i


MicroRouter 900i

Routing with Compatible Systems MicroRouter 1220i, 1250i, 1270i for Dedicated Access Service

Multiple Networks: OS Version 4.0.1 or Later

Scenario One: Router with Multiple Ethernet Ports

Give the first Ethernet port an address on Network 1. Repeat for the second Ethernet port on Network 2. No additional static routes are necessary.

1270d#config ip Ethernet 0
ipaddress = E1.E1.E1.1
subnetmask = 255.255.255.0
ipbroadcast = E1.E1.E1.255
config ip Ethernet 1
ipaddress = E2.E2.E2.1
subnetmask = 255.255.255.0
ipbroadcast = E2.E2.E2.255
save

(Note: E1.E1.E1 refers to your 1st network number.)

Scenario Two: Two Segments Connected via an Internal Router

We have two networks which are connected via an internal router. If the two networks are remotely linked, each side would have its own router. Network 2 would need connectivity to Network 1 for Internet access. The Internet Router has one IP address and one static route which tells the router how to reach the other segment.

900d#config ip Ethernet 0
ipaddress = N1.N1.N1.1 (or valid host address)
subnetmask = 255.255.255.0 (or appropriate mask)
ipbroadcast = N1.N1.N1.255 (or appropriate b-cast)
edit config ip static append N2.N2.N2.0 255.255.255.0 N1.N1.N1.4 1 REDIST=RIP
.
save



TopHomeContact SupportSearchQuick Index