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

Simple Question

j.h
Level 1
Level 1

Can someone tell me how to set up the comfig for a cisco router 2600 with 2 ethernet ports.

All i need is to set it up with a computer on each port (the pc's both have nic cards and so on).

Thanks

2 Replies 2

bcmchenry
Level 1
Level 1

Thats a fairly vague question bud. What are setting it up for? I would assume internet? Get a little specific with you are trying to do, depending on what you already know about Cisco equipment, you may just need to get someone to do it for you.

doug.lockwood
Level 1
Level 1

I am going to make some assumptions.

First, you want to see routing in action.

Second, this is a test environment.

You need a 2600, 2 pc's and 2 crossover cables (or 2 hubs and 4 strait through cables)

at the > prompt: EN [enter]

at the # prompt: conf t

at the config prompt: interface fast 0/0 [enter]

at the config interface: ip address 192.168.1.1 255.255.255.0 [enter]

at the config interface: no shut [enter]

at the config interface: exit

at the config prompt: interface fast 0/1 [enter]

at the config interface: ip address 192.168.2.1 255.255.255.0 [enter]

at the config interface: no shut [enter]

at the config interface: ^z

set your pc that attaches to f0/0 to 192.168.1.2 /24

set your pc that attaches to f0/1 to 192.168.2.2 /24

test using ping from the dos prompt and IOS prompt

Since you only have one router and all the networks are attached, no static or dynamic routing is required.

HTH;

Doug

Review Cisco Networking for a $25 gift card