Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. {
  2. "basepath" : "Cisco-IOS-XR-ipv4-bgp-oper:bgp/instances/instance/instance-active/default-vrf/neighbors/neighbor",
  3. "spec" : {
  4. "fields" : [
  5. {"name" : "instance-name", "tag" : true},
  6. {"name" : "neighbor-address", "tag" : true},
  7. {"name" : "router-id", "tag" : true},
  8. {"name" : "description", "tag" : true},
  9. {"name" : "local-as", "tag" : true},
  10. {"name" : "remote-as", "tag" : true},
  11. {"name" : "is-neighbor-route-reflector-client", "tag" : true},
  12. {"name":"connection-admin-status"},
  13. {"name":"connection-down-count"},
  14. {"name":"time-since-connection-last-dropped"},
  15. {"name":"peer-error-code"},
  16. {"name":"connection-established-time"},
  17. {
  18. "name":"af-data",
  19. "fields" : [
  20. {"name":"max-prefix-limit"},
  21. {"name":"prefixes-withdrawn-not-found"},
  22. {"name":"weight"},
  23. {"name":"prefixes-accepted"},
  24. {"name":"prefixes-advertised"},
  25. {"name":"number-of-bestpaths"},
  26. {"name":"number-of-best-externalpaths"},
  27. {"name":"prefixes-denied"},
  28. {
  29. "name":"value",
  30. "fields" : [
  31. {"name":"max-prefix-limit"},
  32. {"name":"prefixes-withdrawn-not-found"},
  33. {"name":"weight"},
  34. {"name":"prefixes-accepted"},
  35. {"name":"prefixes-advertised"},
  36. {"name":"number-of-bestpaths"},
  37. {"name":"number-of-best-externalpaths"},
  38. {"name":"prefixes-denied"}
  39. ]
  40. }
  41.  
  42. ]
  43. },
  44. {
  45. "name":"send-notification-info",
  46. "fields" : [
  47. {"name":"time-since-last-notification"},
  48. {"name":"notification-error-code"},
  49. {"name":"notification-error-subcode"}
  50. ]
  51. },
  52. {
  53. "name":"received-notification-info",
  54. "fields" : [
  55. {"name":"time-since-last-notification"},
  56. {"name":"notification-error-code"},
  57. {"name":"notification-error-subcode"}
  58. ]
  59. }
  60. ]
  61. }
  62. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement