catalystwan 0.40.1.dev7__py3-none-any.whl → 2.0.0a0__py3-none-any.whl
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.
- catalystwan/core/__init__.py +2 -0
- catalystwan/core/abstractions.py +26 -0
- catalystwan/{apigw_auth.py → core/apigw_auth.py} +29 -14
- catalystwan/core/client.py +71 -0
- catalystwan/core/encoder.py +12 -0
- catalystwan/{exceptions.py → core/exceptions.py} +29 -9
- catalystwan/core/loader.py +37 -0
- catalystwan/{__init__.py → core/metadata.py} +9 -22
- catalystwan/core/models/deserialize.py +203 -0
- catalystwan/core/models/serialize.py +137 -0
- catalystwan/core/request_adapter.py +246 -0
- catalystwan/{request_limiter.py → core/request_limiter.py} +1 -2
- catalystwan/{response.py → core/response.py} +38 -85
- catalystwan/{session.py → core/session.py} +84 -101
- catalystwan/core/types.py +33 -0
- catalystwan/{version.py → core/version.py} +3 -5
- catalystwan/{vmanage_auth.py → core/vmanage_auth.py} +46 -21
- catalystwan-2.0.0a0.dist-info/METADATA +327 -0
- catalystwan-2.0.0a0.dist-info/RECORD +24 -0
- {catalystwan-0.40.1.dev7.dist-info → catalystwan-2.0.0a0.dist-info}/WHEEL +2 -1
- catalystwan-2.0.0a0.dist-info/top_level.txt +1 -0
- catalystwan/abstractions.py +0 -77
- catalystwan/api/admin_tech_api.py +0 -176
- catalystwan/api/administration.py +0 -434
- catalystwan/api/alarms_api.py +0 -186
- catalystwan/api/api_container.py +0 -73
- catalystwan/api/basic_api.py +0 -338
- catalystwan/api/builders/__init__.py +0 -14
- catalystwan/api/builders/feature_profiles/application_priority.py +0 -58
- catalystwan/api/builders/feature_profiles/builder_factory.py +0 -59
- catalystwan/api/builders/feature_profiles/cli.py +0 -76
- catalystwan/api/builders/feature_profiles/other.py +0 -79
- catalystwan/api/builders/feature_profiles/report.py +0 -137
- catalystwan/api/builders/feature_profiles/service.py +0 -213
- catalystwan/api/builders/feature_profiles/system.py +0 -80
- catalystwan/api/builders/feature_profiles/transport.py +0 -214
- catalystwan/api/builders/feature_profiles/uc_voice.py +0 -287
- catalystwan/api/config_device_inventory_api.py +0 -58
- catalystwan/api/config_group_api.py +0 -150
- catalystwan/api/configuration_groups/parcel.py +0 -206
- catalystwan/api/dashboard_api.py +0 -215
- catalystwan/api/device_action_api.py +0 -216
- catalystwan/api/feature_profile_api.py +0 -2401
- catalystwan/api/logs_api.py +0 -63
- catalystwan/api/monitoring_status_api.py +0 -76
- catalystwan/api/mtt_aaa_api.py +0 -197
- catalystwan/api/omp_api.py +0 -124
- catalystwan/api/packet_capture_api.py +0 -152
- catalystwan/api/parcel_api.py +0 -42
- catalystwan/api/partition_manager_api.py +0 -143
- catalystwan/api/policy_api.py +0 -1163
- catalystwan/api/resource_pool_api.py +0 -74
- catalystwan/api/software_action_api.py +0 -269
- catalystwan/api/speedtest_api.py +0 -153
- catalystwan/api/task_status_api.py +0 -171
- catalystwan/api/template_api.py +0 -761
- catalystwan/api/templates/README.md +0 -101
- catalystwan/api/templates/bool_str.py +0 -6
- catalystwan/api/templates/cli_template.py +0 -236
- catalystwan/api/templates/device_template/device_template.py +0 -181
- catalystwan/api/templates/device_variable.py +0 -7
- catalystwan/api/templates/feature_template.py +0 -133
- catalystwan/api/templates/feature_template_field.py +0 -175
- catalystwan/api/templates/feature_template_payload.py +0 -17
- catalystwan/api/templates/models/aaa_model.py +0 -387
- catalystwan/api/templates/models/cisco_aaa_model.py +0 -331
- catalystwan/api/templates/models/cisco_banner_model.py +0 -27
- catalystwan/api/templates/models/cisco_bfd_model.py +0 -61
- catalystwan/api/templates/models/cisco_bgp_model.py +0 -510
- catalystwan/api/templates/models/cisco_logging_model.py +0 -122
- catalystwan/api/templates/models/cisco_ntp_model.py +0 -60
- catalystwan/api/templates/models/cisco_omp_model.py +0 -121
- catalystwan/api/templates/models/cisco_ospf.py +0 -241
- catalystwan/api/templates/models/cisco_ospfv3.py +0 -498
- catalystwan/api/templates/models/cisco_secure_internet_gateway.py +0 -385
- catalystwan/api/templates/models/cisco_snmp_model.py +0 -102
- catalystwan/api/templates/models/cisco_system.py +0 -318
- catalystwan/api/templates/models/cisco_vpn_interface_model.py +0 -822
- catalystwan/api/templates/models/cisco_vpn_model.py +0 -603
- catalystwan/api/templates/models/cli_template.py +0 -18
- catalystwan/api/templates/models/omp_vsmart_model.py +0 -73
- catalystwan/api/templates/models/security_vsmart_model.py +0 -28
- catalystwan/api/templates/models/supported.py +0 -42
- catalystwan/api/templates/models/system_vsmart_model.py +0 -182
- catalystwan/api/templates/models/vpn_vsmart_interface_model.py +0 -198
- catalystwan/api/templates/models/vpn_vsmart_model.py +0 -124
- catalystwan/api/templates/payloads/aaa/aaa_model.py +0 -91
- catalystwan/api/templates/payloads/aaa/feature/aaa.json.j2 +0 -373
- catalystwan/api/templates/payloads/aaa/feature/accounting.json.j2 +0 -40
- catalystwan/api/templates/payloads/aaa/feature/radius.json.j2 +0 -107
- catalystwan/api/templates/payloads/aaa/feature/tacacs.json.j2 +0 -95
- catalystwan/api/templates/payloads/aaa/feature/user.json.j2 +0 -60
- catalystwan/api/templates/payloads/cisco_vpn/cisco_vpn_model.py +0 -92
- catalystwan/api/templates/payloads/cisco_vpn/feature/cisco_vpn.json.j2 +0 -224
- catalystwan/api/templates/payloads/cisco_vpn/feature/dns.json.j2 +0 -86
- catalystwan/api/templates/payloads/cisco_vpn/feature/ipv4route.json.j2 +0 -59
- catalystwan/api/templates/payloads/cisco_vpn/feature/ipv6route.json.j2 +0 -58
- catalystwan/api/templates/payloads/cisco_vpn/feature/mapping.json.j2 +0 -24
- catalystwan/api/templates/payloads/tenant/tenant.json.j2 +0 -127
- catalystwan/api/templates/payloads/tenant/tenant_model.py +0 -43
- catalystwan/api/tenant_backup_restore_api.py +0 -154
- catalystwan/api/tenant_management_api.py +0 -127
- catalystwan/api/tenant_migration_api.py +0 -121
- catalystwan/api/versions_utils.py +0 -414
- catalystwan/api/virtual_image_action_api.py +0 -200
- catalystwan/dataclasses.py +0 -493
- catalystwan/endpoints/__init__.py +0 -606
- catalystwan/endpoints/administration_user_and_group.py +0 -341
- catalystwan/endpoints/api_gateway.py +0 -24
- catalystwan/endpoints/certificate_management_device.py +0 -137
- catalystwan/endpoints/certificate_management_vmanage.py +0 -48
- catalystwan/endpoints/client.py +0 -96
- catalystwan/endpoints/cluster_management.py +0 -130
- catalystwan/endpoints/configuration/device/software_update.py +0 -31
- catalystwan/endpoints/configuration/disaster_recovery.py +0 -305
- catalystwan/endpoints/configuration/feature_profile/sdwan/application_priority.py +0 -107
- catalystwan/endpoints/configuration/feature_profile/sdwan/cli.py +0 -60
- catalystwan/endpoints/configuration/feature_profile/sdwan/dns_security.py +0 -83
- catalystwan/endpoints/configuration/feature_profile/sdwan/embedded_security.py +0 -88
- catalystwan/endpoints/configuration/feature_profile/sdwan/other.py +0 -62
- catalystwan/endpoints/configuration/feature_profile/sdwan/policy_object.py +0 -105
- catalystwan/endpoints/configuration/feature_profile/sdwan/service.py +0 -137
- catalystwan/endpoints/configuration/feature_profile/sdwan/sig_security.py +0 -88
- catalystwan/endpoints/configuration/feature_profile/sdwan/system.py +0 -205
- catalystwan/endpoints/configuration/feature_profile/sdwan/topology.py +0 -93
- catalystwan/endpoints/configuration/feature_profile/sdwan/transport.py +0 -214
- catalystwan/endpoints/configuration/feature_profile/sdwan/uc_voice.py +0 -77
- catalystwan/endpoints/configuration/network_hierarchy.py +0 -32
- catalystwan/endpoints/configuration/policy/abstractions.py +0 -49
- catalystwan/endpoints/configuration/policy/definition/access_control_list.py +0 -57
- catalystwan/endpoints/configuration/policy/definition/access_control_list_ipv6.py +0 -57
- catalystwan/endpoints/configuration/policy/definition/aip.py +0 -52
- catalystwan/endpoints/configuration/policy/definition/amp.py +0 -52
- catalystwan/endpoints/configuration/policy/definition/app_route.py +0 -50
- catalystwan/endpoints/configuration/policy/definition/cflowd.py +0 -46
- catalystwan/endpoints/configuration/policy/definition/control.py +0 -57
- catalystwan/endpoints/configuration/policy/definition/device_access.py +0 -57
- catalystwan/endpoints/configuration/policy/definition/device_access_ipv6.py +0 -59
- catalystwan/endpoints/configuration/policy/definition/dial_peer.py +0 -57
- catalystwan/endpoints/configuration/policy/definition/dns_security.py +0 -50
- catalystwan/endpoints/configuration/policy/definition/fxo_port.py +0 -57
- catalystwan/endpoints/configuration/policy/definition/fxs_did_port.py +0 -57
- catalystwan/endpoints/configuration/policy/definition/fxs_port.py +0 -57
- catalystwan/endpoints/configuration/policy/definition/hub_and_spoke.py +0 -57
- catalystwan/endpoints/configuration/policy/definition/intrusion_prevention.py +0 -52
- catalystwan/endpoints/configuration/policy/definition/mesh.py +0 -53
- catalystwan/endpoints/configuration/policy/definition/pri_isdn_port.py +0 -57
- catalystwan/endpoints/configuration/policy/definition/qos_map.py +0 -53
- catalystwan/endpoints/configuration/policy/definition/rewrite.py +0 -57
- catalystwan/endpoints/configuration/policy/definition/route_policy.py +0 -50
- catalystwan/endpoints/configuration/policy/definition/rule_set.py +0 -53
- catalystwan/endpoints/configuration/policy/definition/security_group.py +0 -57
- catalystwan/endpoints/configuration/policy/definition/srst_phone_profile.py +0 -59
- catalystwan/endpoints/configuration/policy/definition/ssl_decryption.py +0 -50
- catalystwan/endpoints/configuration/policy/definition/ssl_decryption_utd_profile.py +0 -52
- catalystwan/endpoints/configuration/policy/definition/traffic_data.py +0 -58
- catalystwan/endpoints/configuration/policy/definition/url_filtering.py +0 -50
- catalystwan/endpoints/configuration/policy/definition/vpn_membership.py +0 -57
- catalystwan/endpoints/configuration/policy/definition/vpn_qos_map.py +0 -50
- catalystwan/endpoints/configuration/policy/definition/zone_based_firewall.py +0 -57
- catalystwan/endpoints/configuration/policy/list/app.py +0 -48
- catalystwan/endpoints/configuration/policy/list/app_probe.py +0 -52
- catalystwan/endpoints/configuration/policy/list/as_path.py +0 -48
- catalystwan/endpoints/configuration/policy/list/class_map.py +0 -48
- catalystwan/endpoints/configuration/policy/list/color.py +0 -48
- catalystwan/endpoints/configuration/policy/list/community.py +0 -48
- catalystwan/endpoints/configuration/policy/list/data_ipv6_prefix.py +0 -52
- catalystwan/endpoints/configuration/policy/list/data_prefix.py +0 -48
- catalystwan/endpoints/configuration/policy/list/expanded_community.py +0 -52
- catalystwan/endpoints/configuration/policy/list/extended_community.py +0 -52
- catalystwan/endpoints/configuration/policy/list/fax_protocol.py +0 -48
- catalystwan/endpoints/configuration/policy/list/fqdn.py +0 -48
- catalystwan/endpoints/configuration/policy/list/geo_location.py +0 -48
- catalystwan/endpoints/configuration/policy/list/identity.py +0 -48
- catalystwan/endpoints/configuration/policy/list/ips_signature.py +0 -52
- catalystwan/endpoints/configuration/policy/list/ipv6_prefix.py +0 -48
- catalystwan/endpoints/configuration/policy/list/local_app.py +0 -48
- catalystwan/endpoints/configuration/policy/list/local_domain.py +0 -48
- catalystwan/endpoints/configuration/policy/list/media_profile.py +0 -52
- catalystwan/endpoints/configuration/policy/list/mirror.py +0 -48
- catalystwan/endpoints/configuration/policy/list/modem_pass_through.py +0 -52
- catalystwan/endpoints/configuration/policy/list/policer.py +0 -48
- catalystwan/endpoints/configuration/policy/list/port.py +0 -48
- catalystwan/endpoints/configuration/policy/list/preferred_color_group.py +0 -52
- catalystwan/endpoints/configuration/policy/list/prefix.py +0 -49
- catalystwan/endpoints/configuration/policy/list/protocol_name.py +0 -52
- catalystwan/endpoints/configuration/policy/list/region.py +0 -47
- catalystwan/endpoints/configuration/policy/list/scalable_group_tag.py +0 -52
- catalystwan/endpoints/configuration/policy/list/site.py +0 -52
- catalystwan/endpoints/configuration/policy/list/sla.py +0 -48
- catalystwan/endpoints/configuration/policy/list/supervisory_disconnect.py +0 -52
- catalystwan/endpoints/configuration/policy/list/threat_grid_api_key.py +0 -52
- catalystwan/endpoints/configuration/policy/list/tloc.py +0 -48
- catalystwan/endpoints/configuration/policy/list/translation_profile.py +0 -52
- catalystwan/endpoints/configuration/policy/list/translation_rules.py +0 -52
- catalystwan/endpoints/configuration/policy/list/trunkgroup.py +0 -48
- catalystwan/endpoints/configuration/policy/list/umbrella_data.py +0 -52
- catalystwan/endpoints/configuration/policy/list/url_allow_list.py +0 -48
- catalystwan/endpoints/configuration/policy/list/url_block_list.py +0 -48
- catalystwan/endpoints/configuration/policy/list/vpn.py +0 -50
- catalystwan/endpoints/configuration/policy/list/zone.py +0 -48
- catalystwan/endpoints/configuration/policy/security_template.py +0 -55
- catalystwan/endpoints/configuration/policy/vedge_template.py +0 -52
- catalystwan/endpoints/configuration/policy/voice_template.py +0 -39
- catalystwan/endpoints/configuration/policy/vsmart_template.py +0 -79
- catalystwan/endpoints/configuration/policy_group.py +0 -30
- catalystwan/endpoints/configuration/software_actions.py +0 -201
- catalystwan/endpoints/configuration/topology_group.py +0 -51
- catalystwan/endpoints/configuration_dashboard_status.py +0 -127
- catalystwan/endpoints/configuration_device_actions.py +0 -385
- catalystwan/endpoints/configuration_device_inventory.py +0 -309
- catalystwan/endpoints/configuration_device_template.py +0 -39
- catalystwan/endpoints/configuration_feature_profile.py +0 -135
- catalystwan/endpoints/configuration_general_template.py +0 -31
- catalystwan/endpoints/configuration_group.py +0 -197
- catalystwan/endpoints/configuration_settings.py +0 -749
- catalystwan/endpoints/configuration_template_master.py +0 -48
- catalystwan/endpoints/endpoints_container.py +0 -279
- catalystwan/endpoints/misc.py +0 -21
- catalystwan/endpoints/monitoring/device_details.py +0 -246
- catalystwan/endpoints/monitoring/security_policy.py +0 -12
- catalystwan/endpoints/monitoring/server_info.py +0 -12
- catalystwan/endpoints/monitoring/status.py +0 -76
- catalystwan/endpoints/real_time_monitoring/reboot_history.py +0 -35
- catalystwan/endpoints/sdavc_cloud_connector.py +0 -43
- catalystwan/endpoints/tenant_backup_restore.py +0 -40
- catalystwan/endpoints/tenant_management.py +0 -215
- catalystwan/endpoints/tenant_migration.py +0 -102
- catalystwan/endpoints/troubleshooting_tools/device_connectivity.py +0 -128
- catalystwan/endpoints/url_monitoring.py +0 -26
- catalystwan/integration_tests/__init__.py +0 -0
- catalystwan/integration_tests/base.py +0 -81
- catalystwan/integration_tests/feature_profile/sdwan/__init__.py +0 -0
- catalystwan/integration_tests/feature_profile/sdwan/policy/__init__.py +0 -0
- catalystwan/integration_tests/feature_profile/sdwan/policy/base.py +0 -33
- catalystwan/integration_tests/feature_profile/sdwan/policy/test_extended_community.py +0 -33
- catalystwan/integration_tests/feature_profile/sdwan/policy/test_security_app_list.py +0 -32
- catalystwan/integration_tests/feature_profile/sdwan/test_application_priority.py +0 -433
- catalystwan/integration_tests/feature_profile/sdwan/test_cli.py +0 -54
- catalystwan/integration_tests/feature_profile/sdwan/test_dns_security.py +0 -106
- catalystwan/integration_tests/feature_profile/sdwan/test_other.py +0 -49
- catalystwan/integration_tests/feature_profile/sdwan/test_service.py +0 -1078
- catalystwan/integration_tests/feature_profile/sdwan/test_sig_security.py +0 -322
- catalystwan/integration_tests/feature_profile/sdwan/test_ssl_decryption.py +0 -85
- catalystwan/integration_tests/feature_profile/sdwan/test_system.py +0 -368
- catalystwan/integration_tests/feature_profile/sdwan/test_transport.py +0 -1700
- catalystwan/integration_tests/feature_profile/sdwan/topology/test_topology.py +0 -93
- catalystwan/integration_tests/profile_builder/__init__.py +0 -0
- catalystwan/integration_tests/profile_builder/test_pb_service.py +0 -78
- catalystwan/integration_tests/profile_builder/test_pb_transport.py +0 -56
- catalystwan/integration_tests/profile_builder/test_pb_uc_voice.py +0 -277
- catalystwan/integration_tests/test_data/__init__.py +0 -117
- catalystwan/integration_tests/test_find_template_values.py +0 -38
- catalystwan/integration_tests/test_network_hierarchy.py +0 -82
- catalystwan/integration_tests/test_settings.py +0 -30
- catalystwan/logging.conf +0 -37
- catalystwan/models/common.py +0 -1508
- catalystwan/models/configuration/common.py +0 -11
- catalystwan/models/configuration/feature_profile/README.md +0 -344
- catalystwan/models/configuration/feature_profile/builder.py +0 -22
- catalystwan/models/configuration/feature_profile/common.py +0 -749
- catalystwan/models/configuration/feature_profile/parcel.py +0 -232
- catalystwan/models/configuration/feature_profile/sdwan/acl/__init__.py +0 -13
- catalystwan/models/configuration/feature_profile/sdwan/acl/ipv4acl.py +0 -298
- catalystwan/models/configuration/feature_profile/sdwan/acl/ipv6acl.py +0 -344
- catalystwan/models/configuration/feature_profile/sdwan/application_priority/__init__.py +0 -215
- catalystwan/models/configuration/feature_profile/sdwan/application_priority/policy_settings.py +0 -31
- catalystwan/models/configuration/feature_profile/sdwan/application_priority/qos_policy.py +0 -102
- catalystwan/models/configuration/feature_profile/sdwan/application_priority/traffic_policy.py +0 -1054
- catalystwan/models/configuration/feature_profile/sdwan/cli/__init__.py +0 -23
- catalystwan/models/configuration/feature_profile/sdwan/cli/config.py +0 -18
- catalystwan/models/configuration/feature_profile/sdwan/cli/full_config.py +0 -15
- catalystwan/models/configuration/feature_profile/sdwan/dns_security/__init__.py +0 -13
- catalystwan/models/configuration/feature_profile/sdwan/dns_security/dns.py +0 -107
- catalystwan/models/configuration/feature_profile/sdwan/embedded_security/__init__.py +0 -23
- catalystwan/models/configuration/feature_profile/sdwan/embedded_security/ngfirewall.py +0 -915
- catalystwan/models/configuration/feature_profile/sdwan/embedded_security/policy.py +0 -171
- catalystwan/models/configuration/feature_profile/sdwan/other/__init__.py +0 -23
- catalystwan/models/configuration/feature_profile/sdwan/other/thousandeyes.py +0 -147
- catalystwan/models/configuration/feature_profile/sdwan/other/ucse.py +0 -110
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/__init__.py +0 -175
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/app_probe.py +0 -56
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/application_list.py +0 -31
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/as_path.py +0 -22
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/color_list.py +0 -21
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/data_prefix.py +0 -35
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/expanded_community_list.py +0 -25
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/extended_community.py +0 -34
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/fowarding_class.py +0 -26
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/ipv6_data_prefix.py +0 -28
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/ipv6_prefix_list.py +0 -38
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/mirror.py +0 -27
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/policer.py +0 -42
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/prefered_group_color.py +0 -83
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/prefix_list.py +0 -28
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/sla_class.py +0 -130
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/standard_community.py +0 -30
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/tloc_list.py +0 -44
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/aip.py +0 -64
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/amp.py +0 -79
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/application_list.py +0 -31
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/data_prefix.py +0 -22
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/fqdn.py +0 -24
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/geolocation_list.py +0 -32
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/identity.py +0 -30
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/intrusion_prevention.py +0 -58
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/ips_signature.py +0 -44
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/local_domain.py +0 -24
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/protocol_list.py +0 -21
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/scalable_group_tag.py +0 -26
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/security_port.py +0 -45
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/ssl_decryption.py +0 -126
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/ssl_decryption_profile.py +0 -165
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/url.py +0 -32
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/url_filtering.py +0 -148
- catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/zone.py +0 -44
- catalystwan/models/configuration/feature_profile/sdwan/routing/__init__.py +0 -26
- catalystwan/models/configuration/feature_profile/sdwan/routing/bgp.py +0 -594
- catalystwan/models/configuration/feature_profile/sdwan/routing/ospf.py +0 -170
- catalystwan/models/configuration/feature_profile/sdwan/routing/ospfv3.py +0 -298
- catalystwan/models/configuration/feature_profile/sdwan/service/__init__.py +0 -85
- catalystwan/models/configuration/feature_profile/sdwan/service/appqoe.py +0 -270
- catalystwan/models/configuration/feature_profile/sdwan/service/dhcp_server.py +0 -127
- catalystwan/models/configuration/feature_profile/sdwan/service/eigrp.py +0 -103
- catalystwan/models/configuration/feature_profile/sdwan/service/lan/common.py +0 -33
- catalystwan/models/configuration/feature_profile/sdwan/service/lan/ethernet.py +0 -275
- catalystwan/models/configuration/feature_profile/sdwan/service/lan/gre.py +0 -136
- catalystwan/models/configuration/feature_profile/sdwan/service/lan/ipsec.py +0 -119
- catalystwan/models/configuration/feature_profile/sdwan/service/lan/multilink.py +0 -101
- catalystwan/models/configuration/feature_profile/sdwan/service/lan/svi.py +0 -172
- catalystwan/models/configuration/feature_profile/sdwan/service/lan/vpn.py +0 -627
- catalystwan/models/configuration/feature_profile/sdwan/service/multicast.py +0 -242
- catalystwan/models/configuration/feature_profile/sdwan/service/object_tracker.py +0 -84
- catalystwan/models/configuration/feature_profile/sdwan/service/route_policy.py +0 -419
- catalystwan/models/configuration/feature_profile/sdwan/service/service_insertion_attachment.py +0 -184
- catalystwan/models/configuration/feature_profile/sdwan/service/switchport.py +0 -112
- catalystwan/models/configuration/feature_profile/sdwan/service/tracker.py +0 -92
- catalystwan/models/configuration/feature_profile/sdwan/service/wireless_lan.py +0 -216
- catalystwan/models/configuration/feature_profile/sdwan/sig_security/__init__.py +0 -19
- catalystwan/models/configuration/feature_profile/sdwan/sig_security/sig_security.py +0 -379
- catalystwan/models/configuration/feature_profile/sdwan/system/__init__.py +0 -59
- catalystwan/models/configuration/feature_profile/sdwan/system/aaa.py +0 -406
- catalystwan/models/configuration/feature_profile/sdwan/system/banner.py +0 -30
- catalystwan/models/configuration/feature_profile/sdwan/system/basic.py +0 -290
- catalystwan/models/configuration/feature_profile/sdwan/system/bfd.py +0 -69
- catalystwan/models/configuration/feature_profile/sdwan/system/device_access.py +0 -157
- catalystwan/models/configuration/feature_profile/sdwan/system/device_access_ipv6.py +0 -157
- catalystwan/models/configuration/feature_profile/sdwan/system/global_parcel.py +0 -149
- catalystwan/models/configuration/feature_profile/sdwan/system/logging_parcel.py +0 -162
- catalystwan/models/configuration/feature_profile/sdwan/system/mrf.py +0 -75
- catalystwan/models/configuration/feature_profile/sdwan/system/ntp.py +0 -103
- catalystwan/models/configuration/feature_profile/sdwan/system/omp.py +0 -111
- catalystwan/models/configuration/feature_profile/sdwan/system/security.py +0 -179
- catalystwan/models/configuration/feature_profile/sdwan/system/snmp.py +0 -173
- catalystwan/models/configuration/feature_profile/sdwan/topology/__init__.py +0 -29
- catalystwan/models/configuration/feature_profile/sdwan/topology/custom_control.py +0 -425
- catalystwan/models/configuration/feature_profile/sdwan/topology/hubspoke.py +0 -60
- catalystwan/models/configuration/feature_profile/sdwan/topology/mesh.py +0 -23
- catalystwan/models/configuration/feature_profile/sdwan/transport/__init__.py +0 -93
- catalystwan/models/configuration/feature_profile/sdwan/transport/cellular_controller.py +0 -58
- catalystwan/models/configuration/feature_profile/sdwan/transport/cellular_profile.py +0 -71
- catalystwan/models/configuration/feature_profile/sdwan/transport/gps.py +0 -37
- catalystwan/models/configuration/feature_profile/sdwan/transport/management/ethernet.py +0 -121
- catalystwan/models/configuration/feature_profile/sdwan/transport/t1e1controller.py +0 -124
- catalystwan/models/configuration/feature_profile/sdwan/transport/vpn.py +0 -285
- catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/cellular.py +0 -166
- catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/ethernet.py +0 -281
- catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/gre.py +0 -46
- catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/ipsec.py +0 -98
- catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/multilink.py +0 -219
- catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/protocol_over.py +0 -405
- catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/t1e1serial.py +0 -195
- catalystwan/models/configuration/feature_profile/sdwan/uc_voice/__init__.py +0 -62
- catalystwan/models/configuration/feature_profile/sdwan/uc_voice/analog_interface.py +0 -436
- catalystwan/models/configuration/feature_profile/sdwan/uc_voice/call_routing.py +0 -179
- catalystwan/models/configuration/feature_profile/sdwan/uc_voice/digital_interface.py +0 -329
- catalystwan/models/configuration/feature_profile/sdwan/uc_voice/dsp_farm.py +0 -193
- catalystwan/models/configuration/feature_profile/sdwan/uc_voice/media_profile.py +0 -25
- catalystwan/models/configuration/feature_profile/sdwan/uc_voice/server_group.py +0 -51
- catalystwan/models/configuration/feature_profile/sdwan/uc_voice/srst.py +0 -86
- catalystwan/models/configuration/feature_profile/sdwan/uc_voice/supervisory_disconnect.py +0 -68
- catalystwan/models/configuration/feature_profile/sdwan/uc_voice/translation_profile.py +0 -42
- catalystwan/models/configuration/feature_profile/sdwan/uc_voice/translation_rule.py +0 -31
- catalystwan/models/configuration/feature_profile/sdwan/uc_voice/trunk_group.py +0 -26
- catalystwan/models/configuration/feature_profile/sdwan/uc_voice/voice_global.py +0 -55
- catalystwan/models/configuration/feature_profile/sdwan/uc_voice/voice_tenant.py +0 -40
- catalystwan/models/configuration/network_hierarchy/__init__.py +0 -22
- catalystwan/models/configuration/network_hierarchy/cflowd.py +0 -120
- catalystwan/models/configuration/network_hierarchy/node.py +0 -88
- catalystwan/models/configuration/policy_group.py +0 -74
- catalystwan/models/configuration/profile_type.py +0 -5
- catalystwan/models/configuration/topology_group.py +0 -52
- catalystwan/models/device_inventory.py +0 -30
- catalystwan/models/feature_profile_parcel.py +0 -15
- catalystwan/models/misc/application_protocols.py +0 -29
- catalystwan/models/monitoring/security_policy.py +0 -16
- catalystwan/models/monitoring/server_info.py +0 -12
- catalystwan/models/policy/__init__.py +0 -392
- catalystwan/models/policy/centralized.py +0 -265
- catalystwan/models/policy/definition/access_control_list.py +0 -193
- catalystwan/models/policy/definition/access_control_list_ipv6.py +0 -187
- catalystwan/models/policy/definition/aip.py +0 -60
- catalystwan/models/policy/definition/amp.py +0 -65
- catalystwan/models/policy/definition/app_route.py +0 -246
- catalystwan/models/policy/definition/cflowd.py +0 -95
- catalystwan/models/policy/definition/control.py +0 -366
- catalystwan/models/policy/definition/device_access.py +0 -117
- catalystwan/models/policy/definition/device_access_ipv6.py +0 -115
- catalystwan/models/policy/definition/dial_peer.py +0 -60
- catalystwan/models/policy/definition/dns_security.py +0 -130
- catalystwan/models/policy/definition/fxo_port.py +0 -63
- catalystwan/models/policy/definition/fxs_did_port.py +0 -58
- catalystwan/models/policy/definition/fxs_port.py +0 -56
- catalystwan/models/policy/definition/hub_and_spoke.py +0 -87
- catalystwan/models/policy/definition/intrusion_prevention.py +0 -55
- catalystwan/models/policy/definition/mesh.py +0 -47
- catalystwan/models/policy/definition/pri_isdn_port.py +0 -48
- catalystwan/models/policy/definition/qos_map.py +0 -111
- catalystwan/models/policy/definition/rewrite.py +0 -47
- catalystwan/models/policy/definition/route_policy.py +0 -187
- catalystwan/models/policy/definition/rule_set.py +0 -270
- catalystwan/models/policy/definition/security_group.py +0 -93
- catalystwan/models/policy/definition/srst_phone_profile.py +0 -37
- catalystwan/models/policy/definition/ssl_decryption.py +0 -209
- catalystwan/models/policy/definition/ssl_decryption_utd_profile.py +0 -87
- catalystwan/models/policy/definition/traffic_data.py +0 -496
- catalystwan/models/policy/definition/url_filtering.py +0 -70
- catalystwan/models/policy/definition/vpn_membership.py +0 -42
- catalystwan/models/policy/definition/vpn_qos_map.py +0 -46
- catalystwan/models/policy/definition/zone_based_firewall.py +0 -301
- catalystwan/models/policy/list/app.py +0 -44
- catalystwan/models/policy/list/app_probe.py +0 -42
- catalystwan/models/policy/list/as_path.py +0 -30
- catalystwan/models/policy/list/class_map.py +0 -30
- catalystwan/models/policy/list/color.py +0 -28
- catalystwan/models/policy/list/communities.py +0 -83
- catalystwan/models/policy/list/data_ipv6_prefix.py +0 -30
- catalystwan/models/policy/list/data_prefix.py +0 -30
- catalystwan/models/policy/list/fax_protocol.py +0 -45
- catalystwan/models/policy/list/fqdn.py +0 -24
- catalystwan/models/policy/list/geo_location.py +0 -33
- catalystwan/models/policy/list/identity.py +0 -29
- catalystwan/models/policy/list/ips_signature.py +0 -27
- catalystwan/models/policy/list/ipv6_prefix.py +0 -33
- catalystwan/models/policy/list/local_app.py +0 -45
- catalystwan/models/policy/list/local_domain.py +0 -36
- catalystwan/models/policy/list/media_profile.py +0 -44
- catalystwan/models/policy/list/mirror.py +0 -27
- catalystwan/models/policy/list/modem_pass_through.py +0 -27
- catalystwan/models/policy/list/policer.py +0 -39
- catalystwan/models/policy/list/port.py +0 -33
- catalystwan/models/policy/list/preferred_color_group.py +0 -82
- catalystwan/models/policy/list/prefix.py +0 -33
- catalystwan/models/policy/list/protocol_name.py +0 -26
- catalystwan/models/policy/list/region.py +0 -45
- catalystwan/models/policy/list/scalable_group_tag.py +0 -30
- catalystwan/models/policy/list/site.py +0 -34
- catalystwan/models/policy/list/sla.py +0 -77
- catalystwan/models/policy/list/supervisory_disconnect.py +0 -62
- catalystwan/models/policy/list/threat_grid_api_key.py +0 -32
- catalystwan/models/policy/list/tloc.py +0 -32
- catalystwan/models/policy/list/translation_profile.py +0 -32
- catalystwan/models/policy/list/translation_rules.py +0 -29
- catalystwan/models/policy/list/trunkgroup.py +0 -56
- catalystwan/models/policy/list/umbrella_data.py +0 -30
- catalystwan/models/policy/list/url.py +0 -39
- catalystwan/models/policy/list/vpn.py +0 -40
- catalystwan/models/policy/list/zone.py +0 -45
- catalystwan/models/policy/localized.py +0 -154
- catalystwan/models/policy/policy.py +0 -100
- catalystwan/models/policy/policy_definition.py +0 -1624
- catalystwan/models/policy/policy_list.py +0 -47
- catalystwan/models/policy/security.py +0 -279
- catalystwan/models/policy/voice.py +0 -71
- catalystwan/models/settings.py +0 -41
- catalystwan/models/templates.py +0 -79
- catalystwan/models/tenant.py +0 -105
- catalystwan/models/url_monitoring.py +0 -28
- catalystwan/tests/__init__.py +0 -0
- catalystwan/tests/builders/uc_voice.py +0 -85
- catalystwan/tests/models/__init__.py +0 -0
- catalystwan/tests/templates/__init__.py +0 -0
- catalystwan/tests/templates/definitions/__init__.py +0 -0
- catalystwan/tests/templates/definitions/aaa_basic.json +0 -96
- catalystwan/tests/templates/definitions/aaa_complex.json +0 -464
- catalystwan/tests/templates/definitions/basic/__init__.py +0 -0
- catalystwan/tests/templates/definitions/basic/alias.json +0 -7
- catalystwan/tests/templates/definitions/basic/basic.json +0 -7
- catalystwan/tests/templates/definitions/basic/basic_no_value.json +0 -7
- catalystwan/tests/templates/definitions/basic/children.json +0 -39
- catalystwan/tests/templates/definitions/basic/children_nested.json +0 -72
- catalystwan/tests/templates/definitions/basic/children_nested_datapath.json +0 -72
- catalystwan/tests/templates/definitions/basic/data_path.json +0 -13
- catalystwan/tests/templates/definitions/cisco_aaa.json +0 -178
- catalystwan/tests/templates/definitions/cisco_aaa_complex.json +0 -361
- catalystwan/tests/templates/definitions/cisco_banner.json +0 -20
- catalystwan/tests/templates/definitions/cisco_bfd.json +0 -90
- catalystwan/tests/templates/definitions/cisco_logging_complex.json +0 -268
- catalystwan/tests/templates/definitions/cisco_ntp_complex.json +0 -143
- catalystwan/tests/templates/definitions/cisco_omp_complex.json +0 -175
- catalystwan/tests/templates/definitions/cisco_ospf_complex.json +0 -302
- catalystwan/tests/templates/definitions/cisco_sig.json +0 -405
- catalystwan/tests/templates/definitions/cisco_snmp_complex.json +0 -258
- catalystwan/tests/templates/definitions/cisco_system_complex.json +0 -502
- catalystwan/tests/templates/definitions/cisco_vpn_basic.json +0 -17
- catalystwan/tests/templates/definitions/cisco_vpn_complex.json +0 -1081
- catalystwan/tests/templates/definitions/cisco_vpn_interface_complex.json +0 -821
- catalystwan/tests/templates/definitions/default_cisco_system.json +0 -184
- catalystwan/tests/templates/definitions/omp_vsmart_1.json +0 -26
- catalystwan/tests/templates/definitions/omp_vsmart_2.json +0 -48
- catalystwan/tests/templates/definitions/omp_vsmart_3.json +0 -71
- catalystwan/tests/templates/definitions/omp_vsmart_complex.json +0 -73
- catalystwan/tests/templates/definitions/security_vsmart_complex.json +0 -24
- catalystwan/tests/templates/definitions/system_vsmart_complex.json +0 -193
- catalystwan/tests/templates/definitions/vpn_vsmart_basic.json +0 -17
- catalystwan/tests/templates/definitions/vpn_vsmart_complex.json +0 -179
- catalystwan/tests/templates/definitions/vpn_vsmart_interface_basic.json +0 -42
- catalystwan/tests/templates/definitions/vpn_vsmart_interface_complex.json +0 -208
- catalystwan/tests/templates/models/__init__.py +0 -53
- catalystwan/tests/templates/models/aaa.py +0 -106
- catalystwan/tests/templates/models/cisco_aaa.py +0 -124
- catalystwan/tests/templates/models/cisco_banner.py +0 -7
- catalystwan/tests/templates/models/cisco_bfd.py +0 -15
- catalystwan/tests/templates/models/cisco_logging.py +0 -65
- catalystwan/tests/templates/models/cisco_ntp.py +0 -17
- catalystwan/tests/templates/models/cisco_omp.py +0 -37
- catalystwan/tests/templates/models/cisco_ospf.py +0 -60
- catalystwan/tests/templates/models/cisco_secure_internet_gateway.py +0 -95
- catalystwan/tests/templates/models/cisco_snmp.py +0 -40
- catalystwan/tests/templates/models/cisco_system.py +0 -113
- catalystwan/tests/templates/models/cisco_vpn.py +0 -240
- catalystwan/tests/templates/models/cisco_vpn_interface.py +0 -200
- catalystwan/tests/templates/models/omp_vsmart.py +0 -53
- catalystwan/tests/templates/models/security_vsmart.py +0 -11
- catalystwan/tests/templates/models/system_vsmart.py +0 -37
- catalystwan/tests/templates/models/vpn_vsmart.py +0 -32
- catalystwan/tests/templates/models/vpn_vsmart_interface.py +0 -54
- catalystwan/tests/templates/schemas/aaa.json +0 -1096
- catalystwan/tests/templates/schemas/basic/alias.json +0 -24
- catalystwan/tests/templates/schemas/basic/basic.json +0 -23
- catalystwan/tests/templates/schemas/basic/children.json +0 -59
- catalystwan/tests/templates/schemas/basic/children_nested.json +0 -112
- catalystwan/tests/templates/schemas/basic/children_nested_datapath.json +0 -112
- catalystwan/tests/templates/schemas/basic/data_path.json +0 -29
- catalystwan/tests/templates/schemas/cedge_aaa.json +0 -1185
- catalystwan/tests/templates/schemas/cisco_banner.json +0 -44
- catalystwan/tests/templates/schemas/cisco_bfd.json +0 -266
- catalystwan/tests/templates/schemas/cisco_logging.json +0 -577
- catalystwan/tests/templates/schemas/cisco_ntp.json +0 -265
- catalystwan/tests/templates/schemas/cisco_omp.json +0 -479
- catalystwan/tests/templates/schemas/cisco_ospf.json +0 -908
- catalystwan/tests/templates/schemas/cisco_secure_internet_gateway.json +0 -1520
- catalystwan/tests/templates/schemas/cisco_snmp.json +0 -561
- catalystwan/tests/templates/schemas/cisco_system.json +0 -3099
- catalystwan/tests/templates/schemas/cisco_vpn.json +0 -2504
- catalystwan/tests/templates/schemas/cisco_vpn_interface.json +0 -3348
- catalystwan/tests/templates/schemas/omp-vsmart.json +0 -222
- catalystwan/tests/templates/schemas/security-vsmart.json +0 -58
- catalystwan/tests/templates/schemas/system-vsmart.json +0 -2585
- catalystwan/tests/templates/schemas/vpn-vsmart-interface.json +0 -859
- catalystwan/tests/templates/schemas/vpn-vsmart.json +0 -445
- catalystwan/tests/templates/test_chose_model.py +0 -32
- catalystwan/tests/templates/test_deserialize_model.py +0 -69
- catalystwan/tests/templates/test_find_template_values.py +0 -193
- catalystwan/tests/templates/test_find_template_values_2.py +0 -193
- catalystwan/tests/templates/test_generate_payload.py +0 -137
- catalystwan/tests/templates/test_serialize_model.py +0 -52
- catalystwan/tests/test_admin_tech_api.py +0 -198
- catalystwan/tests/test_administration.py +0 -470
- catalystwan/tests/test_alarms_api.py +0 -251
- catalystwan/tests/test_cli_template.py +0 -218
- catalystwan/tests/test_creation_tools.py +0 -155
- catalystwan/tests/test_device_action_api.py +0 -117
- catalystwan/tests/test_devices_api.py +0 -674
- catalystwan/tests/test_endpoints.py +0 -907
- catalystwan/tests/test_feature_profile_api.py +0 -282
- catalystwan/tests/test_feature_template_field.py +0 -33
- catalystwan/tests/test_logs_api.py +0 -40
- catalystwan/tests/test_models_common.py +0 -53
- catalystwan/tests/test_monitoring_security_policy.py +0 -65
- catalystwan/tests/test_monitoring_server_info.py +0 -49
- catalystwan/tests/test_monitoring_status_api.py +0 -118
- catalystwan/tests/test_mtt_aaa_api.py +0 -293
- catalystwan/tests/test_omp_api.py +0 -438
- catalystwan/tests/test_packet_capture.py +0 -125
- catalystwan/tests/test_partition_manager_api.py +0 -121
- catalystwan/tests/test_response.py +0 -183
- catalystwan/tests/test_session.py +0 -102
- catalystwan/tests/test_software_action_api.py +0 -154
- catalystwan/tests/test_speed_test_api.py +0 -143
- catalystwan/tests/test_task_status_api.py +0 -381
- catalystwan/tests/test_templates.py +0 -405
- catalystwan/tests/test_tenant_backup_restore_api.py +0 -88
- catalystwan/tests/test_tenant_management_api.py +0 -153
- catalystwan/tests/test_tenant_migration_api.py +0 -102
- catalystwan/tests/test_typed_list.py +0 -426
- catalystwan/tests/test_url_monitoring.py +0 -80
- catalystwan/tests/test_version.py +0 -99
- catalystwan/tests/test_version_utils.py +0 -240
- catalystwan/tests/test_vmanage_auth.py +0 -149
- catalystwan/typed_list.py +0 -288
- catalystwan/utils/__init__.py +0 -0
- catalystwan/utils/alarm_status.py +0 -16
- catalystwan/utils/certificate_status.py +0 -13
- catalystwan/utils/colors.py +0 -12
- catalystwan/utils/config_status.py +0 -8
- catalystwan/utils/creation_tools.py +0 -136
- catalystwan/utils/dashboard.py +0 -255
- catalystwan/utils/device_model.py +0 -322
- catalystwan/utils/dict.py +0 -61
- catalystwan/utils/feature_template/choose_model.py +0 -30
- catalystwan/utils/feature_template/find_template_values.py +0 -111
- catalystwan/utils/model.py +0 -45
- catalystwan/utils/operation_status.py +0 -22
- catalystwan/utils/persona.py +0 -5
- catalystwan/utils/personality.py +0 -10
- catalystwan/utils/pydantic_field.py +0 -12
- catalystwan/utils/reachability.py +0 -14
- catalystwan/utils/session_type.py +0 -17
- catalystwan/utils/template_type.py +0 -8
- catalystwan/utils/type_check.py +0 -22
- catalystwan/utils/upgrades_helper.py +0 -95
- catalystwan/utils/validate_status.py +0 -8
- catalystwan/workflows/backup_restore_device_templates.py +0 -467
- catalystwan/workflows/tenant_migration.py +0 -203
- catalystwan-0.40.1.dev7.dist-info/METADATA +0 -539
- catalystwan-0.40.1.dev7.dist-info/RECORD +0 -618
- /catalystwan/{api → core/models}/__init__.py +0 -0
- /catalystwan/{api/builders/feature_profiles/__init__.py → core/py.typed} +0 -0
- {catalystwan-0.40.1.dev7.dist-info → catalystwan-2.0.0a0.dist-info}/LICENSE +0 -0
|
@@ -1,859 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "Interface",
|
|
3
|
-
"xmlPath": [],
|
|
4
|
-
"xmlRootTag": "interface",
|
|
5
|
-
"parentPath": "</vpn-instance>",
|
|
6
|
-
"uniqueKey": "if-name",
|
|
7
|
-
"nameSpace": "http://viptela.com/vpn",
|
|
8
|
-
"fields": [
|
|
9
|
-
{
|
|
10
|
-
"key": "if-name",
|
|
11
|
-
"description": "Interface Name",
|
|
12
|
-
"details": "Interface name on vSmart: eth<0-..> or eth<0-..>.vlanid or loopback<string> when present",
|
|
13
|
-
"optionType": [
|
|
14
|
-
"constant",
|
|
15
|
-
"variable"
|
|
16
|
-
],
|
|
17
|
-
"defaultOption": "constant",
|
|
18
|
-
"dataType": {
|
|
19
|
-
"type": "string",
|
|
20
|
-
"minLength": 1,
|
|
21
|
-
"maxLength": 32
|
|
22
|
-
},
|
|
23
|
-
"dataPath": [],
|
|
24
|
-
"objectType": "object"
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"key": "description",
|
|
28
|
-
"description": "Description",
|
|
29
|
-
"details": "Interface description",
|
|
30
|
-
"optionType": [
|
|
31
|
-
"constant",
|
|
32
|
-
"variable",
|
|
33
|
-
"ignore"
|
|
34
|
-
],
|
|
35
|
-
"defaultOption": "ignore",
|
|
36
|
-
"dataType": {
|
|
37
|
-
"type": "string",
|
|
38
|
-
"minLength": 1,
|
|
39
|
-
"maxLength": 128
|
|
40
|
-
},
|
|
41
|
-
"dataPath": [],
|
|
42
|
-
"objectType": "object"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"key": "address",
|
|
46
|
-
"description": "IPv4 Address",
|
|
47
|
-
"details": "Assign IPv4 address",
|
|
48
|
-
"optionType": [
|
|
49
|
-
"constant",
|
|
50
|
-
"variable",
|
|
51
|
-
"ignore"
|
|
52
|
-
],
|
|
53
|
-
"defaultOption": "ignore",
|
|
54
|
-
"dataType": {
|
|
55
|
-
"type": "ipv4-prefix"
|
|
56
|
-
},
|
|
57
|
-
"dataPath": [
|
|
58
|
-
"ip"
|
|
59
|
-
],
|
|
60
|
-
"objectType": "object"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"key": "dhcp-client",
|
|
64
|
-
"description": "DHCP",
|
|
65
|
-
"details": "Enable DHCP",
|
|
66
|
-
"optionType": [
|
|
67
|
-
"constant",
|
|
68
|
-
"variable",
|
|
69
|
-
"ignore"
|
|
70
|
-
],
|
|
71
|
-
"defaultOption": "ignore",
|
|
72
|
-
"dataType": {
|
|
73
|
-
"type": "boolean",
|
|
74
|
-
"default": "false"
|
|
75
|
-
},
|
|
76
|
-
"dataPath": [
|
|
77
|
-
"ip"
|
|
78
|
-
],
|
|
79
|
-
"objectType": "object"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"key": "dhcp-distance",
|
|
83
|
-
"description": "DHCP Distance",
|
|
84
|
-
"details": "Set administrative distance for DHCP default route",
|
|
85
|
-
"optionType": [
|
|
86
|
-
"constant",
|
|
87
|
-
"variable",
|
|
88
|
-
"ignore"
|
|
89
|
-
],
|
|
90
|
-
"defaultOption": "ignore",
|
|
91
|
-
"dataType": {
|
|
92
|
-
"type": "number",
|
|
93
|
-
"min": 1,
|
|
94
|
-
"max": 65536,
|
|
95
|
-
"default": 1
|
|
96
|
-
},
|
|
97
|
-
"dataPath": [
|
|
98
|
-
"ip"
|
|
99
|
-
],
|
|
100
|
-
"objectType": "object"
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"key": "address",
|
|
104
|
-
"description": "IPv6 Address",
|
|
105
|
-
"details": "Assign IPv6 address",
|
|
106
|
-
"optionType": [
|
|
107
|
-
"constant",
|
|
108
|
-
"variable",
|
|
109
|
-
"ignore"
|
|
110
|
-
],
|
|
111
|
-
"defaultOption": "ignore",
|
|
112
|
-
"dataType": {
|
|
113
|
-
"type": "ipv6-prefix"
|
|
114
|
-
},
|
|
115
|
-
"dataPath": [
|
|
116
|
-
"ipv6"
|
|
117
|
-
],
|
|
118
|
-
"objectType": "object"
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"key": "dhcp-client",
|
|
122
|
-
"description": "DHCP",
|
|
123
|
-
"details": "Enable DHCP",
|
|
124
|
-
"optionType": [
|
|
125
|
-
"constant",
|
|
126
|
-
"variable",
|
|
127
|
-
"ignore"
|
|
128
|
-
],
|
|
129
|
-
"defaultOption": "ignore",
|
|
130
|
-
"dataType": {
|
|
131
|
-
"type": "boolean",
|
|
132
|
-
"default": "false"
|
|
133
|
-
},
|
|
134
|
-
"dataPath": [
|
|
135
|
-
"ipv6"
|
|
136
|
-
],
|
|
137
|
-
"objectType": "object"
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"key": "dhcp-distance",
|
|
141
|
-
"description": "DHCP Distance",
|
|
142
|
-
"details": "Set administrative distance for DHCP default route",
|
|
143
|
-
"optionType": [
|
|
144
|
-
"constant",
|
|
145
|
-
"variable",
|
|
146
|
-
"ignore"
|
|
147
|
-
],
|
|
148
|
-
"defaultOption": "ignore",
|
|
149
|
-
"dataType": {
|
|
150
|
-
"type": "number",
|
|
151
|
-
"min": 1,
|
|
152
|
-
"max": 65536,
|
|
153
|
-
"default": 1
|
|
154
|
-
},
|
|
155
|
-
"dataPath": [
|
|
156
|
-
"ipv6"
|
|
157
|
-
],
|
|
158
|
-
"objectType": "object"
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"key": "dhcp-rapid-commit",
|
|
162
|
-
"description": "DHCP Rapid Commit",
|
|
163
|
-
"details": "Enable DHCPv6 rapid commit",
|
|
164
|
-
"optionType": [
|
|
165
|
-
"constant",
|
|
166
|
-
"variable",
|
|
167
|
-
"ignore"
|
|
168
|
-
],
|
|
169
|
-
"defaultOption": "ignore",
|
|
170
|
-
"dataType": {
|
|
171
|
-
"type": "boolean",
|
|
172
|
-
"default": "false"
|
|
173
|
-
},
|
|
174
|
-
"dataPath": [
|
|
175
|
-
"ipv6"
|
|
176
|
-
],
|
|
177
|
-
"objectType": "object"
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
"key": "group",
|
|
181
|
-
"description": "Groups",
|
|
182
|
-
"details": "List of groups",
|
|
183
|
-
"optionType": [
|
|
184
|
-
"constant",
|
|
185
|
-
"variable",
|
|
186
|
-
"ignore"
|
|
187
|
-
],
|
|
188
|
-
"defaultOption": "ignore",
|
|
189
|
-
"dataType": {
|
|
190
|
-
"type": "number",
|
|
191
|
-
"min": 0,
|
|
192
|
-
"max": 4294967295
|
|
193
|
-
},
|
|
194
|
-
"dataPath": [
|
|
195
|
-
"tunnel-interface"
|
|
196
|
-
],
|
|
197
|
-
"objectType": "list"
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
"key": "value",
|
|
201
|
-
"description": "Color",
|
|
202
|
-
"details": "Set color for TLOC",
|
|
203
|
-
"optionType": [
|
|
204
|
-
"constant",
|
|
205
|
-
"variable",
|
|
206
|
-
"ignore"
|
|
207
|
-
],
|
|
208
|
-
"defaultOption": "ignore",
|
|
209
|
-
"dataType": {
|
|
210
|
-
"type": "enum",
|
|
211
|
-
"values": [
|
|
212
|
-
{
|
|
213
|
-
"key": "default",
|
|
214
|
-
"value": "default"
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"key": "mpls",
|
|
218
|
-
"value": "mpls"
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
"key": "metro-ethernet",
|
|
222
|
-
"value": "metro-ethernet"
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
"key": "biz-internet",
|
|
226
|
-
"value": "biz-internet"
|
|
227
|
-
},
|
|
228
|
-
{
|
|
229
|
-
"key": "public-internet",
|
|
230
|
-
"value": "public-internet"
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
"key": "lte",
|
|
234
|
-
"value": "lte"
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
"key": "3g",
|
|
238
|
-
"value": "3g"
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
"key": "red",
|
|
242
|
-
"value": "red"
|
|
243
|
-
},
|
|
244
|
-
{
|
|
245
|
-
"key": "green",
|
|
246
|
-
"value": "green"
|
|
247
|
-
},
|
|
248
|
-
{
|
|
249
|
-
"key": "blue",
|
|
250
|
-
"value": "blue"
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"key": "gold",
|
|
254
|
-
"value": "gold"
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
"key": "silver",
|
|
258
|
-
"value": "silver"
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
"key": "bronze",
|
|
262
|
-
"value": "bronze"
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"key": "custom1",
|
|
266
|
-
"value": "custom1"
|
|
267
|
-
},
|
|
268
|
-
{
|
|
269
|
-
"key": "custom2",
|
|
270
|
-
"value": "custom2"
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
"key": "custom3",
|
|
274
|
-
"value": "custom3"
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
"key": "private1",
|
|
278
|
-
"value": "private1"
|
|
279
|
-
},
|
|
280
|
-
{
|
|
281
|
-
"key": "private2",
|
|
282
|
-
"value": "private2"
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
"key": "private3",
|
|
286
|
-
"value": "private3"
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
"key": "private4",
|
|
290
|
-
"value": "private4"
|
|
291
|
-
},
|
|
292
|
-
{
|
|
293
|
-
"key": "private5",
|
|
294
|
-
"value": "private5"
|
|
295
|
-
},
|
|
296
|
-
{
|
|
297
|
-
"key": "private6",
|
|
298
|
-
"value": "private6"
|
|
299
|
-
}
|
|
300
|
-
],
|
|
301
|
-
"default": "default"
|
|
302
|
-
},
|
|
303
|
-
"dataPath": [
|
|
304
|
-
"tunnel-interface",
|
|
305
|
-
"color"
|
|
306
|
-
],
|
|
307
|
-
"objectType": "object"
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
"key": "carrier",
|
|
311
|
-
"description": "Carrier",
|
|
312
|
-
"details": "Set carrier for TLOC",
|
|
313
|
-
"optionType": [
|
|
314
|
-
"constant",
|
|
315
|
-
"variable",
|
|
316
|
-
"ignore"
|
|
317
|
-
],
|
|
318
|
-
"defaultOption": "ignore",
|
|
319
|
-
"dataType": {
|
|
320
|
-
"type": "enum",
|
|
321
|
-
"values": [
|
|
322
|
-
{
|
|
323
|
-
"key": "default",
|
|
324
|
-
"value": "default"
|
|
325
|
-
},
|
|
326
|
-
{
|
|
327
|
-
"key": "carrier1",
|
|
328
|
-
"value": "carrier1"
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
"key": "carrier2",
|
|
332
|
-
"value": "carrier2"
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
"key": "carrier3",
|
|
336
|
-
"value": "carrier3"
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
"key": "carrier4",
|
|
340
|
-
"value": "carrier4"
|
|
341
|
-
},
|
|
342
|
-
{
|
|
343
|
-
"key": "carrier5",
|
|
344
|
-
"value": "carrier5"
|
|
345
|
-
},
|
|
346
|
-
{
|
|
347
|
-
"key": "carrier6",
|
|
348
|
-
"value": "carrier6"
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
"key": "carrier7",
|
|
352
|
-
"value": "carrier7"
|
|
353
|
-
},
|
|
354
|
-
{
|
|
355
|
-
"key": "carrier8",
|
|
356
|
-
"value": "carrier8"
|
|
357
|
-
}
|
|
358
|
-
],
|
|
359
|
-
"default": "default"
|
|
360
|
-
},
|
|
361
|
-
"dataPath": [
|
|
362
|
-
"tunnel-interface"
|
|
363
|
-
],
|
|
364
|
-
"objectType": "object"
|
|
365
|
-
},
|
|
366
|
-
{
|
|
367
|
-
"key": "nat-refresh-interval",
|
|
368
|
-
"description": "Nat Refresh Interval",
|
|
369
|
-
"details": "Set time period of nat refresh packets <1...60> seconds",
|
|
370
|
-
"optionType": [
|
|
371
|
-
"constant",
|
|
372
|
-
"variable",
|
|
373
|
-
"ignore"
|
|
374
|
-
],
|
|
375
|
-
"defaultOption": "ignore",
|
|
376
|
-
"dataType": {
|
|
377
|
-
"type": "number",
|
|
378
|
-
"min": 1,
|
|
379
|
-
"max": 60,
|
|
380
|
-
"default": 5
|
|
381
|
-
},
|
|
382
|
-
"dataPath": [
|
|
383
|
-
"tunnel-interface"
|
|
384
|
-
],
|
|
385
|
-
"objectType": "object"
|
|
386
|
-
},
|
|
387
|
-
{
|
|
388
|
-
"key": "hello-interval",
|
|
389
|
-
"description": "Hello Interval",
|
|
390
|
-
"details": "Set time period of control hello packets <100..600000> milli seconds",
|
|
391
|
-
"optionType": [
|
|
392
|
-
"constant",
|
|
393
|
-
"variable",
|
|
394
|
-
"ignore"
|
|
395
|
-
],
|
|
396
|
-
"defaultOption": "ignore",
|
|
397
|
-
"dataType": {
|
|
398
|
-
"type": "number",
|
|
399
|
-
"min": 100,
|
|
400
|
-
"max": 600000,
|
|
401
|
-
"default": 1000
|
|
402
|
-
},
|
|
403
|
-
"dataPath": [
|
|
404
|
-
"tunnel-interface"
|
|
405
|
-
],
|
|
406
|
-
"objectType": "object"
|
|
407
|
-
},
|
|
408
|
-
{
|
|
409
|
-
"key": "hello-tolerance",
|
|
410
|
-
"description": "Hello Tolerance",
|
|
411
|
-
"details": "Set tolerance of control hello packets <12..60> seconds",
|
|
412
|
-
"optionType": [
|
|
413
|
-
"constant",
|
|
414
|
-
"variable",
|
|
415
|
-
"ignore"
|
|
416
|
-
],
|
|
417
|
-
"defaultOption": "ignore",
|
|
418
|
-
"dataType": {
|
|
419
|
-
"type": "number",
|
|
420
|
-
"min": 12,
|
|
421
|
-
"max": 6000,
|
|
422
|
-
"default": 12
|
|
423
|
-
},
|
|
424
|
-
"dataPath": [
|
|
425
|
-
"tunnel-interface"
|
|
426
|
-
],
|
|
427
|
-
"objectType": "object"
|
|
428
|
-
},
|
|
429
|
-
{
|
|
430
|
-
"key": "all",
|
|
431
|
-
"description": "All",
|
|
432
|
-
"details": "Allow all traffic. Overrides all other allow-service options if allow-service all is set",
|
|
433
|
-
"optionType": [
|
|
434
|
-
"constant",
|
|
435
|
-
"variable",
|
|
436
|
-
"ignore"
|
|
437
|
-
],
|
|
438
|
-
"defaultOption": "ignore",
|
|
439
|
-
"dataType": {
|
|
440
|
-
"type": "boolean",
|
|
441
|
-
"default": "false"
|
|
442
|
-
},
|
|
443
|
-
"dataPath": [
|
|
444
|
-
"tunnel-interface",
|
|
445
|
-
"allow-service"
|
|
446
|
-
],
|
|
447
|
-
"objectType": "object"
|
|
448
|
-
},
|
|
449
|
-
{
|
|
450
|
-
"key": "dhcp",
|
|
451
|
-
"description": "DHCP",
|
|
452
|
-
"details": "Allow/Deny DHCP",
|
|
453
|
-
"optionType": [
|
|
454
|
-
"constant",
|
|
455
|
-
"variable",
|
|
456
|
-
"ignore"
|
|
457
|
-
],
|
|
458
|
-
"defaultOption": "ignore",
|
|
459
|
-
"dataType": {
|
|
460
|
-
"type": "boolean",
|
|
461
|
-
"default": "true"
|
|
462
|
-
},
|
|
463
|
-
"dataPath": [
|
|
464
|
-
"tunnel-interface",
|
|
465
|
-
"allow-service"
|
|
466
|
-
],
|
|
467
|
-
"objectType": "object"
|
|
468
|
-
},
|
|
469
|
-
{
|
|
470
|
-
"key": "dns",
|
|
471
|
-
"description": "DNS",
|
|
472
|
-
"details": "Allow/Deny DNS",
|
|
473
|
-
"optionType": [
|
|
474
|
-
"constant",
|
|
475
|
-
"variable",
|
|
476
|
-
"ignore"
|
|
477
|
-
],
|
|
478
|
-
"defaultOption": "ignore",
|
|
479
|
-
"dataType": {
|
|
480
|
-
"type": "boolean",
|
|
481
|
-
"default": "true"
|
|
482
|
-
},
|
|
483
|
-
"dataPath": [
|
|
484
|
-
"tunnel-interface",
|
|
485
|
-
"allow-service"
|
|
486
|
-
],
|
|
487
|
-
"objectType": "object"
|
|
488
|
-
},
|
|
489
|
-
{
|
|
490
|
-
"key": "icmp",
|
|
491
|
-
"description": "ICMP",
|
|
492
|
-
"details": "Allow/Deny ICMP",
|
|
493
|
-
"optionType": [
|
|
494
|
-
"constant",
|
|
495
|
-
"variable",
|
|
496
|
-
"ignore"
|
|
497
|
-
],
|
|
498
|
-
"defaultOption": "ignore",
|
|
499
|
-
"dataType": {
|
|
500
|
-
"type": "boolean",
|
|
501
|
-
"default": "true"
|
|
502
|
-
},
|
|
503
|
-
"dataPath": [
|
|
504
|
-
"tunnel-interface",
|
|
505
|
-
"allow-service"
|
|
506
|
-
],
|
|
507
|
-
"objectType": "object"
|
|
508
|
-
},
|
|
509
|
-
{
|
|
510
|
-
"key": "sshd",
|
|
511
|
-
"description": "SSH",
|
|
512
|
-
"details": "Allow/Deny SSH",
|
|
513
|
-
"optionType": [
|
|
514
|
-
"constant",
|
|
515
|
-
"variable",
|
|
516
|
-
"ignore"
|
|
517
|
-
],
|
|
518
|
-
"defaultOption": "ignore",
|
|
519
|
-
"dataType": {
|
|
520
|
-
"type": "boolean",
|
|
521
|
-
"default": "false"
|
|
522
|
-
},
|
|
523
|
-
"dataPath": [
|
|
524
|
-
"tunnel-interface",
|
|
525
|
-
"allow-service"
|
|
526
|
-
],
|
|
527
|
-
"objectType": "object"
|
|
528
|
-
},
|
|
529
|
-
{
|
|
530
|
-
"key": "netconf",
|
|
531
|
-
"description": "NETCONF",
|
|
532
|
-
"details": "Allow/Deny NETCONF",
|
|
533
|
-
"optionType": [
|
|
534
|
-
"constant",
|
|
535
|
-
"variable",
|
|
536
|
-
"ignore"
|
|
537
|
-
],
|
|
538
|
-
"defaultOption": "ignore",
|
|
539
|
-
"dataType": {
|
|
540
|
-
"type": "boolean",
|
|
541
|
-
"default": "false"
|
|
542
|
-
},
|
|
543
|
-
"dataPath": [
|
|
544
|
-
"tunnel-interface",
|
|
545
|
-
"allow-service"
|
|
546
|
-
],
|
|
547
|
-
"objectType": "object"
|
|
548
|
-
},
|
|
549
|
-
{
|
|
550
|
-
"key": "ntp",
|
|
551
|
-
"description": "NTP",
|
|
552
|
-
"details": "Allow/Deny NTP",
|
|
553
|
-
"optionType": [
|
|
554
|
-
"constant",
|
|
555
|
-
"variable",
|
|
556
|
-
"ignore"
|
|
557
|
-
],
|
|
558
|
-
"defaultOption": "ignore",
|
|
559
|
-
"dataType": {
|
|
560
|
-
"type": "boolean",
|
|
561
|
-
"default": "false"
|
|
562
|
-
},
|
|
563
|
-
"dataPath": [
|
|
564
|
-
"tunnel-interface",
|
|
565
|
-
"allow-service"
|
|
566
|
-
],
|
|
567
|
-
"objectType": "object"
|
|
568
|
-
},
|
|
569
|
-
{
|
|
570
|
-
"key": "stun",
|
|
571
|
-
"description": "STUN",
|
|
572
|
-
"details": "Allow/Deny STUN",
|
|
573
|
-
"optionType": [
|
|
574
|
-
"constant",
|
|
575
|
-
"variable",
|
|
576
|
-
"ignore"
|
|
577
|
-
],
|
|
578
|
-
"defaultOption": "ignore",
|
|
579
|
-
"dataType": {
|
|
580
|
-
"type": "boolean",
|
|
581
|
-
"default": "false"
|
|
582
|
-
},
|
|
583
|
-
"dataPath": [
|
|
584
|
-
"tunnel-interface",
|
|
585
|
-
"allow-service"
|
|
586
|
-
],
|
|
587
|
-
"objectType": "object"
|
|
588
|
-
},
|
|
589
|
-
{
|
|
590
|
-
"key": "flow-control",
|
|
591
|
-
"description": "Flow Control",
|
|
592
|
-
"details": "Enable flow control",
|
|
593
|
-
"optionType": [
|
|
594
|
-
"constant",
|
|
595
|
-
"variable",
|
|
596
|
-
"ignore"
|
|
597
|
-
],
|
|
598
|
-
"defaultOption": "ignore",
|
|
599
|
-
"dataType": {
|
|
600
|
-
"type": "enum",
|
|
601
|
-
"values": [
|
|
602
|
-
{
|
|
603
|
-
"key": "ingress",
|
|
604
|
-
"value": "ingress"
|
|
605
|
-
},
|
|
606
|
-
{
|
|
607
|
-
"key": "egress",
|
|
608
|
-
"value": "egress"
|
|
609
|
-
},
|
|
610
|
-
{
|
|
611
|
-
"key": "autoneg",
|
|
612
|
-
"value": "autoneg"
|
|
613
|
-
},
|
|
614
|
-
{
|
|
615
|
-
"key": "both",
|
|
616
|
-
"value": "both"
|
|
617
|
-
},
|
|
618
|
-
{
|
|
619
|
-
"key": "none",
|
|
620
|
-
"value": "none"
|
|
621
|
-
}
|
|
622
|
-
],
|
|
623
|
-
"default": "autoneg"
|
|
624
|
-
},
|
|
625
|
-
"dataPath": [],
|
|
626
|
-
"objectType": "object"
|
|
627
|
-
},
|
|
628
|
-
{
|
|
629
|
-
"key": "clear-dont-fragment",
|
|
630
|
-
"description": "Clear-Dont-Fragment",
|
|
631
|
-
"details": "Clear don't fragment bit",
|
|
632
|
-
"optionType": [
|
|
633
|
-
"constant",
|
|
634
|
-
"variable",
|
|
635
|
-
"ignore"
|
|
636
|
-
],
|
|
637
|
-
"defaultOption": "ignore",
|
|
638
|
-
"dataType": {
|
|
639
|
-
"type": "boolean",
|
|
640
|
-
"default": "false"
|
|
641
|
-
},
|
|
642
|
-
"dataPath": [],
|
|
643
|
-
"objectType": "object"
|
|
644
|
-
},
|
|
645
|
-
{
|
|
646
|
-
"key": "autonegotiate",
|
|
647
|
-
"description": "Autonegotiation",
|
|
648
|
-
"details": "Link autonegotiation",
|
|
649
|
-
"optionType": [
|
|
650
|
-
"constant",
|
|
651
|
-
"variable",
|
|
652
|
-
"ignore"
|
|
653
|
-
],
|
|
654
|
-
"defaultOption": "ignore",
|
|
655
|
-
"dataType": {
|
|
656
|
-
"type": "boolean",
|
|
657
|
-
"default": "true"
|
|
658
|
-
},
|
|
659
|
-
"dataPath": [],
|
|
660
|
-
"objectType": "object"
|
|
661
|
-
},
|
|
662
|
-
{
|
|
663
|
-
"key": "pmtu",
|
|
664
|
-
"description": "PMTU Discovery",
|
|
665
|
-
"details": "Path MTU Discovery",
|
|
666
|
-
"optionType": [
|
|
667
|
-
"constant",
|
|
668
|
-
"variable",
|
|
669
|
-
"ignore"
|
|
670
|
-
],
|
|
671
|
-
"defaultOption": "ignore",
|
|
672
|
-
"dataType": {
|
|
673
|
-
"type": "boolean",
|
|
674
|
-
"default": "false"
|
|
675
|
-
},
|
|
676
|
-
"dataPath": [],
|
|
677
|
-
"objectType": "object"
|
|
678
|
-
},
|
|
679
|
-
{
|
|
680
|
-
"key": "mtu",
|
|
681
|
-
"description": "IP MTU",
|
|
682
|
-
"details": "Interface MTU <576..2000>",
|
|
683
|
-
"optionType": [
|
|
684
|
-
"constant",
|
|
685
|
-
"variable",
|
|
686
|
-
"ignore"
|
|
687
|
-
],
|
|
688
|
-
"defaultOption": "ignore",
|
|
689
|
-
"dataType": {
|
|
690
|
-
"type": "number",
|
|
691
|
-
"min": 576,
|
|
692
|
-
"max": 2000,
|
|
693
|
-
"default": 1500
|
|
694
|
-
},
|
|
695
|
-
"dataPath": [],
|
|
696
|
-
"objectType": "object"
|
|
697
|
-
},
|
|
698
|
-
{
|
|
699
|
-
"key": "tcp-mss-adjust",
|
|
700
|
-
"description": "TCP MSS",
|
|
701
|
-
"details": "TCP MSS on SYN packets, in bytes",
|
|
702
|
-
"optionType": [
|
|
703
|
-
"constant",
|
|
704
|
-
"variable",
|
|
705
|
-
"ignore"
|
|
706
|
-
],
|
|
707
|
-
"defaultOption": "ignore",
|
|
708
|
-
"dataType": {
|
|
709
|
-
"type": "number",
|
|
710
|
-
"min": 552,
|
|
711
|
-
"max": 1960
|
|
712
|
-
},
|
|
713
|
-
"dataPath": [],
|
|
714
|
-
"objectType": "object"
|
|
715
|
-
},
|
|
716
|
-
{
|
|
717
|
-
"key": "mac-address",
|
|
718
|
-
"description": "MAC Address",
|
|
719
|
-
"details": "Set MAC-layer address",
|
|
720
|
-
"optionType": [
|
|
721
|
-
"constant",
|
|
722
|
-
"variable",
|
|
723
|
-
"ignore"
|
|
724
|
-
],
|
|
725
|
-
"defaultOption": "ignore",
|
|
726
|
-
"dataType": {
|
|
727
|
-
"type": "mac"
|
|
728
|
-
},
|
|
729
|
-
"dataPath": [],
|
|
730
|
-
"objectType": "object"
|
|
731
|
-
},
|
|
732
|
-
{
|
|
733
|
-
"key": "speed",
|
|
734
|
-
"description": "Speed",
|
|
735
|
-
"details": "Set interface speed",
|
|
736
|
-
"optionType": [
|
|
737
|
-
"constant",
|
|
738
|
-
"variable",
|
|
739
|
-
"ignore"
|
|
740
|
-
],
|
|
741
|
-
"defaultOption": "ignore",
|
|
742
|
-
"dataType": {
|
|
743
|
-
"type": "enum",
|
|
744
|
-
"values": [
|
|
745
|
-
{
|
|
746
|
-
"key": "10",
|
|
747
|
-
"value": "10"
|
|
748
|
-
},
|
|
749
|
-
{
|
|
750
|
-
"key": "100",
|
|
751
|
-
"value": "100"
|
|
752
|
-
},
|
|
753
|
-
{
|
|
754
|
-
"key": "1000",
|
|
755
|
-
"value": "1000"
|
|
756
|
-
}
|
|
757
|
-
]
|
|
758
|
-
},
|
|
759
|
-
"dataPath": [],
|
|
760
|
-
"objectType": "object"
|
|
761
|
-
},
|
|
762
|
-
{
|
|
763
|
-
"key": "duplex",
|
|
764
|
-
"description": "Duplex",
|
|
765
|
-
"details": "Duplex mode",
|
|
766
|
-
"optionType": [
|
|
767
|
-
"constant",
|
|
768
|
-
"variable",
|
|
769
|
-
"ignore"
|
|
770
|
-
],
|
|
771
|
-
"defaultOption": "ignore",
|
|
772
|
-
"dataType": {
|
|
773
|
-
"type": "enum",
|
|
774
|
-
"values": [
|
|
775
|
-
{
|
|
776
|
-
"key": "full",
|
|
777
|
-
"value": "full"
|
|
778
|
-
},
|
|
779
|
-
{
|
|
780
|
-
"key": "half",
|
|
781
|
-
"value": "half"
|
|
782
|
-
}
|
|
783
|
-
]
|
|
784
|
-
},
|
|
785
|
-
"dataPath": [],
|
|
786
|
-
"objectType": "object"
|
|
787
|
-
},
|
|
788
|
-
{
|
|
789
|
-
"key": "shutdown",
|
|
790
|
-
"description": "Shutdown",
|
|
791
|
-
"details": "Administrative state",
|
|
792
|
-
"optionType": [
|
|
793
|
-
"constant",
|
|
794
|
-
"variable",
|
|
795
|
-
"ignore"
|
|
796
|
-
],
|
|
797
|
-
"defaultOption": "ignore",
|
|
798
|
-
"dataType": {
|
|
799
|
-
"type": "boolean",
|
|
800
|
-
"default": "true",
|
|
801
|
-
"label": {
|
|
802
|
-
"on": "Yes",
|
|
803
|
-
"off": "No"
|
|
804
|
-
}
|
|
805
|
-
},
|
|
806
|
-
"dataPath": [],
|
|
807
|
-
"objectType": "object"
|
|
808
|
-
},
|
|
809
|
-
{
|
|
810
|
-
"key": "ip",
|
|
811
|
-
"description": "Static ARP",
|
|
812
|
-
"details": "Configure static ARP entries",
|
|
813
|
-
"optionType": [
|
|
814
|
-
"constant",
|
|
815
|
-
"ignore"
|
|
816
|
-
],
|
|
817
|
-
"defaultOption": "ignore",
|
|
818
|
-
"dataPath": [
|
|
819
|
-
"arp"
|
|
820
|
-
],
|
|
821
|
-
"objectType": "tree",
|
|
822
|
-
"primaryKeys": [
|
|
823
|
-
"addr"
|
|
824
|
-
],
|
|
825
|
-
"children": [
|
|
826
|
-
{
|
|
827
|
-
"key": "addr",
|
|
828
|
-
"description": "IP Address",
|
|
829
|
-
"details": "IP Address",
|
|
830
|
-
"optionType": [
|
|
831
|
-
"constant",
|
|
832
|
-
"variable"
|
|
833
|
-
],
|
|
834
|
-
"defaultOption": "constant",
|
|
835
|
-
"dataType": {
|
|
836
|
-
"type": "ipv4"
|
|
837
|
-
},
|
|
838
|
-
"dataPath": [],
|
|
839
|
-
"objectType": "object"
|
|
840
|
-
},
|
|
841
|
-
{
|
|
842
|
-
"key": "mac",
|
|
843
|
-
"description": "MAC Address",
|
|
844
|
-
"details": "MAC address",
|
|
845
|
-
"optionType": [
|
|
846
|
-
"constant",
|
|
847
|
-
"variable"
|
|
848
|
-
],
|
|
849
|
-
"defaultOption": "constant",
|
|
850
|
-
"dataType": {
|
|
851
|
-
"type": "mac"
|
|
852
|
-
},
|
|
853
|
-
"dataPath": [],
|
|
854
|
-
"objectType": "object"
|
|
855
|
-
}
|
|
856
|
-
]
|
|
857
|
-
}
|
|
858
|
-
]
|
|
859
|
-
}
|