Created
June 12, 2020 21:00
-
-
Save efturtle/64dff68ec394824e142631e1c49bdd88 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| codigo para router 1 | |
| Copyright (c) 2010 by cisco Systems, Inc. | |
| Total memory size = 512 MB - On-board = 512 MB, DIMM0 = 0 MB | |
| CISCO2911/K9 platform with 524288 Kbytes of main memory | |
| Main memory is configured to 72/-1(On-board/DIMM0) bit mode with ECC disabled | |
| Readonly ROMMON initialized | |
| program load complete, entry point: 0x80803000, size: 0x1b340 | |
| program load complete, entry point: 0x80803000, size: 0x1b340 | |
| IOS Image Load Test | |
| ___________________ | |
| Digitally Signed Release Software | |
| program load complete, entry point: 0x81000000, size: 0x3bcd3d8 | |
| Self decompressing the image : | |
| ########################################################################## [OK] | |
| Smart Init is enabled | |
| smart init is sizing iomem | |
| TYPE MEMORY_REQ | |
| HWIC Slot 3 0x00200000 Onboard devices & | |
| buffer pools 0x022F6000 | |
| ----------------------------------------------- | |
| TOTAL: 0x02AF6000 | |
| Rounded IOMEM up to: 45Mb. | |
| Using 6 percent iomem. [45Mb/512Mb] | |
| Restricted Rights Legend | |
| Use, duplication, or disclosure by the Government is | |
| subject to restrictions as set forth in subparagraph | |
| (c) of the Commercial Computer Software - Restricted | |
| Rights clause at FAR sec. 52.227-19 and subparagraph | |
| (c) (1) (ii) of the Rights in Technical Data and Computer | |
| Software clause at DFARS sec. 252.227-7013. | |
| cisco Systems, Inc. | |
| 170 West Tasman Drive | |
| San Jose, California 95134-1706 | |
| Cisco IOS Software, C2900 Software (C2900-UNIVERSALK9-M), Version 15.1(4)M5, RELEASE SOFTWARE (fc2)Technical Support: http://www.cisco.com/techsupport | |
| Copyright (c) 1986-2007 by Cisco Systems, Inc. | |
| Compiled Wed 18-Jul-07 04:52 by pt_team | |
| Image text-base: 0x2100F918, data-base: 0x24729040 | |
| This product contains cryptographic features and is subject to United | |
| States and local country laws governing import, export, transfer and | |
| use. Delivery of Cisco cryptographic products does not imply | |
| third-party authority to import, export, distribute or use encryption. | |
| Importers, exporters, distributors and users are responsible for | |
| compliance with U.S. and local country laws. By using this product you | |
| agree to comply with applicable laws and regulations. If you are unable | |
| to comply with U.S. and local laws, return this product immediately. | |
| A summary of U.S. laws governing Cisco cryptographic products may be found at: | |
| http://www.cisco.com/wwl/export/crypto/tool/stqrg.html | |
| If you require further assistance please contact us by sending email to | |
| [email protected]. | |
| Cisco CISCO2911/K9 (revision 1.0) with 491520K/32768K bytes of memory. | |
| Processor board ID FTX152400KS | |
| 3 Gigabit Ethernet interfaces | |
| 2 Low-speed serial(sync/async) network interface(s) | |
| DRAM configuration is 64 bits wide with parity disabled. | |
| 255K bytes of non-volatile configuration memory. | |
| 249856K bytes of ATA System CompactFlash 0 (Read/Write) | |
| --- System Configuration Dialog --- | |
| Would you like to enter the initial configuration dialog? [yes/no]: n | |
| Press RETURN to get started! | |
| Router> | |
| Router>enable secret cisco | |
| ^ | |
| % Invalid input detected at '^' marker. | |
| Router>en | |
| Router#conf | |
| Configuring from terminal, memory, or network [terminal]? | |
| Enter configuration commands, one per line. End with CNTL/Z. | |
| Router(config)#enable secret cisco | |
| Router(config)#service password-encription | |
| ^ | |
| % Invalid input detected at '^' marker. | |
| Router(config)#service password-encryption | |
| Router(config)#interface fast Gyga | |
| Router(config)#interface fast Gyga | |
| Router(config)#interface fast Gyga 0/0 | |
| ^ | |
| % Invalid input detected at '^' marker. | |
| Router(config)#interface Gyga 0/0 | |
| ^ | |
| % Invalid input detected at '^' marker. | |
| Router(config)#interface | |
| Router(config)#interface | |
| % Incomplete command. | |
| Router(config)#interface giga 0/0 | |
| Router(config-if)#ip address 192.168.1.254 255.255.255.0 | |
| Router(config-if)#no sh | |
| Router(config-if)# | |
| %LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up | |
| %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up | |
| Router(config-if)#exit | |
| Router(config)#dhcp pool Red_1 | |
| ^ | |
| % Invalid input detected at '^' marker. | |
| Router(config)#ip dhcp pool Red_1 | |
| Router(dhcp-config)#default router 291.168.1.254 | |
| ^ | |
| % Invalid input detected at '^' marker. | |
| Router(dhcp-config)#default router 192.168.1.254 | |
| ^ | |
| % Invalid input detected at '^' marker. | |
| Router(dhcp-config)#default router 192.168.1.254 | |
| ^ | |
| % Invalid input detected at '^' marker. | |
| Router(dhcp-config)#defaultter 192.168.1.254 | |
| ^ | |
| % Invalid input detected at '^' marker. | |
| Router(dhcp-config)#default | |
| % Incomplete command. | |
| Router(dhcp-config)#default | |
| Router(dhcp-config)#default | |
| Router(dhcp-config)#default | |
| Router(dhcp-config)#default | |
| Router(dhcp-config)#default help | |
| ^ | |
| % Invalid input detected at '^' marker. | |
| Router(dhcp-config)#ip default router 192.168.1.254 | |
| % Ambiguous command: "ip default router 192.168.1.254" | |
| Router(config)#ip dhcp pool Red_1 | |
| Router(dhcp-config)#default-router 192.168.1.254 | |
| Router(dhcp-config)#network 192.168.1.0 255.255.255.0 | |
| Router(dhcp-config)#exit | |
| Router(config)#ip dhcp-excluded address 192.168.1.254 | |
| ^ | |
| % Invalid input detected at '^' marker. | |
| Router(config)#ip dhcp-exclude address 192.168.1.254 | |
| ^ | |
| % Invalid input detected at '^' marker. | |
| Router(config)#ip dhcp excluded-address 192.168.1.254 | |
| Router(config)#interface Serial 0/0 | |
| %Invalid interface type and number | |
| Router(config)#interface Serial 0/1 | |
| %Invalid interface type and number | |
| Router(config)#interface serial 0/0 | |
| %Invalid interface type and number | |
| Router(config)#interface 3/0/0 | |
| ^ | |
| % Invalid input detected at '^' marker. | |
| Router(config)#interface serial 3/0/0 | |
| %Invalid interface type and number | |
| Router(config)# | |
| Router(config)#interface Serial0/3/0 | |
| Router(config-if)#ip address 192.168.3.1 | |
| % Incomplete command. | |
| Router(config-if)#ip address 192.168.3.1 255.255.255.0 | |
| Router(config-if)#no sh | |
| %LINK-5-CHANGED: Interface Serial0/3/0, changed state to down | |
| Router(config-if)#exit | |
| Router(config)#hostname mx | |
| mx(config)#router rip | |
| mx(config-router)#exit | |
| mx(config)# | |
| %LINK-5-CHANGED: Interface Serial0/3/0, changed state to up | |
| %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/3/0, changed state to up | |
| mx(config)# | |
| mx(config)#router rip | |
| mx(config-router)#network 192.168.1.0 | |
| mx(config-router)#network 192.168.3.0 | |
| mx(config-router)#network 192.168.4.0 | |
| mx(config-router)#version 2 | |
| mx(config-router)#no auto-summary | |
| mx(config-router)#exit | |
| mx(config)#! | |
| mx# | |
| %SYS-5-CONFIG_I: Configured from console by console |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| System Bootstrap, Version 15.1(4)M4, RELEASE SOFTWARE (fc1) | |
| Technical Support: http://www.cisco.com/techsupport | |
| Copyright (c) 2010 by cisco Systems, Inc. | |
| Total memory size = 512 MB - On-board = 512 MB, DIMM0 = 0 MB | |
| CISCO2911/K9 platform with 524288 Kbytes of main memory | |
| Main memory is configured to 72/-1(On-board/DIMM0) bit mode with ECC disabled | |
| Readonly ROMMON initialized | |
| program load complete, entry point: 0x80803000, size: 0x1b340 | |
| program load complete, entry point: 0x80803000, size: 0x1b340 | |
| IOS Image Load Test | |
| ___________________ | |
| Digitally Signed Release Software | |
| program load complete, entry point: 0x81000000, size: 0x3bcd3d8 | |
| Self decompressing the image : | |
| ########################################################################## [OK] | |
| Smart Init is enabled | |
| smart init is sizing iomem | |
| TYPE MEMORY_REQ | |
| Onboard devices & | |
| buffer pools 0x022F6000 | |
| ----------------------------------------------- | |
| TOTAL: 0x022F6000 | |
| Rounded IOMEM up to: 36Mb. | |
| Using 6 percent iomem. [36Mb/512Mb] | |
| Restricted Rights Legend | |
| Use, duplication, or disclosure by the Government is | |
| subject to restrictions as set forth in subparagraph | |
| (c) of the Commercial Computer Software - Restricted | |
| Rights clause at FAR sec. 52.227-19 and subparagraph | |
| (c) (1) (ii) of the Rights in Technical Data and Computer | |
| Software clause at DFARS sec. 252.227-7013. | |
| cisco Systems, Inc. | |
| 170 West Tasman Drive | |
| San Jose, California 95134-1706 | |
| Cisco IOS Software, C2900 Software (C2900-UNIVERSALK9-M), Version 15.1(4)M5, RELEASE SOFTWARE (fc2)Technical Support: http://www.cisco.com/techsupport | |
| Copyright (c) 1986-2007 by Cisco Systems, Inc. | |
| Compiled Wed 18-Jul-07 04:52 by pt_team | |
| Image text-base: 0x2100F918, data-base: 0x24729040 | |
| This product contains cryptographic features and is subject to United | |
| States and local country laws governing import, export, transfer and | |
| use. Delivery of Cisco cryptographic products does not imply | |
| third-party authority to import, export, distribute or use encryption. | |
| Importers, exporters, distributors and users are responsible for | |
| compliance with U.S. and local country laws. By using this product you | |
| agree to comply with applicable laws and regulations. If you are unable | |
| to comply with U.S. and local laws, return this product immediately. | |
| A summary of U.S. laws governing Cisco cryptographic products may be found at: | |
| http://www.cisco.com/wwl/export/crypto/tool/stqrg.html | |
| If you require further assistance please contact us by sending email to | |
| [email protected]. | |
| Cisco CISCO2911/K9 (revision 1.0) with 491520K/32768K bytes of memory. | |
| Processor board ID FTX152400KS | |
| 3 Gigabit Ethernet interfaces | |
| DRAM configuration is 64 bits wide with parity disabled. | |
| 255K bytes of non-volatile configuration memory. | |
| 249856K bytes of ATA System CompactFlash 0 (Read/Write) | |
| --- System Configuration Dialog --- | |
| Would you like to enter the initial configuration dialog? [yes/no]: n | |
| Press RETURN to get started! | |
| System Bootstrap, Version 15.1(4)M4, RELEASE SOFTWARE (fc1) | |
| Technical Support: http://www.cisco.com/techsupport | |
| Copyright (c) 2010 by cisco Systems, Inc. | |
| Total memory size = 512 MB - On-board = 512 MB, DIMM0 = 0 MB | |
| CISCO2911/K9 platform with 524288 Kbytes of main memory | |
| Main memory is configured to 72/-1(On-board/DIMM0) bit mode with ECC disabled | |
| Readonly ROMMON initialized | |
| program load complete, entry point: 0x80803000, size: 0x1b340 | |
| program load complete, entry point: 0x80803000, size: 0x1b340 | |
| IOS Image Load Test | |
| ___________________ | |
| Digitally Signed Release Software | |
| program load complete, entry point: 0x81000000, size: 0x3bcd3d8 | |
| Self decompressing the image : | |
| ########################################################################## [OK] | |
| Smart Init is enabled | |
| smart init is sizing iomem | |
| TYPE MEMORY_REQ | |
| HWIC Slot 3 0x00200000 Onboard devices & | |
| buffer pools 0x022F6000 | |
| ----------------------------------------------- | |
| TOTAL: 0x02AF6000 | |
| Rounded IOMEM up to: 45Mb. | |
| Using 6 percent iomem. [45Mb/512Mb] | |
| Restricted Rights Legend | |
| Use, duplication, or disclosure by the Government is | |
| subject to restrictions as set forth in subparagraph | |
| (c) of the Commercial Computer Software - Restricted | |
| Rights clause at FAR sec. 52.227-19 and subparagraph | |
| (c) (1) (ii) of the Rights in Technical Data and Computer | |
| Software clause at DFARS sec. 252.227-7013. | |
| cisco Systems, Inc. | |
| 170 West Tasman Drive | |
| San Jose, California 95134-1706 | |
| Cisco IOS Software, C2900 Software (C2900-UNIVERSALK9-M), Version 15.1(4)M5, RELEASE SOFTWARE (fc2)Technical Support: http://www.cisco.com/techsupport | |
| Copyright (c) 1986-2007 by Cisco Systems, Inc. | |
| Compiled Wed 18-Jul-07 04:52 by pt_team | |
| Image text-base: 0x2100F918, data-base: 0x24729040 | |
| This product contains cryptographic features and is subject to United | |
| States and local country laws governing import, export, transfer and | |
| use. Delivery of Cisco cryptographic products does not imply | |
| third-party authority to import, export, distribute or use encryption. | |
| Importers, exporters, distributors and users are responsible for | |
| compliance with U.S. and local country laws. By using this product you | |
| agree to comply with applicable laws and regulations. If you are unable | |
| to comply with U.S. and local laws, return this product immediately. | |
| A summary of U.S. laws governing Cisco cryptographic products may be found at: | |
| http://www.cisco.com/wwl/export/crypto/tool/stqrg.html | |
| If you require further assistance please contact us by sending email to | |
| [email protected]. | |
| Cisco CISCO2911/K9 (revision 1.0) with 491520K/32768K bytes of memory. | |
| Processor board ID FTX152400KS | |
| 3 Gigabit Ethernet interfaces | |
| 2 Low-speed serial(sync/async) network interface(s) | |
| DRAM configuration is 64 bits wide with parity disabled. | |
| 255K bytes of non-volatile configuration memory. | |
| 249856K bytes of ATA System CompactFlash 0 (Read/Write) | |
| --- System Configuration Dialog --- | |
| Would you like to enter the initial configuration dialog? [yes/no]: n | |
| Press RETURN to get started! | |
| Router> | |
| Router>en | |
| Router#conf | |
| Configuring from terminal, memory, or network [terminal]? | |
| Enter configuration commands, one per line. End with CNTL/Z. | |
| Router(config)#enable secret cisco | |
| Router(config)#service password-encryption | |
| Router(config)#interface giga 0/0 | |
| Router(config-if)#ip address 192.168.2.254 255.255.255.0 | |
| Router(config-if)#no sh | |
| Router(config-if)# | |
| %LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up | |
| %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up | |
| Router(config-if)# | |
| Router(config-if)#exit | |
| Router(config)#ip dhcp pool Red_2 | |
| Router(dhcp-config)#default-router 192.168.2.254 | |
| Router(dhcp-config)#network 192.168.2.0 255.255.255.0 | |
| Router(dhcp-config)#exit | |
| Router(config)#ip dhcp excluded-address 192.168.2.254 | |
| Router(config)#interface Serial3/0/0 | |
| %Invalid interface type and number | |
| Router(config)# | |
| Router(config)#interface Serial0/3/0 | |
| Router(config-if)#ip address 192.168.3.2 255.255.255.0 | |
| Router(config-if)#no sh | |
| Router(config-if)# | |
| %LINK-5-CHANGED: Interface Serial0/3/0, changed state to up | |
| Router(config-if)#exit | |
| Router(config)#hostname mx2 | |
| mx2(config)# | |
| %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/3/0, changed state to up | |
| mx2(config)#router rip | |
| mx2(config-router)#network 192.168.4.0 | |
| mx2(config-router)#network 192.168.3.0 | |
| mx2(config-router)#network 192.168.2.0 | |
| mx2(config-router)#version 2 | |
| mx2(config-router)#no auto-summary | |
| mx2(config-router)#exit | |
| mx2(config)# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment