This chapter describes how to configure Layer 3 interfaces for Cisco Nexus 7000
... You can use Layer 3 interfaces for IP routing and inter-VLAN routing of Layer 2
traffic. ... Configuring Layer 3 Interfaces, page 4-6 ... setup script or through th
The DNS server resource represents an individual DNS server configuration on
the router. Resource URL: /api/v1/global/dns-servers/(dns-server-id). Retrieve a ...
Host interfaceâAn Ethernet host interface for connection to a server or host system. ... fabric interfaces when the Fa
Cisco Nexus 2000 Series NX-OS Fabric Extender Software Configuration Guide for Cisco Nexus 7000 Series. Switches, Releas
Cisco Nexus 2000 Series NX-OS Fabric Extender Software Configuration Guide for ... The configuration of host ports and h
Host interfaceâAn Ethernet host interface for connection to a server or host system. .... As a result, the bandwidth t
You must enable the Fabric Extender feature set in the default virtual device context (VDC). Once enabled ...... Block S
Cisco NX-OS supports a number of advanced OSPFv2 features that enhance the .... such as when you want to introduce a new
a router receives a routing update that includes changes to an entry, it updates ... RIP uses a single routing metric (h
Your software release might not support all the features documented in this module. For the ... are assigned to another
Your software release might not support all the features documented in this module. For the latest ... To find informati
Cisco Wireless LAN Controller Configuration Guide, Release 7.4 -Configuring ... When a 802.1x WLAN session timeout value
An area is a logical division of routers and links within an OSPFv2 domain that creates ..... OSPFv2 supports Virtual Ro
XC-141. Cisco IOS Switching Services Configuration Guide. Configuring
Multiprotocol Label Switching. This chapter describes how to configure your
network to ...
For a complete description of the SBM commands in this chapter, refer to the
Cisco IOS Quality of. Service Solutions .... ip rsvp dsbm non-resv-send-limit rate
500.
such as a router, while the LAC can be a dial-up Network Access Server (NAS) ... over a public IP network without a gate
BC-481. Cisco IOS Bridging and IBM Networking Configuration Guide ... To
enable a local service access point (SAP) on the NCIA server for use by DSPUs,
use ...
Layer 2 class of service (CoS) values, which are both set to 5 by default. Because ... QoS uses classification and scheduling to send network traffic from the switch in a ... Port 1 connects to the switch or other voice-over-IP (VoIP) device. ⢠Por
CCNA 4: WAN Technologies v 3.0 - Lab 1.1.4a. Copyright 2003 .... Step 8
Define an access list that will match the inside private IP addresses. To define the
...
You can designate a remote server location for user-defined macro files. ...... security and resiliency features, but wi
SSH session, then the switch uses the default, vt100. Command. Purpose. Step 1
terminal length number of lines. Example: n1000v# terminal length 20 n1000v ...
The Domain Name System (DNS) is a core component of the Internet
infrastructure. Many network services such as the Web and electronic mail rely on
DNS.
the Domain Name Service (DNS) traffic against Distributed Denial of Setvice .... A very important feature available in recent versions of BIND9 allows an ...
C H A P T E R. 3-1. Cisco Content Services Switch Getting Started Guide. OL-
7992-01. 3. Configuring the Domain Name Service. This chapter provides ...
C H A P T E R
3
Configuring the Domain Name Service This chapter provides information to configure the Domain Name Service (DNS), the facility that translates host names such as myhost.mydomain.com to IP addresses such as 192.168.11.1. This chapter contains the following major sections: •
Specifying a Primary DNS Server
•
Using DNS Resolve
•
Specifying a Secondary DNS Server
•
Specifying a DNS Suffix
•
Specifying UDP Traffic on the DNS Server Port
Use the show running-config global command to display DNS configurations (refer to the Cisco Content Services Switch Administration Guide).
Specifying a Primary DNS Server To specify the primary DNS server, use the dns primary command. Enter the IP address in dotted-decimal notation (for example, 192.168.11.1) of the DNS server you want to specify as the primary DNS server. For example: (config)# dns primary 192.168.11.1
To remove the primary DNS server, enter: (config)# no dns primary
Cisco Content Services Switch Getting Started Guide OL-7992-01
3-1
Chapter 3
Configuring the Domain Name Service
Using DNS Resolve
Using DNS Resolve To resolve a host name by querying the DNS server, use the dns resolve command. Enter the host name you want to resolve in mnemonic host-name format (for example, myhost.mydomain.com). For example: (config)# dns resolve fred.arrowpoint.com
Specifying a Secondary DNS Server When a primary DNS server fails, the CSS uses the secondary DNS server to resolve host names to IP addresses. Use the dns secondary command to specify a secondary DNS server. Enter the IP address of the secondary DNS server in dotted-decimal notation (for example, 192.168.11.1). (config)# dns secondary 192.168.3.6
You can specify a maximum of two secondary servers. To specify each additional server, repeat the dns secondary command. The order in which you enter the IP addresses is the order in which they are used when the primary DNS server fails. To remove a secondary DNS server, specify the no version of the command followed by the IP address of the DNS server you wish to remove. For example: (config)# no dns secondary 192.168.3.6
Specifying a DNS Suffix To specify the default suffix to use when querying the DNS facility, use the dns suffix command. Enter the default suffix as an unquoted text string with no spaces and a maximum of 64 characters. For example: (config)# dns suffix arrowpoint.com
To remove the default DNS suffix, enter: (config)# no dns suffix
Cisco Content Services Switch Getting Started Guide
3-2
OL-7992-01
Chapter 3
Configuring the Domain Name Service Specifying UDP Traffic on the DNS Server Port
Specifying UDP Traffic on the DNS Server Port By default, the CSS sets up flows using FCBs for DNS requests and responses. For DNS UDP traffic on port 53, use the dnsflow command to determine whether the CSS uses flow control blocks (FCBs) for DNS requests and responses. This command provides the following options: •
enable (default) - This command has been removed from the CLI. Use the flow-state command instead. For details about the flow-state command, refer to the Cisco Content Services Switch Content Load-Balancing Configuration Guide.
•
disable - This command has been deprecated (obsoleted). This option maps to the flow-state 53 udp flow-disable nat-enable command. For details about the flow-state command, refer to the Cisco Content Services Switch Content Load-Balancing Configuration Guide.
Where to Go Next Chapter 4, Configuring Sticky Cookies, provides information to configure CSS sticky using cookies.
Cisco Content Services Switch Getting Started Guide OL-7992-01
3-3
Chapter 3
Configuring the Domain Name Service
Where to Go Next
Cisco Content Services Switch Getting Started Guide