Vous êtes sur la page 1sur 8

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) 4 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 Vlan1, changed state to up %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to administratively do wn %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to administratively do wn %LINK-5-CHANGED: Interface Vlan1, changed state to administratively down %SYS-5-CONFIG_I: Configured from console by console Router> Router> Router>ena Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#host R2 R2(config)#int fa0/0 R2(config-if)#ip add 172.17.1.1 255.255.255.0 R2(config-if)#no shut R2(config-if)# %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state t o up int s0/0/0 R2(config-if)#ip add 10.0.0.2 255.255.255.252 R2(config-if)#no shut R2(config-if)# %LINK-5-CHANGED: Interface Serial0/0/0, changed state to up R2(config-if)# R2(config-if)# R2(config-if)# %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up router rip R2(config-router)#ver R2(config-router)#ver 2 R2(config-router)#net 172.17.1.0 R2(config-router)#no au R2(config-router)#router ospf 100 R2(config-router)#net 10.0.0.0 0.0.0.3 ar 0 R2(config-router)#re R2(config-router)#redistribute 00:20:36: %OSPF-5-ADJCHG: Process 100, Nbr 192.168.1.193 on Serial0/0/0 from LOA DING to FULL, Loading Done ri R2(config-router)#redistribute rip su R2(config-router)#redistribute rip subnets R2(config-router)#router rip R2(config-router)#re R2(config-router)#redistribute os R2(config-router)#redistribute ospf 100 ma R2(config-router)#redistribute ospf 100 match ex R2(config-router)#redistribute ospf 100 match external R2(config-router)#do show ip ro Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP

D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route Gateway of last resort is not set 10.0.0.0/30 is subnetted, 1 subnets 10.0.0.0 is directly connected, Serial0/0/0 172.17.0.0/24 is subnetted, 1 subnets C 172.17.1.0 is directly connected, FastEthernet0/0 192.168.1.0/26 is subnetted, 4 subnets O E2 192.168.1.0 [110/20] via 10.0.0.1, 00:00:09, Serial0/0/0 O E2 192.168.1.64 [110/20] via 10.0.0.1, 00:00:09, Serial0/0/0 O E2 192.168.1.128 [110/20] via 10.0.0.1, 00:00:09, Serial0/0/0 O E2 192.168.1.192 [110/20] via 10.0.0.1, 00:00:09, Serial0/0/0 R2(config-router)#ip dhcp pool network192.168.1.0 R2(dhcp-config)#network 192.168.1.0 255.255.255.192 R2(dhcp-config)#default 192.168.1.1 R2(dhcp-config)#dns 8.8.8.8 R2(dhcp-config)# R2(dhcp-config)#ip dhcp pool network192.168.1.64 R2(dhcp-config)#network 192.168.1.64 255.255.255.192 R2(dhcp-config)#default 192.168.1.65 R2(dhcp-config)#dns 8.8.8.8 R2(dhcp-config)# R2(dhcp-config)#ip dhcp pool network192.168.1.128 R2(dhcp-config)#network 192.168.1.128 255.255.255.192 R2(dhcp-config)#default 192.168.1.129 R2(dhcp-config)#dns 8.8.8.8 R2(dhcp-config)# R2(dhcp-config)#ip dhcp pool network192.168.1.192 R2(dhcp-config)#network 192.168.1.192 255.255.255.192 R2(dhcp-config)#default 192.168.1.193 R2(dhcp-config)#dns 8.8.8.8 R2(dhcp-config)# R2(dhcp-config)#ip dhcp pool network172.17.1.0 R2(dhcp-config)#network 172.17.1.0 255.255.255.0 R2(dhcp-config)#default 172.17.1.1 R2(dhcp-config)#dns 8.8.8.8 R2(dhcp-config)# R2(dhcp-config)#ip dhcp ex 192.168.1.1 R2(config)#ip dhcp ex 192.168.1.65 R2(config)#ip dhcp ex 192.168.1.129 R2(config)#ip dhcp ex 192.168.1.193 R2(config)#ip dhcp ex 172.17.1.1 R2(config)# R2(config)# C

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) 4 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 Vlan1, changed state to up %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to administratively do wn %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to administratively do wn %LINK-5-CHANGED: Interface Vlan1, changed state to administratively down

%SYS-5-CONFIG_I: Configured from console by console Router> Router> Router>ena Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#host R` R`(config)#host R1 R1(config)#int fa0/0 R1(config-if)#no shut R1(config-if)# %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state t o up %LINK-5-CHANGED: Interface FastEthernet0/0.1, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0.1, changed state to up R1(config-if)# R1(config-if)# R1(config-if)#int fa0/0.1 R1(config-subif)#en R1(config-subif)#encapsulation do R1(config-subif)#encapsulation dot1Q 1 R1(config-subif)#ip add 192.168.1.1 255.255.255.192 R1(config-subif)#int fa0/0.2 R1(config-subif)# %LINK-5-CHANGED: Interface FastEthernet0/0.2, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0.2, changed state to up R1(config-subif)#encapsulation dot1Q 2 R1(config-subif)#ip add 192.168.1.65 255.255.255.192 R1(config-subif)#int fa0/0.3 R1(config-subif)# %LINK-5-CHANGED: Interface FastEthernet0/0.3, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0.3, changed state to up R1(config-subif)#encapsulation dot1Q 3 R1(config-subif)#ip add 192.168.1.129 255.255.255.192 R1(config-subif)#int fa0/0.4 R1(config-subif)# %LINK-5-CHANGED: Interface FastEthernet0/0.4, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0.4, changed state to up R1(config-subif)#ip add 192.168.1.193 255.255.255.192 % Configuring IP routing on a LAN subinterface is only allowed if that subinterface is already configured as part of an IEEE 802.10, IEEE 802.1Q, or ISL vLAN. R1(config-subif)#encapsulation dot1Q 4

R1(config-subif)#ip add 192.168.1.193 255.255.255.192 R1(config-subif)#int s0/0/0 R1(config-if)#ip add 10.0.0.1 255.255.255.252 R1(config-if)#no shut %LINK-5-CHANGED: Interface Serial0/0/0, changed state to down R1(config-if)# R1(config-if)#\ ^ % Invalid input detected at '^' marker. R1(config-if)# R1(config-if)# R1(config-if)# R1(config-if)# R1(config-if)#router ospf 100 R1(config-router)#net 10.0.0.0 0.0.0.3 ar 0 R1(config-router)#router eigrp 100 R1(config-router)#net 192.168.1.0 0.0.0.63 R1(config-router)#net 192.168.1.64 0.0.0.63 R1(config-router)#net 192.168.1.128 0.0.0.63 R1(config-router)#net 192.168.1.192 0.0.0.63 R1(config-router)#no au R1(config-router)#router ospf 100 R1(config-router)#re R1(config-router)#redistribute ei R1(config-router)#redistribute eigrp 100 su R1(config-router)#redistribute eigrp 100 subnets R1(config-router)#router eigrp 100 R1(config-router)#re R1(config-router)#redistribute os R1(config-router)#redistribute ospf 100 mat R1(config-router)#redistribute ospf 100 match ex R1(config-router)# %LINK-5-CHANGED: Interface Serial0/0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up 00:20:36: %OSPF-5-ADJCHG: Process 100, Nbr 172.17.1.1 on Serial0/0/0 from LOADIN G to FULL, Loading Done R1(config-router)# R1(config-router)# R1(config-router)#int fa0/0.1 R1(config-subif)#ip help 10.0.0.2 R1(config-subif)#ip help R1(config-subif)#ip helper-address R1(config-subif)#int fa0/0.2 R1(config-subif)#ip helper-address R1(config-subif)#int fa0/0.3 R1(config-subif)#ip helper-address R1(config-subif)#int fa0/0.3 R1(config-subif)#int fa0/0.4 R1(config-subif)#ip helper-address R1(config-subif)#

10.0.0.2 10.0.0.2 10.0.0.2 10.0.0.2

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 Cisco WS-C2950-24 (RC32300) processor (revision C0) with 21039K bytes of memory. Processor board ID FHK0610Z0WC Running Standard Image 24 FastEthernet/IEEE 802.3 interface(s) 63488K bytes of flash-simulated non-volatile configuration memory. Base ethernet MAC Address: 0002.4A7D.E87C 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/1, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state t o up %LINK-5-CHANGED: Interface FastEthernet0/2, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state t o up Switch> Switch> Switch>ena Switch#con ft % Ambiguous command: "con ft" Switch#conf Configuring from terminal, memory, or network [terminal]? Enter configuration co mmands, one per line. End with CNTL/Z. Switch(config)#conf t ^ % Invalid input detected at '^' marker. Switch(config)#spa

Switch(config)#spanning-tree Switch(config)#spanning-tree Switch(config)#spanning-tree Switch(config)#spanning-tree Switch(config)#

vlan vlan vlan vlan

ro 1 ro 1 root p 1 root primary

OWN: Line protocol on Interface FastEthernet0/1, changed state to up %LINK-5-CHANGED: Interface FastEthernet0/2, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state t o up Switch> Switch> Switch>ena Switch#conf t Enter configuration commands, one Switch(config)#sp Switch(config)#spanning-tree vlan Switch(config)#spanning-tree vlan Switch(config)#spanning-tree vlan Switch(config)#

per line. End with CNTL/Z. 1 ro 1 root s 1 root secondary

Vous aimerez peut-être aussi