Dlink Router with Cisco Network
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2012 01:00 PM - edited 03-07-2019 05:14 AM
I have a Dlink Router that I just got because my old access point died. The new one does not allow me to make the wireless router act like just an access point.
In order to get the internet and access to my network via the dlink, I need to establish routes...correct?
So on my cisco routers I would need to do static routes that would look something like this correct?
ip route 192.168.0.0 255.255.255.0 192.168.5.0 (The 5.0 is the dlink router and the .0.0 is the cisco networks)
192.168.1.1 - Cisco 3745
192.168.2.1 - Cisco 3640
192.168.3.1 - Cisco 2600
192.168.0.0 - Dlink Wireless Router
Thanks
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2012 01:29 PM
Hello Janathan.
Adding D-link to your network does not require any additional configuration of your Cisco devices.
D-link wireless router performs NAT service for users conneted to its LAN (cable or Wifi).
So in your cisco network, these users would be represented by one address - the address of the D-link WAN interface (connects D-link to Cisco router).
Let's say, for example, you have subnet of 192.168.5.0/24 between your Cisco device and D-link wifi router. You have to configure static IP address of the WAN interface of D-link, let's say 192.168.5.1 .... all users behind D-link (on wifi or eth lan) are represented by address 192.168.5.1 in your cisco network (because of the D-link NAT).
So you do not have to configure anything new on your Cisco devices. 192.168.5.0/24 is already known on your network.
Hope this helps.
Martin
