Advertisement
Guest User

Untitled

a guest
Dec 8th, 2014
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. root@dns-mail2> show version
  2. Version 1.8.3
  3.  
  4. root@dns-mail2:~# cat /etc/lsb-release
  5. DISTRIB_ID=Ubuntu
  6. DISTRIB_RELEASE=12.04
  7. DISTRIB_CODENAME=precise
  8. DISTRIB_DESCRIPTION="Ubuntu 12.04.4 LTS"
  9.  
  10. root@dns-mail2:~# xorpsh -c "configure" -c "show"
  11. Welcome to XORP on dns-mail2
  12. root@dns-mail2> configure
  13. Entering configuration mode.
  14. There are no other users in configuration mode.
  15. [edit]
  16. root@dns-mail2# show
  17. protocols {
  18. ospf4 {
  19. router-id: 41.223.24.10
  20. area 0.0.0.1 {
  21. interface eth0 {
  22. vif eth0 {
  23. address 41.223.27.38 {
  24. }
  25. }
  26. }
  27. interface br0 {
  28. vif br0 {
  29. address 41.223.24.10 {
  30. }
  31. }
  32. }
  33. interface br1 {
  34. vif br1 {
  35. address 196.43.2.142 {
  36. interface-cost: 5000
  37. }
  38. }
  39. }
  40. interface br2 {
  41. vif br2 {
  42. address 196.43.0.142 {
  43. interface-cost: 5000
  44. }
  45. }
  46. }
  47. interface br3 {
  48. vif br3 {
  49. address 196.11.146.149 {
  50. interface-cost: 5000
  51. }
  52. }
  53. }
  54. interface br4 {
  55. vif br4 {
  56. address 197.221.38.99 {
  57. interface-cost: 5000
  58. }
  59. }
  60. }
  61. interface br5 {
  62. vif br5 {
  63. address 192.168.50.180 {
  64. interface-cost: 5000
  65. }
  66. }
  67. }
  68. }
  69. }
  70. }
  71. fea {
  72. unicast-forwarding4 {
  73. }
  74. }
  75. interfaces {
  76. interface eth0 {
  77. default-system-config
  78. }
  79. interface br0 {
  80. vif br0 {
  81. address 41.223.24.10 {
  82. prefix-length: 32
  83. }
  84. }
  85. }
  86. interface br1 {
  87. vif br1 {
  88. address 196.43.2.142 {
  89. prefix-length: 32
  90. }
  91. }
  92. }
  93. interface br2 {
  94. vif br2 {
  95. address 196.43.0.142 {
  96. prefix-length: 32
  97. }
  98. }
  99. }
  100. interface br3 {
  101. vif br3 {
  102. address 196.11.146.149 {
  103. prefix-length: 32
  104. }
  105. }
  106. }
  107. interface br4 {
  108. vif br4 {
  109. address 197.221.38.99 {
  110. prefix-length: 32
  111. }
  112. }
  113. }
  114. interface br5 {
  115. vif br5 {
  116. address 192.168.50.180 {
  117. prefix-length: 32
  118. }
  119. }
  120. }
  121. }
  122.  
  123. [edit]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement