Cisco Nexus 9000 Series Configuration Manual page 39

Nx-os intelligent traffic director configuration guide, release 9.x
Hide thumbs Also See for Nexus 9000 Series:
Table of Contents

Advertisement

Configuring ITD
------------------- ------- --- ---- ----- -------------- --- --- -------
4
Bucket List
--------------------------------------------------------------------------
test_itd_ace_1_bucket_4
Beginning with Cisco NX-OS Release 7.0(3)I7(3), ITD supports IPv6. This example shows how to create acl
and assign it to an ITDv4 as well as ITDv6 service . The show commands display the generated IP access
lists and route map.
switch(config)# IPv6 access list acl6-101
switch(config-acl)# 10 permit udp 2405:200:1412:2000::/96 any
switch(config-acl)# exit
switch(config)# IP access list acl4-101
switch(config)# 10 permit tcp 10.0.0.0/10 any
switch(config-acl)# exit
switch(config-itd)# device-group dg6-101
switch(config-itd)# ingress interface Vlan913
switch(config-itd)# failaction node reassign
switch(config-itd)# load-balance method src ip
switch(config-itd)#
switch(config-itd)# no shut
switch(config-itd)# device-group dg4-101
switch(config-itd)#
switch(config-itd)# failaction node reassign
switch(config-itd)# load-balance method src ip
switch(config-itd)#
switch(config-itd)# no shut
This example shows how to configure an ITD service to assign failed node buckets to the active node with
the least number of buckets after a node failure.
switch(config-itd)# show run services
!Command: show running-config services
!Time: Thu Sep 22 22:22:01 2016
version 7.0(3)I5(1)
feature itd
itd session device-group dg
itd device-group dg
probe icmp
node ip 1.1.1.1
node ip 2.2.2.2
node ip 3.3.3.3
itd test
device-group dg
ingress interface Eth1/1
failaction node least-bucket
no shut
10.10.10.10
Active
1
access-list ipv6 acl6-101
ingress interface Vlan913
access-list acl4-101
Cisco Nexus 9000 Series NX-OS Intelligent Traffic Director Configuration Guide, Release 9.x
ICMP
Configuration Examples for ITD
OK
5
10005
31

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents