ASConfig.xml.old 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <OSPFASConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="OSPF.xsd">
  4. <!-- Areas -->
  5. <Area id="0.0.0.0">
  6. <AddressRange>
  7. <Address>192.168.13.1</Address>
  8. <Mask>255.255.255.255</Mask>
  9. <Status>Advertise</Status>
  10. </AddressRange>
  11. <AddressRange>
  12. <Address>192.168.14.2</Address>
  13. <Mask>255.255.255.255</Mask>
  14. <Status>Advertise</Status>
  15. </AddressRange>
  16. </Area>
  17. <Area id="0.0.0.1">
  18. <AddressRange>
  19. <Address>192.168.1.0</Address>
  20. <Mask>255.255.255.0</Mask>
  21. <Status>Advertise</Status>
  22. </AddressRange>
  23. <AddressRange>
  24. <Address>192.168.2.0</Address>
  25. <Mask>255.255.255.0</Mask>
  26. <Status>Advertise</Status>
  27. </AddressRange>
  28. <AddressRange>
  29. <Address>192.168.11.1</Address>
  30. <Mask>255.255.255.255</Mask>
  31. <Status>Advertise</Status>
  32. </AddressRange>
  33. <AddressRange>
  34. <Address>192.168.11.2</Address>
  35. <Mask>255.255.255.255</Mask>
  36. <Status>Advertise</Status>
  37. </AddressRange>
  38. <AddressRange>
  39. <Address>192.168.12.1</Address>
  40. <Mask>255.255.255.255</Mask>
  41. <Status>Advertise</Status>
  42. </AddressRange>
  43. <AddressRange>
  44. <Address>192.168.12.2</Address>
  45. <Mask>255.255.255.255</Mask>
  46. <Status>Advertise</Status>
  47. </AddressRange>
  48. <AddressRange>
  49. <Address>192.168.13.2</Address>
  50. <Mask>255.255.255.255</Mask>
  51. <Status>Advertise</Status>
  52. </AddressRange>
  53. <AddressRange>
  54. <Address>192.168.13.3</Address>
  55. <Mask>255.255.255.255</Mask>
  56. <Status>Advertise</Status>
  57. </AddressRange>
  58. </Area>
  59. <Area id="0.0.0.2">
  60. <AddressRange>
  61. <Address>192.168.3.0</Address>
  62. <Mask>255.255.255.0</Mask>
  63. <Status>Advertise</Status>
  64. </AddressRange>
  65. <AddressRange>
  66. <Address>192.168.14.1</Address>
  67. <Mask>255.255.255.255</Mask>
  68. <Status>Advertise</Status>
  69. </AddressRange>
  70. <AddressRange>
  71. <Address>192.168.15.2</Address>
  72. <Mask>255.255.255.255</Mask>
  73. <Status>Advertise</Status>
  74. </AddressRange>
  75. </Area>
  76. <!-- Routers -->
  77. <Router id="192.168.11.2"> <!-- R1 -->
  78. <RFC1583Compatible />
  79. <PointToPointInterface ifName="eth0">
  80. <AreaID>0.0.0.1</AreaID>
  81. <InterfaceOutputCost>1</InterfaceOutputCost>
  82. <RetransmissionInterval>5</RetransmissionInterval>
  83. <InterfaceTransmissionDelay>1</InterfaceTransmissionDelay>
  84. <HelloInterval>10</HelloInterval>
  85. <RouterDeadInterval>40</RouterDeadInterval>
  86. <AuthenticationType>NullType</AuthenticationType>
  87. <AuthenticationKey>0x00</AuthenticationKey>
  88. </PointToPointInterface>
  89. <PointToPointInterface ifName="eth1">
  90. <AreaID>0.0.0.1</AreaID>
  91. <InterfaceOutputCost>1</InterfaceOutputCost>
  92. <RetransmissionInterval>5</RetransmissionInterval>
  93. <InterfaceTransmissionDelay>1</InterfaceTransmissionDelay>
  94. <HelloInterval>10</HelloInterval>
  95. <RouterDeadInterval>40</RouterDeadInterval>
  96. <AuthenticationType>NullType</AuthenticationType>
  97. <AuthenticationKey>0x00</AuthenticationKey>
  98. </PointToPointInterface>
  99. <BroadcastInterface ifName="eth2">
  100. <AreaID>0.0.0.1</AreaID>
  101. <InterfaceOutputCost>1</InterfaceOutputCost>
  102. <RetransmissionInterval>5</RetransmissionInterval>
  103. <InterfaceTransmissionDelay>1</InterfaceTransmissionDelay>
  104. <RouterPriority>1</RouterPriority>
  105. <HelloInterval>10</HelloInterval>
  106. <RouterDeadInterval>40</RouterDeadInterval>
  107. <AuthenticationType>NullType</AuthenticationType>
  108. <AuthenticationKey>0x00</AuthenticationKey>
  109. </BroadcastInterface>
  110. </Router>
  111. <Router id="192.168.12.2"> <!-- R2 -->
  112. <RFC1583Compatible />
  113. <PointToPointInterface ifName="eth0">
  114. <AreaID>0.0.0.1</AreaID>
  115. <InterfaceOutputCost>2</InterfaceOutputCost>
  116. <RetransmissionInterval>5</RetransmissionInterval>
  117. <InterfaceTransmissionDelay>1</InterfaceTransmissionDelay>
  118. <HelloInterval>10</HelloInterval>
  119. <RouterDeadInterval>40</RouterDeadInterval>
  120. <AuthenticationType>NullType</AuthenticationType>
  121. <AuthenticationKey>0x00</AuthenticationKey>
  122. </PointToPointInterface>
  123. <PointToPointInterface ifName="eth1">
  124. <AreaID>0.0.0.1</AreaID>
  125. <InterfaceOutputCost>2</InterfaceOutputCost>
  126. <RetransmissionInterval>5</RetransmissionInterval>
  127. <InterfaceTransmissionDelay>1</InterfaceTransmissionDelay>
  128. <HelloInterval>10</HelloInterval>
  129. <RouterDeadInterval>40</RouterDeadInterval>
  130. <AuthenticationType>NullType</AuthenticationType>
  131. <AuthenticationKey>0x00</AuthenticationKey>
  132. </PointToPointInterface>
  133. <BroadcastInterface ifName="eth2">
  134. <AreaID>0.0.0.1</AreaID>
  135. <InterfaceOutputCost>2</InterfaceOutputCost>
  136. <RetransmissionInterval>5</RetransmissionInterval>
  137. <InterfaceTransmissionDelay>1</InterfaceTransmissionDelay>
  138. <RouterPriority>2</RouterPriority>
  139. <HelloInterval>10</HelloInterval>
  140. <RouterDeadInterval>40</RouterDeadInterval>
  141. <AuthenticationType>NullType</AuthenticationType>
  142. <AuthenticationKey>0x00</AuthenticationKey>
  143. </BroadcastInterface>
  144. </Router>
  145. <Router id="192.168.13.3"> <!-- R3 -->
  146. <RFC1583Compatible />
  147. <PointToPointInterface ifName="eth0">
  148. <AreaID>0.0.0.0</AreaID>
  149. <InterfaceOutputCost>3</InterfaceOutputCost>
  150. <RetransmissionInterval>5</RetransmissionInterval>
  151. <InterfaceTransmissionDelay>1</InterfaceTransmissionDelay>
  152. <HelloInterval>10</HelloInterval>
  153. <RouterDeadInterval>40</RouterDeadInterval>
  154. <AuthenticationType>NullType</AuthenticationType>
  155. <AuthenticationKey>0x00</AuthenticationKey>
  156. </PointToPointInterface>
  157. <PointToPointInterface ifName="eth1">
  158. <AreaID>0.0.0.1</AreaID>
  159. <InterfaceOutputCost>3</InterfaceOutputCost>
  160. <RetransmissionInterval>5</RetransmissionInterval>
  161. <InterfaceTransmissionDelay>1</InterfaceTransmissionDelay>
  162. <HelloInterval>10</HelloInterval>
  163. <RouterDeadInterval>40</RouterDeadInterval>
  164. <AuthenticationType>NullType</AuthenticationType>
  165. <AuthenticationKey>0x00</AuthenticationKey>
  166. </PointToPointInterface>
  167. <PointToPointInterface ifName="eth2">
  168. <AreaID>0.0.0.1</AreaID>
  169. <InterfaceOutputCost>3</InterfaceOutputCost>
  170. <RetransmissionInterval>5</RetransmissionInterval>
  171. <InterfaceTransmissionDelay>1</InterfaceTransmissionDelay>
  172. <HelloInterval>10</HelloInterval>
  173. <RouterDeadInterval>40</RouterDeadInterval>
  174. <AuthenticationType>NullType</AuthenticationType>
  175. <AuthenticationKey>0x00</AuthenticationKey>
  176. </PointToPointInterface>
  177. </Router>
  178. <Router id="192.168.14.2"> <!-- R4 -->
  179. <RFC1583Compatible />
  180. <PointToPointInterface ifName="eth0">
  181. <AreaID>0.0.0.2</AreaID>
  182. <InterfaceOutputCost>4</InterfaceOutputCost>
  183. <RetransmissionInterval>5</RetransmissionInterval>
  184. <InterfaceTransmissionDelay>1</InterfaceTransmissionDelay>
  185. <HelloInterval>10</HelloInterval>
  186. <RouterDeadInterval>40</RouterDeadInterval>
  187. <AuthenticationType>NullType</AuthenticationType>
  188. <AuthenticationKey>0x00</AuthenticationKey>
  189. </PointToPointInterface>
  190. <PointToPointInterface ifName="eth1">
  191. <AreaID>0.0.0.0</AreaID>
  192. <InterfaceOutputCost>4</InterfaceOutputCost>
  193. <RetransmissionInterval>5</RetransmissionInterval>
  194. <InterfaceTransmissionDelay>1</InterfaceTransmissionDelay>
  195. <HelloInterval>10</HelloInterval>
  196. <RouterDeadInterval>40</RouterDeadInterval>
  197. <AuthenticationType>NullType</AuthenticationType>
  198. <AuthenticationKey>0x00</AuthenticationKey>
  199. </PointToPointInterface>
  200. </Router>
  201. <Router id="192.168.15.2"> <!-- R5 -->
  202. <RFC1583Compatible />
  203. <PointToPointInterface ifName="eth0">
  204. <AreaID>0.0.0.2</AreaID>
  205. <InterfaceOutputCost>5</InterfaceOutputCost>
  206. <RetransmissionInterval>5</RetransmissionInterval>
  207. <InterfaceTransmissionDelay>1</InterfaceTransmissionDelay>
  208. <HelloInterval>10</HelloInterval>
  209. <RouterDeadInterval>40</RouterDeadInterval>
  210. <AuthenticationType>NullType</AuthenticationType>
  211. <AuthenticationKey>0x00</AuthenticationKey>
  212. </PointToPointInterface>
  213. <PointToPointInterface ifName="eth1">
  214. <AreaID>0.0.0.2</AreaID>
  215. <InterfaceOutputCost>5</InterfaceOutputCost>
  216. <RetransmissionInterval>5</RetransmissionInterval>
  217. <InterfaceTransmissionDelay>1</InterfaceTransmissionDelay>
  218. <HelloInterval>10</HelloInterval>
  219. <RouterDeadInterval>40</RouterDeadInterval>
  220. <AuthenticationType>NullType</AuthenticationType>
  221. <AuthenticationKey>0x00</AuthenticationKey>
  222. </PointToPointInterface>
  223. </Router>
  224. </OSPFASConfig>