0% found this document useful (0 votes)
78 views6 pages

Bài tập chương 4: Lê Nho Duy - K22E

The document discusses IP configuration and commands on a Cisco switch including ipconfig, ping, telnet, configuring the hostname, passwords, VLAN interface IP address and enabling passwords.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
78 views6 pages

Bài tập chương 4: Lê Nho Duy - K22E

The document discusses IP configuration and commands on a Cisco switch including ipconfig, ping, telnet, configuring the hostname, passwords, VLAN interface IP address and enabling passwords.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Lê Nho Duy_K22E

Bài tập chương 4

Pc1
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>
Packet Tracer PC Command Line 1.0
PC>ipconfig

FastEthernet0 Connection:(default port)

Link-local IPv6 Address.........: FE80::202:16FF:FE2A:32


IP Address......................: 10.1.1.5
Subnet Mask.....................: 255.255.255.0
Default Gateway.................: 0.0.0.0

PC>ping 10.1.1.1

Pinging 10.1.1.1 with 32 bytes of data:

Request timed out.


Reply from 10.1.1.1: bytes=32 time=0ms TTL=255
Reply from 10.1.1.1: bytes=32 time=0ms TTL=255
Reply from 10.1.1.1: bytes=32 time=0ms TTL=255

Ping statistics for 10.1.1.1:


Packets: Sent = 4, Received = 3, Lost = 1 (25% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
PC>ping 10.1.1.1

Pinging 10.1.1.1 with 32 bytes of data:


Reply from 10.1.1.1: bytes=32 time=0ms TTL=255
Reply from 10.1.1.1: bytes=32 time=0ms TTL=255
Reply from 10.1.1.1: bytes=32 time=0ms TTL=255
Reply from 10.1.1.1: bytes=32 time=0ms TTL=255

Ping statistics for 10.1.1.1:


Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

PC>telnet
Packet Tracer PC Telnet

Usage: telnet target [port]

PC>telnet 10.1.1.1
Trying 10.1.1.1 ...Open

User Access Verification

Password:
NHODUY>en
NHODUY>enable
Password:
NHODUY#
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>
Phần mềm cisco
C2950 Boot Loader (C2950-HBOOT-M) Version 12.1(11r)EA1,
RELEASE SOFTWARE (fc1)
Compiled Mon 22-Jul-02 18:57 by miwang
Cisco WS-C2950-24 (RC32300) processor (revision C0) with 21039K
bytes of memory.
2950-24 starting...
Base ethernet MAC Address: 0060.5C88.8220
Xmodem file system is available.
Initializing Flash...
flashfs[0]: 1 files, 0 directories
flashfs[0]: 0 orphaned files, 0 orphaned directories
flashfs[0]: Total bytes: 64016384
flashfs[0]: Bytes used: 3058048
flashfs[0]: Bytes available: 60958336
flashfs[0]: flashfs fsck took 1 seconds.
...done Initializing Flash.
Boot Sector Filesystem (bs:) installed, fsid: 3
Parameter Block Filesystem (pb:) installed, fsid: 4

Loading "flash:/c2950-i6q4l2-mz.121-22.EA4.bin"...
##########################################################
################ [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 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: 0060.5C88.8220
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 FastEthernet0/1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface


FastEthernet0/1, changed state to up
Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#hostn
Switch(config)#hostname NHODUY
NHODUY(config)#line con 0
NHODUY(config-line)#pas cisco
NHODUY(config-line)#pass cisco
NHODUY(config-line)#pass cisco
NHODUY(config-line)#pass
NHODUY(config-line)#password cisco
NHODUY(config-line)#login
NHODUY(config-line)#exit
NHODUY(config)#line vty 0 15
NHODUY(config-line)#pass
NHODUY(config-line)#password telnet
NHODUY(config-line)#login
NHODUY(config-line)#exit
NHODUY(config)#int vlan 1
NHODUY(config-if)#ip add 10.1.1.1 255.255.255.0
NHODUY(config-if)#no shut
CHUNG(config-if)#no shutdown

NHODUY(config-if)#
%LINK-5-CHANGED: Interface Vlan1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1,


changed state to up

NHODUY(config-if)#exit
NHODUY(config)#enable pass enable
NHODUY(config)#enable pass enable
NHODUY(config)#enable pass
NHODUY(config)#enable password enable
NHODUY(config)#login
^
% Invalid input detected at '^' marker.
NHODUY(config)#exit
NHODUY#
%SYS-5-CONFIG_I: Configured from console by console

NHODUY#write
Building configuration...
[OK]
NHODUY#cop running-config startup-config
Destination filename [startup-config]?
?Bad filename
%Error parsing filename (Bad file number)
NHODUY#

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy