Advertisement
Guest User

Untitled

a guest
Jan 31st, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.37 KB | None | 0 0
  1. R1#sh run
  2. Building configuration...
  3.  
  4. Current configuration : 1385 bytes
  5. !
  6. ! Last configuration change at 14:18:07 UTC Wed Jan 31 2018
  7. upgrade fpd auto
  8. version 15.2
  9. service timestamps debug datetime msec
  10. service timestamps log datetime msec
  11. no service password-encryption
  12. !
  13. hostname R1
  14. !
  15. boot-start-marker
  16. boot-end-marker
  17. !
  18. !
  19. !
  20. no aaa new-model
  21. no ip icmp rate-limit unreachable
  22. !
  23. !
  24. !
  25. !
  26. !
  27. !
  28. no ip domain lookup
  29. ip cef
  30. no ipv6 cef
  31. !
  32. multilink bundle-name authenticated
  33. !
  34. !
  35. !
  36. !
  37. !
  38. !
  39. !
  40. !
  41. !
  42. !
  43. redundancy
  44. !
  45. !
  46. ip tcp synwait-time 5
  47. csdb tcp synwait-time 30
  48. csdb tcp idle-time 3600
  49. csdb tcp finwait-time 5
  50. csdb tcp reassembly max-memory 1024
  51. csdb tcp reassembly max-queue-length 16
  52. csdb udp idle-time 30
  53. csdb icmp idle-time 10
  54. csdb session max-session 65535
  55. !
  56. !
  57. !
  58. !
  59. !
  60. !
  61. !
  62. !
  63. !
  64. !
  65. interface Loopback0
  66. ip address 1.1.1.1 255.255.255.255
  67. !
  68. interface FastEthernet0/0
  69. ip address 10.0.0.1 255.255.255.0
  70. ip router isis example
  71. duplex half
  72. !
  73. interface FastEthernet1/0
  74. no ip address
  75. shutdown
  76. duplex half
  77. !
  78. router isis example
  79. net 49.1111.1111.1111.1111.00
  80. is-type level-1
  81. !
  82. ip forward-protocol nd
  83. no ip http server
  84. no ip http secure-server
  85. !
  86. !
  87. !
  88. no cdp log mismatch duplex
  89. !
  90. !
  91. !
  92. control-plane
  93. !
  94. !
  95. !
  96. mgcp profile default
  97. !
  98. !
  99. !
  100. gatekeeper
  101. shutdown
  102. !
  103. !
  104. line con 0
  105. exec-timeout 0 0
  106. privilege level 15
  107. logging synchronous
  108. stopbits 1
  109. line aux 0
  110. exec-timeout 0 0
  111. privilege level 15
  112. logging synchronous
  113. stopbits 1
  114. line vty 0 4
  115. login
  116. transport input all
  117. !
  118. !
  119. end
  120.  
  121.  
  122.  
  123.  
  124. ------------------------------------------------------
  125.  
  126.  
  127. R2#sh run
  128. Building configuration...
  129.  
  130. Current configuration : 1400 bytes
  131. !
  132. ! Last configuration change at 14:16:08 UTC Wed Jan 31 2018
  133. upgrade fpd auto
  134. version 15.2
  135. service timestamps debug datetime msec
  136. service timestamps log datetime msec
  137. no service password-encryption
  138. !
  139. hostname R2
  140. !
  141. boot-start-marker
  142. boot-end-marker
  143. !
  144. !
  145. !
  146. no aaa new-model
  147. no ip icmp rate-limit unreachable
  148. !
  149. !
  150. !
  151. !
  152. !
  153. !
  154. no ip domain lookup
  155. ip cef
  156. no ipv6 cef
  157. !
  158. multilink bundle-name authenticated
  159. !
  160. !
  161. !
  162. !
  163. !
  164. !
  165. !
  166. !
  167. !
  168. !
  169. redundancy
  170. !
  171. !
  172. ip tcp synwait-time 5
  173. csdb tcp synwait-time 30
  174. csdb tcp idle-time 3600
  175. csdb tcp finwait-time 5
  176. csdb tcp reassembly max-memory 1024
  177. csdb tcp reassembly max-queue-length 16
  178. csdb udp idle-time 30
  179. csdb icmp idle-time 10
  180. csdb session max-session 65535
  181. !
  182. !
  183. !
  184. !
  185. !
  186. !
  187. !
  188. !
  189. !
  190. !
  191. interface Loopback0
  192. ip address 2.2.2.2 255.255.255.255
  193. !
  194. interface FastEthernet0/0
  195. ip address 10.0.0.2 255.255.255.0
  196. ip router isis example
  197. duplex half
  198. !
  199. interface FastEthernet1/0
  200. ip address 11.0.0.1 255.255.255.0
  201. ip router isis example
  202. duplex half
  203. !
  204. router isis example
  205. net 49.2222.2222.2222.2222.00
  206. !
  207. ip forward-protocol nd
  208. no ip http server
  209. no ip http secure-server
  210. !
  211. !
  212. !
  213. no cdp log mismatch duplex
  214. !
  215. !
  216. !
  217. control-plane
  218. !
  219. !
  220. !
  221. mgcp profile default
  222.  
  223. R2#sh ip int br
  224. Interface IP-Address OK? Method Status Protocol
  225. FastEthernet0/0 10.0.0.2 YES manual up up
  226. FastEthernet1/0 11.0.0.1 YES manual up up
  227. Loopback0 2.2.2.2 YES manual up up
  228. R2#
  229. R2#
  230. R2#
  231. R2#sh run
  232. Building configuration...
  233.  
  234. Current configuration : 1400 bytes
  235. !
  236. ! Last configuration change at 14:16:08 UTC Wed Jan 31 2018
  237. upgrade fpd auto
  238. version 15.2
  239. service timestamps debug datetime msec
  240. service timestamps log datetime msec
  241. no service password-encryption
  242. !
  243. hostname R2
  244. !
  245. boot-start-marker
  246. boot-end-marker
  247. !
  248. !
  249. !
  250. no aaa new-model
  251. no ip icmp rate-limit unreachable
  252. !
  253. !
  254. !
  255. !
  256. !
  257. !
  258. no ip domain lookup
  259. ip cef
  260. no ipv6 cef
  261. !
  262. multilink bundle-name authenticated
  263. !
  264. !
  265. !
  266. !
  267. !
  268. !
  269. !
  270. !
  271. !
  272. !
  273. redundancy
  274. !
  275. !
  276. ip tcp synwait-time 5
  277. csdb tcp synwait-time 30
  278. csdb tcp idle-time 3600
  279. csdb tcp finwait-time 5
  280. csdb tcp reassembly max-memory 1024
  281. csdb tcp reassembly max-queue-length 16
  282. csdb udp idle-time 30
  283. csdb icmp idle-time 10
  284. csdb session max-session 65535
  285. !
  286. !
  287. !
  288. !
  289. !
  290. !
  291. !
  292. !
  293. !
  294. !
  295. interface Loopback0
  296. ip address 2.2.2.2 255.255.255.255
  297. !
  298. interface FastEthernet0/0
  299. ip address 10.0.0.2 255.255.255.0
  300. ip router isis example
  301. duplex half
  302. !
  303. interface FastEthernet1/0
  304. ip address 11.0.0.1 255.255.255.0
  305. ip router isis example
  306. duplex half
  307. !
  308. router isis example
  309. net 49.2222.2222.2222.2222.00
  310. !
  311. ip forward-protocol nd
  312. no ip http server
  313. no ip http secure-server
  314. !
  315. !
  316. !
  317. no cdp log mismatch duplex
  318. !
  319. !
  320. !
  321. control-plane
  322. !
  323. !
  324. !
  325. mgcp profile default
  326. !
  327. !
  328. !
  329. gatekeeper
  330. shutdown
  331. !
  332. !
  333. line con 0
  334. exec-timeout 0 0
  335. privilege level 15
  336. logging synchronous
  337. stopbits 1
  338. line aux 0
  339. exec-timeout 0 0
  340. privilege level 15
  341. logging synchronous
  342. stopbits 1
  343. line vty 0 4
  344. login
  345. transport input all
  346. !
  347. !
  348. end
  349.  
  350. R2#
  351.  
  352.  
  353.  
  354.  
  355.  
  356. -------------------------------------
  357.  
  358.  
  359.  
  360. R3#
  361. R3#
  362. R3#sh run
  363. Building configuration...
  364.  
  365. Current configuration : 1330 bytes
  366. !
  367. ! Last configuration change at 14:12:56 UTC Wed Jan 31 2018
  368. upgrade fpd auto
  369. version 15.2
  370. service timestamps debug datetime msec
  371. service timestamps log datetime msec
  372. no service password-encryption
  373. !
  374. hostname R3
  375. !
  376. boot-start-marker
  377. boot-end-marker
  378. !
  379. !
  380. !
  381. no aaa new-model
  382. no ip icmp rate-limit unreachable
  383. !
  384. !
  385. !
  386. !
  387. !
  388. !
  389. no ip domain lookup
  390. ip cef
  391. no ipv6 cef
  392. !
  393. multilink bundle-name authenticated
  394. !
  395. !
  396. !
  397. !
  398. !
  399. !
  400. !
  401. !
  402. !
  403. !
  404. redundancy
  405. !
  406. !
  407. ip tcp synwait-time 5
  408. csdb tcp synwait-time 30
  409. csdb tcp idle-time 3600
  410. csdb tcp finwait-time 5
  411. csdb tcp reassembly max-memory 1024
  412. csdb tcp reassembly max-queue-length 16
  413. csdb udp idle-time 30
  414. csdb icmp idle-time 10
  415. csdb session max-session 65535
  416. !
  417. !
  418. !
  419. !
  420. !
  421. !
  422. !
  423. !
  424. !
  425. !
  426. interface FastEthernet0/0
  427. ip address 11.0.0.2 255.255.255.0
  428. ip router isis example
  429. duplex half
  430. !
  431. interface FastEthernet1/0
  432. no ip address
  433. shutdown
  434. duplex half
  435. !
  436. router isis example
  437. net 49.3333.3333.3333.3333.00
  438. is-type level-2-only
  439. !
  440. ip forward-protocol nd
  441. no ip http server
  442. no ip http secure-server
  443. !
  444. !
  445. !
  446. no cdp log mismatch duplex
  447. !
  448. !
  449. !
  450. control-plane
  451. !
  452. !
  453. !
  454. mgcp profile default
  455. !
  456. !
  457. !
  458. gatekeeper
  459. shutdown
  460. !
  461. !
  462. line con 0
  463. exec-timeout 0 0
  464. privilege level 15
  465. logging synchronous
  466. stopbits 1
  467. line aux 0
  468. exec-timeout 0 0
  469. privilege level 15
  470. logging synchronous
  471. stopbits 1
  472. line vty 0 4
  473. login
  474. transport input all
  475. !
  476. !
  477. end
  478.  
  479. R3#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement