Tuesday, January 12, 2016

IPSLA como Test Para Radio Enlace


Verificación de la propiedades del IPSLA en un SWITCH con ios XE
Teoria de IPSLA:http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst4500/12-2/44sg/configuration/guide/Wrapper-44SG/swipsla.html
Escenario:

Version del equipo:
===========================
CHISYS1022#show ver
Cisco IOS Software, IOS-XE Software, Catalyst L3 Switch Software (CAT3K_CAA-UNIVERSALK9-M), Version 03.03.05SE RELEASE SOFTWARE (fc1)
=============================
Configuracion IPSLA 100 - ICMP

CHISYS1022(config)#ip sla 100
CHISYS1022(config-ip-sla)#?
IP SLAs entry configuration commands:
  dhcp         DHCP Operation
  dns          DNS Query Operation
  exit         Exit Operation Configuration
  ftp          FTP Operation
  http         HTTP Operation
  icmp-echo    ICMP Echo 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

CHISYS1022(config-ip-sla)#
==================================================

CHISYS1022(config-ip-sla-echo)#?
IP SLAs Icmp 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

CHISYS1022(config-ip-sla-echo)#

=======================================

CHISYS1022#show run | b ip sla
ip sla 100
 icmp-echo 10.182.61.24
 frequency 5
ip sla schedule 100 life forever start-time now
=========================================

##Con ello se logra un Test continuo para la verificación de los radio enlaces, según:







No comments:

Post a Comment