10-06-2015 03:48 AM - edited 03-08-2019 02:05 AM
We have decommissioned 2 of our DNS servers. Unfortunately we have one network device that only points to these DNS servers and the settings cannot be modified. It was setup by a third party which no longer exists and passwords are unknown. The cost of changing this device is to high.
Is it possible to create a switch rule to intercept traffic from this device that is destined for the old DNS servers and forward it to a new server?
Or is there a better solution?
10-06-2015 05:08 AM
Hello
If the traffic from this device to the 2 DNS servers goes over a router you might use NAT to overwrite the destination IP address to a different one, thus effectively sending the traffic elsewhere. This is usually used for TCP server load balancing, but might be useful in your situation. Have a look at this guide: http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipaddr_nat/configuration/15-sy/nat-15-sy-book/iadnat-addr-consv.html#GUID-D4F13BC2-3855-4E3B-AB03-1FC22B9FDEDC
Best regards,
Martin
10-06-2015 05:40 AM
unfortunately it doesn't.
Do 6880 switches offer NAT? I keep reading posts like the 3850 that some people say yes and some say no.
10-06-2015 05:53 AM
Hello
Yes, you can do NAT on a Catalyst 6880-X, no problem. The only thing is that the traffic must be L3 routed, not L2 switched (so from one VLAN/IP network to another VLAN/IP network).
For more information about available features per platform / software version have a look at the Cisco Feature Navigator: http://tools.cisco.com/ITDIT/CFN/jsp/index.jsp
Best regards,
Martin
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide