-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcisco-2950-setup
83 lines (64 loc) · 1.25 KB
/
cisco-2950-setup
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Use below commands as a reference to setup your cisco 2950 for both data and voice
line console 0
loggin synchronous
no exec-timeout 5 0
login local
exit
line vty 0 15
loggin asynchrous
no exec-timeout
login local
privilege level 15
trasport input ssh
exit
enable secret secret
servicew password-enc
username username privilege 15 password 0 password
banner login ^
Set up your pretty banner
Your
^
int fa0/0
no ip add
no shut
int fa0/0.10
en d1q 10
ip add 192.168.10.1 255.255.255.0
exit
int fa0/0.20
en dot1q 20
ip add 192.168.20.1 255.255.255.0
exit
ip dhcp excluded-address 192.168.10.1 192.168.10.5
ip dhcp excluded-address 192.168.20.1 129.168.20.5
ip dhcp pool voice
network 192.68.10.0
default-route 192.168.10.1
option 150 ip 192.168.10.1
exit
ip dhcp pool data
network 192.168.20.1
default-route 192.168.20.1
option 150 ip 19.168.10.1
exit
router rip
version 2
network 192.168.10.0
network 192.168.20.0
no auto-summary
exit
clock timezone utc 5 30
ntp master 2
clocl set 10:00:00 2 feb 2015
telephony-service
max-ephone 2
max-dn 20
auto-reg-ephone'auto assign 1 to 2
create cnf-files
copy run start
ip http server
ip http secure-server
ip http authentication local
ip http timeout-policy idle 600 life 86400 reques 86400
ip http path flash:/gui
exit