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

Cisco2600 Intergration Configuration

rickleigh
Level 1
Level 1
Just learning networking (the reason for this setup)and looking for help integrating a Cisco2600 router into my current network. I've added a new training rack at work and want it on its own network but be able to ping and access the current network with internet.

My setup looks like this:
Network Rack

Sonicwall WiFi Router :192.168.0.1/24 DHCP Enabled
|
|
NetGear Switch
||
|L Office PC :192.168.0.151/24 DHCP IP
|
|
Training Rack 1
|
|
HP Switch
||
|L Training Server 1:192.168.0.64/24 Static IP
|
|
Training Rack 2
|
L 0/0:192.168.0.92/24 Static IP
Cisco2600 Router
L 0/1:192.168.10.1/24 Static IP
|
Cisco2950 Switch
|
|
Training Server 2 :192.168.10.101/24 Static Ip

2 Replies 2

acampbell
VIP Alumni
VIP Alumni

Hi

On the 2600 you need at least a basic configlike this:-


!
int f0
desc **LINK TO T/RACK1 2950 ***
ip add 192.168.0.92 255.255.255.0
no shut
!
int f1
desc *** LINK TO T/RACK2 2950 ***
ip add 192.168.10.1 255.255.255.0
no shut
!
ip route 0.0.0.0 0.0.0.0 192.168.0.1
!

 

You will also need to add a route
on your sonic back to the 2600

ip route to 192.168.10.0/24 next hop 192.168.0.92

Also add nat and firewall rules to allow the server
192.168.10.101 in/out to the isp

Hope this helps
Regards
Alex

Regards, Alex. Please rate useful posts.

Alex,

Thanks for your reply! 

I don't have access to the Sonicwall settings as its maintained by my companies Admins. I might be able to get them to apply the settings for me.

If I'm not able to get access to the Sonicwall, can a DHCP configuration on the 2600 achieve my goal?

Thanks again,

Rick 

Review Cisco Networking products for a $25 gift card