Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPSLA #30

Closed
mikk674 opened this issue Aug 12, 2019 · 4 comments
Closed

IPSLA #30

mikk674 opened this issue Aug 12, 2019 · 4 comments

Comments

@mikk674
Copy link

mikk674 commented Aug 12, 2019

Would be interested in contributing, but i have no idea where to start. If any one wants to be give me some pointers that would be awesome.
If the below could be done that would be fantastic. Work regularly with upwards of 20 of these per router and having them highlighted would be very handy.

Which Syntax?:

IOS Classic

Expected behavior and actual behavior:

Expected to be highlighed
Actually not being highlighted

Steps to reproduce the problem:

Type in the commands in the example

New Feature Description:

Highlighted in the same fashion as the

Example Syntax

ip sla 1
icmp-echo 10.102.64.114 source-interface Tunnel710
tos 184
vrf agr_usi_vpn
threshold 2000
frequency 5
ip sla schedule 1 life forever start-time now

Link to command reference

@mikk674
Copy link
Author

mikk674 commented Aug 12, 2019

@heyglen
Copy link
Owner

heyglen commented Jan 23, 2020

There is some supported IP SLA commands in the IOS syntax:

ip sla 1
  icmp-echo 10.0.0.1 source-ip 192.100.0.0
  icmp-echo 10.0.0.1 source-ip 1::1
  icmp-echo 10.0.0.1 source-interface Tunnel123
  icmp-echo 0:0:0:1::1 source-interface Tunnel123
  icmp-echo host.example.com source-interface Tunnel123
  tag ASCII_TAG
  tos 184
  vrf RED
  threshold 2000
  frequency 5

ip sla schedule 1 life 1
ip sla schedule 1 life forever start-time now
ip sla schedule 1 start-time now
ip sla schedule 1 start-time pending
ip sla schedule 1 start-time after 01:02
ip sla schedule 1 start-time after 01:02:03
ip sla schedule 1 ageout 20
ip sla schedule 1 recurring

Is this sufficient?

The link you provided contains 25+ chapters, can you instead link the commands (preferably in the command reference) you are using?

@mikk674
Copy link
Author

mikk674 commented Mar 11, 2020

Hi heyglen

Thank you for working on this. My apologies for not being more specific. Looks like you have gotten the majority of what i was looking for non the less.

3 additional things from seeing it implemented;
timeout - not highlighted
highlighting the tag appears to not highlight the full length of the name.
udp jitter
image

udp-jitter detailed - also includes timeout
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipsla/configuration/15-mt/sla-15-mt-book/sla_udp_jitter.html

Thank you very much in advance

mikk674

@heyglen
Copy link
Owner

heyglen commented Apr 13, 2020

Added UDP Jitter & Timeout in 2.37.0.

This Command Reference claims the tag name should be 0-16 characters, can you double check?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants