osism 0.20250616.0__tar.gz → 0.20250621.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- osism-0.20250621.0/AUTHORS +1 -0
- osism-0.20250621.0/ChangeLog +7 -0
- {osism-0.20250616.0/osism.egg-info → osism-0.20250621.0}/PKG-INFO +2 -2
- {osism-0.20250616.0 → osism-0.20250621.0}/files/sonic/config_db.json +200 -150
- {osism-0.20250616.0 → osism-0.20250621.0}/files/sonic/port_config/Accton-AS5835-54T.ini +55 -55
- osism-0.20250621.0/files/sonic/port_config/Accton-AS5835-54X.ini +55 -0
- osism-0.20250621.0/files/sonic/port_config/Accton-AS7326-56X.ini +59 -0
- osism-0.20250621.0/files/sonic/port_config/Accton-AS7726-32X.ini +35 -0
- osism-0.20250621.0/files/sonic/port_config/Accton-AS9716-32D.ini +35 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/commands/baremetal.py +23 -3
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/commands/manage.py +25 -1
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/commands/sync.py +27 -7
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/settings.py +1 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/tasks/conductor/__init__.py +2 -2
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/tasks/conductor/ironic.py +6 -2
- osism-0.20250621.0/osism/tasks/conductor/sonic/__init__.py +26 -0
- osism-0.20250621.0/osism/tasks/conductor/sonic/bgp.py +87 -0
- osism-0.20250621.0/osism/tasks/conductor/sonic/cache.py +114 -0
- osism-0.20250621.0/osism/tasks/conductor/sonic/config_generator.py +908 -0
- osism-0.20250621.0/osism/tasks/conductor/sonic/connections.py +389 -0
- osism-0.20250621.0/osism/tasks/conductor/sonic/constants.py +79 -0
- osism-0.20250621.0/osism/tasks/conductor/sonic/device.py +82 -0
- osism-0.20250621.0/osism/tasks/conductor/sonic/exporter.py +226 -0
- osism-0.20250621.0/osism/tasks/conductor/sonic/interface.py +789 -0
- osism-0.20250621.0/osism/tasks/conductor/sonic/sync.py +190 -0
- {osism-0.20250616.0 → osism-0.20250621.0/osism.egg-info}/PKG-INFO +2 -2
- {osism-0.20250616.0 → osism-0.20250621.0}/osism.egg-info/SOURCES.txt +11 -1
- {osism-0.20250616.0 → osism-0.20250621.0}/osism.egg-info/entry_points.txt +4 -0
- osism-0.20250621.0/osism.egg-info/pbr.json +1 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism.egg-info/requires.txt +1 -1
- osism-0.20250621.0/requirements.netbox-manager.txt +1 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/requirements.txt +1 -1
- {osism-0.20250616.0 → osism-0.20250621.0}/setup.cfg +4 -0
- osism-0.20250616.0/AUTHORS +0 -1
- osism-0.20250616.0/ChangeLog +0 -7
- osism-0.20250616.0/files/sonic/port_config/Accton-AS7326-56X.ini +0 -57
- osism-0.20250616.0/files/sonic/port_config/Accton-AS7726-32X.ini +0 -33
- osism-0.20250616.0/files/sonic/port_config/Accton-AS9716-32D.ini +0 -33
- osism-0.20250616.0/osism/tasks/conductor/sonic.py +0 -1401
- osism-0.20250616.0/osism.egg-info/pbr.json +0 -1
- osism-0.20250616.0/requirements.netbox-manager.txt +0 -1
- {osism-0.20250616.0 → osism-0.20250621.0}/.flake8 +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/.github/renovate.json +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/.github/workflows/publish.yml +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/.hadolint.yaml +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/.zuul.yaml +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/Containerfile +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/Dockerfile +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/LICENSE +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/Pipfile +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/Pipfile.lock +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/README.md +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/files/change.sh +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/files/cleanup-ansible-collections.sh +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/files/clustershell/clush.conf +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/files/clustershell/groups.conf +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/files/data/SCS-Spec.MandatoryFlavors.verbose.yaml +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/files/netbox-manager/settings.toml +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/files/run-ansible-console.sh +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/__init__.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/__main__.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/actions/__init__.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/api.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/commands/__init__.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/commands/apply.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/commands/compose.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/commands/compute.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/commands/configuration.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/commands/console.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/commands/container.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/commands/get.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/commands/log.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/commands/netbox.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/commands/noset.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/commands/reconciler.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/commands/server.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/commands/service.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/commands/set.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/commands/status.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/commands/task.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/commands/validate.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/commands/vault.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/commands/volume.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/commands/wait.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/commands/worker.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/core/__init__.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/core/enums.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/core/playbooks.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/data/__init__.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/main.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/plugins/__init__.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/services/__init__.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/services/listener.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/tasks/__init__.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/tasks/ansible.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/tasks/ceph.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/tasks/conductor/config.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/tasks/conductor/netbox.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/tasks/conductor/utils.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/tasks/conductor.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/tasks/kolla.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/tasks/kubernetes.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/tasks/netbox.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/tasks/openstack.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/tasks/reconciler.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism/utils/__init__.py +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism.egg-info/dependency_links.txt +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism.egg-info/not-zip-safe +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/osism.egg-info/top_level.txt +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/playbooks/build.yml +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/playbooks/pre.yml +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/playbooks/test-setup.yml +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/requirements.ansible.txt +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/requirements.openstack-flavor-manager.txt +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/requirements.openstack-image-manager.txt +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/requirements.yml +0 -0
- {osism-0.20250616.0 → osism-0.20250621.0}/setup.py +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
Christian Berendt <berendt@osism.tech>
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: osism
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.20250621.0
|
4
4
|
Summary: OSISM manager interface
|
5
5
|
Home-page: https://github.com/osism/python-osism
|
6
6
|
Author: OSISM GmbH
|
@@ -31,7 +31,7 @@ Requires-Dist: cliff==4.10.0
|
|
31
31
|
Requires-Dist: deepdiff==8.5.0
|
32
32
|
Requires-Dist: docker==7.1.0
|
33
33
|
Requires-Dist: dtrack-auditor==1.5.0
|
34
|
-
Requires-Dist: fastapi==0.115.
|
34
|
+
Requires-Dist: fastapi==0.115.13
|
35
35
|
Requires-Dist: flower==2.0.1
|
36
36
|
Requires-Dist: hiredis==3.2.1
|
37
37
|
Requires-Dist: jc==1.25.5
|
@@ -15,146 +15,84 @@
|
|
15
15
|
},
|
16
16
|
"BGP_GLOBALS_AF": {
|
17
17
|
"default|ipv4_unicast": {
|
18
|
-
"
|
19
|
-
"
|
18
|
+
"ibgp_equal_cluster_length": "false",
|
19
|
+
"max_ebgp_paths": "2",
|
20
|
+
"max_ibgp_paths": "2",
|
20
21
|
"route_flap_dampen": "false"
|
21
22
|
},
|
22
23
|
"default|ipv6_unicast": {
|
23
|
-
"
|
24
|
-
"
|
24
|
+
"ibgp_equal_cluster_length": "false",
|
25
|
+
"max_ebgp_paths": "2",
|
26
|
+
"max_ibgp_paths": "2"
|
25
27
|
}
|
26
28
|
},
|
27
|
-
"
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
}
|
35
|
-
},
|
36
|
-
"ECMP_LOADSHARE_TABLE_IPV6": {
|
37
|
-
"ipv6": {
|
38
|
-
"ipv6_dst_ip": "true",
|
39
|
-
"ipv6_l4_dst_port": "true",
|
40
|
-
"ipv6_l4_src_port": "true",
|
41
|
-
"ipv6_next_hdr": "true",
|
42
|
-
"ipv6_src_ip": "true"
|
43
|
-
}
|
44
|
-
},
|
45
|
-
"COREDUMP": {
|
46
|
-
"config": {
|
47
|
-
"enabled": "true"
|
48
|
-
}
|
49
|
-
},
|
50
|
-
"KDUMP": {
|
51
|
-
"config": {
|
52
|
-
"enabled": "true",
|
53
|
-
"memory": "0M-2G:256M,2G-4G:256M,4G-8G:384M,8G-:448M",
|
54
|
-
"num_dumps": "3"
|
55
|
-
}
|
56
|
-
},
|
57
|
-
"POLICY_BINDING_TABLE": {
|
58
|
-
"CtrlPlane": {
|
59
|
-
"INGRESS_QOS_POLICY": "oob-qos-policy"
|
60
|
-
}
|
61
|
-
},
|
62
|
-
"POLICY_SECTIONS_TABLE": {
|
63
|
-
"oob-qos-policy|class-oob-arp": {
|
29
|
+
"BGP_GLOBALS_AF_NETWORK": {},
|
30
|
+
"BGP_NEIGHBOR": {},
|
31
|
+
"BGP_NEIGHBOR_AF": {},
|
32
|
+
"BREAKOUT_CFG": {},
|
33
|
+
"BREAKOUT_PORTS": {},
|
34
|
+
"CLASSIFIER_TABLE": {
|
35
|
+
"class-oob-arp": {
|
64
36
|
"DESCRIPTION": "",
|
65
|
-
"
|
66
|
-
"
|
37
|
+
"ETHER_TYPE": "0x806",
|
38
|
+
"MATCH_TYPE": "FIELDS"
|
67
39
|
},
|
68
|
-
"
|
40
|
+
"class-oob-dhcp-client": {
|
69
41
|
"DESCRIPTION": "",
|
70
|
-
"
|
71
|
-
"
|
42
|
+
"ETHER_TYPE": "0x800",
|
43
|
+
"IP_PROTOCOL": "17",
|
44
|
+
"L4_DST_PORT": "68",
|
45
|
+
"MATCH_TYPE": "FIELDS"
|
72
46
|
},
|
73
|
-
"
|
47
|
+
"class-oob-dhcp-server": {
|
74
48
|
"DESCRIPTION": "",
|
75
|
-
"
|
76
|
-
"
|
49
|
+
"ETHER_TYPE": "0x800",
|
50
|
+
"IP_PROTOCOL": "17",
|
51
|
+
"L4_DST_PORT": "67",
|
52
|
+
"MATCH_TYPE": "FIELDS"
|
77
53
|
},
|
78
|
-
"
|
54
|
+
"class-oob-ip-multicast": {
|
79
55
|
"DESCRIPTION": "",
|
80
|
-
"
|
81
|
-
"
|
56
|
+
"DST_IP": "224.0.0.0/4",
|
57
|
+
"ETHER_TYPE": "0x800",
|
58
|
+
"MATCH_TYPE": "FIELDS"
|
82
59
|
},
|
83
|
-
"
|
60
|
+
"class-oob-ipv6-multicast": {
|
84
61
|
"DESCRIPTION": "",
|
85
|
-
"
|
86
|
-
"
|
87
|
-
|
88
|
-
},
|
89
|
-
"POLICY_TABLE": {
|
90
|
-
"oob-qos-policy": {
|
91
|
-
"DESCRIPTION": "QoS Ratelimiting policy for OOB port",
|
92
|
-
"TYPE": "QOS"
|
93
|
-
}
|
94
|
-
},
|
95
|
-
"MGMT_VRF_CONFIG": {
|
96
|
-
"vrf_global": {
|
97
|
-
"mgmtVrfEnabled": "true"
|
62
|
+
"DST_IPV6": "ff00::/8",
|
63
|
+
"ETHER_TYPE": "0x86DD",
|
64
|
+
"MATCH_TYPE": "FIELDS"
|
98
65
|
}
|
99
66
|
},
|
100
|
-
"
|
101
|
-
"
|
102
|
-
"
|
103
|
-
"nat_tcp_timeout": "86400",
|
104
|
-
"nat_timeout": "600",
|
105
|
-
"nat_udp_timeout": "300"
|
67
|
+
"COREDUMP": {
|
68
|
+
"config": {
|
69
|
+
"enabled": "true"
|
106
70
|
}
|
107
71
|
},
|
108
|
-
"
|
109
|
-
"
|
110
|
-
"
|
111
|
-
"
|
72
|
+
"DEVICE_METADATA": {
|
73
|
+
"localhost": {
|
74
|
+
"default_config_profile": "l3",
|
75
|
+
"frr_mgmt_framework_config": "true",
|
76
|
+
"intf_naming_mode": "standard",
|
77
|
+
"type": "LeafRouter"
|
112
78
|
}
|
113
79
|
},
|
114
|
-
"
|
115
|
-
"
|
116
|
-
"
|
117
|
-
|
118
|
-
|
119
|
-
"
|
120
|
-
|
121
|
-
"PORT": {
|
122
|
-
"FLEX_COUNTER_STATUS": "enable"
|
123
|
-
},
|
124
|
-
"QUEUE": {
|
125
|
-
"FLEX_COUNTER_STATUS": "enable"
|
126
|
-
},
|
127
|
-
"RIF": {
|
128
|
-
"FLEX_COUNTER_STATUS": "enable"
|
129
|
-
},
|
130
|
-
"TUNNEL": {
|
131
|
-
"FLEX_COUNTER_STATUS": "enable"
|
132
|
-
}
|
133
|
-
},
|
134
|
-
"HARDWARE": {
|
135
|
-
"ACCESS_LIST": {
|
136
|
-
"COUNTER_MODE": "per-rule",
|
137
|
-
"LOOKUP_MODE": "optimized"
|
80
|
+
"ECMP_LOADSHARE_TABLE_IPV4": {
|
81
|
+
"ipv4": {
|
82
|
+
"ipv4_dst_ip": "true",
|
83
|
+
"ipv4_l4_dst_port": "true",
|
84
|
+
"ipv4_l4_src_port": "true",
|
85
|
+
"ipv4_protocol": "true",
|
86
|
+
"ipv4_src_ip": "true"
|
138
87
|
}
|
139
88
|
},
|
140
|
-
"
|
141
|
-
"
|
142
|
-
"
|
143
|
-
|
144
|
-
|
145
|
-
"
|
146
|
-
|
147
|
-
"docker": {
|
148
|
-
"check_up_status": "False"
|
149
|
-
},
|
150
|
-
"hostcfgd": {
|
151
|
-
"check_up_status": "False"
|
152
|
-
},
|
153
|
-
"warmboot-finalizer": {
|
154
|
-
"check_up_status": "True"
|
155
|
-
},
|
156
|
-
"xphyd": {
|
157
|
-
"check_up_status": "True"
|
89
|
+
"ECMP_LOADSHARE_TABLE_IPV6": {
|
90
|
+
"ipv6": {
|
91
|
+
"ipv6_dst_ip": "true",
|
92
|
+
"ipv6_l4_dst_port": "true",
|
93
|
+
"ipv6_l4_src_port": "true",
|
94
|
+
"ipv6_next_hdr": "true",
|
95
|
+
"ipv6_src_ip": "true"
|
158
96
|
}
|
159
97
|
},
|
160
98
|
"FEATURE": {
|
@@ -327,6 +265,138 @@
|
|
327
265
|
"state": "enabled"
|
328
266
|
}
|
329
267
|
},
|
268
|
+
"FLEX_COUNTER_TABLE": {
|
269
|
+
"PFCWD": {
|
270
|
+
"FLEX_COUNTER_STATUS": "enable"
|
271
|
+
},
|
272
|
+
"PHY": {
|
273
|
+
"FLEX_COUNTER_STATUS": "enable"
|
274
|
+
},
|
275
|
+
"PORT": {
|
276
|
+
"FLEX_COUNTER_STATUS": "enable"
|
277
|
+
},
|
278
|
+
"QUEUE": {
|
279
|
+
"FLEX_COUNTER_STATUS": "enable"
|
280
|
+
},
|
281
|
+
"RIF": {
|
282
|
+
"FLEX_COUNTER_STATUS": "enable"
|
283
|
+
},
|
284
|
+
"TUNNEL": {
|
285
|
+
"FLEX_COUNTER_STATUS": "enable"
|
286
|
+
}
|
287
|
+
},
|
288
|
+
"HARDWARE": {
|
289
|
+
"ACCESS_LIST": {
|
290
|
+
"COUNTER_MODE": "per-rule",
|
291
|
+
"LOOKUP_MODE": "optimized"
|
292
|
+
}
|
293
|
+
},
|
294
|
+
"HOST_FEATURE": {
|
295
|
+
"caclmgrd": {
|
296
|
+
"check_up_status": "False"
|
297
|
+
},
|
298
|
+
"cron": {
|
299
|
+
"check_up_status": "False"
|
300
|
+
},
|
301
|
+
"docker": {
|
302
|
+
"check_up_status": "False"
|
303
|
+
},
|
304
|
+
"hostcfgd": {
|
305
|
+
"check_up_status": "False"
|
306
|
+
},
|
307
|
+
"warmboot-finalizer": {
|
308
|
+
"check_up_status": "True"
|
309
|
+
},
|
310
|
+
"xphyd": {
|
311
|
+
"check_up_status": "True"
|
312
|
+
}
|
313
|
+
},
|
314
|
+
"INTERFACE": {},
|
315
|
+
"KDUMP": {
|
316
|
+
"config": {
|
317
|
+
"enabled": "true",
|
318
|
+
"memory": "0M-2G:256M,2G-4G:256M,4G-8G:384M,8G-:448M",
|
319
|
+
"num_dumps": "3"
|
320
|
+
}
|
321
|
+
},
|
322
|
+
"LOOPBACK": {},
|
323
|
+
"LOOPBACK_INTERFACE": {},
|
324
|
+
"MGMT_INTERFACE": {},
|
325
|
+
"MGMT_PORT": {
|
326
|
+
"eth0": {
|
327
|
+
"admin_status": "up",
|
328
|
+
"autoneg": "true",
|
329
|
+
"description": "Management0",
|
330
|
+
"mtu": "1500",
|
331
|
+
"speed": "1000"
|
332
|
+
}
|
333
|
+
},
|
334
|
+
"MGMT_VRF_CONFIG": {
|
335
|
+
"vrf_global": {
|
336
|
+
"mgmtVrfEnabled": "true"
|
337
|
+
}
|
338
|
+
},
|
339
|
+
"NAT_GLOBAL": {
|
340
|
+
"Values": {
|
341
|
+
"admin_mode": "disabled",
|
342
|
+
"nat_tcp_timeout": "86400",
|
343
|
+
"nat_timeout": "600",
|
344
|
+
"nat_udp_timeout": "300"
|
345
|
+
}
|
346
|
+
},
|
347
|
+
"NEIGH_GLOBAL": {
|
348
|
+
"Values": {
|
349
|
+
"ipv4_arp_timeout": "1800",
|
350
|
+
"ipv6_nd_cache_expiry": "1800"
|
351
|
+
}
|
352
|
+
},
|
353
|
+
"NTP_SERVER": {},
|
354
|
+
"POLICY_BINDING_TABLE": {
|
355
|
+
"CtrlPlane": {
|
356
|
+
"INGRESS_QOS_POLICY": "oob-qos-policy"
|
357
|
+
}
|
358
|
+
},
|
359
|
+
"POLICY_SECTIONS_TABLE": {
|
360
|
+
"oob-qos-policy|class-oob-arp": {
|
361
|
+
"DESCRIPTION": "",
|
362
|
+
"PRIORITY": "1010",
|
363
|
+
"SET_POLICER_CIR": "256000"
|
364
|
+
},
|
365
|
+
"oob-qos-policy|class-oob-dhcp-client": {
|
366
|
+
"DESCRIPTION": "",
|
367
|
+
"PRIORITY": "1020",
|
368
|
+
"SET_POLICER_CIR": "512000"
|
369
|
+
},
|
370
|
+
"oob-qos-policy|class-oob-dhcp-server": {
|
371
|
+
"DESCRIPTION": "",
|
372
|
+
"PRIORITY": "1015",
|
373
|
+
"SET_POLICER_CIR": "512000"
|
374
|
+
},
|
375
|
+
"oob-qos-policy|class-oob-ip-multicast": {
|
376
|
+
"DESCRIPTION": "",
|
377
|
+
"PRIORITY": "1000",
|
378
|
+
"SET_POLICER_CIR": "256000"
|
379
|
+
},
|
380
|
+
"oob-qos-policy|class-oob-ipv6-multicast": {
|
381
|
+
"DESCRIPTION": "",
|
382
|
+
"PRIORITY": "1005",
|
383
|
+
"SET_POLICER_CIR": "256000"
|
384
|
+
}
|
385
|
+
},
|
386
|
+
"POLICY_TABLE": {
|
387
|
+
"oob-qos-policy": {
|
388
|
+
"DESCRIPTION": "QoS Ratelimiting policy for OOB port",
|
389
|
+
"TYPE": "QOS"
|
390
|
+
}
|
391
|
+
},
|
392
|
+
"PORT": {},
|
393
|
+
"PORTCHANNEL": {},
|
394
|
+
"PORTCHANNEL_INTERFACE": {},
|
395
|
+
"PORTCHANNEL_MEMBER": {},
|
396
|
+
"ROUTE_REDISTRIBUTE": {
|
397
|
+
"default|connected|bgp|ipv4": {},
|
398
|
+
"default|connected|bgp|ipv6": {}
|
399
|
+
},
|
330
400
|
"SNMP": {
|
331
401
|
"LOCATION": {
|
332
402
|
"Location": "public"
|
@@ -353,6 +423,12 @@
|
|
353
423
|
"fdb_aging_time": "600"
|
354
424
|
}
|
355
425
|
},
|
426
|
+
"TELEMETRY": {
|
427
|
+
"gnmi": {}
|
428
|
+
},
|
429
|
+
"VLAN": {},
|
430
|
+
"VLAN_INTERFACE": {},
|
431
|
+
"VLAN_MEMBER": {},
|
356
432
|
"VRF": {
|
357
433
|
"default": {
|
358
434
|
"enabled": "true"
|
@@ -361,39 +437,13 @@
|
|
361
437
|
"ZTP": {
|
362
438
|
"config": {
|
363
439
|
"admin-mode": "true"
|
364
|
-
}
|
365
|
-
},
|
366
|
-
"CLASSIFIER_TABLE": {
|
367
|
-
"class-oob-arp": {
|
368
|
-
"DESCRIPTION": "",
|
369
|
-
"ETHER_TYPE": "0x806",
|
370
|
-
"MATCH_TYPE": "FIELDS"
|
371
|
-
},
|
372
|
-
"class-oob-dhcp-client": {
|
373
|
-
"DESCRIPTION": "",
|
374
|
-
"ETHER_TYPE": "0x800",
|
375
|
-
"IP_PROTOCOL": "17",
|
376
|
-
"L4_DST_PORT": "68",
|
377
|
-
"MATCH_TYPE": "FIELDS"
|
378
440
|
},
|
379
|
-
"
|
380
|
-
"
|
381
|
-
"
|
382
|
-
"
|
383
|
-
"
|
384
|
-
"
|
385
|
-
},
|
386
|
-
"class-oob-ip-multicast": {
|
387
|
-
"DESCRIPTION": "",
|
388
|
-
"DST_IP": "224.0.0.0/4",
|
389
|
-
"ETHER_TYPE": "0x800",
|
390
|
-
"MATCH_TYPE": "FIELDS"
|
391
|
-
},
|
392
|
-
"class-oob-ipv6-multicast": {
|
393
|
-
"DESCRIPTION": "",
|
394
|
-
"DST_IPV6": "ff00::/8",
|
395
|
-
"ETHER_TYPE": "0x86DD",
|
396
|
-
"MATCH_TYPE": "FIELDS"
|
441
|
+
"mode": {
|
442
|
+
"inband": "false",
|
443
|
+
"ipv4": "true",
|
444
|
+
"ipv6": "false",
|
445
|
+
"out-of-band": "true",
|
446
|
+
"profile": "active"
|
397
447
|
}
|
398
448
|
}
|
399
449
|
}
|
@@ -1,55 +1,55 @@
|
|
1
|
-
# name lanes alias index speed
|
2
|
-
Ethernet0 2 tenGigE1 1 10000
|
3
|
-
Ethernet1 1 tenGigE2 2 10000
|
4
|
-
Ethernet2 4 tenGigE3 3 10000
|
5
|
-
Ethernet3 3 tenGigE4 4 10000
|
6
|
-
Ethernet4 6 tenGigE5 5 10000
|
7
|
-
Ethernet5 5 tenGigE6 6 10000
|
8
|
-
Ethernet6 8 tenGigE7 7 10000
|
9
|
-
Ethernet7 7 tenGigE8 8 10000
|
10
|
-
Ethernet8 10 tenGigE9 9 10000
|
11
|
-
Ethernet9 9 tenGigE10 10 10000
|
12
|
-
Ethernet10 12 tenGigE11 11 10000
|
13
|
-
Ethernet11 11 tenGigE12 12 10000
|
14
|
-
Ethernet12 14 tenGigE13 13 10000
|
15
|
-
Ethernet13 13 tenGigE14 14 10000
|
16
|
-
Ethernet14 16 tenGigE15 15 10000
|
17
|
-
Ethernet15 15 tenGigE16 16 10000
|
18
|
-
Ethernet16 18 tenGigE17 17 10000
|
19
|
-
Ethernet17 17 tenGigE18 18 10000
|
20
|
-
Ethernet18 20 tenGigE19 19 10000
|
21
|
-
Ethernet19 19 tenGigE20 20 10000
|
22
|
-
Ethernet20 22 tenGigE21 21 10000
|
23
|
-
Ethernet21 21 tenGigE22 22 10000
|
24
|
-
Ethernet22 24 tenGigE23 23 10000
|
25
|
-
Ethernet23 23 tenGigE24 24 10000
|
26
|
-
Ethernet24 54 tenGigE25 25 10000
|
27
|
-
Ethernet25 53 tenGigE26 26 10000
|
28
|
-
Ethernet26 56 tenGigE27 27 10000
|
29
|
-
Ethernet27 55 tenGigE28 28 10000
|
30
|
-
Ethernet28 58 tenGigE29 29 10000
|
31
|
-
Ethernet29 57 tenGigE30 30 10000
|
32
|
-
Ethernet30 60 tenGigE31 31 10000
|
33
|
-
Ethernet31 59 tenGigE32 32 10000
|
34
|
-
Ethernet32 62 tenGigE33 33 10000
|
35
|
-
Ethernet33 61 tenGigE34 34 10000
|
36
|
-
Ethernet34 64 tenGigE35 35 10000
|
37
|
-
Ethernet35 63 tenGigE36 36 10000
|
38
|
-
Ethernet36 66 tenGigE37 37 10000
|
39
|
-
Ethernet37 65 tenGigE38 38 10000
|
40
|
-
Ethernet38 68 tenGigE39 39 10000
|
41
|
-
Ethernet39 67 tenGigE40 40 10000
|
42
|
-
Ethernet40 70 tenGigE41 41 10000
|
43
|
-
Ethernet41 69 tenGigE42 42 10000
|
44
|
-
Ethernet42 72 tenGigE43 43 10000
|
45
|
-
Ethernet43 71 tenGigE44 44 10000
|
46
|
-
Ethernet44 74 tenGigE45 45 10000
|
47
|
-
Ethernet45 73 tenGigE46 46 10000
|
48
|
-
Ethernet46 76 tenGigE47 47 10000
|
49
|
-
Ethernet47 75 tenGigE48 48 10000
|
50
|
-
Ethernet48 37,38,39,40 hundredGigE49 49 100000
|
51
|
-
Ethernet52 29,30,31,32 hundredGigE50
|
52
|
-
Ethernet56 33,34,35,36 hundredGigE51
|
53
|
-
Ethernet60 49,50,51,52 hundredGigE52
|
54
|
-
Ethernet64 45,46,47,48 hundredGigE53
|
55
|
-
Ethernet68 41,42,43,44 hundredGigE54
|
1
|
+
# name lanes alias index speed valid_speeds
|
2
|
+
Ethernet0 2 tenGigE1 1 10000 10000,1000
|
3
|
+
Ethernet1 1 tenGigE2 2 10000 10000,1000
|
4
|
+
Ethernet2 4 tenGigE3 3 10000 10000,1000
|
5
|
+
Ethernet3 3 tenGigE4 4 10000 10000,1000
|
6
|
+
Ethernet4 6 tenGigE5 5 10000 10000,1000
|
7
|
+
Ethernet5 5 tenGigE6 6 10000 10000,1000
|
8
|
+
Ethernet6 8 tenGigE7 7 10000 10000,1000
|
9
|
+
Ethernet7 7 tenGigE8 8 10000 10000,1000
|
10
|
+
Ethernet8 10 tenGigE9 9 10000 10000,1000
|
11
|
+
Ethernet9 9 tenGigE10 10 10000 10000,1000
|
12
|
+
Ethernet10 12 tenGigE11 11 10000 10000,1000
|
13
|
+
Ethernet11 11 tenGigE12 12 10000 10000,1000
|
14
|
+
Ethernet12 14 tenGigE13 13 10000 10000,1000
|
15
|
+
Ethernet13 13 tenGigE14 14 10000 10000,1000
|
16
|
+
Ethernet14 16 tenGigE15 15 10000 10000,1000
|
17
|
+
Ethernet15 15 tenGigE16 16 10000 10000,1000
|
18
|
+
Ethernet16 18 tenGigE17 17 10000 10000,1000
|
19
|
+
Ethernet17 17 tenGigE18 18 10000 10000,1000
|
20
|
+
Ethernet18 20 tenGigE19 19 10000 10000,1000
|
21
|
+
Ethernet19 19 tenGigE20 20 10000 10000,1000
|
22
|
+
Ethernet20 22 tenGigE21 21 10000 10000,1000
|
23
|
+
Ethernet21 21 tenGigE22 22 10000 10000,1000
|
24
|
+
Ethernet22 24 tenGigE23 23 10000 10000,1000
|
25
|
+
Ethernet23 23 tenGigE24 24 10000 10000,1000
|
26
|
+
Ethernet24 54 tenGigE25 25 10000 10000,1000
|
27
|
+
Ethernet25 53 tenGigE26 26 10000 10000,1000
|
28
|
+
Ethernet26 56 tenGigE27 27 10000 10000,1000
|
29
|
+
Ethernet27 55 tenGigE28 28 10000 10000,1000
|
30
|
+
Ethernet28 58 tenGigE29 29 10000 10000,1000
|
31
|
+
Ethernet29 57 tenGigE30 30 10000 10000,1000
|
32
|
+
Ethernet30 60 tenGigE31 31 10000 10000,1000
|
33
|
+
Ethernet31 59 tenGigE32 32 10000 10000,1000
|
34
|
+
Ethernet32 62 tenGigE33 33 10000 10000,1000
|
35
|
+
Ethernet33 61 tenGigE34 34 10000 10000,1000
|
36
|
+
Ethernet34 64 tenGigE35 35 10000 10000,1000
|
37
|
+
Ethernet35 63 tenGigE36 36 10000 10000,1000
|
38
|
+
Ethernet36 66 tenGigE37 37 10000 10000,1000
|
39
|
+
Ethernet37 65 tenGigE38 38 10000 10000,1000
|
40
|
+
Ethernet38 68 tenGigE39 39 10000 10000,1000
|
41
|
+
Ethernet39 67 tenGigE40 40 10000 10000,1000
|
42
|
+
Ethernet40 70 tenGigE41 41 10000 10000,1000
|
43
|
+
Ethernet41 69 tenGigE42 42 10000 10000,1000
|
44
|
+
Ethernet42 72 tenGigE43 43 10000 10000,1000
|
45
|
+
Ethernet43 71 tenGigE44 44 10000 10000,1000
|
46
|
+
Ethernet44 74 tenGigE45 45 10000 10000,1000
|
47
|
+
Ethernet45 73 tenGigE46 46 10000 10000,1000
|
48
|
+
Ethernet46 76 tenGigE47 47 10000 10000,1000
|
49
|
+
Ethernet47 75 tenGigE48 48 10000 10000,1000
|
50
|
+
Ethernet48 37,38,39,40 hundredGigE49 49 100000 100000,40000
|
51
|
+
Ethernet52 29,30,31,32 hundredGigE50 50 100000 100000,40000
|
52
|
+
Ethernet56 33,34,35,36 hundredGigE51 51 100000 100000,40000
|
53
|
+
Ethernet60 49,50,51,52 hundredGigE52 52 100000 100000,40000
|
54
|
+
Ethernet64 45,46,47,48 hundredGigE53 53 100000 100000,40000
|
55
|
+
Ethernet68 41,42,43,44 hundredGigE54 54 100000 100000,40000
|
@@ -0,0 +1,55 @@
|
|
1
|
+
# name lanes alias index speed
|
2
|
+
Ethernet0 1 tenGigE1 1 10000
|
3
|
+
Ethernet1 2 tenGigE2 2 10000
|
4
|
+
Ethernet2 3 tenGigE3 3 10000
|
5
|
+
Ethernet3 4 tenGigE4 4 10000
|
6
|
+
Ethernet4 5 tenGigE5 5 10000
|
7
|
+
Ethernet5 6 tenGigE6 6 10000
|
8
|
+
Ethernet6 7 tenGigE7 7 10000
|
9
|
+
Ethernet7 8 tenGigE8 8 10000
|
10
|
+
Ethernet8 9 tenGigE9 9 10000
|
11
|
+
Ethernet9 10 tenGigE10 10 10000
|
12
|
+
Ethernet10 11 tenGigE11 11 10000
|
13
|
+
Ethernet11 12 tenGigE12 12 10000
|
14
|
+
Ethernet12 13 tenGigE13 13 10000
|
15
|
+
Ethernet13 14 tenGigE14 14 10000
|
16
|
+
Ethernet14 15 tenGigE15 15 10000
|
17
|
+
Ethernet15 16 tenGigE16 16 10000
|
18
|
+
Ethernet16 17 tenGigE17 17 10000
|
19
|
+
Ethernet17 18 tenGigE18 18 10000
|
20
|
+
Ethernet18 19 tenGigE19 19 10000
|
21
|
+
Ethernet19 20 tenGigE20 20 10000
|
22
|
+
Ethernet20 21 tenGigE21 21 10000
|
23
|
+
Ethernet21 22 tenGigE22 22 10000
|
24
|
+
Ethernet22 23 tenGigE23 23 10000
|
25
|
+
Ethernet23 24 tenGigE24 24 10000
|
26
|
+
Ethernet24 53 tenGigE25 25 10000
|
27
|
+
Ethernet25 54 tenGigE26 26 10000
|
28
|
+
Ethernet26 55 tenGigE27 27 10000
|
29
|
+
Ethernet27 56 tenGigE28 28 10000
|
30
|
+
Ethernet28 57 tenGigE29 29 10000
|
31
|
+
Ethernet29 58 tenGigE30 30 10000
|
32
|
+
Ethernet30 59 tenGigE31 31 10000
|
33
|
+
Ethernet31 60 tenGigE32 32 10000
|
34
|
+
Ethernet32 61 tenGigE33 33 10000
|
35
|
+
Ethernet33 62 tenGigE34 34 10000
|
36
|
+
Ethernet34 63 tenGigE35 35 10000
|
37
|
+
Ethernet35 64 tenGigE36 36 10000
|
38
|
+
Ethernet36 65 tenGigE37 37 10000
|
39
|
+
Ethernet37 66 tenGigE38 38 10000
|
40
|
+
Ethernet38 67 tenGigE39 39 10000
|
41
|
+
Ethernet39 68 tenGigE40 40 10000
|
42
|
+
Ethernet40 69 tenGigE41 41 10000
|
43
|
+
Ethernet41 70 tenGigE42 42 10000
|
44
|
+
Ethernet42 71 tenGigE43 43 10000
|
45
|
+
Ethernet43 72 tenGigE44 44 10000
|
46
|
+
Ethernet44 73 tenGigE45 45 10000
|
47
|
+
Ethernet45 74 tenGigE46 46 10000
|
48
|
+
Ethernet46 75 tenGigE47 47 10000
|
49
|
+
Ethernet47 76 tenGigE48 48 10000
|
50
|
+
Ethernet48 37,38,39,40 hundredGigE49 49 100000
|
51
|
+
Ethernet52 29,30,31,32 hundredGigE50 50 100000
|
52
|
+
Ethernet56 33,34,35,36 hundredGigE51 51 100000
|
53
|
+
Ethernet60 49,50,51,52 hundredGigE52 52 100000
|
54
|
+
Ethernet64 45,46,47,48 hundredGigE53 53 100000
|
55
|
+
Ethernet68 41,42,43,44 hundredGigE54 54 100000
|
@@ -0,0 +1,59 @@
|
|
1
|
+
# name lanes alias index speed valid_speeds
|
2
|
+
Ethernet0 3 twentyFiveGigE1 0 25000 25000,10000,1000
|
3
|
+
Ethernet1 2 twentyFiveGigE2 1 25000 25000,10000,1000
|
4
|
+
Ethernet2 4 twentyFiveGigE3 2 25000 25000,10000,1000
|
5
|
+
Ethernet3 8 twentyFiveGigE4 3 25000 25000,10000,1000
|
6
|
+
Ethernet4 7 twentyFiveGigE5 4 25000 25000,10000,1000
|
7
|
+
Ethernet5 1 twentyFiveGigE6 5 25000 25000,10000,1000
|
8
|
+
Ethernet6 5 twentyFiveGigE7 6 25000 25000,10000,1000
|
9
|
+
Ethernet7 16 twentyFiveGigE8 7 25000 25000,10000,1000
|
10
|
+
Ethernet8 6 twentyFiveGigE9 8 25000 25000,10000,1000
|
11
|
+
Ethernet9 14 twentyFiveGigE10 9 25000 25000,10000,1000
|
12
|
+
Ethernet10 13 twentyFiveGigE11 10 25000 25000,10000,1000
|
13
|
+
Ethernet11 15 twentyFiveGigE12 11 25000 25000,10000,1000
|
14
|
+
Ethernet12 23 twentyFiveGigE13 12 25000 25000,10000,1000
|
15
|
+
Ethernet13 22 twentyFiveGigE14 13 25000 25000,10000,1000
|
16
|
+
Ethernet14 24 twentyFiveGigE15 14 25000 25000,10000,1000
|
17
|
+
Ethernet15 32 twentyFiveGigE16 15 25000 25000,10000,1000
|
18
|
+
Ethernet16 31 twentyFiveGigE17 16 25000 25000,10000,1000
|
19
|
+
Ethernet17 21 twentyFiveGigE18 17 25000 25000,10000,1000
|
20
|
+
Ethernet18 29 twentyFiveGigE19 18 25000 25000,10000,1000
|
21
|
+
Ethernet19 36 twentyFiveGigE20 19 25000 25000,10000,1000
|
22
|
+
Ethernet20 30 twentyFiveGigE21 20 25000 25000,10000,1000
|
23
|
+
Ethernet21 34 twentyFiveGigE22 21 25000 25000,10000,1000
|
24
|
+
Ethernet22 33 twentyFiveGigE23 22 25000 25000,10000,1000
|
25
|
+
Ethernet23 35 twentyFiveGigE24 23 25000 25000,10000,1000
|
26
|
+
Ethernet24 43 twentyFiveGigE25 24 25000 25000,10000,1000
|
27
|
+
Ethernet25 42 twentyFiveGigE26 25 25000 25000,10000,1000
|
28
|
+
Ethernet26 44 twentyFiveGigE27 26 25000 25000,10000,1000
|
29
|
+
Ethernet27 52 twentyFiveGigE28 27 25000 25000,10000,1000
|
30
|
+
Ethernet28 51 twentyFiveGigE29 28 25000 25000,10000,1000
|
31
|
+
Ethernet29 41 twentyFiveGigE30 29 25000 25000,10000,1000
|
32
|
+
Ethernet30 49 twentyFiveGigE31 30 25000 25000,10000,1000
|
33
|
+
Ethernet31 60 twentyFiveGigE32 31 25000 25000,10000,1000
|
34
|
+
Ethernet32 50 twentyFiveGigE33 32 25000 25000,10000,1000
|
35
|
+
Ethernet33 58 twentyFiveGigE34 33 25000 25000,10000,1000
|
36
|
+
Ethernet34 57 twentyFiveGigE35 34 25000 25000,10000,1000
|
37
|
+
Ethernet35 59 twentyFiveGigE36 35 25000 25000,10000,1000
|
38
|
+
Ethernet36 62 twentyFiveGigE37 36 25000 25000,10000,1000
|
39
|
+
Ethernet37 63 twentyFiveGigE38 37 25000 25000,10000,1000
|
40
|
+
Ethernet38 64 twentyFiveGigE39 38 25000 25000,10000,1000
|
41
|
+
Ethernet39 65 twentyFiveGigE40 39 25000 25000,10000,1000
|
42
|
+
Ethernet40 66 twentyFiveGigE41 40 25000 25000,10000,1000
|
43
|
+
Ethernet41 61 twentyFiveGigE42 41 25000 25000,10000,1000
|
44
|
+
Ethernet42 68 twentyFiveGigE43 42 25000 25000,10000,1000
|
45
|
+
Ethernet43 69 twentyFiveGigE44 43 25000 25000,10000,1000
|
46
|
+
Ethernet44 67 twentyFiveGigE45 44 25000 25000,10000,1000
|
47
|
+
Ethernet45 71 twentyFiveGigE46 45 25000 25000,10000,1000
|
48
|
+
Ethernet46 72 twentyFiveGigE47 46 25000 25000,10000,1000
|
49
|
+
Ethernet47 70 twentyFiveGigE48 47 25000 25000,10000,1000
|
50
|
+
Ethernet48 77,78,79,80 hundredGigE49 48 100000 100000,40000
|
51
|
+
Ethernet52 85,86,87,88 hundredGigE50 52 100000 100000,40000
|
52
|
+
Ethernet56 93,94,95,96 hundredGigE51 56 100000 100000,40000
|
53
|
+
Ethernet60 97,98,99,100 hundredGigE52 60 100000 100000,40000
|
54
|
+
Ethernet64 105,106,107,108 hundredGigE53 64 100000 100000,40000
|
55
|
+
Ethernet68 113,114,115,116 hundredGigE54 68 100000 100000,40000
|
56
|
+
Ethernet72 121,122,123,124 hundredGigE55 72 100000 100000,40000
|
57
|
+
Ethernet76 125,126,127,128 hundredGigE56 76 100000 100000,40000
|
58
|
+
Ethernet80 129 mgmtTenGigE57 80 10000 10000,1000
|
59
|
+
Ethernet81 128 mgmtTenGigE58 81 10000 10000,1000
|