1. ytti@r23.snjsca04.us.bb-re0> show mpls lsp egress name r21.chcgil09-r23.snjsca04-00 detail |display json
  2. {
  3. "mpls-lsp-information" : [
  4. {
  5. "attributes" : {"xmlns" : "http://xml.juniper.net/junos/16.1R6/junos-routing"},
  6. "rsvp-session-data" : [
  7. {
  8. "session-type" : [
  9. {
  10. "data" : "Egress"
  11. }
  12. ],
  13. "count" : [
  14. {
  15. "data" : "96"
  16. }
  17. ],
  18. "rsvp-session" : [
  19. {
  20. ....
  21. ....
  22. "packet-information" : [
  23. {
  24. "attributes" : {"heading" : " PATH"},
  25. "previous-hop" : [
  26. {
  27. "data" : "129.250.2.182"
  28. }
  29. ],
  30. "interface-name" : [
  31. {
  32. "data" : "ae0.0"
  33. }
  34. ],
  35. "count" : [
  36. {
  37. "data" : "1"
  38. }
  39. ]
  40. }
  41. ],
  42. "adspec" : [
  43. {
  44. "data" : "received MTU 1500 "
  45. }
  46. ],
  47. "packet-information" : [
  48. {
  49. "attributes" : {"heading" : " PATH"},
  50. "next-hop" : [
  51. {
  52. "data" : "localclient"
  53. }
  54. ]
  55. },
  56. .....
  57. .....