-
Notifications
You must be signed in to change notification settings - Fork 11
/
keng-ceos.pb.txt
71 lines (71 loc) · 1.2 KB
/
keng-ceos.pb.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
name: "keng-ceos"
nodes: {
name: "keng"
vendor: KEYSIGHT
version: "v1.5.1-3"
services: {
key: 8443
value: {
name: "https"
inside: 8443
}
}
services: {
key: 40051
value: {
name: "grpc"
inside: 40051
}
}
services: {
key: 50051
value: {
name: "gnmi"
inside: 50051
}
}
}
nodes: {
name: "r1"
vendor: ARISTA
model: "ceos"
os: "eos"
config: {
config_path: "/mnt/flash"
config_file: "startup-config"
file: "configs/r1-config"
cert: {
self_signed: {
cert_name: "gnmiCert.pem",
key_name: "gnmiCertKey.pem",
key_size: 4096,
}
}
}
services:{
key: 22
value: {
name: "ssh"
inside: 22
}
}
services:{
key: 6030
value: {
name: "gnmi"
inside: 6030
}
}
}
links: {
a_node: "keng"
a_int: "eth1"
z_node: "r1"
z_int: "eth1"
}
links: {
a_node: "keng"
a_int: "eth2"
z_node: "r1"
z_int: "eth2"
}