SlideShare una empresa de Scribd logo
1 de 39
Cisco CCNA IP SLA Configuration
To watch our Cisco CCNA Video Trainings Please Check out the link below:
www.asmed.com/c1
ASM Educational Center Inc. (ASM)
Where Training, Technology & Service Converge
Phone: (301) 984-7400
Cisco CCNA IP SLA Configuration
Cisco IP SLA (Service Level Agreement) is very similar to concept of Frame-relay – Like
Committed information rate. That is your Service Provider ISP, will tell you that you are
guaranteed to get particular BW from them , with Min value of something ; but can go to
higher value. Same Concept apply to Ip SLA
A IP SLA setup consist of source and Responder
It is like Agreement between source and responder, we will do a lab on it but we will use
the concept of ping , as we see when I put ? , I will see choice of ftp , Http and so on.
Cisco CCNA IP SLA Configuration
Now we will do small Lab;
Cisco CCNA IP SLA Configuration
Now I will do small Lab:
R1 will be SLA source =200.1.1.1
R2 will be SLA responder =200.1.1.2
R1#config t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#ip sl
R1(config)#ip sla ?
<1-2147483647> Entry Number
enable Enable Event Notifications
ethernet-monitor IP SLAs Auto Ethernet configuration
group Group Configuration or Group Scheduling
key-chain Use MD5 authentication for IP SLAs Control Messages
logging Enable Syslog
low-memory Configure Low Water Memory Mark
reaction-configuration IP SLAs Reaction-Configuration
reaction-trigger IP SLAs Trigger Assignment
reset IP SLAs Reset
responder Enable IP SLAs Responder
restart Restart An Active Entry
schedule IP SLAs Entry Scheduling
Cisco CCNA IP SLA Configuration
R1(config)#ip sla 1
R1(config-ip-sla)#?
IP SLAs entry configuration commands:
dhcp DHCP Operation
dns DNS Query Operation
ethernet Ethernet Operations
exit Exit Operation Configuration
frame-relay Frame-relay Operation
ftp FTP Operation
http HTTP Operation
icmp-echo ICMP Echo Operation
icmp-jitter ICMP Jitter Operation
path-echo Path Discovered ICMP Echo Operation
path-jitter Path Discovered ICMP Jitter Operation
tcp-connect TCP Connect Operation
udp-echo UDP Echo Operation
udp-jitter UDP Jitter Operation
voip Voice Over IP Operation
Cisco CCNA IP SLA Configuration
as we see we can do a lots of stuff but we will do simple Ping ( and test it with icmp-echo)
Now we will use 200.1.1.2 as target of test
Also in here I can use the source address , but i press enter ( sicne it will be 200.1.1.1)
R1(config-ip-sla)#
R1(config-ip-sla)#icmp-echo ?
Hostname or A.B.C.D Destination IP address or hostname, broadcast disallowed
R1(config-ip-sla)#icmp-echo 200.1.1.2 ?
source-interface Source Interface (ingress icmp packet interface)
source-ip Source Address
<cr>
R1(config-ip-sla)#icmp-echo 200.1.1.2
R1(config-ip-sla-echo)#
Cisco CCNA IP SLA Configuration
Step 2) Now set the frequency test between R1 and R2 , Default value=60 sec ,
R1(config-ip-sla-echo)#?
IP SLAs echo Configuration Commands:
default Set a command to its defaults
exit Exit operation configuration
frequency Frequency of an operation
history History and Distribution Data
no Negate a command or set its defaults
owner Owner of Entry
request-data-size Request data size
tag User defined tag
threshold Operation threshold in milliseconds
timeout Timeout of an operation
tos Type Of Service
verify-data Verify data
vrf Configure IP SLAs for a VPN Routing/Forwarding instance
Cisco CCNA IP SLA Configuration
R1(config-ip-sla-echo)#frequency ?
<1-604800> Frequency in seconds (default 60)
R1(config-ip-sla-echo)#frequency 60 ?
<cr>
R1(config-ip-sla-echo)#frequency 60
R1(config-ip-sla-echo)#
here is show run as we see the frequency 60 sec does not
show up , but I will change it to 30 sec
R1#show run
ip sla 1
icmp-echo 200.1.1.2
Cisco CCNA IP SLA Configuration
R1#config t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#ip sl
R1(config)#ip sla 1
R1(config-ip-sla-echo)#fr
R1(config-ip-sla-echo)#frequency 30
R1(config-ip-sla-echo)#
here is show run
ip sla 1
icmp-echo 200.1.1.2
frequency 30
!
Cisco CCNA IP SLA Configuration
step 3) Now we go to global configuration and schedule this test to run right now----
R1#config t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#ip sla ?
<1-2147483647> Entry Number
enable Enable Event Notifications
ethernet-monitor IP SLAs Auto Ethernet configuration
group Group Configuration or Group Scheduling
key-chain Use MD5 authentication for IP SLAs Control Messages
logging Enable Syslog
low-memory Configure Low Water Memory Mark
reaction-configuration IP SLAs Reaction-Configuration
reaction-trigger IP SLAs Trigger Assignment
reset IP SLAs Reset
responder Enable IP SLAs Responder
restart Restart An Active Entry
schedule IP SLAs Entry Scheduling
R1(config)#ip sla sch
R1(config)#ip sla schedule ?
<1-2147483647> Entry number
Cisco CCNA IP SLA Configuration
R1(config)#ip sla schedule 1 ?
ageout How long to keep this Entry when inactive
life Length of time to execute in seconds
recurring Probe to be scheduled automatically every day
start-time When to start this entry
<cr>
R1(config)#ip sla schedule 1 st
R1(config)#ip sla schedule 1 start-time ?
after Start after a certain amount of time from now
hh:mm Start time (hh:mm)
hh:mm:ss Start time (hh:mm:ss)
now Start now
pending Start pending
Cisco CCNA IP SLA Configuration
R1(config)#ip sla schedule 1 start-time no
R1(config)#ip sla schedule 1 start-time now ?
ageout How long to keep this Entry when inactive
life Length of time to execute in seconds
recurring Probe to be scheduled automatically every day
<cr>
R1(config)#ip sla schedule 1 start-time now
R1(config)#
Cisco CCNA IP SLA Configuration
Here is show run up to now:
ip sla 1
icmp-echo 200.1.1.2
frequency 30
ip sla schedule 1 start-time now
!
!
Cisco CCNA IP SLA Configuration
Let’s look at some show commands
R1#show ip sla configuration
IP SLAs Infrastructure Engine-II
Entry number: 1
Owner:
Tag:
Type of operation to perform: echo
Target address/Source address: 200.1.1.2/0.0.0.0
Type Of Service parameter: 0x0
Request size (ARR data portion): 28
Operation timeout (milliseconds): 5000
Verify data: No
Vrf Name:
Cisco CCNA IP SLA Configuration
Schedule:
Operation frequency (seconds): 30 (not considered if randomly scheduled)
Next Scheduled Start Time: Start Time already passed
Group Scheduled : FALSE
Randomly Scheduled : FALSE
Life (seconds): 3600
Entry Ageout (seconds): never
Recurring (Starting Everyday): FALSE
Status of entry (SNMP RowStatus): Active
Threshold (milliseconds): 5000 (not considered if react RTT is configured)
Distribution Statistics:
Number of statistic hours kept: 2
Number of statistic distribution buckets kept: 1
Statistic distribution interval (milliseconds): 20
History Statistics:
Number of history Lives kept: 0
Number of history Buckets kept: 15
History Filter Type: None
Enhanced History:
Cisco CCNA IP SLA Configuration
Here we see IP SLA number =1
Frequency every 30 sec
we see this (Next Scheduled Start Time: Start Time already passed) it means it started
type of operation is echo
Target address/Source address: 200.1.1.2/0.0.0.0 (this means the destination is 200.1.1.2 and source is same
as R1 interface which we did not tell the router that is why it is 0.0.0.0)
TTL=3600 sec
Here is another show command:
R1#show ip sla st
R1#show ip sla statistics
IPSLAs Latest Operation Statistics
IPSLA operation id: 1
Latest RTT: 1 milliseconds
Latest operation start time: *01:05:08.035 UTC Thu Dec 8 2016
Latest operation return code: OK
Number of successes: 22
Number of failures: 1
Operation time to live: 2924 sec
Cisco CCNA IP SLA Configuration
R1#show ip sla statistics
IPSLAs Latest Operation Statistics
IPSLA operation id: 1
Latest RTT: 1 milliseconds
Latest operation start time: *01:05:38.035 UTC Thu Dec 8 2016
Latest operation return code: OK
Number of successes: 23
Number of failures: 1
Operation time to live: 2892 sec
R1#show ip sla statistics
IPSLAs Latest Operation Statistics
IPSLA operation id: 1
Latest RTT: 1 milliseconds
Latest operation start time: *01:06:08.035 UTC Thu Dec 8 2016
Latest operation return code: OK
Number of successes: 24
Number of failures: 1
Operation time to live: 2874 sec
Cisco CCNA IP SLA Configuration
as we see the number increase from success 22 to 23
Hint: If you made mistake ip SLA you cannot edit it , let’s see what I mean:
here is show run
R1#
ip sla 1
icmp-echo 200.1.1.2
frequency 30
ip sla schedule 1 start-time now
R1(config)#ip sla 1
%Entry already running and cannot be modified
(only can delete (no) and start over)
(check to see if the probe has finished exiting)
Cisco CCNA IP SLA Configuration
notice That I did not go to destination R2 and do Ip SLA responder , since I was running
the basic ICMP echo test, and i did not need to do it ,since the responder can handle
pinging , for other test , we need go to R2 and do the commands IP SLA responder
Cisco CCNA IP SLA Configuration
Now lest go to R2 and shut down the port f0/1=200.1.1.2
Here is before changes:
R1#show ip sla statistics
IPSLAs Latest Operation Statistics
IPSLA operation id: 1
Latest RTT: 1 milliseconds
Latest operation start time: *01:11:08.035 UTC Thu Dec 8 2016
Latest operation return code: OK
Number of successes: 34
Number of failures: 1
Operation time to live: 2577 sec
R2#config t
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#int f0/0
R2(config-if)#shut
Cisco CCNA IP SLA Configuration
As we see in below it went from Number of failure to 2
R1#show ip sla statistics
IPSLAs Latest Operation Statistics
IPSLA operation id: 1
Latest RTT: NoConnection/Busy/Timeout ( here we see this new message )
Latest operation start time: *01:12:08.035 UTC Thu Dec 8 2016
Latest operation return code: Timeout
Number of successes: 35
Number of failures: 2
Operation time to live: 2508 sec
Cisco CCNA IP SLA Configuration
Now it went to 3
R1#show ip sla statistics
IPSLAs Latest Operation Statistics
IPSLA operation id: 1
Latest RTT: NoConnection/Busy/Timeout ( here we see this new message )
Latest operation start time: *01:12:38.035 UTC Thu Dec 8 2016
Latest operation return code: Timeout
Number of successes: 35
Number of failures: 3
Operation time to live: 2467 sec
Cisco CCNA IP SLA Configuration
R1#show ip sla statistics
IPSLAs Latest Operation Statistics
IPSLA operation id: 1
Latest RTT: NoConnection/Busy/Timeout ( here we see this new message )
Latest operation start time: *01:13:08.035 UTC Thu Dec 8 2016
Latest operation return code: Timeout
Number of successes: 35
Number of failures: 4
Operation time to live: 2443 sec
Cisco CCNA IP SLA Configuration
Now I go to R2 and put IP SLA responder under the global configuration
R2#config t
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#int f0/0
R2(config-if)#no shut
R2(config-if)#
*Dec 7 21:08:37.623: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
*Dec 7 21:08:38.623: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed
state to up
R2(config-if)#
Cisco CCNA IP SLA Configuration
R2(config)#ip sla ?
<1-2147483647> Entry Number
enable Enable Event Notifications
ethernet-monitor IP SLAs Auto Ethernet configuration
group Group Configuration or Group Scheduling
key-chain Use MD5 authentication for IP SLAs Control Messages
logging Enable Syslog
low-memory Configure Low Water Memory Mark
reaction-configuration IP SLAs Reaction-Configuration
reaction-trigger IP SLAs Trigger Assignment
reset IP SLAs Reset
responder Enable IP SLAs Responder
restart Restart An Active Entry
schedule IP SLAs Entry Scheduling
R2(config)#ip sla responder ?
auto-register Setup auto-register to hub
tcp-connect Setup tcp-connect responder
udp-echo Setup udp-echo responder
<cr>
Cisco CCNA IP SLA Configuration
Step 5) we can secure our SLA config with a Keychain and IP sla key-chain commands
make sure the key-string ( which is your password is the same) the name which is CCNP1 and CCNP2
are local significance ; but key has be same
First I do R1
R1#
R1#config t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#key ?
chain Key-chain management
config-key Set a private configuration key for general use
R1(config)#key ch
R1(config)#key chain ?
WORD Key-chain name
R1(config)#key chain CCNP1 ?
<cr>
Cisco CCNA IP SLA Configuration
R1(config)#key chain CCNP1
R1(config-keychain)#?
Key-chain configuration commands:
default Set a command to its defaults
exit Exit from key-chain configuration mode
key Configure a key
no Negate a command or set its defaults
R1(config-keychain)#key ?
<0-2147483647> Key identifier
R1(config-keychain)#key 1
R1(config-keychain-key)#?
Key-chain key configuration commands:
accept-lifetime Set accept lifetime of key
default Set a command to its defaults
exit Exit from key-chain key configuration mode
key-string Set key string
no Negate a command or set its defaults
send-lifetime Set send lifetime of key
Cisco CCNA IP SLA Configuration
R1(config-keychain-key)#key
R1(config-keychain-key)#key-string TEST
R1(config-keychain-key)#
R1(config-keychain-key)#exit
R1(config-keychain)#exit
R1(config)#
R1(config)#
R1(config)#ip sla key
R1(config)#ip sla key-chain CCNP1
R1(config)#
Cisco CCNA IP SLA Configuration
Here is show run on R1:
R1#show run
key chain CCNP1
key 1
key-string TEST
ip sla key-chain CCNP1
ip sla 1
icmp-echo 200.1.1.2
frequency 30
ip sla schedule 1 start-time now
Cisco CCNA IP SLA Configuration
Now I go to R2 and do same concept with CCNP2 name but same key-string (since it is our
password)
R2#
R2#config t
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#key ?
chain Key-chain management
config-key Set a private configuration key for general use
R2(config)#key ch
R2(config)#key chain ?
WORD Key-chain name
Cisco CCNA IP SLA Configuration
R2(config)#key chain CCNP2
R2(config-keychain)#?
Key-chain configuration commands:
default Set a command to its defaults
exit Exit from key-chain configuration mode
key Configure a key
no Negate a command or set its defaults
Cisco CCNA IP SLA Configuration
R2(config-keychain)#key 1 ?
<cr>
R2(config-keychain)#key 1
R2(config-keychain-key)#?
Key-chain key configuration commands:
accept-lifetime Set accept lifetime of key
default Set a command to its defaults
exit Exit from key-chain key configuration mode
key-string Set key string
no Negate a command or set its defaults
send-lifetime Set send lifetime of key
Cisco CCNA IP SLA Configuration
R2(config-keychain-key)#keys
R2(config-keychain-key)#key-
R2(config-keychain-key)#key-string ?
0 Specifies an UNENCRYPTED password will follow
7 Specifies a HIDDEN password will follow
LINE The UNENCRYPTED (cleartext) user password
R2(config-keychain-key)#key-string TEST
R2(config-keychain-key)#exit
R2(config-keychain)#exit
R2(config)#
R2(config)#
R2(config)#ip sla key-
R2(config)#ip sla key-chain CCNP2
R2(config)#
Cisco CCNA IP SLA Configuration
Here is show run:
R2#
key chain CCNP2
key 1
key-string TEST
!
!
ip sla responder
ip sla key-chain CCNP2
Now let’s check the show statistic commands
Cisco CCNA IP SLA Configuration
R1#show ip sla statistics
IPSLAs Latest Operation Statistics
IPSLA operation id: 1
Latest RTT: 1 milliseconds ( This means life is good)
Latest operation start time: *01:26:08.035 UTC Thu Dec 8 2016
Latest operation return code: OK
Number of successes: 56
Number of failures: 9
Operation time to live: 1673 sec
Cisco CCNA IP SLA Configuration
R1#show ip sla statistics
IPSLAs Latest Operation Statistics
IPSLA operation id: 1
Latest RTT: 1 milliseconds
Latest operation start time: *01:28:08.035 UTC Thu Dec 8 2016
Latest operation return code: OK
Number of successes: 60 ( as we see after some time ,it is good now)
Number of failures: 9
Operation time to live: 1552 sec
Cisco CCNA IP SLA Configuration
Here notice I removed IP SLA with no commands and rebuild it and that is why it started from low
number again...
R1#show ip sla statistics
IPSLAs Latest Operation Statistics
IPSLA operation id: 1
Latest RTT: 1 milliseconds
Latest operation start time: *01:42:24.651 UTC Thu Dec 8 2016
Latest operation return code: OK
Number of successes: 5
Number of failures: 0
Operation time to live: 3463 sec
Cisco CCNA IP SLA Configuration
R1#
R1#
R1#
R1#
R1#show ip sla statistics
IPSLAs Latest Operation Statistics
IPSLA operation id: 1
Latest RTT: 1 milliseconds
Latest operation start time: *01:43:24.651 UTC Thu Dec 8 2016
Latest operation return code: OK
Number of successes: 7
Number of failures: 0
Operation time to live: 3403 sec
ASM Educational Center Inc. (ASM)
Where Training, Technology & Service Converge
To watch our Cisco CCNA Video Trainings Please Check out the link below:
www.asmed.com/c1
Phone: (301) 984-7400

Más contenido relacionado

La actualidad más candente

Lab- Full IPsec Implementation.pdf
Lab- Full IPsec Implementation.pdfLab- Full IPsec Implementation.pdf
Lab- Full IPsec Implementation.pdf
Nesibusami
 
Transition ipv4-ipv6
Transition ipv4-ipv6Transition ipv4-ipv6
Transition ipv4-ipv6
Arrow Djibio
 
Label Distribution Protocol
Label Distribution ProtocolLabel Distribution Protocol
Label Distribution Protocol
Kashif Latif
 
2.5.1.2 packet tracer configure cisco routers for syslog, ntp, and ssh oper...
2.5.1.2 packet tracer   configure cisco routers for syslog, ntp, and ssh oper...2.5.1.2 packet tracer   configure cisco routers for syslog, ntp, and ssh oper...
2.5.1.2 packet tracer configure cisco routers for syslog, ntp, and ssh oper...
Salem Trabelsi
 

La actualidad más candente (20)

Basic BGP Configuration
Basic BGP ConfigurationBasic BGP Configuration
Basic BGP Configuration
 
Cisco CCNA- How to Configure Multi-Layer Switch
Cisco CCNA- How to Configure Multi-Layer SwitchCisco CCNA- How to Configure Multi-Layer Switch
Cisco CCNA- How to Configure Multi-Layer Switch
 
Ccnp workbook network bulls
Ccnp workbook network bullsCcnp workbook network bulls
Ccnp workbook network bulls
 
Router commands
Router commandsRouter commands
Router commands
 
NAT64 and DNS64 in 30 minutes
NAT64 and DNS64 in 30 minutesNAT64 and DNS64 in 30 minutes
NAT64 and DNS64 in 30 minutes
 
Vxlan control plane and routing
Vxlan control plane and routingVxlan control plane and routing
Vxlan control plane and routing
 
Cisco Commands
Cisco CommandsCisco Commands
Cisco Commands
 
Class notes fhrp,hsrp,vrrp
Class notes fhrp,hsrp,vrrpClass notes fhrp,hsrp,vrrp
Class notes fhrp,hsrp,vrrp
 
Nat pat
Nat patNat pat
Nat pat
 
CCNA 2 Routing and Switching v5.0 Chapter 6
CCNA 2 Routing and Switching v5.0 Chapter 6CCNA 2 Routing and Switching v5.0 Chapter 6
CCNA 2 Routing and Switching v5.0 Chapter 6
 
Vxlan deep dive session rev0.5 final
Vxlan deep dive session rev0.5   finalVxlan deep dive session rev0.5   final
Vxlan deep dive session rev0.5 final
 
volte call flow - SIP IMS Call Flow - MO and MT Call - Volte Mobile originati...
volte call flow - SIP IMS Call Flow - MO and MT Call - Volte Mobile originati...volte call flow - SIP IMS Call Flow - MO and MT Call - Volte Mobile originati...
volte call flow - SIP IMS Call Flow - MO and MT Call - Volte Mobile originati...
 
NFV evolution towards 5G
NFV evolution towards 5GNFV evolution towards 5G
NFV evolution towards 5G
 
Lab- Full IPsec Implementation.pdf
Lab- Full IPsec Implementation.pdfLab- Full IPsec Implementation.pdf
Lab- Full IPsec Implementation.pdf
 
Transition ipv4-ipv6
Transition ipv4-ipv6Transition ipv4-ipv6
Transition ipv4-ipv6
 
Label Distribution Protocol
Label Distribution ProtocolLabel Distribution Protocol
Label Distribution Protocol
 
Cisco nexus series
Cisco nexus seriesCisco nexus series
Cisco nexus series
 
Netmanias L2,L3 Training (3) L2, L3 QoS
Netmanias L2,L3 Training (3) L2, L3 QoSNetmanias L2,L3 Training (3) L2, L3 QoS
Netmanias L2,L3 Training (3) L2, L3 QoS
 
2.5.1.2 packet tracer configure cisco routers for syslog, ntp, and ssh oper...
2.5.1.2 packet tracer   configure cisco routers for syslog, ntp, and ssh oper...2.5.1.2 packet tracer   configure cisco routers for syslog, ntp, and ssh oper...
2.5.1.2 packet tracer configure cisco routers for syslog, ntp, and ssh oper...
 
Cisco Live! :: Carrier Ethernet 2.0 :: BRKSPG-2720 | Las Vegas July/2016
Cisco Live! :: Carrier Ethernet 2.0 :: BRKSPG-2720 | Las Vegas July/2016Cisco Live! :: Carrier Ethernet 2.0 :: BRKSPG-2720 | Las Vegas July/2016
Cisco Live! :: Carrier Ethernet 2.0 :: BRKSPG-2720 | Las Vegas July/2016
 

Destacado

Destacado (12)

Cisco CCNA IPV6 Static Configuration
Cisco CCNA  IPV6 Static ConfigurationCisco CCNA  IPV6 Static Configuration
Cisco CCNA IPV6 Static Configuration
 
Cisco CCNA OSPF IPV6 Configuration
Cisco CCNA OSPF IPV6 ConfigurationCisco CCNA OSPF IPV6 Configuration
Cisco CCNA OSPF IPV6 Configuration
 
Cisco CCNA- NAT Configuration
Cisco CCNA- NAT ConfigurationCisco CCNA- NAT Configuration
Cisco CCNA- NAT Configuration
 
Microsoft MCSA - Install active directory domain services (adds) role
Microsoft MCSA - Install active directory domain services (adds) roleMicrosoft MCSA - Install active directory domain services (adds) role
Microsoft MCSA - Install active directory domain services (adds) role
 
Cisco CCNA CCNP VACL Configuration
Cisco CCNA CCNP VACL ConfigurationCisco CCNA CCNP VACL Configuration
Cisco CCNA CCNP VACL Configuration
 
Cisco CCNA Port Security
Cisco CCNA Port SecurityCisco CCNA Port Security
Cisco CCNA Port Security
 
Juniper JNCIA – Juniper RIP and OSPF Route Configuration
Juniper JNCIA – Juniper RIP and OSPF Route ConfigurationJuniper JNCIA – Juniper RIP and OSPF Route Configuration
Juniper JNCIA – Juniper RIP and OSPF Route Configuration
 
Cisco CCNA IP SLA with tracking configuration
Cisco CCNA IP SLA  with tracking  configurationCisco CCNA IP SLA  with tracking  configuration
Cisco CCNA IP SLA with tracking configuration
 
Cisco CCNA EIGRP IPV6 Configuration
Cisco CCNA EIGRP IPV6 ConfigurationCisco CCNA EIGRP IPV6 Configuration
Cisco CCNA EIGRP IPV6 Configuration
 
Juniper JNCIA – Juniper OSPF Route Configuration
Juniper JNCIA – Juniper OSPF Route ConfigurationJuniper JNCIA – Juniper OSPF Route Configuration
Juniper JNCIA – Juniper OSPF Route Configuration
 
Juniper JNCIA – Juniper Floating Static Route Configuration
Juniper JNCIA – Juniper Floating Static Route ConfigurationJuniper JNCIA – Juniper Floating Static Route Configuration
Juniper JNCIA – Juniper Floating Static Route Configuration
 
Juniper JNCIA – Juniper RIP Route Configuration
Juniper JNCIA – Juniper RIP Route ConfigurationJuniper JNCIA – Juniper RIP Route Configuration
Juniper JNCIA – Juniper RIP Route Configuration
 

Similar a Cisco CCNA-CCNP IP SLA Configuration

CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docxCCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
keturahhazelhurst
 
In depth understanding network security
In depth understanding network securityIn depth understanding network security
In depth understanding network security
Thanawan Tuamyim
 
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docxAll contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
galerussel59292
 
05 module managing your network enviornment
05  module managing your network enviornment05  module managing your network enviornment
05 module managing your network enviornment
Asif
 

Similar a Cisco CCNA-CCNP IP SLA Configuration (20)

managing your network environment
managing your network environmentmanaging your network environment
managing your network environment
 
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docxCCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
 
FPGA based 10G Performance Tester for HW OpenFlow Switch
FPGA based 10G Performance Tester for HW OpenFlow SwitchFPGA based 10G Performance Tester for HW OpenFlow Switch
FPGA based 10G Performance Tester for HW OpenFlow Switch
 
In depth understanding network security
In depth understanding network securityIn depth understanding network security
In depth understanding network security
 
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docxAll contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
 
ccna cheat_sheet
ccna cheat_sheetccna cheat_sheet
ccna cheat_sheet
 
cisco ccna cheat_sheet
cisco ccna cheat_sheetcisco ccna cheat_sheet
cisco ccna cheat_sheet
 
Ncat ccna cheat sheet
Ncat ccna cheat sheetNcat ccna cheat sheet
Ncat ccna cheat sheet
 
Enterprise Network Manager: the Router-On-A-stick
Enterprise Network Manager: the Router-On-A-stickEnterprise Network Manager: the Router-On-A-stick
Enterprise Network Manager: the Router-On-A-stick
 
SITE TO SITE IPSEC VPN TUNNEL B/W CISCO ROUTERS
SITE TO SITE IPSEC VPN TUNNEL B/W CISCO ROUTERSSITE TO SITE IPSEC VPN TUNNEL B/W CISCO ROUTERS
SITE TO SITE IPSEC VPN TUNNEL B/W CISCO ROUTERS
 
Cisco CCNA- DHCP Server
Cisco CCNA-  DHCP ServerCisco CCNA-  DHCP Server
Cisco CCNA- DHCP Server
 
05 module managing your network enviornment
05  module managing your network enviornment05  module managing your network enviornment
05 module managing your network enviornment
 
Samplab19
Samplab19Samplab19
Samplab19
 
Sc manual
Sc manualSc manual
Sc manual
 
VoiceBootcamp Ccnp collaboration lab guide v1.0 sample
VoiceBootcamp Ccnp collaboration lab guide v1.0 sampleVoiceBootcamp Ccnp collaboration lab guide v1.0 sample
VoiceBootcamp Ccnp collaboration lab guide v1.0 sample
 
CCNA_LAB_MANUAL_part1.pptx
CCNA_LAB_MANUAL_part1.pptxCCNA_LAB_MANUAL_part1.pptx
CCNA_LAB_MANUAL_part1.pptx
 
Day 11 eigrp
Day 11 eigrpDay 11 eigrp
Day 11 eigrp
 
Cisco CCNA- PPP Multilink Configuration
Cisco CCNA- PPP Multilink ConfigurationCisco CCNA- PPP Multilink Configuration
Cisco CCNA- PPP Multilink Configuration
 
Configure Cisco Routers for Syslog, NTP, and SSH Operations
Configure Cisco Routers for Syslog, NTP, and SSH Operations Configure Cisco Routers for Syslog, NTP, and SSH Operations
Configure Cisco Routers for Syslog, NTP, and SSH Operations
 
Template
TemplateTemplate
Template
 

Más de Hamed Moghaddam

Más de Hamed Moghaddam (9)

Cisco CCNA GRE Tunnel Configuration
Cisco CCNA GRE Tunnel ConfigurationCisco CCNA GRE Tunnel Configuration
Cisco CCNA GRE Tunnel Configuration
 
CISSP Certification Security Engineering-Part2
CISSP Certification Security Engineering-Part2CISSP Certification Security Engineering-Part2
CISSP Certification Security Engineering-Part2
 
CISSP Certification- Security Engineering-part1
CISSP Certification- Security Engineering-part1CISSP Certification- Security Engineering-part1
CISSP Certification- Security Engineering-part1
 
Cisco CCNA-Router on Stick
Cisco CCNA-Router on StickCisco CCNA-Router on Stick
Cisco CCNA-Router on Stick
 
Cisco CCNA-Standard Access List
Cisco CCNA-Standard Access ListCisco CCNA-Standard Access List
Cisco CCNA-Standard Access List
 
Microsoft MCSA- Joining Client Machines To The Domain!
Microsoft MCSA- Joining Client Machines To The Domain!Microsoft MCSA- Joining Client Machines To The Domain!
Microsoft MCSA- Joining Client Machines To The Domain!
 
CISSP Certification-Asset Security
CISSP Certification-Asset SecurityCISSP Certification-Asset Security
CISSP Certification-Asset Security
 
Cissp- Security and Risk Management
Cissp- Security and Risk ManagementCissp- Security and Risk Management
Cissp- Security and Risk Management
 
Become CISSP Certified
Become CISSP CertifiedBecome CISSP Certified
Become CISSP Certified
 

Último

Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Krashi Coaching
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 

Último (20)

SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 

Cisco CCNA-CCNP IP SLA Configuration

  • 1. Cisco CCNA IP SLA Configuration To watch our Cisco CCNA Video Trainings Please Check out the link below: www.asmed.com/c1 ASM Educational Center Inc. (ASM) Where Training, Technology & Service Converge Phone: (301) 984-7400
  • 2. Cisco CCNA IP SLA Configuration Cisco IP SLA (Service Level Agreement) is very similar to concept of Frame-relay – Like Committed information rate. That is your Service Provider ISP, will tell you that you are guaranteed to get particular BW from them , with Min value of something ; but can go to higher value. Same Concept apply to Ip SLA A IP SLA setup consist of source and Responder It is like Agreement between source and responder, we will do a lab on it but we will use the concept of ping , as we see when I put ? , I will see choice of ftp , Http and so on.
  • 3. Cisco CCNA IP SLA Configuration Now we will do small Lab;
  • 4. Cisco CCNA IP SLA Configuration Now I will do small Lab: R1 will be SLA source =200.1.1.1 R2 will be SLA responder =200.1.1.2 R1#config t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#ip sl R1(config)#ip sla ? <1-2147483647> Entry Number enable Enable Event Notifications ethernet-monitor IP SLAs Auto Ethernet configuration group Group Configuration or Group Scheduling key-chain Use MD5 authentication for IP SLAs Control Messages logging Enable Syslog low-memory Configure Low Water Memory Mark reaction-configuration IP SLAs Reaction-Configuration reaction-trigger IP SLAs Trigger Assignment reset IP SLAs Reset responder Enable IP SLAs Responder restart Restart An Active Entry schedule IP SLAs Entry Scheduling
  • 5. Cisco CCNA IP SLA Configuration R1(config)#ip sla 1 R1(config-ip-sla)#? IP SLAs entry configuration commands: dhcp DHCP Operation dns DNS Query Operation ethernet Ethernet Operations exit Exit Operation Configuration frame-relay Frame-relay Operation ftp FTP Operation http HTTP Operation icmp-echo ICMP Echo Operation icmp-jitter ICMP Jitter Operation path-echo Path Discovered ICMP Echo Operation path-jitter Path Discovered ICMP Jitter Operation tcp-connect TCP Connect Operation udp-echo UDP Echo Operation udp-jitter UDP Jitter Operation voip Voice Over IP Operation
  • 6. Cisco CCNA IP SLA Configuration as we see we can do a lots of stuff but we will do simple Ping ( and test it with icmp-echo) Now we will use 200.1.1.2 as target of test Also in here I can use the source address , but i press enter ( sicne it will be 200.1.1.1) R1(config-ip-sla)# R1(config-ip-sla)#icmp-echo ? Hostname or A.B.C.D Destination IP address or hostname, broadcast disallowed R1(config-ip-sla)#icmp-echo 200.1.1.2 ? source-interface Source Interface (ingress icmp packet interface) source-ip Source Address <cr> R1(config-ip-sla)#icmp-echo 200.1.1.2 R1(config-ip-sla-echo)#
  • 7. Cisco CCNA IP SLA Configuration Step 2) Now set the frequency test between R1 and R2 , Default value=60 sec , R1(config-ip-sla-echo)#? IP SLAs echo Configuration Commands: default Set a command to its defaults exit Exit operation configuration frequency Frequency of an operation history History and Distribution Data no Negate a command or set its defaults owner Owner of Entry request-data-size Request data size tag User defined tag threshold Operation threshold in milliseconds timeout Timeout of an operation tos Type Of Service verify-data Verify data vrf Configure IP SLAs for a VPN Routing/Forwarding instance
  • 8. Cisco CCNA IP SLA Configuration R1(config-ip-sla-echo)#frequency ? <1-604800> Frequency in seconds (default 60) R1(config-ip-sla-echo)#frequency 60 ? <cr> R1(config-ip-sla-echo)#frequency 60 R1(config-ip-sla-echo)# here is show run as we see the frequency 60 sec does not show up , but I will change it to 30 sec R1#show run ip sla 1 icmp-echo 200.1.1.2
  • 9. Cisco CCNA IP SLA Configuration R1#config t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#ip sl R1(config)#ip sla 1 R1(config-ip-sla-echo)#fr R1(config-ip-sla-echo)#frequency 30 R1(config-ip-sla-echo)# here is show run ip sla 1 icmp-echo 200.1.1.2 frequency 30 !
  • 10. Cisco CCNA IP SLA Configuration step 3) Now we go to global configuration and schedule this test to run right now---- R1#config t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#ip sla ? <1-2147483647> Entry Number enable Enable Event Notifications ethernet-monitor IP SLAs Auto Ethernet configuration group Group Configuration or Group Scheduling key-chain Use MD5 authentication for IP SLAs Control Messages logging Enable Syslog low-memory Configure Low Water Memory Mark reaction-configuration IP SLAs Reaction-Configuration reaction-trigger IP SLAs Trigger Assignment reset IP SLAs Reset responder Enable IP SLAs Responder restart Restart An Active Entry schedule IP SLAs Entry Scheduling R1(config)#ip sla sch R1(config)#ip sla schedule ? <1-2147483647> Entry number
  • 11. Cisco CCNA IP SLA Configuration R1(config)#ip sla schedule 1 ? ageout How long to keep this Entry when inactive life Length of time to execute in seconds recurring Probe to be scheduled automatically every day start-time When to start this entry <cr> R1(config)#ip sla schedule 1 st R1(config)#ip sla schedule 1 start-time ? after Start after a certain amount of time from now hh:mm Start time (hh:mm) hh:mm:ss Start time (hh:mm:ss) now Start now pending Start pending
  • 12. Cisco CCNA IP SLA Configuration R1(config)#ip sla schedule 1 start-time no R1(config)#ip sla schedule 1 start-time now ? ageout How long to keep this Entry when inactive life Length of time to execute in seconds recurring Probe to be scheduled automatically every day <cr> R1(config)#ip sla schedule 1 start-time now R1(config)#
  • 13. Cisco CCNA IP SLA Configuration Here is show run up to now: ip sla 1 icmp-echo 200.1.1.2 frequency 30 ip sla schedule 1 start-time now ! !
  • 14. Cisco CCNA IP SLA Configuration Let’s look at some show commands R1#show ip sla configuration IP SLAs Infrastructure Engine-II Entry number: 1 Owner: Tag: Type of operation to perform: echo Target address/Source address: 200.1.1.2/0.0.0.0 Type Of Service parameter: 0x0 Request size (ARR data portion): 28 Operation timeout (milliseconds): 5000 Verify data: No Vrf Name:
  • 15. Cisco CCNA IP SLA Configuration Schedule: Operation frequency (seconds): 30 (not considered if randomly scheduled) Next Scheduled Start Time: Start Time already passed Group Scheduled : FALSE Randomly Scheduled : FALSE Life (seconds): 3600 Entry Ageout (seconds): never Recurring (Starting Everyday): FALSE Status of entry (SNMP RowStatus): Active Threshold (milliseconds): 5000 (not considered if react RTT is configured) Distribution Statistics: Number of statistic hours kept: 2 Number of statistic distribution buckets kept: 1 Statistic distribution interval (milliseconds): 20 History Statistics: Number of history Lives kept: 0 Number of history Buckets kept: 15 History Filter Type: None Enhanced History:
  • 16. Cisco CCNA IP SLA Configuration Here we see IP SLA number =1 Frequency every 30 sec we see this (Next Scheduled Start Time: Start Time already passed) it means it started type of operation is echo Target address/Source address: 200.1.1.2/0.0.0.0 (this means the destination is 200.1.1.2 and source is same as R1 interface which we did not tell the router that is why it is 0.0.0.0) TTL=3600 sec Here is another show command: R1#show ip sla st R1#show ip sla statistics IPSLAs Latest Operation Statistics IPSLA operation id: 1 Latest RTT: 1 milliseconds Latest operation start time: *01:05:08.035 UTC Thu Dec 8 2016 Latest operation return code: OK Number of successes: 22 Number of failures: 1 Operation time to live: 2924 sec
  • 17. Cisco CCNA IP SLA Configuration R1#show ip sla statistics IPSLAs Latest Operation Statistics IPSLA operation id: 1 Latest RTT: 1 milliseconds Latest operation start time: *01:05:38.035 UTC Thu Dec 8 2016 Latest operation return code: OK Number of successes: 23 Number of failures: 1 Operation time to live: 2892 sec R1#show ip sla statistics IPSLAs Latest Operation Statistics IPSLA operation id: 1 Latest RTT: 1 milliseconds Latest operation start time: *01:06:08.035 UTC Thu Dec 8 2016 Latest operation return code: OK Number of successes: 24 Number of failures: 1 Operation time to live: 2874 sec
  • 18. Cisco CCNA IP SLA Configuration as we see the number increase from success 22 to 23 Hint: If you made mistake ip SLA you cannot edit it , let’s see what I mean: here is show run R1# ip sla 1 icmp-echo 200.1.1.2 frequency 30 ip sla schedule 1 start-time now R1(config)#ip sla 1 %Entry already running and cannot be modified (only can delete (no) and start over) (check to see if the probe has finished exiting)
  • 19. Cisco CCNA IP SLA Configuration notice That I did not go to destination R2 and do Ip SLA responder , since I was running the basic ICMP echo test, and i did not need to do it ,since the responder can handle pinging , for other test , we need go to R2 and do the commands IP SLA responder
  • 20. Cisco CCNA IP SLA Configuration Now lest go to R2 and shut down the port f0/1=200.1.1.2 Here is before changes: R1#show ip sla statistics IPSLAs Latest Operation Statistics IPSLA operation id: 1 Latest RTT: 1 milliseconds Latest operation start time: *01:11:08.035 UTC Thu Dec 8 2016 Latest operation return code: OK Number of successes: 34 Number of failures: 1 Operation time to live: 2577 sec R2#config t Enter configuration commands, one per line. End with CNTL/Z. R2(config)#int f0/0 R2(config-if)#shut
  • 21. Cisco CCNA IP SLA Configuration As we see in below it went from Number of failure to 2 R1#show ip sla statistics IPSLAs Latest Operation Statistics IPSLA operation id: 1 Latest RTT: NoConnection/Busy/Timeout ( here we see this new message ) Latest operation start time: *01:12:08.035 UTC Thu Dec 8 2016 Latest operation return code: Timeout Number of successes: 35 Number of failures: 2 Operation time to live: 2508 sec
  • 22. Cisco CCNA IP SLA Configuration Now it went to 3 R1#show ip sla statistics IPSLAs Latest Operation Statistics IPSLA operation id: 1 Latest RTT: NoConnection/Busy/Timeout ( here we see this new message ) Latest operation start time: *01:12:38.035 UTC Thu Dec 8 2016 Latest operation return code: Timeout Number of successes: 35 Number of failures: 3 Operation time to live: 2467 sec
  • 23. Cisco CCNA IP SLA Configuration R1#show ip sla statistics IPSLAs Latest Operation Statistics IPSLA operation id: 1 Latest RTT: NoConnection/Busy/Timeout ( here we see this new message ) Latest operation start time: *01:13:08.035 UTC Thu Dec 8 2016 Latest operation return code: Timeout Number of successes: 35 Number of failures: 4 Operation time to live: 2443 sec
  • 24. Cisco CCNA IP SLA Configuration Now I go to R2 and put IP SLA responder under the global configuration R2#config t Enter configuration commands, one per line. End with CNTL/Z. R2(config)#int f0/0 R2(config-if)#no shut R2(config-if)# *Dec 7 21:08:37.623: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up *Dec 7 21:08:38.623: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up R2(config-if)#
  • 25. Cisco CCNA IP SLA Configuration R2(config)#ip sla ? <1-2147483647> Entry Number enable Enable Event Notifications ethernet-monitor IP SLAs Auto Ethernet configuration group Group Configuration or Group Scheduling key-chain Use MD5 authentication for IP SLAs Control Messages logging Enable Syslog low-memory Configure Low Water Memory Mark reaction-configuration IP SLAs Reaction-Configuration reaction-trigger IP SLAs Trigger Assignment reset IP SLAs Reset responder Enable IP SLAs Responder restart Restart An Active Entry schedule IP SLAs Entry Scheduling R2(config)#ip sla responder ? auto-register Setup auto-register to hub tcp-connect Setup tcp-connect responder udp-echo Setup udp-echo responder <cr>
  • 26. Cisco CCNA IP SLA Configuration Step 5) we can secure our SLA config with a Keychain and IP sla key-chain commands make sure the key-string ( which is your password is the same) the name which is CCNP1 and CCNP2 are local significance ; but key has be same First I do R1 R1# R1#config t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#key ? chain Key-chain management config-key Set a private configuration key for general use R1(config)#key ch R1(config)#key chain ? WORD Key-chain name R1(config)#key chain CCNP1 ? <cr>
  • 27. Cisco CCNA IP SLA Configuration R1(config)#key chain CCNP1 R1(config-keychain)#? Key-chain configuration commands: default Set a command to its defaults exit Exit from key-chain configuration mode key Configure a key no Negate a command or set its defaults R1(config-keychain)#key ? <0-2147483647> Key identifier R1(config-keychain)#key 1 R1(config-keychain-key)#? Key-chain key configuration commands: accept-lifetime Set accept lifetime of key default Set a command to its defaults exit Exit from key-chain key configuration mode key-string Set key string no Negate a command or set its defaults send-lifetime Set send lifetime of key
  • 28. Cisco CCNA IP SLA Configuration R1(config-keychain-key)#key R1(config-keychain-key)#key-string TEST R1(config-keychain-key)# R1(config-keychain-key)#exit R1(config-keychain)#exit R1(config)# R1(config)# R1(config)#ip sla key R1(config)#ip sla key-chain CCNP1 R1(config)#
  • 29. Cisco CCNA IP SLA Configuration Here is show run on R1: R1#show run key chain CCNP1 key 1 key-string TEST ip sla key-chain CCNP1 ip sla 1 icmp-echo 200.1.1.2 frequency 30 ip sla schedule 1 start-time now
  • 30. Cisco CCNA IP SLA Configuration Now I go to R2 and do same concept with CCNP2 name but same key-string (since it is our password) R2# R2#config t Enter configuration commands, one per line. End with CNTL/Z. R2(config)#key ? chain Key-chain management config-key Set a private configuration key for general use R2(config)#key ch R2(config)#key chain ? WORD Key-chain name
  • 31. Cisco CCNA IP SLA Configuration R2(config)#key chain CCNP2 R2(config-keychain)#? Key-chain configuration commands: default Set a command to its defaults exit Exit from key-chain configuration mode key Configure a key no Negate a command or set its defaults
  • 32. Cisco CCNA IP SLA Configuration R2(config-keychain)#key 1 ? <cr> R2(config-keychain)#key 1 R2(config-keychain-key)#? Key-chain key configuration commands: accept-lifetime Set accept lifetime of key default Set a command to its defaults exit Exit from key-chain key configuration mode key-string Set key string no Negate a command or set its defaults send-lifetime Set send lifetime of key
  • 33. Cisco CCNA IP SLA Configuration R2(config-keychain-key)#keys R2(config-keychain-key)#key- R2(config-keychain-key)#key-string ? 0 Specifies an UNENCRYPTED password will follow 7 Specifies a HIDDEN password will follow LINE The UNENCRYPTED (cleartext) user password R2(config-keychain-key)#key-string TEST R2(config-keychain-key)#exit R2(config-keychain)#exit R2(config)# R2(config)# R2(config)#ip sla key- R2(config)#ip sla key-chain CCNP2 R2(config)#
  • 34. Cisco CCNA IP SLA Configuration Here is show run: R2# key chain CCNP2 key 1 key-string TEST ! ! ip sla responder ip sla key-chain CCNP2 Now let’s check the show statistic commands
  • 35. Cisco CCNA IP SLA Configuration R1#show ip sla statistics IPSLAs Latest Operation Statistics IPSLA operation id: 1 Latest RTT: 1 milliseconds ( This means life is good) Latest operation start time: *01:26:08.035 UTC Thu Dec 8 2016 Latest operation return code: OK Number of successes: 56 Number of failures: 9 Operation time to live: 1673 sec
  • 36. Cisco CCNA IP SLA Configuration R1#show ip sla statistics IPSLAs Latest Operation Statistics IPSLA operation id: 1 Latest RTT: 1 milliseconds Latest operation start time: *01:28:08.035 UTC Thu Dec 8 2016 Latest operation return code: OK Number of successes: 60 ( as we see after some time ,it is good now) Number of failures: 9 Operation time to live: 1552 sec
  • 37. Cisco CCNA IP SLA Configuration Here notice I removed IP SLA with no commands and rebuild it and that is why it started from low number again... R1#show ip sla statistics IPSLAs Latest Operation Statistics IPSLA operation id: 1 Latest RTT: 1 milliseconds Latest operation start time: *01:42:24.651 UTC Thu Dec 8 2016 Latest operation return code: OK Number of successes: 5 Number of failures: 0 Operation time to live: 3463 sec
  • 38. Cisco CCNA IP SLA Configuration R1# R1# R1# R1# R1#show ip sla statistics IPSLAs Latest Operation Statistics IPSLA operation id: 1 Latest RTT: 1 milliseconds Latest operation start time: *01:43:24.651 UTC Thu Dec 8 2016 Latest operation return code: OK Number of successes: 7 Number of failures: 0 Operation time to live: 3403 sec
  • 39. ASM Educational Center Inc. (ASM) Where Training, Technology & Service Converge To watch our Cisco CCNA Video Trainings Please Check out the link below: www.asmed.com/c1 Phone: (301) 984-7400