IP SLAs Commands - Www1-realm.cisco

1y ago
3 Views
1 Downloads
592.68 KB
68 Pages
Last View : 28d ago
Last Download : 3m ago
Upload by : Camryn Boren
Transcription

CH A P T E R1Cisco Nexus 7000 Series IP SLAs CommandsThis chapter describes the Cisco NX-OS IP SLAs commands for the Cisco Nexus 7000 series devices.Cisco Nexus 7000 Series NX-OS IP Service Level Agreements (SLAs) Command ReferenceOL-27555-031-1

Chapter 1Cisco Nexus 7000 Series IP SLAs Commandsclock-toleranceclock-toleranceTo set the acceptable Network Time Protocol (NTP) clock synchronization tolerance for a one-way CiscoNX-OS IP Service Level Agreements (SLAs) operation measurement, use the clock-tolerancecommand. To return to the default value, use the no form of this command.clock-tolerance ntp oneway {absolute value percent value}no clock-tolerance ntp onewaySyntax Descriptionabsolute valueSets the NTP synchronization tolerance value to an absolute number, inmicroseconds. The range is from 0 to 100000.percent valueSets the NTP synchronization tolerance value as a percentage of the one-wayIP SLAs operation delay measurement. The range is from 0 to 100. The NTPclock synchronization tolerance is set to 0 percent by default.Command DefaultThe NTP clock synchronization tolerance is set to 0 percent.Command ModesUDP jitter configuration mode (config-ip-sla-jitter)Command HistoryReleaseModification6.1(1)This command was introduced.Usage GuidelinesYou must configure the precession microseconds command before you use the clock-tolerancecommand.This command does not require a license.ExamplesThis example shows how to enable microsecond precision, configure the NTP synchronization offsettolerance to 10 percent, and set the packet priority to high for IP SLAs UDP jitter operation 1:switch(config)# ip sla 1switch(config-ip-sla)# udp-jitter 205.199.199.2 1switch(config-ip-sla-jitter)# clock-tolerance ntp oneway percent 10%This configuration allowed only on microsecond precision probeswitch(config-ip-sla-jitter)#Related CommandsCommandDescriptionshow ip sla auto group Displays the configuration including default values of IP SLAs auto-measuregroups.Cisco Nexus 7000 Series NX-OS IP Service Level Agreements (SLAs) Command Reference1-2OL-27555-03

Chapter 1Cisco Nexus 7000 Series IP SLAs Commandsdata-patterndata-patternTo specify the data pattern in a Cisco NX-OS IP Service Level Agreements (SLAs) operation to test fordata corruption, use the data pattern command. To remove the data pattern specification, use the noform of this command.data-pattern hex-patternno data-pattern hex-patternSyntax Descriptionhex-patternDefaultsThe default hex-pattern is ABCD.Command ModesUDP echo configuration mode (config-ip-sla-udp)Command HistoryReleaseModification6.1(1)This command was introduced.Usage GuidelinesHexadecimal string to use for monitoring the specified operation.The data-pattern command allows you to specify an alphanumeric character string to verify that theoperation payload does not get corrupted in either direction (source-to-destination ordestination-to-source.).This command does not require a license.ExamplesThis example show how to specify 1234ABCD5678 as the data pattern in an IPv4 network:switch(config)# ip sla 1switch(config-ip-sla)# udp-echo 172.29.139.134 1switch(config-ip-sla-udp)# data-pattern 1234ABCD5678switch(config-ip-sla-udp)# ip sla schedule 1 life forever start-time nowswitch(config)#Related s the type of information kept in the history table for the IP SLAsoperation.ip sla monitorBegins the configuration for an IP SLAs operation and enters IP SLAmonitor configuration mode.lives-of-history-keptSets the number of lives maintained in the history table for the IP SLAsoperation.samples-of-history-keptSets the number of entries kept in the history table per bucket for the IPSLAs operation.Cisco Nexus 7000 Series NX-OS IP Service Level Agreements (SLAs) Command ReferenceOL-27555-031-3

Chapter 1Cisco Nexus 7000 Series IP SLAs Commandsfabric-path echofabric-path echoTo configure a Cisco NX-OS IP Service Level Agreement (SLA) FabricPath echo probe operation, usethe fabric-patch echo command in the IP SLA sub-configuration mode.fabric-path echo switch-id [profile profile-id [interface type number]]Syntax Descriptionswitch-idIdentity of the destination device.profile profile-id(Optional) Specifies the profile on the device. profile-id can range from 1to 65536.interface type number(Optional) Specifies the interface used. If no interface is selected, thedefault interface on the device is used.Command DefaultNone.Command ModesIP SLA sub-configuration (config-ip-sla)Command HistoryReleaseModification7.2(0)D1(1)This command was introduced.Usage GuidelinesBefore starting the operation, install and enable the fabricpath feature set on the device.ExamplesThis example shows how to configure operation 6 as a Cisco NX-OS IP SLA FabricPath operation:switch# configure terminalswitch(config)# feature sla senderswitch(config)# ip sla 6switch(config-ip-sla)# fabric-path echo 1 profile 10 interface ethernet 1/0switch(config-ip-sla-fabric)# exitRelated CommandsCommandDescriptionshow ip sla statisticsDisplays the current operational status and statistics.Cisco Nexus 7000 Series NX-OS IP Service Level Agreements (SLAs) Command Reference1-4OL-27555-03

Chapter 1Cisco Nexus 7000 Series IP SLAs CommandsfrequencyfrequencyTo set the rate at which a specified IP Service Level Agreements (SLAs) operation repeats, use thefrequency command. To return to the default value, use the no form of this command.frequency secondno frequencySyntax DescriptionsecondsCommand Default60 secondsCommand ModesUDP echo configuration mode (config-ip-sla-udp)UDP jitter configuration mode (config-ip-sla-jitter)Command HistoryReleaseModification6.1(1)This command was introduced.Usage GuidelinesNumber of seconds between the IP SLAs operations. The range is from 1 to604800 seconds.A single IP SLAs operation repeats at a given frequency for the lifetime of the operation. For example,a User Datagram Protocol (UDP) jitter operation with a frequency of 60 sends a collection of datapackets (simulated network traffic) once every 60 seconds for the lifetime of the operation. The defaultsimulated traffic for a UDP jitter operation consists of ten packets sent 20 milliseconds apart. Thispayload is sent when the operation is started and is sent again 60 seconds later.If an individual IP SLAs operation takes longer to execute than the specified frequency value, a statisticscounter called “busy” is incremented rather than immediately repeating the operation.This command does not require a license.ExamplesThis example shows how to configure an IP SLAs UDP echo operation (operation 10) to repeat every 90seconds:switch(config)# ip sla 1switch(config-ip-sla)# udp-echo 205.199.199.2 1switch(config-ip-sla-udp)# frequency 90switch(config-ip-sla-udp)# ip sla schedule 10 life 300 start-time after 00:05:00switch(config)#Related CommandsCommandDescriptionshow ip sla auto group Displays the configuration including default values of IP SLAs auto-measuregroups.Cisco Nexus 7000 Series NX-OS IP Service Level Agreements (SLAs) Command ReferenceOL-27555-031-5

Chapter 1Cisco Nexus 7000 Series IP SLAs Commandshistory buckets-kepthistory buckets-keptTo set the number of history buckets that are kept during the lifetime of a Cisco NX-OS IP Service LevelAgreements (SLAs) operation, use the history buckets-kept command. To return to the default value,use the no form of this command.history buckets-kept sizeno history bucket-keptSyntax DescriptionsizeCommand DefaultThe default number of buckets kept is 15 buckets.Command ModesTCP connect configuration mode (config-ip-sla-tcp)UDP echo configuration mode (config-ip-sla-udp)Command HistoryReleaseModification6.1(1)This command was introduced.Usage GuidelinesNumber of history buckets kept during the lifetime of the operation. Therange is from 1 to 60.Each time that IP SLAs start an operation, a new bucket is created until the number of history bucketsthat matches the specified size or the lifetime of the operation expires. History buckets does not wrap(which means that the older information is not replaced by the newer information).To define the lifetime of an IP SLAs operation, use the ip sla schedule command.By default, the history for an IP SLAs operation is not collected. If history is collected, each bucketcontains one or more history entries from the operation.The type of entry stored in the history table is controlled by the history filter command.The total number of entries stored in the history table is controlled by the combination of thesamples-of-history-kept, history buckets-kept, and history lives-kept commands.This command does not require a license.ExamplesThis example shows how to configure an UDP echo operation to keep 25 history buckets during theoperation lifetime:switch(config)# ip sla 2switch(config-ip-sla-udp)# history buckets-kept 25switch(config-ip-sla-udp)#Cisco Nexus 7000 Series NX-OS IP Service Level Agreements (SLAs) Command Reference1-6OL-27555-03

Chapter 1Cisco Nexus 7000 Series IP SLAs Commandshistory distribution-of-statistics-kepthistory distribution-of-statistics-keptTo set the number of statistics distributions kept per hop during a Cisco NX-OS IP Service LevelAgreements (SLAs) operation, use the history distributions-of-statistics-kept command. To return tothe default value, use the no form of this command.history distributions-of-statistics-kept sizeno history distributions-of-statistics-keptSyntax DescriptionsizeCommand DefaultThe default is 1 distribution.Command ModesTCP connect configuration mode (config-ip-sla-tcp)UDP echo configuration mode (config-ip-sla-udp)UDP jitter configuration mode (config-ip-sla-jitter).Command HistoryReleaseModification6.1(1)This command was introduced.Usage GuidelinesNumber of statistics distribution kept per hop. The size is from 1 to 20characters.In most situations, you does not need to change the number of statistics distributions kept or the timeinterval for each distribution. Change these parameters only when distributions are needed, for example,when performing statistical modeling of your network.To set the statistics distributions interval, use the history statistics-distribution-interval command.When the number of distributions reaches the size specified, no further distribution-based informationis stored.This command does not require a license.ExamplesThis example shows how to set the statistics distribution to five and the distribution interval to 10 ms foran UDP echo operation. The first distribution contains statistics from 0 to 9 ms, the second distributioncontains statistics from 10 to 19 ms, the third distribution contains statistics from 20 to 29 ms, the fourthdistribution contain statistics from 30 to 39 ms, and the fifth distribution contains statistics from 40 msto infinity.switch(config)# ip sla 1switch(config-ip-sla)# udp-echo 172.16.161.21switch(config-ip-sla-udp)# history distributions-of-statistics-kept 5switch(config-ip-sla-udp)#Cisco Nexus 7000 Series NX-OS IP Service Level Agreements (SLAs) Command ReferenceOL-27555-031-7

Chapter 1Cisco Nexus 7000 Series IP SLAs Commandshistory distribution-of-statistics-keptRelated CommandsCommandDescriptionshow ip sla auto group Displays the configuration including default values of IP SLAs auto-measuregroups.Cisco Nexus 7000 Series NX-OS IP Service Level Agreements (SLAs) Command Reference1-8OL-27555-03

Chapter 1Cisco Nexus 7000 Series IP SLAs Commandshistory enhancedhistory enhancedTo enable enhanced history gathering for a Cisco NX-OS IP Service Level Agreements (SLAs)operation, use the history enhanced command. To return to the default value, use the no form of thiscommand.history enhanced [interval seconds] [buckets number-of-buckets]no history enhancedSyntax Descriptioninterval(Optional) Specifies the aggregation interval.secondsNumber of seconds (sec) that the enhanced history should be gathered ineach bucket. When this time expires, enhanced history statistics aregathered in a new bucket. The range is from 1 to 3600 seconds.bucketsSpecifies the number of buckets to collect data.number-of-bucketsNumber of buckets that should be retained in the system memory. Whenthis number is reached, statistic gathering for the operation ends. Thedefault is 100.Command DefaultEnhanced history gathering is disabled.Command ModesTCP connect configuration mode (config-ip-sla-tcp)UDP echo configuration mode (config-ip-sla-udp)UDP jitter configuration mode (config-ip-sla-jitter)Command HistoryUsage GuidelinesReleaseModification6.1(1)This command was introduced.This command enables enhanced history for the IP SLAs operation.Performance statistics are stored in buckets that separate the accumulated data. Each bucket consists ofdata accumulated over the specified time interval. When the interval expires, history statistics aregathered in a new bucket. When the specified number of buckets is reached, statistic gathering for theoperation ends.By default, IP SLAs maintain two hours of aggregated statistics for each operation. The value from eachoperation cycle is aggregated with the previously available data within a given hour. The enhancedhistory feature in IP SLAs allows for the aggregation interval to be shorter than one hour.This command does not require a license.ExamplesThis example shows how to enable enhanced history gathering for a Cisco NX-OS IP Service LevelAgreements (SLAs) operation:Cisco Nexus 7000 Series NX-OS IP Service Level Agreements (SLAs) Command ReferenceOL-27555-031-9

Chapter 1Cisco Nexus 7000 Series IP SLAs Commandshistory enhancedswitch(config-ip-sla-udp)# history enhanced interval 900 buckets 100switch(config-ip-sla-udp)#Related CommandsCommandDescriptionshow ip sla auto group Displays the configuration including default values of IP SLAs auto-measuregroups.Cisco Nexus 7000 Series NX-OS IP Service Level Agreements (SLAs) Command Reference1-10OL-27555-03

Chapter 1Cisco Nexus 7000 Series IP SLAs Commandshistory filterhistory filterTo define the type of information kept in the history table for a Cisco NX-OS IP Service LevelAgreements (SLAs) operation, use the history filter command. To return to the default value, use the noform of this command.history filter {all failures none overThreshold}no history filter {all failures none overThreshold}Syntax DescriptionallSpecifies that operations attempted are kept in the history table.failuresSpecifies that packets that fail for any reason are kept in the history table.noneSpecifies that no history is kept. This is the default.allSpecifies that operations attempted are kept in the history table.overThresholdSpecifies that only packets that are over the threshold are kept in thehistory table.Command DefaultNo IP SLAs history is kept for an operation.Command ModesTCP connect configuration mode (config-ip-sla-tcp)UDP echo configuration mode (config-ip-sla-udp)Command HistoryReleaseModification6.1(1)This command was introduced.Usage GuidelinesUse the history filter command to control what gets stored in the history table for an IP SLAs operation.To control how much history gets saved in the history table, use the history lives-kept, historybuckets-kept, and the samples-of-history-kept commands.This command does not require a license.ExamplesThis example shows how to collect only the operation packets that have failed and are kept in the historytable:switch(config)# ip sla 1switch(config-ip-sla)# udp-echo 192.199.199.2 1switch(config-ip-sla-udp)# history filter failuresswitch(config-ip-sla-udp)#Related CommandsCommandDescriptionshow ip sla auto group Displays the configuration including default values of IP SLAs auto-measuregroups.Cisco Nexus 7000 Series NX-OS IP Service Level Agreements (SLAs) Command ReferenceOL-27555-031-11

Chapter 1Cisco Nexus 7000 Series IP SLAs Commandshistory hours-of-statistics-kepthistory hours-of-statistics-keptTo set the number of hours for which statistics are maintained for a Cisco NX-OS IP Service LevelAgreements (SLAs) operation, use the history hours-of-statistics-kept command. To return to thedefault value, use the no form of this command.history hours-of-statistics-kept hoursno history hours-of-statistics-keptSyntax DescriptionhoursCommand Default2 hoursCommand ModesTCP connect configuration mode (config-ip-sla-tcp)UDP echo configuration mode (config-ip-sla-udp)UDP jitter configuration mode (config-ip-sla-jitter)Command HistoryReleaseModification6.1(1)This command was introduced.Usage GuidelinesHour group size value. The range is from 0 to 25 hours.When the number of hours exceeds the specified value, the statistics table wraps (that is, the oldestinformation is replaced by newer information).This command does not require a license.ExamplesThis example shows how to maintain 3 hours of statistics for an UDP echo operation:switch(config)# ip sla 1switch(config-ip-sla)# udp-echo 192.199.199.2 1switch(config-ip-sla-udp)# history hours-of-statistics-kept 3switch(config-ip-sla-udp)#Related CommandsCommandDescriptionshow ip sla auto group Displays the configuration including default values of IP SLAs auto-measuregroups.Cisco Nexus 7000 Series NX-OS IP Service Level Agreements (SLAs) Command Reference1-12OL-27555-03

Chapter 1Cisco Nexus 7000 Series IP SLAs Commandshistory lives-kepthistory lives-keptTo set the number of lives maintained in the history table for a Cisco NX-OS IP Service LevelAgreements (SLAs) operation, use the history lives-kept command. To return to the default value, usethe no form of this command.history lives-kept livesno history lives-keptSyntax DescriptionlivesCommand Default0 livesCommand ModesTCP connect configuration mode (config-ip-sla-tcp)UDP echo configuration mode (config-ip-sla-udp)Command HistoryReleaseModification6.1(1)This command was introduced.Usage GuidelinesNumber of lives maintained in the history table for the operation. If youspecify 0 lives, history is not collected for the operation. The range is from0 to 2 lives.The following rules apply to the history lives-kept command: The number of lives you can specify is dependent on the type of operation that you are configuring. The default value of 0 lives means that history is not collected for the operation. When the number of lives exceeds the specified value, the history table wraps (that is, the oldestinformation is replaced by newer information). When an operation makes a transition from a pending to an active state, a life starts. When the life ofan operation ends, the operation makes a transition from an active to pending state.This command does not require a license.ExamplesThis example shows how to maintain the history for five lives of an UDP echo operation:switch(config)# ip sla 1switch(config-ip-sla)# udp-echo 192.199.199.2 1switch(config-ip-sla-udp)# history lives-kept 1switch(config-ip-sla-udp)#Related CommandsCisco Nexus 7000 Series NX-OS IP Service Level Agreements (SLAs) Command ReferenceOL-27555-031-13

Chapter 1Cisco Nexus 7000 Series IP SLAs Commandshistory lives-keptCommandDescriptionshow ip sla auto group Displays the configuration including default values of IP SLAs auto-measuregroups.Cisco Nexus 7000 Series NX-OS IP Service Level Agreements (SLAs) Command Reference1-14OL-27555-03

Chapter 1Cisco Nexus 7000 Series IP SLAs Commandshistory statistics-distribution-intervalhistory statistics-distribution-intervalTo set the time interval for each statistics distribution kept for a Cisco NX-OS IP Service LevelAgreements (SLAs) operation, use the history statistics-distribution-interval command. To return tothe default value, use the no form of this command.history statistics-distribution-interval millisecondsno history statistics-distribution-intervalSyntax DescriptionmillisecondsCommand DefaultThe default interval used for each statistics kept is 20 milliseconds.Command ModesTCP connect configuration mode (config-ip-sla-tcp)UDP echo configuration mode (config-ip-sla-udp)Command HistoryReleaseModification6.1(1)This command was introduced.Usage GuidelinesDistribution interval value in milliseconds (ms). The range is from 1 to 100milliseconds.In most situations, you does not need to change the time interval for each statistics distribution or numberof distributions kept. Change these parameters only when distributions are needed, for example, whenyou are performing statistical modeling of your network.This command does not require a license.ExamplesThis example shows how to set the time interval for each statistics distribution kept for a Cisco NX-OSIP Service Level Agreements (SLAs) operation:switch(config)# ip sla 1switch(config-ip-sla)# udp-echo 192.199.199.2 1switch(config-ip-sla-udp)# history statistics-distribution-interval 10switch(config-ip-sla-udp)#Related CommandsCommandDescriptionshow ip sla auto group Displays the configuration including default values of IP SLAs auto-measuregroups.Cisco Nexus 7000 Series NX-OS IP Service Level Agreements (SLAs) Command ReferenceOL-27555-031-15

Chapter 1Cisco Nexus 7000 Series IP SLAs Commandsicmp-echoicmp-echoTo configure a Cisco nx-OS IP Service Level Agreements (SLA) Internet Control Message Protocol(ICMP) echo probe operation, use the icmp-echo command. To remove the settings, use the no form ofthis command.icmp-echo destination-ip-addressSyntax Descriptiondestination-ip-addressCommand DefaultNoneCommand ModesIP SLA configuration mode (config-ip-sla)Command HistoryReleaseModification6.2(2)This command was introduced.Destination IPv4 address of the operation.Usage GuidelinesThis command does not require a license.ExamplesThis example shows how to configure an IP SLA Internet Control Message Protocol (ICMP) echo probeoperation:switch# configure terminalswitch(config-ip-sla)# icmp-echo 10.3.3.2switch(config-ip-sla)#Related CommandsCommandDescriptionip slaBegins the configuration for an IP SLAs operation and enters IP SLAconfiguration mode.ip sla responder udpecho ipaddressPermanently enables the IP SLAs responder functionality on a specified IPaddress and port.Cisco Nexus 7000 Series NX-OS IP Service Level Agreements (SLAs) Command Reference1-16OL-27555-03

Chapter 1Cisco Nexus 7000 Series IP SLAs CommandsinterfaceinterfaceTo specify an interface type and number, use the interface command.interface type-numberSyntax Descriptiontype-numberCommand DefaultNoneCommand ModesInterface configuration mode (config-if)Command HistoryReleaseModification6.2(2)This command was introduced.Slot number. The range is from 1 to 253.Usage GuidelinesThis command does not require a license.ExamplesThis example shows how to specify an interface type and number:switch(config)# interface ethernet 0/0switch(config-if)#Related CommandsCommandDescriptionip slaBegins the configuration for an IP SLAs operation and enters IP SLAconfiguration mode.ip sla responder udpecho ipaddressPermanently enables the IP SLAs Responder functionality on a specified IPaddress and port.Cisco Nexus 7000 Series NX-OS IP Service Level Agreements (SLAs) Command ReferenceOL-27555-031-17

Chapter 1Cisco Nexus 7000 Series IP SLAs Commandsip access-listip access-listTo define an IP access list access control list (ACL) in order to enable filtering for packets, use the ipaccess-list command. To remove the settings, use the no form of this command.ip access-list access-list-nameno ip access-list access-list-nameSyntax Descriptionaccess-list-nameCommand DefaultNoneCommand ModesGlobal configuration mode (config)Command HistoryReleaseModification6.2(2)This command was introduced.Access list name. The maximum size is 64 characters.Usage GuidelinesThis command does not require a license.ExamplesThis example shows how to define an IP ACL in order to enable filtering for packets.switch(config)# ip access-list aclswitch(config-acl)#Related CommandsCommandDescriptionip sla scheduleConfigures the scheduling parameters for a single IP SLAs operation.ip sla group scheduleConfigures the group scheduling parameters for multiple IP SLAsoperations.show ip slaconfigurationDisplays configuration values including all defaults for all IP SLAsoperations or the specified operation.show ip sla statisticsDisplays the current operational status and statistics of all IP SLAsoperations or a specified operation.show ip sla statisticsaggregatedDisplays the aggregated statistical errors and distribution information for allIP SLAs operations or a specified operation.Cisco Nexus 7000 Series NX-OS IP Service Level Agreements (SLAs) Command Reference1-18OL-27555-03

Chapter 1Cisco Nexus 7000 Series IP SLAs Commandsip addressip addressTo specify a primary IP address for an interface, use the ip address command. To remove the defaultsettings, use the no form of this command.ip address ip-address-maskno ip address ip-address-maskSyntax Descriptionip-address-maskCommand DefaultNoneCommand ModesGlobal configuration mode (config)Command HistoryReleaseModification6.2(2)This command was introduced.IP address. The IP address format is i.i.i.i.Usage GuidelinesThis command does not require a license.ExamplesThis example shows how to specify a primary IP address for an interface:switch(config)# interface ethernet 2/1switch(config-if)# ip address 10.2.2.1 255.255.255.0switch(config-if)#Related CommandsCommandDescriptionip sla scheduleConfigures the scheduling parameters for a single IP SLAs operation.ip sla group scheduleConfigures the group scheduling parameters for multiple IP SLAsoperations.show ip slaconfigurationDisplays configuration values including all defaults for all IP SLAsoperations or the specified operation.show ip sla statisticsDisplays the current operational status and statistics of all IP SLAsoperations or a specified operation.show ip sla statisticsaggregatedDisplays the aggregated statistical errors and distribution information for allIP SLAs operations or a specified operation.Cisco Nexus 7000 Series NX-OS IP Service Level Agreements (SLAs) Command ReferenceOL-27555-031-19

Chapter 1Cisco Nexus 7000 Series IP SLAs Commandsip slaip slaTo begin configuring a Cisco NX-OS IP Service Level Agreements (SLAs) operation and enter IP SLAconfiguration mode, use the ip sla command. To remove all configuration information for an operation,including the schedule of the operation, reaction configuration, and reaction triggers, use the no form ofthis command.ip sla operation-numberno ip sla operation-numberSyntax Descriptionoperation-numberCommand DefaultNo IP SLAs operation is configured.Command ModesGlobal configuration mode (config)Command HistoryReleaseModification6.1(1)This command was introduced.Usage GuidelinesOperation number used for the identification of the IP SLAs operation thatyou want to configure. The range is from 1 to 2147483647.Use the ip sla command to specify an identification number for the operation you are about to configure.After you enter this command, the router enters IP SLA configuration mode.The ip sla command is supported in IPv4 networks.IP SLAs allow a maximum of 2000 operations.Debugging is supported only on the first 32 operation numbers.After you configure an operation, you must schedule the operation. For information on scheduling anoperation, see the ip sla schedule and ip sla group schedule global configuration commands.After you schedule an operation, you cannot modify the configuration of the operation. To change theoperation type of an existing IP SLAs operation, you must first delete the IP SLAs operation (using theno ip sla command) and then reconfigure the operation with the new operation type.This command does not require a license.ExamplesThis example shows how to configure operation 99 as a UDP jitter operation in an IPv4 network andschedule it to start running in 5 hours. The example shows the ip sla command being used in an IPv4network.switch(config)# ip sla 99switch(config-ip-sla)# udp-jitter 172.29.139.134 1 source-port 5000 num-packets 20switch(config-ip-sla-jitter)# ip sla schedule 99 life 300 start-time after 00:05:00switch(config)#Cisco Nexus 7000 Series NX-OS IP Service Level Agreements (SLAs) Command Reference1-20OL-27555-03

Chapter 1Cisco Nexus 7000 Series IP SLAs Commandsip slaRelated CommandsCommandDescriptionip sla scheduleConfigures the scheduling parameters for a single IP SLAs operation.ip sla group scheduleConfigures the group scheduling parameters for multiple IP SLAsoperations.show ip slaconfigurationDisplays configuration values including all defaults for all IP SLAsoperations or the specified operation.show ip sla statisticsDisplays the current operational status and statistics of all IP SLAsoperations or a specified operation.show ip sla statisticsaggregatedDisplays the aggregated statistical errors and distribution information for allIP SLAs operations or a specified operation.Cisco Nexus 7000 Series NX-OS IP Service Level Agreements (SLAs) Command ReferenceOL-27555-031-21

Chapter 1Cisco Nexus 7000 Series IP SLAs Commandsip sla group scheduleip sla group scheduleTo perform group scheduling for Cisco NX-OS IP Service Level Agreements (SLAs) operations, use theshow ip sla group schedule command. To cause all the IP SLAs operations that belong to amultioperation schedule to become inactive, use the no form of this command.ip sla group schedule group-id {operation-ids add operation-ids delete operation-ids reschedule} schedule-period seconds [ageout seconds] [frequency [seconds rangerandom-frequency-range]] [life {forever seconds}] [start-time {hh:mm[:ss] [month day daymonth] pending now after hh:mm:ss}]no ip sla group schedule group-idSyntax Descriptiongroup-idIdentification number for the group of IP SLAs operation to be scheduled.The range is from 0 to 65535.operation-idsList of one or more identification (ID) numbers of the IP SLAs operationsto be included in a new multioperation schedule. The maximum is up to 125characters.Indicate ranges of operation ID numbers with a hyphen. Individual IDnumbers and ranges of ID numbers are delimited by a comma. For example,enter a

switch(config-ip-sla-jitter)# Related Commands absolute value Sets the NTP synchronization tolerance value to an absolute number, in microseconds. The range is from 0 to 100000. percent value Sets the NTP synchronization tolerance value as a percentage of the one-way IP SLAs operation delay measurement. The range is from 0 to 100. The NTP

Related Documents:

Provided by the Academic Center for Excellence 1 Spanish: Commands Updated February 20. Spanish: Commands . Formal Commands (Ud. and Uds.) Formal commands are used when talking in the Usted/Ustedes form of a verb. To create formal affirmative and negative commands, use the third person

2022 MEDIA KIT // SLAS DISCOVERY & SLAS TECHNOLOGY BACK TO CONTENTS 7 EDITORIAL OERIEW Collections/Special Issues Collections Best Of collections bring together the top research and reviews from across SLAS journals. Papers in each Best Of edition are chosen by journal editors and are based on citations and reader download data, a

Configuring IP SLAs UDP Jitter Operations lAgreements(SLAs)UDPjitteroperationto analyzeround-tripdelay,one-waydelay .

SG550XG(config)#ip sla [operation] operation - This operation number is used to identify the IP SLA operation whose counters you want to clear. The range is from 1 to 64. Note: You cannot configure a new IP SLAs operation with a number of an existing IP SLAs operation. You must first delete the existing IP SLAs operation.

MATLAB Commands – 1 MATLAB Commands and Functions Dr. Brian Vick Mechanical Engineering Department Virginia Tech General Purpose Commands Operators and Special Characters / 3 Commands for Managing a Session / 3 Special Variables and Constants / 4 System and File Commands / 4

of Lockheed Martin of Central Florida REALM Annual Meeting October 17, 2012 Lockheed Martin GTL 100 Global Innovation Circle Orlando, FL REALM N ews One of the prime exhibits included in the joint REALM/ Orlando Science Center History of Aviation project is the display of various airplanes and missiles associated with Lockheed Martin and its heri-

32-5 Cisco ASA with FirePOWER Services Local Management Configuration Guide Chapter 32 Realms and Identity Policies Realm Fundamentals Step 4 Configure basic realm information as described in Configuring Basic Realm Information, page 32-7. Step 5 Configure directories as described in Configuring a Realm Directory, page 32-7. Step 6 Configure user and user group download (required for access .

ALIENS 3 a Cap. 9. Acts 48 of 1964 25 of UBI. THE ALIENS ACT [28zh February, 1946.1 S. 11. PART 1. Preliminary 1. This Act may be cited as the Aliens Act. Short title lntcrpreta- tim. 2. In this Act- “embark” includes departure by any form of conveyance; “Hedth Officer” means any registered medical piactitioner