Вы находитесь на странице: 1из 33

PROGRAMACION R1

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 export@cisco.com.

Cisco 1841 (revision 5.0) with 114688K/16384K bytes of memory. Processor board ID FTX0947Z18E M860 processor: part number 0, mask 49 2 FastEthernet/IEEE 802.3 interface(s) 2 Low-speed serial(sync/async) network interface(s) 191K bytes of NVRAM. 63488K bytes of ATA CompactFlash (Read/Write) Cisco IOS Software, 1841 Software (C1841-ADVIPSERVICESK9-M), Version 12.4(15)T1, 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

Press RETURN to get started!

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up

%LINK-5-CHANGED: Interface Vlan1, changed state to up

%LINK-5-CHANGED: Interface FastEthernet0/1.10, changed state to up

%LINK-5-CHANGED: Interface FastEthernet0/1.20, changed state to up

%LINK-5-CHANGED: Interface FastEthernet0/1.88, changed state to up

%LINK-5-CHANGED: Interface Vlan1, changed state to administratively down

%SYS-5-CONFIG_I: Configured from console by console

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up

%LINK-5-CHANGED: Interface Serial0/0/0.102, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0.102, changed state to up

R1>enable R1#config t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#int s0/0/0 R1(config-if)#ip address 10.1.2.1 255.255.255.252 % 10.1.2.0 overlaps with Serial0/0/0.102 R1(config-if)#exit R1(config)#int fa0/1 R1(config-if)#ip address 172.10.1.254 255.255.255.0 R1(config-if)#no shutdown R1(config-if)#exit R1(config)#exit R1# %SYS-5-CONFIG_I: Configured from console by console

R1#show ip int brief Interface IP-Address OK? Method Status Protocol

FastEthernet0/0

172.17.50.1

YES manual up

up

FastEthernet0/1

172.10.1.254

YES manual up

down

FastEthernet0/1.10

172.17.10.1

YES manual up

down

FastEthernet0/1.20

172.17.20.1

YES manual up

down

FastEthernet0/1.88

172.17.88.1

YES manual up

down

Serial0/0/0

unassigned

YES unset up

up

Serial0/0/0.102

10.1.2.1

YES manual up

up

Serial0/0/1

unassigned

YES unset administratively down down

Vlan1 R1#config t

unassigned

YES unset administratively down down

Enter configuration commands, one per line. End with CNTL/Z. R1(config)#int fa0/1 R1(config-if)#no shutdown R1(config-if)#exit R1(config)#exit R1# %SYS-5-CONFIG_I: Configured from console by console

R1#config t

Enter configuration commands, one per line. End with CNTL/Z. R1(config)#router eigrp 1 R1(config-router)#10.1.2.0 0.0.0.3 ^ % Invalid input detected at '^' marker.

R1(config-router)#int s0/0/0 R1(config-if)#encapsulation frame-relay R1(config-if)#no frame-relay inverse-arp ^ % Invalid input detected at '^' marker.

R1(config-if)#no shutdown

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to down

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0.102, changed state to down

R1(config-if)# %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0.102, changed state to up

R1(config-if)#exit

R1(config)#int s0/0/0 R1(config-if)#frame-relay map ip 10.1.2.2 102 broadcast %PVC already assigned to interface Serial0/0/0.102 R1(config-if)#exit R1(config)#exit R1#vla %SYS-5-CONFIG_I: Configured from console by console n database % Warning: It is recommended to configure VLAN from config mode, as VLAN database mode is being deprecated. Please consult user documentation for configuring VTP/VLAN in config mode.

R1(vlan)# R1(vlan)# R1(vlan)#exit APPLY completed. Exiting.... R1#configure terminal Enter configuration commands, one per line. End with CNTL/Z. R1(config)#router rip R1(config-router)# R1(config-router)#exit R1(config)#int s0/0/0 R1(config-if)#frame-relay map ip 10.1.2.2 200 broadcast R1(config-if)#exit R1(config)#

R1 con0 is now available

Press RETURN to get started.

R1>enable R1#config t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#int s0/0/0 R1(config-if)#no frame relay map ip 10.1.2.2 200 broadcast ^ % Invalid input detected at '^' marker.

R1(config-if)#int s0/0/0.200 point-to-point R1(config-subif)# %LINK-5-CHANGED: Interface Serial0/0/0.200, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0.200, changed state to up

R1(config-subif)#ip address 10.1.2.2 255.255.255.252 % 10.1.2.0 overlaps with Serial0/0/0.102 R1(config-subif)#ip address 10.1.2.2 255.255.255.0 % 10.1.2.0 overlaps with Serial0/0/0.102 R1(config-subif)#ip address 10.1.2.1 255.255.255.252 % 10.1.2.0 overlaps with Serial0/0/0.102 R1(config-subif)#exit

R1(config)# R1# %SYS-5-CONFIG_I: Configured from console by console

PROGRAMACION R2 System Bootstrap, Version 12.3(8r)T8, RELEASE SOFTWARE (fc1) Cisco 1841 (revision 5.0) with 114688K/16384K bytes of memory.

Self decompressing the image : ######################### [OK] 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, 1841 Software (C1841-ADVIPSERVICESK9-M), Version 12.4(15)T1, 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: 0x60080608, data-base: 0x6270CD50

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 export@cisco.com.

Cisco 1841 (revision 5.0) with 114688K/16384K bytes of memory. Processor board ID FTX0947Z18E

M860 processor: part number 0, mask 49 2 FastEthernet/IEEE 802.3 interface(s) 2 Low-speed serial(sync/async) network interface(s) 191K bytes of NVRAM. 63488K bytes of ATA CompactFlash (Read/Write) Cisco IOS Software, 1841 Software (C1841-ADVIPSERVICESK9-M), Version 12.4(15)T1, 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

Press RETURN to get started!

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up

%LINK-5-CHANGED: Interface Vlan1, changed state to up

%LINK-5-CHANGED: Interface FastEthernet0/1.10, changed state to up

%LINK-5-CHANGED: Interface Vlan1, changed state to administratively down

%SYS-5-CONFIG_I: Configured from console by console

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up

R2>enable R2#config t Enter configuration commands, one per line. End with CNTL/Z. R2(config)#interface fa0/0 R2(config-if)# R2(config-if)#exit R2(config)#interface FastEthernet0/0 R2(config-if)#exit R2(config)#interface fa0/1.10 R2(config-subif)#encapsulation dot1Q 10 R2(config-subif)#ip address 172.17.10.1 255.255.255.0 R2(config-subif)#exit R2(config)#interface 0/1.20 ^ % Invalid input detected at '^' marker.

R2(config)#interface fa0/1.20 R2(config-subif)# %LINK-5-CHANGED: Interface FastEthernet0/1.20, changed state to up

R2(config-subif)#encapsulation dot1Q 20

R2(config-subif)#ip address 172.17.20.1 255.255.255.0 R2(config-subif)#exit R2(config)#int fa0/1.88 R2(config-subif)# %LINK-5-CHANGED: Interface FastEthernet0/1.88, changed state to up

R2(config-subif)#encapsulation dot1Q 88 R2(config-subif)#ip address 172.17.88.1 255.255.255.0 R2(config-subif)#exit R2(config)#

R2 con0 is now available

Press RETURN to get started.

PROGRAMACION Switch 0 63488K bytes of flash-simulated non-volatile configuration memory. Base ethernet MAC Address: 0060.475A.EBAB Motherboard assembly number: 73-5781-09 Power supply part number: 34-0965-01 Motherboard serial number: FOC061004SZ Power supply serial number: DAB0609127D Model revision number: C0 Motherboard revision number: A0 Model number: WS-C2950-24 System serial number: FHK0610Z0WC

Cisco Internetwork Operating System Software IOS (tm) C2950 Software (C2950-I6Q4L2-M), Version 12.1(22)EA4, RELEASE SOFTWARE(fc1) Copyright (c) 1986-2005 by cisco Systems, Inc. Compiled Wed 18-May-05 22:31 by jharirba

Press RETURN to get started!

%LINK-5-CHANGED: Interface Vlan1, changed state to up

%LINK-5-CHANGED: Interface Vlan1, changed state to administratively down

%SYS-5-CONFIG_I: Configured from console by console

%LINK-5-CHANGED: Interface FastEthernet0/3, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/3, changed state to up

%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up

S1>enable S1#config t Enter configuration commands, one per line. End with CNTL/Z. S1(config)#interface fa0/5 S1(config-if)#switchport trunk encapsulation dot1q ^ % Invalid input detected at '^' marker.

S1(config-if)#switchport mode trunk

S1(config-if)#no shutdown S1(config-if)#exit S1(config)#int fa0/7 S1(config-if)#switchport access vlan 88 % Access VLAN does not exist. Creating vlan 88 S1(config-if)#no shutdown

S1 con0 is now available

Press RETURN to get started.

S1>config t ^ % Invalid input detected at '^' marker.

S1>

S1 con0 is now available

Press RETURN to get started.

S1>ENABLE S1#vlan database % Warning: It is recommended to configure VLAN from config mode, as VLAN database mode is being deprecated. Please consult user documentation for configuring VTP/VLAN in config mode.

S1(vlan)#config t ^ % Invalid input detected at '^' marker.

S1(vlan)#exit APPLY completed. Exiting.... S1#configt Translating "configt"...domain server (255.255.255.255) % Unknown command or computer name, or unable to find computer address

S1#config t Enter configuration commands, one per line. End with CNTL/Z. S1(config)#vlan database ^ % Invalid input detected at '^' marker.

S1(config)#vlan 88 S1(config-vlan)#name wifi S1(config-vlan)#exit S1(config)#vlan 10 S1(config-vlan)#name wifi2 S1(config-vlan)#exit S1(config)#vlan 20 S1(config-vlan)#name wifi3 S1(config-vlan)#exit

S1(config)#int fa0/5 S1(config-if)#switchport trunk encapsulation dot1Q ^ % Invalid input detected at '^' marker.

S1(config-if)#switchport mode trunk S1(config-if)#no shutdown S1(config-if)#exit S1(config)#int fa

S1 con0 is now available

Press RETURN to get started.

S1>enable S1#conf t Enter configuration commands, one per line. End with CNTL/Z. S1(config)#int fa0/7 S1(config-if)#switchport access vlan 88 S1(config-if)#switchport mode access S1(config-if)#no shutdown S1(config-if)#exit S1(config)#int fa0/11 S1(config-if)#switchport access vlan 10 S1(config-if)#switchport mode access S1(config-if)#no shutdown S1(config-if)#exit S1(config)#int fa0/18

S1(config-if)#switchport access vlan 20 S1(config-if)#switchport mode access S1(config-if)#no shutdown S1(config-if)#exit S1(config)#

Programacion Switch1

S1 con0 is now available

Press RETURN to get started.

S1>config t ^ % Invalid input detected at '^' marker.

S1>

S1 con0 is now available

Press RETURN to get started.

S1>ENABLE S1#vlan database % Warning: It is recommended to configure VLAN from config mode,

as VLAN database mode is being deprecated. Please consult user documentation for configuring VTP/VLAN in config mode.

S1(vlan)#config t ^ % Invalid input detected at '^' marker.

S1(vlan)#exit APPLY completed. Exiting.... S1#configt Translating "configt"...domain server (255.255.255.255) % Unknown command or computer name, or unable to find computer address

S1#config t Enter configuration commands, one per line. End with CNTL/Z. S1(config)#vlan database ^ % Invalid input detected at '^' marker.

S1(config)#vlan 88 S1(config-vlan)#name wifi S1(config-vlan)#exit S1(config)#vlan 10 S1(config-vlan)#name wifi2 S1(config-vlan)#exit

S1(config)#vlan 20 S1(config-vlan)#name wifi3 S1(config-vlan)#exit S1(config)#int fa0/5 S1(config-if)#switchport trunk encapsulation dot1Q ^ % Invalid input detected at '^' marker.

S1(config-if)#switchport mode trunk S1(config-if)#no shutdown S1(config-if)#exit S1(config)#int fa

S1 con0 is now available

Press RETURN to get started.

S1>enable S1#conf t Enter configuration commands, one per line. End with CNTL/Z. S1(config)#int fa0/7 S1(config-if)#switchport access vlan 88 S1(config-if)#switchport mode access S1(config-if)#no shutdown S1(config-if)#exit S1(config)#int fa0/11 S1(config-if)#switchport access vlan 10 S1(config-if)#switchport mode access

S1(config-if)#no shutdown S1(config-if)#exit S1(config)#int fa0/18 S1(config-if)#switchport access vlan 20 S1(config-if)#switchport mode access S1(config-if)#no shutdown S1(config-if)#exit S1(config)#

S1 con0 is now available

Press RETURN to get started.

S1> S1>enable S1#configt Translating "configt"...domain server (255.255.255.255) % Unknown command or computer name, or unable to find computer address

S1#configt Translating "configt"...domain server (255.255.255.255) % Unknown command or computer name, or unable to find computer address

S1#config t Enter configuration commands, one per line. End with CNTL/Z. S1(config)#interface fa0/1 S1(config-if)#switchport access vlan 88 S1(config-if)#switchport mode access

S1(config-if)#no shutdown S1(config-if)#exit S1(config)#interface fa0/3 S1(config-if)#switchport access vlan 10 S1(config-if)#switchport mode access S1(config-if)#no shutdown S1(config-if)#exit S1(config)#

S1>enable S1#configure terminal Enter configuration commands, one per line. End with CNTL/Z. S1(config)#interface FastEthernet0/1 S1(config-if)# S1(config-if)#exit S1(config)#interface FastEthernet0/2 S1(config-if)# S1(config-if)#exit S1(config)#interface FastEthernet0/3 S1(config-if)# %LINK-5-CHANGED: Interface FastEthernet0/3, changed state to down

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/3, changed state to down

S1(config-if)#exit

S1(config)#interface FastEthernet0/3 S1(config-if)#no shutdown S1(config-if)# S1(config-if)#exit S1(config)#interface FastEthernet0/3 S1(config-if)# S1(config-if)#exit S1(config)#interface FastEthernet0/3 S1(config-if)# S1(config-if)#exit S1(config)#interface FastEthernet0/3 S1(config-if)# S1(config-if)#exit S1(config)#int fa0/3 S1(config-if)#no shutdown S1(config-if)# S1(config-if)#exit S1(config)# S1(config)#interface FastEthernet0/3 S1(config-if)#shutdown

%LINK-5-CHANGED: Interface FastEthernet0/3, changed state to administratively down S1(config-if)#no shutdown

%LINK-5-CHANGED: Interface FastEthernet0/3, changed state to down S1(config-if)#speed 100

S1(config-if)#duplex half S1(config-if)#shutdown

%LINK-5-CHANGED: Interface FastEthernet0/3, changed state to administratively down S1(config-if)#no shutdown

%LINK-5-CHANGED: Interface FastEthernet0/3, changed state to down S1(config-if)#speed auto S1(config-if)#duplex auto S1(config-if)#switchport access vlan 10 S1(config-if)#switchport mode access S1(config-if)#no shutdown S1(config-if)#

Вам также может понравиться