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

Add new template for Fsas Si-R show ip route #1973

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

caribouHY
Copy link
Contributor

I added a new template for Fsas Si-R show ip route.

Co-authored-by: Michael Bear <[email protected]>
*C 10.255.255.0/24 10.255.255.1 0 01:01:38 lan7
*A 172.16.1.0/28 192.168.50.231 110 01:58:56 lan1
*O 172.21.1.0/31 172.21.120.2 110 01:17:14 rmt1
XO 172.21.120.0/30 172.21.120.2 110 01:59:06 rmt1
Copy link
Contributor

@mjbear mjbear Jan 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does the X stand for in XO on line 23?
(Certainly the O is most likely OSPF.)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1st character :

  • * : vaild route
  • : not use route
  • X : not use route

2nd and 3rd character :

  • O : OSPF
  • Bi : iBGO
  • Be : eBGP

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1st character :

* `*` : valid route

* ` ` :  not use route

* `X` : not use route

2nd and 3rd character :

* `O` : OSPF

* `Bi` : iBGP

* `Be` : eBGP

Got it, I suspected X might mean a route that isn't valid.
Slightly different syntax and I figured I'd ask rather than assume. 🫣
Thank you.

Co-authored-by: Michael Bear <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants