Advertisement
Guest User

Untitled

a guest
Apr 9th, 2010
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. root@CE1> show configuration | no-more
  2. ## Last commit: 2010-04-09 20:55:42 UTC by root
  3. version 10.1R1.8;
  4. system {
  5. host-name CE1;
  6. root-authentication {
  7. encrypted-password "$1$1GegtjbD$TZpB7VLPQwzhZphgdbuUG/"; ## SECRET-DATA
  8. }
  9. services {
  10. ssh;
  11. web-management {
  12. http {
  13. interface ge-0/0/0.0;
  14. }
  15. }
  16. }
  17. syslog {
  18. user * {
  19. any emergency;
  20. }
  21. file messages {
  22. any any;
  23. authorization info;
  24. }
  25. file interactive-commands {
  26. interactive-commands any;
  27. }
  28. }
  29. license {
  30. autoupdate {
  31. url https://ae1.juniper.net/junos/key_retrieval;
  32. }
  33. }
  34. }
  35. interfaces {
  36. ge-0/0/0 {
  37. unit 0 {
  38. family inet {
  39. address 192.168.0.100/24;
  40. }
  41. }
  42. }
  43. lo0 {
  44. unit 0 {
  45. family inet {
  46. address 3.3.3.3/32;
  47. }
  48. }
  49. }
  50. }
  51. routing-options {
  52. autonomous-system 100;
  53. }
  54. protocols {
  55. bgp {
  56. traceoptions {
  57. file bgp-trace world-readable;
  58. flag state detail;
  59. flag packets;
  60. }
  61. group R3 {
  62. type external;
  63. local-address 192.168.0.100;
  64. neighbor 192.168.0.254 {
  65. peer-as 65535;
  66. }
  67. }
  68. }
  69. }
  70. security {
  71. forwarding-options {
  72. family {
  73. inet6 {
  74. mode packet-based;
  75. }
  76. mpls {
  77. mode packet-based;
  78. }
  79. iso {
  80. mode packet-based;
  81. }
  82. }
  83. }
  84. }
  85.  
  86. root@CE1> show route | no-more
  87.  
  88. inet.0: 3 destinations, 3 routes (3 active, 0 holddown, 0 hidden)
  89. + = Active Route, - = Last Active, * = Both
  90.  
  91. 3.3.3.3/32 *[Direct/0] 01:12:02
  92. > via lo0.0
  93. 192.168.0.0/24 *[Direct/0] 01:20:05
  94. > via ge-0/0/0.0
  95. 192.168.0.100/32 *[Local/0] 01:20:05
  96. Local via ge-0/0/0.0
  97.  
  98. root@CE1> show bgp summary
  99. Groups: 1 Peers: 1 Down peers: 1
  100. Table Tot Paths Act Paths Suppressed History Damp State Pending
  101. inet.0 0 0 0 0 0 0
  102. Peer AS InPkt OutPkt OutQ Flaps Last Up/Dwn State|#Active/Received/Accepted/Damped...
  103. 192.168.0.254 65535 0 50 0 0 1:08:35 Active
  104.  
  105. root@CE1>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement