Advertisement
Guest User

Untitled

a guest
Apr 18th, 2019
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.09 KB | None | 0 0
  1. R2
  2.  
  3. System Bootstrap, Version 15.1(4)M4, RELEASE SOFTWARE (fc1)
  4. Technical Support: http://www.cisco.com/techsupport
  5. Copyright (c) 2010 by cisco Systems, Inc.
  6. Total memory size = 512 MB - On-board = 512 MB, DIMM0 = 0 MB
  7. CISCO2911/K9 platform with 524288 Kbytes of main memory
  8. Main memory is configured to 72/-1(On-board/DIMM0) bit mode with ECC disabled
  9.  
  10. Readonly ROMMON initialized
  11.  
  12. program load complete, entry point: 0x80803000, size: 0x1b340
  13. program load complete, entry point: 0x80803000, size: 0x1b340
  14.  
  15. IOS Image Load Test
  16. ___________________
  17. Digitally Signed Release Software
  18. program load complete, entry point: 0x81000000, size: 0x3bcd3d8
  19. Self decompressing the image :
  20. ######################### [OK]
  21. Smart Init is enabled
  22. smart init is sizing iomem
  23. TYPE MEMORY_REQ
  24. Onboard devices &
  25. buffer pools 0x022F6000
  26. -----------------------------------------------
  27. TOTAL: 0x022F6000
  28. Rounded IOMEM up to: 36Mb.
  29. Using 6 percent iomem. [36Mb/512Mb]
  30.  
  31. Restricted Rights Legend
  32.  
  33. Use, duplication, or disclosure by the Government is
  34. subject to restrictions as set forth in subparagraph
  35. (c) of the Commercial Computer Software - Restricted
  36. Rights clause at FAR sec. 52.227-19 and subparagraph
  37. (c) (1) (ii) of the Rights in Technical Data and Computer
  38. Software clause at DFARS sec. 252.227-7013.
  39.  
  40. cisco Systems, Inc.
  41. 170 West Tasman Drive
  42. San Jose, California 95134-1706
  43.  
  44. Cisco IOS Software, C2900 Software (C2900-UNIVERSALK9-M), Version 15.1(4)M5, RELEASE SOFTWARE (fc2)Technical Support: http://www.cisco.com/techsupport
  45. Copyright (c) 1986-2007 by Cisco Systems, Inc.
  46. Compiled Wed 18-Jul-07 04:52 by pt_team
  47. Image text-base: 0x2100F918, data-base: 0x24729040
  48.  
  49. This product contains cryptographic features and is subject to United
  50. States and local country laws governing import, export, transfer and
  51. use. Delivery of Cisco cryptographic products does not imply
  52. third-party authority to import, export, distribute or use encryption.
  53. Importers, exporters, distributors and users are responsible for
  54. compliance with U.S. and local country laws. By using this product you
  55. agree to comply with applicable laws and regulations. If you are unable
  56. to comply with U.S. and local laws, return this product immediately.
  57.  
  58. A summary of U.S. laws governing Cisco cryptographic products may be found at:
  59. http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
  60.  
  61. If you require further assistance please contact us by sending email to
  62. export@cisco.com.
  63.  
  64. Cisco CISCO2911/K9 (revision 1.0) with 491520K/32768K bytes of memory.
  65. Processor board ID FTX152400KS
  66. 3 Gigabit Ethernet interfaces
  67. DRAM configuration is 64 bits wide with parity disabled.
  68. 255K bytes of non-volatile configuration memory.
  69. 249856K bytes of ATA System CompactFlash 0 (Read/Write)
  70.  
  71. Press RETURN to get started!
  72.  
  73.  
  74. %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/2, changed state to up
  75.  
  76. %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up
  77.  
  78. %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state to up
  79.  
  80.  
  81. User Access Verification
  82.  
  83. Username: admin01
  84. Password:
  85.  
  86. R2>en
  87. Password:
  88. R2#conf t
  89. Enter configuration commands, one per line. End with CNTL/Z.
  90. R2(config)#access
  91. R2(config)#access-list 10 remark
  92. R2(config)#access-list 10 remark ACL_TO_PINK_LAN
  93. R2(config)#access-list 10 permit host 192.168.2.50
  94. R2(config)#accees-list 10 permit 192.168.1.0 0.0.0.127
  95. ^
  96. % Invalid input detected at '^' marker.
  97.  
  98. R2(config)#access-list 10 permit 192.168.1.0 0.0.0.127
  99. R2(config)#access-list 10 permit 172.16.1.0 0.0.0.255
  100. R2(config)#int g0/1
  101. R2(config-if)#ip access-group 10 out
  102. R2(config-if)#
  103. R2(config-if)#exit
  104. R2(config)#
  105. R2(config)#access-list 20 remark ACL_TO_BLUE_LAN
  106. R2(config)#access-list 20 deny 192.168.1.0 0.0.0.255
  107. R2(config)#access-list 20 remark ACL_TO_BLUE_LAN
  108. R2(config)#access-list 20 deny 192.168.2.0 0.0.0.255
  109. R2(config)#access-list 20 permit any
  110. R2(config)#no access-list 20
  111. R2(config)#access-list 20 remark ACL_TO_BLUE_LAN
  112. R2(config)#access-list 20 deny 192.168.2.0 0.0.0.255
  113. R2(config)#permit any
  114. ^
  115. % Invalid input detected at '^' marker.
  116.  
  117. R2(config)#access-list permit any
  118. ^
  119. % Invalid input detected at '^' marker.
  120.  
  121. R2(config)#access-list 20 permit any
  122. R2(config)#int g0/0
  123. R2(config-if)#ip access-group 20 out
  124. R2(config-if)#exit
  125. R2(config)#no access-list
  126. % Incomplete command.
  127. R2(config)#no access-list 20
  128. R2(config)#access-list 20 remark ACL_TO_BLUE_LAN
  129. R2(config)#access-list 20 permit host 192.168.1.100
  130. R2(config)#access-list 20 deny 192.168.1.0 0.0.0.255
  131. R2(config)#access-list permit any
  132. ^
  133. % Invalid input detected at '^' marker.
  134.  
  135. R2(config)#access-list 20 permit any
  136. R2(config)#
  137. R2#
  138. %SYS-5-CONFIG_I: Configured from console by console
  139.  
  140.  
  141.  
  142.  
  143. R1
  144.  
  145.  
  146. System Bootstrap, Version 15.1(4)M4, RELEASE SOFTWARE (fc1)
  147. Technical Support: http://www.cisco.com/techsupport
  148. Copyright (c) 2010 by cisco Systems, Inc.
  149. Total memory size = 512 MB - On-board = 512 MB, DIMM0 = 0 MB
  150. CISCO2911/K9 platform with 524288 Kbytes of main memory
  151. Main memory is configured to 72/-1(On-board/DIMM0) bit mode with ECC disabled
  152.  
  153. Readonly ROMMON initialized
  154.  
  155. program load complete, entry point: 0x80803000, size: 0x1b340
  156. program load complete, entry point: 0x80803000, size: 0x1b340
  157.  
  158. IOS Image Load Test
  159. ___________________
  160. Digitally Signed Release Software
  161. program load complete, entry point: 0x81000000, size: 0x3bcd3d8
  162. Self decompressing the image :
  163. ######################### [OK]
  164. Smart Init is enabled
  165. smart init is sizing iomem
  166. TYPE MEMORY_REQ
  167. Onboard devices &
  168. buffer pools 0x022F6000
  169. -----------------------------------------------
  170. TOTAL: 0x022F6000
  171. Rounded IOMEM up to: 36Mb.
  172. Using 6 percent iomem. [36Mb/512Mb]
  173.  
  174. Restricted Rights Legend
  175.  
  176. Use, duplication, or disclosure by the Government is
  177. subject to restrictions as set forth in subparagraph
  178. (c) of the Commercial Computer Software - Restricted
  179. Rights clause at FAR sec. 52.227-19 and subparagraph
  180. (c) (1) (ii) of the Rights in Technical Data and Computer
  181. Software clause at DFARS sec. 252.227-7013.
  182.  
  183. cisco Systems, Inc.
  184. 170 West Tasman Drive
  185. San Jose, California 95134-1706
  186.  
  187. Cisco IOS Software, C2900 Software (C2900-UNIVERSALK9-M), Version 15.1(4)M5, RELEASE SOFTWARE (fc2)Technical Support: http://www.cisco.com/techsupport
  188. Copyright (c) 1986-2007 by Cisco Systems, Inc.
  189. Compiled Wed 18-Jul-07 04:52 by pt_team
  190. Image text-base: 0x2100F918, data-base: 0x24729040
  191.  
  192. This product contains cryptographic features and is subject to United
  193. States and local country laws governing import, export, transfer and
  194. use. Delivery of Cisco cryptographic products does not imply
  195. third-party authority to import, export, distribute or use encryption.
  196. Importers, exporters, distributors and users are responsible for
  197. compliance with U.S. and local country laws. By using this product you
  198. agree to comply with applicable laws and regulations. If you are unable
  199. to comply with U.S. and local laws, return this product immediately.
  200.  
  201. A summary of U.S. laws governing Cisco cryptographic products may be found at:
  202. http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
  203.  
  204. If you require further assistance please contact us by sending email to
  205. export@cisco.com.
  206.  
  207. Cisco CISCO2911/K9 (revision 1.0) with 491520K/32768K bytes of memory.
  208. Processor board ID FTX152400KS
  209. 3 Gigabit Ethernet interfaces
  210. DRAM configuration is 64 bits wide with parity disabled.
  211. 255K bytes of non-volatile configuration memory.
  212. 249856K bytes of ATA System CompactFlash 0 (Read/Write)
  213.  
  214. Press RETURN to get started!
  215.  
  216.  
  217. %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/2, changed state to up
  218.  
  219. %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up
  220.  
  221. %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state to up
  222.  
  223.  
  224. User Access Verification
  225.  
  226. Username:
  227. Username: admin01
  228. Password:
  229.  
  230. R1>en
  231. Password:
  232. Password:
  233. R1#conf t
  234. Enter configuration commands, one per line. End with CNTL/Z.
  235. R1(config)#ip access-list standard ADMIN_VTY
  236. R1(config-std-nacl)#permit host 192.168.2.50
  237. R1(config-std-nacl)#exit
  238. R1(config)#line vty 0 4
  239. R1(config-line)#access-class ADMIN_VTY in
  240. R1(config-line)#
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255. ZADANIE 2
  256. ========================================================
  257.  
  258. System Bootstrap, Version 15.1(4)M4, RELEASE SOFTWARE (fc1)
  259. Technical Support: http://www.cisco.com/techsupport
  260. Copyright (c) 2010 by cisco Systems, Inc.
  261. Total memory size = 512 MB - On-board = 512 MB, DIMM0 = 0 MB
  262. CISCO2911/K9 platform with 524288 Kbytes of main memory
  263. Main memory is configured to 72/-1(On-board/DIMM0) bit mode with ECC disabled
  264.  
  265. Readonly ROMMON initialized
  266.  
  267. program load complete, entry point: 0x80803000, size: 0x1b340
  268. program load complete, entry point: 0x80803000, size: 0x1b340
  269.  
  270. IOS Image Load Test
  271. ___________________
  272. Digitally Signed Release Software
  273. program load complete, entry point: 0x81000000, size: 0x3bcd3d8
  274. Self decompressing the image :
  275. ######################### [OK]
  276. Smart Init is enabled
  277. smart init is sizing iomem
  278. TYPE MEMORY_REQ
  279. HWIC Slot 0 0x00200000
  280. HWIC Slot 1 0x00200000
  281. HWIC Slot 2 0x00200000
  282. HWIC Slot 3 0x00200000 Onboard devices &
  283. buffer pools 0x022F6000
  284. -----------------------------------------------
  285. TOTAL: 0x042F6000
  286. Rounded IOMEM up to: 70Mb.
  287. Using 6 percent iomem. [70Mb/512Mb]
  288.  
  289. Restricted Rights Legend
  290.  
  291. Use, duplication, or disclosure by the Government is
  292. subject to restrictions as set forth in subparagraph
  293. (c) of the Commercial Computer Software - Restricted
  294. Rights clause at FAR sec. 52.227-19 and subparagraph
  295. (c) (1) (ii) of the Rights in Technical Data and Computer
  296. Software clause at DFARS sec. 252.227-7013.
  297.  
  298. cisco Systems, Inc.
  299. 170 West Tasman Drive
  300. San Jose, California 95134-1706
  301.  
  302. Cisco IOS Software, C2900 Software (C2900-UNIVERSALK9-M), Version 15.1(4)M5, RELEASE SOFTWARE (fc2)Technical Support: http://www.cisco.com/techsupport
  303. Copyright (c) 1986-2007 by Cisco Systems, Inc.
  304. Compiled Wed 18-Jul-07 04:52 by pt_team
  305. Image text-base: 0x2100F918, data-base: 0x24729040
  306.  
  307. This product contains cryptographic features and is subject to United
  308. States and local country laws governing import, export, transfer and
  309. use. Delivery of Cisco cryptographic products does not imply
  310. third-party authority to import, export, distribute or use encryption.
  311. Importers, exporters, distributors and users are responsible for
  312. compliance with U.S. and local country laws. By using this product you
  313. agree to comply with applicable laws and regulations. If you are unable
  314. to comply with U.S. and local laws, return this product immediately.
  315.  
  316. A summary of U.S. laws governing Cisco cryptographic products may be found at:
  317. http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
  318.  
  319. If you require further assistance please contact us by sending email to
  320. export@cisco.com.
  321.  
  322. Cisco CISCO2911/K9 (revision 1.0) with 491520K/32768K bytes of memory.
  323. Processor board ID FTX152400KS
  324. 3 Gigabit Ethernet interfaces
  325. 2 Low-speed serial(sync/async) network interface(s)
  326. DRAM configuration is 64 bits wide with parity disabled.
  327. 255K bytes of non-volatile configuration memory.
  328. 249856K bytes of ATA System CompactFlash 0 (Read/Write)
  329.  
  330. Press RETURN to get started!
  331.  
  332.  
  333. %LINK-5-CHANGED: Interface Serial0/0/0, changed state to up
  334.  
  335. %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up
  336.  
  337. %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state to up
  338.  
  339. %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up
  340.  
  341. %DUAL-5-NBRCHANGE: IPv6-EIGRP 1: Neighbor FE80::2 (Serial0/0/0) is up: new adjacency
  342.  
  343.  
  344. R1>
  345. R1>
  346. R1>
  347. R1>
  348. R1>
  349. R1>
  350. R1>en
  351. R1#conf t
  352. Enter configuration commands, one per line. End with CNTL/Z.
  353. R1(config)#ipv6 access-list BLOCK_HTTP
  354. R1(config-ipv6-acl)#deny tcp any host 2001:DB8:1:30::30 eq www
  355. R1(config-ipv6-acl)#deny tcp any host 2001:DB8:1:30::30 eq 443
  356. R1(config-ipv6-acl)#permit ipv6 any any
  357. R1(config-ipv6-acl)#exit
  358. R1(config)#int g0/1
  359. R1(config-if)#ipv6 traffic-filter BLOCK_HTTP in
  360. R1(config-if)#
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367. System Bootstrap, Version 15.1(4)M4, RELEASE SOFTWARE (fc1)
  368. Technical Support: http://www.cisco.com/techsupport
  369. Copyright (c) 2010 by cisco Systems, Inc.
  370. Total memory size = 512 MB - On-board = 512 MB, DIMM0 = 0 MB
  371. CISCO2911/K9 platform with 524288 Kbytes of main memory
  372. Main memory is configured to 72/-1(On-board/DIMM0) bit mode with ECC disabled
  373.  
  374. Readonly ROMMON initialized
  375.  
  376. program load complete, entry point: 0x80803000, size: 0x1b340
  377. program load complete, entry point: 0x80803000, size: 0x1b340
  378.  
  379. IOS Image Load Test
  380. ___________________
  381. Digitally Signed Release Software
  382. program load complete, entry point: 0x81000000, size: 0x3bcd3d8
  383. Self decompressing the image :
  384. ######################### [OK]
  385. Smart Init is enabled
  386. smart init is sizing iomem
  387. TYPE MEMORY_REQ
  388. HWIC Slot 0 0x00200000
  389. HWIC Slot 1 0x00200000
  390. HWIC Slot 2 0x00200000
  391. HWIC Slot 3 0x00200000 Onboard devices &
  392. buffer pools 0x022F6000
  393. -----------------------------------------------
  394. TOTAL: 0x042F6000
  395. Rounded IOMEM up to: 70Mb.
  396. Using 6 percent iomem. [70Mb/512Mb]
  397.  
  398. Restricted Rights Legend
  399.  
  400. Use, duplication, or disclosure by the Government is
  401. subject to restrictions as set forth in subparagraph
  402. (c) of the Commercial Computer Software - Restricted
  403. Rights clause at FAR sec. 52.227-19 and subparagraph
  404. (c) (1) (ii) of the Rights in Technical Data and Computer
  405. Software clause at DFARS sec. 252.227-7013.
  406.  
  407. cisco Systems, Inc.
  408. 170 West Tasman Drive
  409. San Jose, California 95134-1706
  410.  
  411. Cisco IOS Software, C2900 Software (C2900-UNIVERSALK9-M), Version 15.1(4)M5, RELEASE SOFTWARE (fc2)Technical Support: http://www.cisco.com/techsupport
  412. Copyright (c) 1986-2007 by Cisco Systems, Inc.
  413. Compiled Wed 18-Jul-07 04:52 by pt_team
  414. Image text-base: 0x2100F918, data-base: 0x24729040
  415.  
  416. This product contains cryptographic features and is subject to United
  417. States and local country laws governing import, export, transfer and
  418. use. Delivery of Cisco cryptographic products does not imply
  419. third-party authority to import, export, distribute or use encryption.
  420. Importers, exporters, distributors and users are responsible for
  421. compliance with U.S. and local country laws. By using this product you
  422. agree to comply with applicable laws and regulations. If you are unable
  423. to comply with U.S. and local laws, return this product immediately.
  424.  
  425. A summary of U.S. laws governing Cisco cryptographic products may be found at:
  426. http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
  427.  
  428. If you require further assistance please contact us by sending email to
  429. export@cisco.com.
  430.  
  431. Cisco CISCO2911/K9 (revision 1.0) with 491520K/32768K bytes of memory.
  432. Processor board ID FTX152400KS
  433. 3 Gigabit Ethernet interfaces
  434. 2 Low-speed serial(sync/async) network interface(s)
  435. DRAM configuration is 64 bits wide with parity disabled.
  436. 255K bytes of non-volatile configuration memory.
  437. 249856K bytes of ATA System CompactFlash 0 (Read/Write)
  438.  
  439. Press RETURN to get started!
  440.  
  441.  
  442. %LINK-5-CHANGED: Interface Serial0/0/1, changed state to up
  443.  
  444. %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up
  445.  
  446. %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/1, changed state to up
  447.  
  448. %DUAL-5-NBRCHANGE: IPv6-EIGRP 1: Neighbor FE80::2 (Serial0/0/1) is up: new adjacency
  449.  
  450.  
  451. R3>
  452. R3>en
  453. R3#conf t
  454. Enter configuration commands, one per line. End with CNTL/Z.
  455. R3(config)#ipv6
  456. R3(config)#ipv6
  457. R3(config)#ipv6 ?
  458. access-list Configure access lists
  459. cef Cisco Express Forwarding
  460. dhcp Configure Ipv6 DHCP
  461. general-prefix Configure a general IPv6 prefix
  462. host Configure static hostnames
  463. local Specify local options
  464. nat NAT-PT Configuration commands
  465. neighbor Neighbor
  466. route Configure static routes
  467. router Enable an IPV6 routing process
  468. unicast-routing Enable unicast routing
  469. R3(config)#ipv6 access-list BLOCK_ICMP
  470. R3(config-ipv6-acl)#deny ICMP any any
  471. R3(config-ipv6-acl)#permit ipv6 any any
  472. R3(config-ipv6-acl)#exit
  473. R3(config)#int g0/1
  474. R3(config-if)#ipv6 traffic-filter BLOCK_ICMP out
  475. R3(config-if)#ipv6 traffic-filter
  476. R3(config-if)#ipv6 traffic-filter
  477. R3(config-if)#ipv6 traffic-filter BLOCK_ICMP in
  478. R3(config-if)#ipv6 traffic-filter BLOCK_ICMP out
  479. R3(config-if)#exit
  480. R3(config)#int g0/1
  481. R3(config-if)#no ipv6 traffic-filter BLOCK_ICMP
  482. % Incomplete command.
  483. R3(config-if)#no ipv6 traffic-filter BLOCK_ICMP in
  484. R3(config-if)#no ipv6 traffic-filter BLOCK_ICMP out
  485. R3(config-if)#exit
  486. R3(config)#int g0/0
  487. R3(config-if)#ipv6 traffic-filter BLOCK_ICMP out
  488. R3(config-if)#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement