Cisco2600 Intergration Configuration

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2014 12:24 PM - edited 03-07-2019 07:34 PM
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
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2014 04:27 PM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2014 06:36 AM
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
