-
Notifications
You must be signed in to change notification settings - Fork 5
/
ex-kickstart.conf
69 lines (69 loc) · 1.18 KB
/
ex-kickstart.conf
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
system {
host-name kickstart;
root-authentication {
encrypted-password "$1$e2wwr2k2$q1e94EryHTuJAK0XBxBrj0"; ## SECRET-DATA
}
static-host-mapping {
ztpserver inet 192.168.10.89;
}
services {
ssh;
netconf {
ssh;
}
}
syslog {
user * {
any emergency;
user info;
}
file messages {
any notice;
authorization info;
}
console {
user info;
}
}
}
interfaces {
me0 {
unit 0 {
family inet {
dhcp;
}
}
}
}
event-options {
generate-event {
jctyztp time-interval 60;
}
policy jctyztp {
events jctyztp;
then {
execute-commands {
commands {
"op url http://ztpserver/juniper/script/jctyztp.slax";
}
}
}
}
}
protocols {
igmp-snooping {
vlan all;
}
rstp;
lldp {
interface all;
}
lldp-med {
interface all;
}
}
ethernet-switching-options {
storm-control {
interface all;
}
}