V Commands. virtual ip, page 2 virtual ipv6, page 5 vrf, page 8. Cisco Nexus 7000 Series NX-OS Intelligent Traffic Director Command Reference 1

Similar documents
N Commands. node ip, page 2 node ipv6, page 4. Cisco Nexus 7000 Series NX-OS Intelligent Traffic Director Command Reference 1

Configuring the Catena Solution

Configuring WCCPv2. Information About WCCPv2. Send document comments to CHAPTER

Configuring sflow. Information About sflow. sflow Agent. This chapter contains the following sections:

InterAS Option B. Information About InterAS. InterAS and ASBR

Configuring Layer 3 Virtualization

Configuring Policy-Based Routing

Configuring Web Cache Services By Using WCCP


Configuring Cache Services Using the Web Cache Communication Protocol

CCNA Access List Questions

IPv4 and IPv6 Commands

Configuring Static and Dynamic NAT Translation

Reflexive Access List Commands

U Commands. udld (configuration mode), page 2 udld (Ethernet), page 4. Cisco Nexus 5600 Series Switches Layer2 Command Reference 1

Configuring NetFlow. About NetFlow. This chapter describes how to configure the NetFlow feature on Cisco NX-OS devices.

Configuring PTP. Information About PTP. This chapter contains the following sections:

Configuring Static and Dynamic NAT Translation

A Commands. Send comments to

Port ACLs (PACLs) Prerequisites for PACls CHAPTER

Configuring IPv4. Finding Feature Information. This chapter contains the following sections:

Router and ACL ACL Filter traffic ACL: The Three Ps One ACL per protocol One ACL per direction One ACL per interface

Configuring TAP Aggregation and MPLS Stripping

Monitor Commands. monitor session source, page 2 monitor session destination, page 4

Bridging Traffic CHAPTER3

Configuring Network Security with ACLs

Configuring Policy-Based Routing

Configuring IPv6 ACLs

Configuring TAP Aggregation and MPLS Stripping

Configuring NetFlow. NetFlow Overview

Configuring Static Routing

Lab 6: Access Lists. Device Interface IP Address Subnet Mask Gateway/Clock Rate Fa 0/ R1

Configuring IP Tunnels

Match-in-VRF Support for NAT

Implementing NAT-PT for IPv6

Configuring IPv6. Information About IPv6. Send document comments to CHAPTER

Configuring MPLS Label Imposition

Configuring CDP. Understanding CDP CHAPTER. This chapter describes how to configure Cisco Discovery Protocol (CDP) on the Catalyst 3560 switch.

Configuring Tap Aggregation and MPLS Stripping

Configuring Layer 3 Interfaces

ipv6 mobile home-agent (global configuration)

Configuring Cisco IOS IP SLAs Operations

Configuring NetFlow. NetFlow Overview

Antonio Cianfrani. Access Control List (ACL) Part I

EIGRP Support for Route Map Filtering

Multiprotocol BGP Extensions for IP Multicast Commands

Cisco Interconnecting Cisco Networking Devices Part 2

Access Control List Overview

Configuring VRF-lite CHAPTER

Static NAT Mapping with HSRP

Configuring Local SPAN and ERSPAN

Configuring an IP ACL

Configuring NAT for IP Address Conservation

Chapter 8: Subnetting IP networks. Introduction to Networks v5.1

IPv6 Access Control Lists

Configuring PIM. Information About PIM. Send document comments to CHAPTER

Cisco Nexus 7000 Series NX-OS LISP Command Reference

Configuring VSANs and Interfaces

Configuring EtherChannels

Configuring Traffic Storm Control

Managing the Unicast RIB and FIB

Configuring sflow. About sflow. sflow Agent

NAT Support for Multiple Pools Using Route Maps

RIP Commands. output-delay, page 32 passive-interface (RIP), page 33 poison-reverse, page 35 receive version, page 37 redistribute (RIP), page 39

Configuring IPv6 for Gigabit Ethernet Interfaces

Cisco Nexus 7000 Series Switches Configuration Guide: The Catena Solution

On the Cisco Nexus 5548 Switch, Fibre Channel ports and VSAN ports cannot be configured as ingress source ports in a SPAN session.

IPv6 Neighbor Discovery

Configuring IP SLAs TCP Connect Operations

BGP Graceful Shutdown

CS164 Final Exam Winter 2013

Border Gateway Protocol - BGP

OSPFv2 Local RIB. Finding Feature Information

Information about Network Security with ACLs

Chapter 13 RIP Commands

Finding Feature Information, page 2 Information About DHCP Snooping, page 2 Information About the DHCPv6 Relay Agent, page 8

Enabling Remote Access to the ACE

Configuring Advanced BGP

Adding an Extended Access List

Configuration Examples for DHCP, on page 37 Configuration Examples for DHCP Client, on page 38 Additional References for DHCP, on page 38

Configuring Layer 3 Interfaces

Managing the Unicast RIB and FIB, on page 5

Implementing Access Lists and Prefix Lists

Committed Access Rate

Configuring DHCP. About DHCP Snooping, page 2 About the DHCPv6 Relay Agent, page 8

Managing the Unicast RIB and FIB, page 5

D Commands. Send comments to

NetFlow Multiple Export Destinations

BGP Named Community Lists

Configuring SPAN. Configuring SPAN. SPAN Sources. This chapter includes the following sections: Configuring SPAN, page 1

DHCP Server Port-Based Address Allocation

VLAN Access Control Lists

I Commands. Send comments to

Configuring EtherChannels and Link-State Tracking

Configuring NAT for High Availability

WCCPv2 and WCCP Enhancements

IP Services Commands. Cisco IOS IP Command Reference, Volume 1 of 3: Addressing and Services IP1R-157

Understanding and Configuring CDP

Flexible NetFlow IPFIX Export Format

Restrictions for Disabling Flow Cache Entries in NAT and NAT64

Transcription:

virtual ip, page 2 virtual ipv6, page 5 vrf, page 8 1

virtual ip virtual ip To configure the virtual IPv4 address of an Intelligent Traffic Director (ITD) service, use the virtual ip command. To remove the virtual IPv4 address, use the no form of this command. virtual ip ipv4-address ipv4-network-mask [tcp udp {port-number any}] [advertise {enable disable}] no virtual ip ipv4-address ipv4-network-mask [tcp udp {port-number any}] [advertise {enable disable}] Syntax Description ipv4-address ipv4-network-mask tcp udp port-number any advertise enable advertise disable Virtual IPv4 address, in A.B.C.D format. Virtual IP network mask, in m.m.m.m format. (Optional) Allows the virtual IP address to accept flows from Transmission Control Protocol (TCP) connections only. (Optional) Allows the virtual IP address to accept flows from User Datagram Protocol (UDP) connections only. Port number of the protocol. The range is from 0 to 65535. Allows the virtual IPv4 address to accept flows destined to any port. (Optional) Specifies that the virtual IP route is advertised to neighboring devices. (Optional) Specifies that the virtual IP route is not advertised to neighboring devices. Command Default None. Command Modes ITD configuration (config-itd) network-adminvdc-admin Command History Release 6.2(8) Modification This command was introduced. 2

virtual ip Usage Guidelines You must ensure that ITD is enabled before you enter this command. You can enter the feature itd global configuration mode command to enable ITD. A virtual IP address (VIP) is an IP address assigned to multiple servers that are part of a device group, rather than being assigned to a specific single server or network interface card. Incoming data packets that are sent to the VIP address, are routed to actual servers from the Cisco Nexus 7000 Series device. Single or multiple VIPs can be configured as part of an ITD service. You can also specify a wildcard mask for a VIP address. Note The VIP has to be in a different subnet than the server IP. The virtual ip ip-address ip-network-mask advertise enable command creates a route on the device that is advertised to neighboring routers. Those routers forward packets that are destined to the VIP to the ingress interface on the Cisco Nexus 7000 Series device. In some instances, it is not feasible to configure all the VIP TCP or UDP port numbers. You can use the any keyword to allow the VIP to accept flows destined to any port. Note Before modifying the service parameters or device-group parameters, you must enter the shutdown command. Once the required parameters are modified, you should enter the no shutdown command on the service. This command requires the Enhanced Layer 2 Package license. Examples These examples show how to configure a VIP: switch(config)# feature itd switch(config)# itd device-group dg switch(config-device-group)# node ip 20.20.20.3 switch(config-device-group)# node ip 20.20.20.4 switch(config-device-group)# node ip 20.20.20.5 switch(config-device-group)# probe icmp switch(config-device-group)# exit switch(config)# itd test1 switch(config-itd)# device-group dg switch(config-itd)# ingress interface Ethernet 4/1-10 switch(config-itd)# virtual ip 4.4.4.4 255.255.0.0 tcp any advertise enable switch(config)# feature itd switch(config)# itd device-group dg switch(config-device-group)# node ip 1.1.1.1 switch(config-device-group)# node ip 1.1.1.2 switch(config-device-group)# node ip 1.1.1.3 switch(config-device-group)# node ip 1.1.1.4 switch(config-device-group)# exit switch(config)# itd test2 switch(config-itd)# device-group dg switch(config-itd)# virtual ip 11.22.33.44 255.255.255.255 tcp any switch(config-itd)# virtual ip 11.22.33.55 255.255.0.0 switch(config-itd)# ingress interface Eth4/15 switch(config-itd)# no shutdown 3

virtual ip Related Commands Command device-group feature itd ingress-interface itd itd device-group node ip node ipv6 probe virtual ipv6 Description Adds an existing device group to an ITD service. Enables the ITD service on the switch. Adds an ingress interface or multiple interfaces to an ITD service. Configures an ITD service. Creates an ITD device group. Creates an IPv4 cluster node for ITD. Creates an IPv6 cluster node for ITD. Configures the cluster group service probe for ITD. Configures the virtual IPv6 address of an ITD service. 4

virtual ipv6 virtual ipv6 To configure the virtual IPv6 address of an Intelligent Traffic Director (ITD) service, use the virtual ipv6 command. To remove the virtual IPv6 address, use the no form of this command. virtual ipv6 ipv6-address {ipv6-network-mask ipv6-prefix/length} [ip tcp {port-number any} udp {port-number any}] [advertise {enable disable}] no virtual ipv6 ipv6-address {ipv6-network-mask ipv6-prefix/length} [ip tcp {port-number any} udp {port-number any}] [advertise {enable disable}] Syntax Description ipv6-address ipv6-network-mask ipv6-prefix/length ip tcp port-number udp any advertise enable advertise disable Virtual IPv6 address, in A:B::C:D format. Virtual IPv6 network mask, in A:B::C:D format. IPv6 prefix length. The range is from 0 to 128. (Optional) Performs load balancing for IP connections only. (Optional) Allows the virtual IPv6 address to accept flows from the Transmission Control Protocol (TCP) connections only. Port number of the protocol. The range is 0-65535. (Optional) Allows the virtual IPv6 address to accept flows from the User Datagram Protocol (UDP) connections only. Allows the virtual IPv6 address to accept flows destined to any port. (Optional) Specifies that the virtual IPv6 route is advertised to neighboring devices. (Optional) Specifies that the virtual IPv6 route is not advertised to neighboring devices. Command Default None. Command Modes ITD configuration (config-itd) network-adminvdc-admin 5

virtual ipv6 Command History Release 6.2(8) Modification This command was introduced. Usage Guidelines You must ensure that ITD is enabled before you enter this command. You can enter the feature itd global configuration mode command to enable ITD. A virtual IP address (VIP) is an IP address assigned to multiple servers that are part of a device group, rather than being assigned to a specific single server or network interface card. Incoming data packets that are sent to the VIP address, are routed to actual servers from the Cisco Nexus 7000 Series device. Single or multiple VIPs can be configured as part of an ITD service. Note The VIP has to be in a different subnet than the server IP. The virtual ipv6 ipv6-address advertise enable command creates a route on the device that is advertised to neighboring routers. Those routers forward packets that are destined to the VIP to the ingress interface on the Cisco Nexus 7000 Series device. In some instances, it is not feasible to configure all the VIP TCP or UDP port numbers. You can use the any keyword to allow the VIP to accept flows destined to any port. Note Before modifying the service parameters or device-group parameters, you must enter the shutdown command. Once the required parameters are modified, you should enter the no shutdown command on the service. This command requires the Enhanced Layer 2 Package license. Examples These examples show how to configure a virtual IPv6 address: switch(config)# feature itd switch(config)# itd device-group dgv6 switch(config-device-group)# node ip 20.20.20.3 switch(config-device-group)# node ip 20.20.20.4 switch(config-device-group)# node ip 20.20.20.5 switch(config-device-group)# exit switch(config)# itd test1 switch(config-itd)# device-group dg switch(config-itd)# ingress interface Ethernet 4/1-10 switch(config-itd)# virtual ipv6 ffff:eeee::cccc:eeee dddd:efef::fefe:dddd tcp 10 advertise enable switch(config-itd)# no shutdown switch(config)# feature itd switch(config)# itd device-group dgv6 switch(config-device-group)# node ip 20.20.20.3 switch(config-device-group)# node ip 20.20.20.4 switch(config-device-group)# node ip 20.20.20.5 switch(config-device-group)# exit switch(config)# itd test2 switch(config-itd)# device-group dg 6

virtual ipv6 switch(config-itd)# virtual ipv6 11:22::33/64 tcp any switch(config-itd)# virtual ipv6 11:22::44 ffff:ffff::ff tcp any switch(config-itd)# ingress interface Eth4/14 switch(config-itd)# no shutdown Related Commands Command device-group feature itd ingress-interface itd itd device-group node ip node ipv6 probe virtual ip Description Adds an existing device group to an ITD service. Enables the ITD service on the switch. Adds an ingress interface or multiple interfaces to an ITD service. Configures an ITD service. Creates an ITD device group. Creates an IPv4 cluster node for ITD. Creates an IPv6 cluster node for ITD. Configures the cluster group service probe for ITD. Configures the virtual IPv4 address of an ITD service. 7

vrf vrf To specify a Virtual Routing and Forwarding (VRF) for an Intelligent Traffic Director (ITD) service, use the vrf command. To unspecify the VRF, use the no form of this command. vrf vrf-name no vrf vrf-name Syntax Description vrf-name The VRF instance for the ITD service. Command Default None. Command Modes ITD configuration (config-itd) network-adminvdc-admin Command History Release 6.2(10) Modification This command was introduced. Usage Guidelines You must ensure that ITD is enabled before you enter this command. You can enter the feature itd global configuration mode command to enable ITD. All ingress interfaces and device-group nodes must belong to the VRF specified. Note Before modifying the service parameters or device-group parameters, you must enter the shutdown command. Once the required parameters are modified, you should enter the no shutdown command on the service. This command requires the Enhanced Layer 2 Package license. Examples This example shows how to configure a VRF for the ITD service: switch(config)# feature itd switch(config)# itd device-group dg switch(config-device-group)# node ip 20.20.20.3 switch(config-device-group)# node ip 20.20.20.4 switch(config-device-group)# node ip 20.20.20.5 switch(config-device-group)# probe icmp switch(config-device-group)# exit switch(config)# itd test 8

vrf switch(config-itd)# device-group dg switch(config-itd)# ingress interface Ethernet 4/1, Ethernet 4/2 switch(config-itd)# vrf RED Related Commands Command device-group feature itd itd device-group ingress interface node ip node ipv6 Description Adds an existing device group to an ITD service Enables the ITD service on the switch. Creates an ITD device group. Adds an ingress interface or multiple interfaces to an ITD service. Creates an IPv4 cluster node for ITD. Creates an IPv6 cluster node for ITD. 9

vrf 10