Guest User

Untitled

a guest
Apr 17th, 2020
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.94 KB | None | 0 0
  1. root@router_R2> show configuration protocols mpls
  2. admin-groups {
  3.     red 0;
  4.     blue 2;
  5. }
  6. interface xe-0/0/0.0 {
  7.     admin-group blue;
  8. }
  9. interface xe-0/0/1.0;
  10. interface xe-0/0/2.0 {
  11.     admin-group blue;
  12. }
  13. interface xe-0/0/3.0;
  14.  
  15. root@router_R2> show lldp neighbors
  16. Local Interface    Parent Interface    Chassis Id          Port info          System Name
  17. xe-0/0/2           -                   00:05:86:0d:9e:c0   520                router_R4
  18. xe-0/0/3           -                   00:05:86:1d:39:c0   595                router_R5
  19. xe-0/0/0           -                   00:05:86:41:45:c0   518                router_R1
  20. xe-0/0/1           -                   00:05:86:ab:a1:c0   519                router_R3
  21.  
  22. ----------------
  23.  
  24. root@router_R4> show configuration protocols mpls
  25. admin-groups {
  26.     red 0;
  27.     blue 2;
  28. }
  29. interface xe-0/0/0.0 {
  30.     admin-group blue;
  31. }
  32. interface xe-0/0/1.0 {
  33.     admin-group red;
  34. }
  35. interface xe-0/0/2.0 {
  36.     admin-group blue;
  37. }
  38. interface xe-0/0/3.0;
  39. interface xe-0/0/4.0 {
  40.     admin-group red;
  41. }
  42.  
  43. root@router_R4> show lldp neighbors
  44. Local Interface    Parent Interface    Chassis Id          Port info          System Name
  45. xe-0/0/4           -                   00:05:86:1d:39:c0   596                router_R5
  46. xe-0/0/1           -                   00:05:86:41:45:c0   520                router_R1
  47. xe-0/0/2           -                   00:05:86:51:68:c0   520                router_R2
  48. xe-0/0/0           -                   00:05:86:61:e7:c0   518                router_R7
  49. xe-0/0/3           -                   00:05:86:ab:a1:c0   520                router_R3
  50.  
  51. -----------------
  52.  
  53. root@router_R5> show configuration protocols mpls
  54. admin-groups {
  55.     red 0;
  56.     blue 2;
  57. }
  58. interface xe-0/0/0.0;
  59. interface xe-0/0/1.0 {
  60.     admin-group red;
  61. }
  62. interface xe-0/0/2.0 {
  63.     admin-group blue;
  64. }
  65. interface xe-0/0/3.0 {
  66.     admin-group red;
  67. }
  68.  
  69. root@router_R5> show lldp neighbors
  70. Local Interface    Parent Interface    Chassis Id          Port info          System Name
  71. xe-0/0/3           -                   00:05:86:0d:9e:c0   522                router_R4
  72. xe-0/0/2           -                   00:05:86:51:68:c0   521                router_R2
  73. xe-0/0/1           -                   00:05:86:61:e7:c0   519                router_R7
  74. xe-0/0/0           -                   00:05:86:f2:95:c0   518                router_R6
  75.  
  76. root@router_R5> show configuration protocols rsvp
  77. interface all;
  78.  
  79. -------------------------
  80.  
  81. root@router_R7> show configuration protocols mpls
  82. admin-groups {
  83.     red 0;
  84.     blue 2;
  85. }
  86. interface xe-0/0/0.0 {
  87.     admin-group blue;
  88. }
  89. interface xe-0/0/1.0 {
  90.     admin-group red;
  91. }
  92.  
  93. root@router_R7> show lldp neighbors
  94. Local Interface    Parent Interface    Chassis Id          Port info          System Name
  95. xe-0/0/0           -                   00:05:86:0d:9e:c0   518                router_R4
  96. xe-0/0/1           -                   00:05:86:1d:39:c0   594                router_R5
Add Comment
Please, Sign In to add comment