-
Notifications
You must be signed in to change notification settings - Fork 0
/
atl-rtr01.cfg
98 lines (97 loc) · 1.76 KB
/
atl-rtr01.cfg
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
version 15.1F4.15;
groups {
global {
system {
login {
user ntc {
uid 2000;
class super-user;
authentication {
encrypted-password "$5$9dE0bRr9$.VvWkJKa3J7HW95.G3KxW9x01nUoVi0PnXuZBlpOUH9"; ## SECRET-DATA
}
}
}
}
}
}
apply-groups global;
system {
host-name atl-rtr01;
domain-name ntc.com;
root-authentication {
encrypted-password "$5$1FR588oW$dWnmaj9S4t/GHEYL/gn8tOz3.yXoIMYHrCDyn.4hIo0"; ## SECRET-DATA
}
services {
ssh;
netconf {
ssh;
}
}
syslog {
user * {
any emergency;
}
file messages {
any notice;
authorization info;
}
file interactive-commands {
interactive-commands any;
}
}
}
interfaces {
ge-0/0/0 {
unit 0 {
family inet;
}
}
ge-0/0/1 {
unit 0 {
family inet;
}
}
ge-0/0/2 {
unit 0 {
family inet;
}
}
ge-0/0/3 {
unit 0 {
family inet;
}
}
fxp0 {
unit 0 {
family inet {
address 10.0.0.32/24;
}
}
}
lo0 {
unit 0 {
family inet {
address 10.2.1.1/32;
}
}
}
}
snmp {
community public {
authorization read-only;
}
community networktocode {
authorization read-only;
}
}
routing-options {
static {
route 0.0.0.0/0 next-hop 10.0.0.2;
}
}
protocols {
lldp {
port-id-subtype interface-name;
interface all;
}
}