You are on page 1of 24

/Router

hl_chang@ringline.com.tw

(Router)

1-2

1-4

1-5

1-6

routing table

1-7


(Local Area Network - LAN)
(Metropolitan Area Network - MAN)
(Wide Area Network)
(Wireless Network)
(Internet)
1-8

1-9

WWW
FTP
Mail
Video Conference
IP Telephony
1-10

Video on Demand
E-Commerce
B2C
B2B

ADSL
Cable Modem

1-11

(router)

12

1-13

1-14

User EXEC Level


Router>

Privilege EXEC Level


Router>enable
Router#

1-15

Global Configuration Level


Router#configure terminal
Router(config)#

Interface Configuration Level


Router(config)#interface FastEthernet 0/1
Router(config-if)#

1-16

Line Configuration Level


Router(config)#line vty 0 4
Router(config-line)#

1-17

Router>
Router>enable
Password:
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname ChiaYi
ChiaYi(config)#

1-18


ChiaYi#clock ?
set Set the time and date
ChiaYi#show clock
ChiaYi#clock set ? 19:08:21.970 UTC Mon Jul 10 2000
hh:mm:ss Current Time
ChiaYi#clock set 19:07:00 ?
<1-31> Day of the month
MONTH Month of the year
ChiaYi#clock set 19:07:00 10 July ?
<1993-2035> Year
ChiaYi#clock set 19:07:00 10 July 2000
1-19

ChiaYi(config)#enable secret SayHi


ChiaYi(config)#line vty 0 4
ChiaYi(config-line)#password SayHello

ChiaYi(config)#service password-encryption

1-20


ChiaYi(config-line)#^Z
ChiaYi#show running-config
Building configuration...
Current configuration:
!
! Last configuration change at 19:14:18 UTC Mon Jul 10 2000
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname ChiaYi
!
enable secret 5 $1$qfsK$KBrL6FRSp9JqXFrV/MezQ.
enable password 7 1511021F0725
1-21


ChiaYi#show interface Ethernet 0
Ethernet0 is up, line protocol is up
Hardware is QUICC Ethernet, address is 0010.7b77.9348 (bia 0010.7b77.9348)
Internet address is 203.75.79.94/27
MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set, keepalive set (10 sec)
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:00, output 00:00:00, output hang never
Last clearing of "show interface" counters never
Queueing strategy: fifo
Output queue 0/40, 0 drops; input queue 0/75, 0 drops
5 minute input rate 2000 bits/sec, 2 packets/sec
5 minute output rate 1000 bits/sec, 2 packets/sec
48904 packets input, 7419640 bytes, 0 no buffer
Received 4693 broadcasts, 0 runts, 0 giants, 0 throttles

1-22


ChiaYi#ping 140.123.101.250

Type escape sequence to abort.


Sending 5, 100-byte ICMP Echos to 140.123.101.250, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 56/60/64 ms
ChiaYi#

1-23


ChiaYi#traceroute 140.123.101.250

Type escape sequence to abort.


Tracing the route to CSIE-C5505 (140.123.101.250)
1 h195.s42.ts.hinet.net (168.95.42.195) 40 msec 40 msec 36 msec
2 h158.s42.ts.hinet.net (168.95.42.158) 40 msec 36 msec 32 msec
3 h241.s42.ts.hinet.net (168.95.42.241) 36 msec 32 msec 36 msec
4 168.95.2.162 32 msec 36 msec 36 msec
5 192.192.0.17 36 msec 36 msec 36 msec
6 TANet-CCU.edu.tw (203.72.38.123) 52 msec 48 msec 40 msec
7 140.123.1.238 72 msec * 80 msec
ChiaYi#

1-24

You might also like