Link to home
Start Free TrialLog in
Avatar of rclose1977
rclose1977

asked on

help with config for remote router

The router config here is the main network the remote site (router died, and no config is available cisco 2500 series) The old router at the remote site had two serial ports and one LAN (aui) port.

Need to setup a new router at the remote site. Its going to have a WIC card in it. The encapsulation is HDLC what configs are needed on the remote side for the point to point 1T to work.

LAN ip 192.168.20.10

WIC ip (?) 192.168.200.2 255.255.255.0 [the 192.168.200.1 is the main server ip to this location]

thanks

main office config:
service udp-small-servers
service tcp-small-servers

hostname Jade

enable secret 5 34r454656554765@#$r$2
enable secret never

interface Ethernet0
ip address 192.168.10.10 255.255.255.0
no ip mroute-cache

interface serial0
ip address 192.168.100.1 255.255.255.0
   ip bandwidth-percent eigrp 1 100
   no ip mroute-cache
   no ip route-cache
   bandwidth 986
   no fair-queue

interface serial1
ip address 192.168.200.1 255.255.255.0
   ip bandwidth-percent eigrp 1 100
   no ip mroute-cache
   no ip route-cache
   bandwidth 1536
   no fair-queue

router eigrp 1
network 192.168.10.0
network 192.168.100.0
network 192.168.200.0

ip classless
ip router 0.0.0.0 0.0.0.0 192.168.10.1
no logging console



line con 0
line aux 0
line vty 0 4
password XXXXXXXXXX
login

ASKER CERTIFIED SOLUTION
Avatar of JFrederick29
JFrederick29
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rclose1977
rclose1977

ASKER

Thanks I will be appling this config sometime in the am I'll let you know how it turns out!

thanks