Vous êtes sur la page 1sur 19

Switch>ENABLE

Switch#CONFIGURE TERMINAL
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#VLAN 10
Switch(config-vlan)#NAME VLAN10
Switch(config-vlan)#EXIT
Switch(config)#VLAN 20
Switch(config-vlan)#NAME VLAN 20
^
% Invalid input detected at '^' marker.
Switch(config-vlan)#NAME VLAN20
Switch(config-vlan)#EXIT
Switch(config)#EXIT
Switch#
%SYS-5-CONFIG_I: Configured from console by console

Switch#SHOW VLAN

VLAN Name Status Ports


---- -------------------------------- --------- -------------------------------
1 default active Fa0/1, Fa0/2, Fa0/3, Fa0/4
Fa0/5, Fa0/6, Fa0/7, Fa0/8
Fa0/9, Fa0/10, Fa0/11, Fa0/12
Fa0/13, Fa0/14, Fa0/15, Fa0/16
Fa0/17, Fa0/18, Fa0/19, Fa0/20
Fa0/21, Fa0/22, Fa0/23, Fa0/24
Gig0/1, Gig0/2
10 VLAN10 active
20 VLAN20 active
1002 fddi-default active
1003 token-ring-default active
1004 fddinet-default active
1005 trnet-default active

VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2
---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------
1 enet 100001 1500 - - - - - 0 0
10 enet 100010 1500 - - - - - 0 0
20 enet 100020 1500 - - - - - 0 0
1002 fddi 101002 1500 - - - - - 0 0
1003 tr 101003 1500 - - - - - 0 0
1004 fdnet 101004 1500 - - - ieee - 0 0
1005 trnet 101005 1500 - - - ibm - 0 0

VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2
---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------

Remote SPAN VLANs


------------------------------------------------------------------------------

Primary Secondary Type Ports


------- --------- ----------------- ------------------------------------------
Switch#
Switch#CONFIGURE TERMINAL
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#INTERFACE RANGE F0/3-10
Switch(config-if-range)#SWITCHPORT MODE ACCESS
Switch(config-if-range)#SWITCHPORT ACCESS VLAN 10
Switch(config-if-range)#EXIT
Switch(config)#INTERFACE RANGE F0/11-15
Switch(config-if-range)#SWITCHPORT MODE ACCESS
Switch(config-if-range)#SWITCHPORT ACCES VLAN 20
Switch(config-if-range)#EXIT
Switch(config)#SHOW VLAN
^
% Invalid input detected at '^' marker.
Switch(config)#EXIT
Switch#
%SYS-5-CONFIG_I: Configured from console by console

Switch#SHOW VLAN

VLAN Name Status Ports


---- -------------------------------- --------- -------------------------------
1 default active Fa0/1, Fa0/2, Fa0/16, Fa0/17
Fa0/18, Fa0/19, Fa0/20, Fa0/21
Fa0/22, Fa0/23, Fa0/24, Gig0/1
Gig0/2
10 VLAN10 active Fa0/3, Fa0/4, Fa0/5, Fa0/6
Fa0/7, Fa0/8, Fa0/9, Fa0/10
20 VLAN20 active Fa0/11, Fa0/12, Fa0/13, Fa0/14
Fa0/15
1002 fddi-default active
1003 token-ring-default active
1004 fddinet-default active
1005 trnet-default active

VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2
---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------
1 enet 100001 1500 - - - - - 0 0
10 enet 100010 1500 - - - - - 0 0
20 enet 100020 1500 - - - - - 0 0
1002 fddi 101002 1500 - - - - - 0 0
--More--
%LINK-5-CHANGED: Interface FastEthernet0/2, changed state to down

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


down

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

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


up

Switch con0 is now available

Press RETURN to get started.

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

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


up
%SPANTREE-2-RECV_PVID_ERR: Received 802.1Q BPDU on non trunk
FastEthernet0/2 VLAN1.
%SPANTREE-2-BLOCK_PVID_LOCAL: Blocking FastEthernet0/2 on VLAN0001.
Inconsistent port type.

Switch>ENABLE
Switch#CO
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state to
down

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


up
NFIGURE TERMINAL
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#INTERFACE F0/2
Switch(config-if)#SWITCHPORT MODE TRUNK
Switch(config-if)#EXIT
Switch(config)#EXIT
Switch#
%SYS-5-CONFIG_I: Configured from console by console

Switch#
Switch#ENABLE
Switch#CONFIGURE TERMINAL
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#INTERFACE F0/1
Switch(config-if)#SWITCHPORT MODE TRUNK
Switch(config-if)#EXIT
Switch(config)#EXIT
Switch#
%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 to


up

Switch con0 is now available


Press RETURN to get started.

Switch>ENABLE

Switch#CONFIGURE TERMINAL

Enter configuration commands, one per line. End with CNTL/Z.

Switch(config)#VLAN 10

Switch(config-vlan)#NAME VLAN10

Switch(config-vlan)#EXIT

Switch(config)#VLAN 20

Switch(config-vlan)#NAME VLAN 20

% Invalid input detected at '^' marker.

Switch(config-vlan)#NAME VLAN20

Switch(config-vlan)#EXIT

Switch(config)#EXIT

Switch#

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

Switch#SHOW VLAN
VLAN Name Status Ports

---- -------------------------------- --------- -------------------------------

1 default active Fa0/1, Fa0/2, Fa0/3, Fa0/4

Fa0/5, Fa0/6, Fa0/7, Fa0/8

Fa0/9, Fa0/10, Fa0/11, Fa0/12

Fa0/13, Fa0/14, Fa0/15, Fa0/16

Fa0/17, Fa0/18, Fa0/19, Fa0/20

Fa0/21, Fa0/22, Fa0/23, Fa0/24

Gig0/1, Gig0/2

10 VLAN10 active

20 VLAN20 active

1002 fddi-default active

1003 token-ring-default active

1004 fddinet-default active

1005 trnet-default active

VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2

---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------

1 enet 100001 1500 - - - - - 0 0

10 enet 100010 1500 - - - - - 0 0

20 enet 100020 1500 - - - - - 0 0

1002 fddi 101002 1500 - - - - - 0 0

1003 tr 101003 1500 - - - - - 0 0

1004 fdnet 101004 1500 - - - ieee - 0 0

1005 trnet 101005 1500 - - - ibm - 0 0

VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2

---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------
Remote SPAN VLANs

------------------------------------------------------------------------------

Primary Secondary Type Ports

------- --------- ----------------- ------------------------------------------

Switch#

Switch#CONFIGURE TERMINAL

Enter configuration commands, one per line. End with CNTL/Z.

Switch(config)#INTERFACE RANGE F0/3-10

Switch(config-if-range)#SWITCHPORT MODE ACCESS

Switch(config-if-range)#SWITCHPORT ACCESS VLAN 10

Switch(config-if-range)#EXIT

Switch(config)#INTERFACE RANGE F0/11-15

Switch(config-if-range)#SWITCHPORT MODE ACCESS

Switch(config-if-range)#SWITCHPORT ACCES VLAN 20

Switch(config-if-range)#EXIT

Switch(config)#SHOW VLAN

% Invalid input detected at '^' marker.

Switch(config)#EXIT

Switch#

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

Switch#SHOW VLAN

VLAN Name Status Ports

---- -------------------------------- --------- -------------------------------

1 default active Fa0/1, Fa0/2, Fa0/16, Fa0/17


Fa0/18, Fa0/19, Fa0/20, Fa0/21

Fa0/22, Fa0/23, Fa0/24, Gig0/1

Gig0/2

10 VLAN10 active Fa0/3, Fa0/4, Fa0/5, Fa0/6

Fa0/7, Fa0/8, Fa0/9, Fa0/10

20 VLAN20 active Fa0/11, Fa0/12, Fa0/13, Fa0/14

Fa0/15

1002 fddi-default active

1003 token-ring-default active

1004 fddinet-default active

1005 trnet-default active

VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2

---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------

1 enet 100001 1500 - - - - - 0 0

10 enet 100010 1500 - - - - - 0 0

20 enet 100020 1500 - - - - - 0 0

1002 fddi 101002 1500 - - - - - 0 0

--More--

%LINK-5-CHANGED: Interface FastEthernet0/2, changed state to down

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

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

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


Switch con0 is now available

Press RETURN to get started.

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

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


%SPANTREE-2-RECV_PVID_ERR: Received 802.1Q BPDU on non trunk FastEthernet0/2 VLAN1.

%SPANTREE-2-BLOCK_PVID_LOCAL: Blocking FastEthernet0/2 on VLAN0001. Inconsistent port


type.

Switch>ENABLE

Switch#CO

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

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

NFIGURE TERMINAL

Enter configuration commands, one per line. End with CNTL/Z.

Switch(config)#INTERFACE F0/2

Switch(config-if)#SWITCHPORT MODE TRUNK

Switch(config-if)#EXIT

Switch(config)#EXIT

Switch#

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

Switch#

Switch#ENABLE

Switch#CONFIGURE TERMINAL

Enter configuration commands, one per line. End with CNTL/Z.

Switch(config)#INTERFACE F0/1

Switch(config-if)#SWITCHPORT MODE TRUNK

Switch(config-if)#EXIT

Switch(config)#EXIT
Switch#

%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 to up

Switch con0 is now available

Press RETURN to get started.

CONFIGURACION S2

(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, C2960 Software (C2960-LANBASE-M), Version 12.2(25)FX,


RELEASE SOFTWARE (fc1)
Copyright (c) 1986-2005 by Cisco Systems, Inc.
Compiled Wed 12-Oct-05 22:05 by pt_team
Image text-base: 0x80008098, data-base: 0x814129C4

Cisco WS-C2960-24TT (RC32300) processor (revision C0) with 21039K bytes of memory.

24 FastEthernet/IEEE 802.3 interface(s)


2 Gigabit Ethernet/IEEE 802.3 interface(s)

63488K bytes of flash-simulated non-volatile configuration memory.


Base ethernet MAC Address : 00D0.BA75.997E
Motherboard assembly number : 73-9832-06
Power supply part number : 341-0097-02
Motherboard serial number : FOC103248MJ
Power supply serial number : DCA102133JA
Model revision number : B0
Motherboard revision number : C0
Model number : WS-C2960-24TT
System serial number : FOC1033Z1EY
Top Assembly Part Number : 800-26671-02
Top Assembly Revision Number : B0
Version ID : V02
CLEI Code Number : COM3K00BRA
Hardware Board Revision Number : 0x01

Switch Ports Model SW Version SW Image


------ ----- ----- ---------- ----------
* 1 26 WS-C2960-24TT 12.2 C2960-LANBASE-M

Cisco IOS Software, C2960 Software (C2960-LANBASE-M), Version 12.2(25)FX,


RELEASE SOFTWARE (fc1)
Copyright (c) 1986-2005 by Cisco Systems, Inc.
Compiled Wed 12-Oct-05 22:05 by pt_team

Press RETURN to get started!


%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/4, changed state to up

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


up

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

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/11, changed state


to up

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

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/12, changed state


to up

Switch>ENABLE
Switch#HOST NAME S2
^
% Invalid input detected at '^' marker.
Switch#CONFIGURE TERMINAL
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#VLAN 10
Switch(config-vlan)#NAME VLAN10
Switch(config-vlan)#EXIT
Switch(config)#VLAN 20
Switch(config-vlan)#NAME VLAN20
Switch(config-vlan)#EXIT
Switch(config)#INTERFACE RANGE F0/3-10
Switch(config-if-range)#INTERFACE MODE ACCESS
^
% Invalid input detected at '^' marker.
Switch(config-if-range)#SWITCHPORT MODE ACCESS
Switch(config-if-range)#SWITCHPORT ACCESS VLAN 10
Switch(config-if-range)#EXIT
Switch(config)#INTERFACE RANGE F0/11-15
Switch(config-if-range)#SWITCHPORT ACCESS VLAN 20
Switch(config-if-range)#SWITCHPORT MODE ACCESS
Switch(config-if-range)#EXIT
Switch(config)#EXIT
Switch#
%SYS-5-CONFIG_I: Configured from console by console

Switch#SHOW VLAN

VLAN Name Status Ports


---- -------------------------------- --------- -------------------------------
1 default active Fa0/1, Fa0/2, Fa0/16, Fa0/17
Fa0/18, Fa0/19, Fa0/20, Fa0/21
Fa0/22, Fa0/23, Fa0/24, Gig0/1
Gig0/2
10 VLAN10 active Fa0/3, Fa0/4, Fa0/5, Fa0/6
Fa0/7, Fa0/8, Fa0/9, Fa0/10
20 VLAN20 active Fa0/11, Fa0/12, Fa0/13, Fa0/14
Fa0/15
1002 fddi-default active
1003 token-ring-default active
1004 fddinet-default active
1005 trnet-default active

VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2
---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------
1 enet 100001 1500 - - - - - 0 0
10 enet 100010 1500 - - - - - 0 0
20 enet 100020 1500 - - - - - 0 0
1002 fddi 101002 1500 - - - - - 0 0
--More--

Switch con0 is now available

Press RETURN to get started.


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

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


up

Switch>ENABLE
Switch#CONFIGURE TERMINAL
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#INTERFACE F0/2
Switch(config-if)#SWITCHPORT MODE TRUNK

Switch(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state to
down

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


up

Switch(config-if)#EXIT
Switch(config)#EXIT
Switch#
%SYS-5-CONFIG_I: Configured from console by console

Switch con0 is now available


Press RETURN to get started.

ONFIGURACION ROUTER

System Bootstrap, Version 12.3(8r)T8, RELEASE SOFTWARE (fc1)


Cisco 1841 (revision 5.0) with 114688K/16384K bytes of memory.

Readonly ROMMON initialized

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)
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
--- System Configuration Dialog ---

Would you like to enter the initial configuration dialog? [yes/no]: NO

Press RETURN to get started!

Router>ENABLE
Router#CONFIGURE TERMINAL
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#INTERFACE F0/0
Router(config-if)#NO SHUTDOWN

Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

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


up

Router(config-if)#EXIT
Router(config)#INTERFACE F0/0.10
Router(config-subif)#
%LINK-5-CHANGED: Interface FastEthernet0/0.10, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0.10, changed state


to up

Router(config-subif)#ENCAPSULATION DOT1Q 10
Router(config-subif)#IP ADDRESS 192.168.20.15 255.255.255.0
Router(config-subif)#EXIT
Router(config)#INTERFACE F0/0.20
Router(config-subif)#
%LINK-5-CHANGED: Interface FastEthernet0/0.20, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0.20, changed state


to up

Router(config-subif)#IP ADDRESS 192.168.10.25 255.255.255.0

% 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.

Router(config-subif)#EMCAPSULATION DOT1Q 20
^
% Invalid input detected at '^' marker.
Router(config-subif)#INTERFACE F0/0.20
Router(config-subif)#ENCAPSULATION DOT1Q 20
Router(config-subif)#IP ADDRESS 192.168.10.25 255.255.255.0
Router(config-subif)#EXIT
Router(config)#EXIT
Router#
%SYS-5-CONFIG_I: Configured from console by console

Router con0 is now available

Press RETURN to get started.

Vous aimerez peut-être aussi