Setting BGP display format to asdot notation #2213
-
I don't see any reference in the Docs to setting the display format on the devices to use asdot notation other than Fix #1164 referencing asdot trailing 0's, but no way to set it as the display preference. Issue #1832 discussed the functionality, but it looks like it ran out of steam and was auto closed. Currently I am just setting on the group_vars/DC1_L3Leafs.yml:
I can't work out how to set it at the Fabric level, which would be better and save duplication. It would be nice to get this as a settable option in eos_design. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Since all ASNs are set manually, you can use dot notation if you like. Just remember to set quotes around it, to avoid it being detected as a float. (I can see that you already did in your other question). |
Beta Was this translation helpful? Give feedback.
Since all ASNs are set manually, you can use dot notation if you like. Just remember to set quotes around it, to avoid it being detected as a float. (I can see that you already did in your other question).
For display in EOS CLI, you are correct that #1832 got auto closed as stale. Since then we have removed the auto-close function, so we manually evaluate any stale issues/PRs. I agree this would be good to add, and I have reopened the issue. Your workaround is perfect.
BR
Claus