Advertisement
Guest User

Dispatch Cisco config and diag info

a guest
Jan 15th, 2013
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.85 KB | None | 0 0
  1. YYY#sh run
  2. Building configuration...
  3.  
  4. Current configuration : 4153 bytes
  5. !
  6. ! Last configuration change at 18:11:51 Pacific Thu Jan 10 2013
  7. ! NVRAM config last updated at 17:49:03 Pacific Thu Jan 10 2013
  8. !
  9. version 12.4
  10. service timestamps debug datetime
  11. service timestamps log datetime
  12. service password-encryption
  13. !
  14. hostname YYY
  15. !
  16. boot-start-marker
  17. boot-end-marker
  18. !
  19. logging buffered 2048000 debugging
  20. enable secret 5 XXXXXXXXXXXXXXXXXXXXXXXXXXX
  21. !
  22. clock timezone Pacific -8
  23. clock summer-time Pacific recurring
  24. no network-clock-participate slot 1
  25. no network-clock-participate wic 0
  26. ip subnet-zero
  27. no ip source-route
  28. !
  29. !
  30. ip dhcp excluded-address 10.13.8.128 10.13.8.159
  31. ip dhcp excluded-address 10.13.8.240 10.13.8.255
  32. !
  33. ip dhcp pool LAN_Public
  34. network 10.13.8.128 255.255.255.128
  35. default-router 10.13.8.254
  36. dns-server ZZ.ZZ.ZZ.ZZ
  37. option 42 ip ZZ.ZZ.ZZ.ZZ
  38. option 2 hex ffff.8f80
  39. option 150 ip ZZ.ZZ.ZZ.ZZ
  40. !
  41. !
  42. ip cef
  43. no ip bootp server
  44. no ip domain lookup
  45. ip multicast-routing
  46. ip ips po max-events 100
  47. no aaa new-model
  48. no ftp-server write-enable
  49. !
  50. !
  51. !
  52. !
  53. !
  54. !
  55. !
  56. !
  57. !
  58. !
  59. !
  60. !
  61. !
  62. !
  63. !
  64. !
  65. !
  66. !
  67. !
  68. !
  69. interface Tunnel102
  70. description TUNNEL TO CHS 1841 TEST ROUTER TUNNEL 102
  71. bandwidth 100000
  72. ip address 10.255.254.1 255.255.255.252
  73. ip mtu 1476
  74. ip pim sparse-dense-mode
  75. no ip mroute-cache
  76. tunnel source 10.13.8.1
  77. tunnel destination 192.168.124.1
  78. !
  79. interface FastEthernet0/0
  80. description Utility WAN Interface
  81. ip address 192.168.123.25 255.255.255.0
  82. shutdown
  83. duplex auto
  84. speed auto
  85. !
  86. interface FastEthernet0/1
  87. no ip address
  88. shutdown
  89. duplex auto
  90. speed auto
  91. !
  92. interface FastEthernet1/0
  93. no ip address
  94. spanning-tree portfast
  95. !
  96. interface FastEthernet1/1
  97. no ip address
  98. spanning-tree portfast
  99. !
  100. interface FastEthernet1/2
  101. no ip address
  102. spanning-tree portfast
  103. !
  104. interface FastEthernet1/3
  105. no ip address
  106. spanning-tree portfast
  107. !
  108. interface FastEthernet1/4
  109. no ip address
  110. spanning-tree portfast
  111. !
  112. interface FastEthernet1/5
  113. no ip address
  114. spanning-tree portfast
  115. !
  116. interface FastEthernet1/6
  117. no ip address
  118. spanning-tree portfast
  119. !
  120. interface FastEthernet1/7
  121. description Transmit Modem Interface - Comtech EF Data 570L
  122. switchport access vlan 2
  123. no ip address
  124. !
  125. interface FastEthernet1/8
  126. no ip address
  127. spanning-tree portfast
  128. !
  129. interface FastEthernet1/9
  130. no ip address
  131. spanning-tree portfast
  132. !
  133. interface FastEthernet1/10
  134. no ip address
  135. spanning-tree portfast
  136. !
  137. interface FastEthernet1/11
  138. no ip address
  139. spanning-tree portfast
  140. !
  141. interface FastEthernet1/12
  142. no ip address
  143. spanning-tree portfast
  144. !
  145. interface FastEthernet1/13
  146. switchport access vlan 2
  147. no ip address
  148. spanning-tree portfast
  149. !
  150. interface FastEthernet1/14
  151. switchport access vlan 2
  152. no ip address
  153. spanning-tree portfast
  154. !
  155. interface FastEthernet1/15
  156. description Receive Modem Interface - IDC SuperFlex 2100x
  157. switchport access vlan 2
  158. no ip address
  159. !
  160. interface Vlan1
  161. description Remote Site Local Network
  162. ip address ZZ.ZZ.ZZ.ZZ 255.255.255.252 secondary
  163. ip address 10.13.8.254 255.255.255.128
  164. ip flow ingress
  165. ip pim sparse-dense-mode
  166. !
  167. interface Vlan2
  168. description Remote Transmission Domain
  169. ip address 10.13.8.1 255.255.255.248
  170. ip flow egress
  171. ip pim sparse-dense-mode
  172. ip igmp helper-address 10.13.8.2 <--- THESE ARE FOR SOMETHING ELSE
  173. ip igmp join-group 225.8.11.100 <--- THESE ARE FOR SOMETHING ELSE
  174. ip igmp static-group 225.8.11.100 <--- THESE ARE FOR SOMETHING ELSE
  175. !
  176. ip classless
  177. ip route 0.0.0.0 0.0.0.0 10.13.8.3
  178. ip route 10.255.254.0 255.255.255.0 Tunnel102
  179. ip route 192.168.123.0 255.255.255.0 10.13.8.129
  180. ip route 192.168.124.0 255.255.255.0 10.13.8.129 name MCAST-TEST-LAN
  181. ip route 192.168.128.0 255.255.255.0 10.13.8.129
  182. !
  183. ip flow-export version 5
  184. ip flow-export destination YY.YY.YY.YY 9997
  185. !
  186. no ip http server
  187. no ip http secure-server
  188. !
  189. logging trap notifications
  190. access-list 10 permit 225.0.0.1
  191. snmp-server community ZZZZZZZZZZZZZ RO
  192. snmp-server location XXXXXXXXXX
  193. snmp-server contact YYYYYYYYYYYYYYYYYYYYYY
  194. !
  195. !
  196. !
  197. control-plane
  198. !
  199. !
  200. !
  201. !
  202. !
  203. !
  204. !
  205. !
  206. !
  207. line con 0
  208. exec-timeout 0 0
  209. line aux 0
  210. line vty 0 4
  211. session-timeout 360
  212. exec-timeout 360 0
  213. timeout login response 15
  214. password 7 ZZZZZZZZZZZZZZ
  215. login
  216. line vty 5 15
  217. session-timeout 360
  218. exec-timeout 360 0
  219. timeout login response 15
  220. password 7 ZZZZZZZZZZZZZZZZ
  221. login
  222. !
  223. ntp server 192.168.2.14
  224. ntp server XX.XX.XX.XX prefer
  225. !
  226. end
  227. ------------------------------------------
  228.  
  229. This endpoint dispatch router is currently setup in a test environment that removes the satellite links in an effort to speedup testing and to make it easier to make changes without having to alter a production network currently. There is multicast traffic on this router from other IPs due to the nature of how its satellite uplink operates, that config data is left in here but for purposes of our testing we are using an ethernet connection to the midpoint router(see the 192.168.124.0/24 network). Some of the PIM diagnostics from it are below.
  230.  
  231. YYY#sh ip pim neighbor
  232. PIM Neighbor Table
  233. Neighbor Interface Uptime/Expires Ver DR
  234. Address Prio/Mode
  235. 10.255.254.2 Tunnel102 1d18h/00:01:28 v2 1 / S
  236. 10.13.8.253 Vlan1 1d11h/00:01:08 v2 100/ DR
  237.  
  238. YYY#sh ip pim rp
  239.  
  240. YYY#sh ip pim interface
  241.  
  242. Address Interface Ver/ Nbr Query DR DR
  243. Mode Count Intvl Prior
  244. 10.13.8.1 Vlan2 v2/SD 0 30 1 10.13.8.1
  245. 10.255.254.1 Tunnel102 v2/SD 1 30 1 0.0.0.0
  246. 10.13.8.254 Vlan1 v2/SD 1 30 1 10.13.8.253
  247.  
  248. YYY#sh ip igmp interface
  249. Vlan2 is up, line protocol is up
  250. Internet address is 10.13.8.1/29
  251. IGMP is enabled on interface
  252. Current IGMP host version is 2
  253. Current IGMP router version is 2
  254. IGMP query interval is 60 seconds
  255. IGMP querier timeout is 120 seconds
  256. IGMP max query response time is 10 seconds
  257. Last member query count is 2
  258. Last member query response interval is 1000 ms
  259. Inbound IGMP access group is not set
  260. IGMP activity: 31 joins, 25 leaves
  261. Multicast routing is enabled on interface
  262. Multicast TTL threshold is 0
  263. Multicast designated router (DR) is 10.13.8.1 (this system)
  264. IGMP querying router is 10.13.8.1 (this system)
  265. IGMP helper address is 10.13.8.2
  266. Multicast groups joined by this system (number of users):
  267. 225.8.11.100(1) 224.0.1.40(1)
  268. Tunnel102 is up, line protocol is up
  269. Internet address is 10.255.254.1/30
  270. IGMP is enabled on interface
  271. Current IGMP host version is 2
  272. Current IGMP router version is 2
  273. IGMP query interval is 60 seconds
  274. IGMP querier timeout is 120 seconds
  275. IGMP max query response time is 10 seconds
  276. Last member query count is 2
  277. Last member query response interval is 1000 ms
  278. Inbound IGMP access group is not set
  279. IGMP activity: 2 joins, 2 leaves
  280. Multicast routing is enabled on interface
  281. Multicast TTL threshold is 0
  282. IGMP querying router is 0.0.0.0 (this system)
  283. No multicast groups joined by this system
  284. Vlan1 is up, line protocol is up
  285. Internet address is 10.13.8.254/25
  286. IGMP is enabled on interface
  287. Current IGMP host version is 2
  288. Current IGMP router version is 2
  289. IGMP query interval is 60 seconds
  290. IGMP querier timeout is 120 seconds
  291. IGMP max query response time is 10 seconds
  292. Last member query count is 2
  293. Last member query response interval is 1000 ms
  294. Inbound IGMP access group is not set
  295. IGMP activity: 72 joins, 69 leaves
  296. Multicast routing is enabled on interface
  297. Multicast TTL threshold is 0
  298. Multicast designated router (DR) is 10.13.8.253
  299. IGMP querying router is 10.13.8.253
  300. No multicast groups joined by this system
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement