cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
250
Views
0
Helpful
2
Replies

I have two 1200 Series w/ a PPP in between them.

lfreck
Level 1
Level 1

I have two locations each with its own 1210 router with WIC-1T cards in them.

They are connected together by a T1 (PPP) .

I am fairly new to the Cisco IOS commands but where I have a problem is I don't know where to start with the configuring, this includes the inputing into the router the subnets at which it needs to route.

Each site is being treated as it's own subnet. No Internet access or NAT is needed at this time. I would like to use (i guess) some type of router discovery (if that makes it easier...). If you have a config file or template that I could load or something that would be good.

2 Replies 2

bourse
Level 1
Level 1

If I understand correctly, you wish to setup routing between the routers so that each router knows the subnets of the other. To do this you could use EIGRP. Let's say router A has a subnet 1.1.1.0 and is connected to router B on subnet 2.2.2.0 and router B has subnet 3.3.3.0 then a sample config would be:

Router A

router EIGRP 109

network 1.1.1.0

network 2.2.2.0

Router B

router eigrp 109

network 2.2.2.0

network 3.3.3.0

lfreck
Level 1
Level 1

Thanks

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: