cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
543
Views
0
Helpful
1
Replies

DNS ZONE Config on CSS

tkstkstks
Level 1
Level 1

Hi All,

Is it possible to config DNS ZONE config on CISCO CSS.

Can anyone explain me what does this commands do

dns-server zone 1 tier1 "primary"

dns-server

dns-record a <Zone Name> <External IP> 1 single kal-icmp <VIP> 254 sticky-disabled weightedrr 1

1 Reply 1

ebreniz
Level 6
Level 6

How to Configure the CSS to Load Balance DNS Servers

http://www.cisco.com/en/US/products/hw/contnetw/ps789/products_configuration_example09186a00801d015a.shtml

For example,Basically we need to enter the following commands:

Configure the DNS server zone for zone-based DNS. Specify the zone, tier number, and an optional text description:

- CSS (config)# dns-server zone 0 tier1 ""

Configure the CSS to act as a DNS server:

- CSS (config)# dns-server

Add the DNS records as needed:

- CSS (config)# dns-record a www.home.com 192.x.1.1 15 single kal-ap 172.x.25.1 50

sticky-enabled

Configure DNS as primary to point to itself:

CSS (config)# dns primary 172.x.1.90

(circuit VLAN1 - ip address 172.3x.1.90 / 24)

This is just an example but it is basically all you need to configure DNS on the box.

DNS configuration commands:

http://www.cisco.com/univercd/cc/td/doc/product/webscale/css/css_710/cmdrefgd/cmdglobc.htm#wp1104782

A different use on the box for DNS would be basically to load balance the DNS traffic

between DNS servers. This is however something different to configure on the box and more

details can be found here: