-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgroups.json
More file actions
69 lines (69 loc) · 1.93 KB
/
Copy pathgroups.json
File metadata and controls
69 lines (69 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[
{
"name": "Manage Fabric Templates",
"suites": ["DCFABRIC"],
"actions": [
"network_inventory.fabric_add",
"network_inventory.fabric_list",
"network_inventory.fabric_delete",
"network_inventory.fabric_config_set",
"network_inventory.fabric_config_delete"
]
},
{
"name": "Build IP Fabric Infrastructure",
"suites": ["DCFABRIC"],
"actions": [
"network_inventory.switch_add",
"network_inventory.switch_list",
"network_inventory.switch_delete",
"network_inventory.switch_update",
"network_inventory.topology_generate",
"dcfabric.configure_fabric_infra"
]
},
{
"name": "Manage EVPN Tenants and Edge Ports",
"suites": ["DCFABRIC"],
"actions": [
"dcfabric.create_l2_tenant_evpn",
"dcfabric.create_l3_tenant_evpn",
"dcfabric.add_multihomed_endpoint_and_gw_evpn",
"dcfabric.add_multihomed_endpoint"
]
},
{
"name": "IP Fabric Validation and Troubleshooting",
"suites": ["DCFABRIC"],
"actions": [
"dcfabric.get-flow-trace-ip-fabric",
"dcfabric.query_topology",
"network_inventory.show_config_bgp",
"network_inventory.show_lldp_links",
"network_inventory.show_vcs_links"
]
},
{
"name": "Manage VCS Fabric Tenants and Edge Ports",
"suites": ["DCFABRIC"],
"actions": [
"network_essentials.configure_mgmt_virtual_ip",
"dcfabric.add_multihomed_endpoint",
"dcfabric.add_singlehomed_endpoint",
"dcfabric.configure_vrrpe_gw",
"dcfabric.add_multihomed_endpoint_and_gw",
"network_essentials.find_host_ip",
"network_essentials.find_mac",
"network_essentials.find_my_host_vcs"
]
},
{
"name": "Validate Edge Ports",
"suites": ["DCFABRIC"],
"actions": [
"network_essentials.validate_interface_state",
"network_essentials.validate_interface_vlan",
"network_essentials.validate_vrrpe_state"
]
}
]