forked from vaamonde/ccna-v7-200-301
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRouter-aula.txt
57 lines (41 loc) · 1.36 KB
/
Router-aula.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
ipno shut[
3
Router>ena
Router#conf t
Router(config)#hostname SP
SP(config)#int f0/0
SP(config-if)#desc Porta LAn de SP
SP(config-if)#ip add 192.168.1.1 255.255.255.0
SP(config-if)#no shut
SP(config-if)#exit
SP(config)#int s0/0
SP(config-if)#desc PORTA WAN que LIGA SP ao RJnet
SP(config-if)#ip add 200.100.10.1 255.255.255.0
SP(config-if)#no shut
SP(config-if)#clock rate 128000
SP(config-if)#band 128
SP(config-if)#exit
SP(config) router rip
SP(config-router)#net 192.168.1.0
SP(config-router)#net 200.100.10.0
SP(config-router)# "Ctrl+Z"no shuta
SP#sh run
SP#copy run star
.....
SP#reload
.....
SP(config)# line con 0
SP(config-line)#password SENHA
SP(config-line)#login
.....
SP(config)# enable secret SENHA
SP(config)# enable password SENHA
....
*********************************************************************
****** APAGA A CONFIGURAçÂO do ROTEADOR e volta do ZERO ********
****** SP> ena ********
****** SP# erase star ********
****** SP# reload ********
****** ********
****** Router> ********
*********************************************************************