Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
(
services =
[
(
^name = 'S1-local',
adminStatus = 'up',
ports = [
(accessNodeId = node1, accessLtpId = p1, tagType = 's-vlan', vlanValue = '201'),
(accessNodeId = node2, accessLtpId = p3, tagType = 'c-vlan', vlanValue = '101', bwprofile = true)
]
),
(
^name = 'S2-local-1',
adminStatus = 'up',
ports = [
(accessNodeId = node1, accessLtpId = p1, tagType = 's-vlan', vlanValue = '202'),
(accessNodeId = node2, accessLtpId = p2, tagType = 's-vlan', vlanValue = '202')
]
),
(
^name = 'S3-local-1',
adminStatus = 'up',
ports = [
(accessNodeId = node1, accessLtpId = p1, tagType = 's-vlan', vlanValue = '203'),
(accessNodeId = node2, accessLtpId = p4, tagType = 's-vlan', vlanValue = '203')
]
),
(
^name = 'S1-inter-d-1',
adminStatus = 'up',
ports = [
(accessNodeId = node1, accessLtpId = p1, tagType = 's-vlan', vlanValue = '204'),
(accessNodeId = node2, accessLtpId = p2, tagType = 's-vlan', vlanValue = '204')
]
),
(
^name = 'S2-inter-d-1',
adminStatus = 'up',
ports = [
(accessNodeId = node1, accessLtpId = p1, tagType = 's-vlan', vlanValue = '205'),
(accessNodeId = node2, accessLtpId = p2, tagType = 's-vlan', vlanValue = '205')
]
),
(
^name = 'S3-inter-d-1',
adminStatus = 'up',
ports = [
(accessNodeId = node1, accessLtpId = p1, tagType = 's-vlan', vlanValue = '206'),
(accessNodeId = node2, accessLtpId = p4, tagType = 's-vlan', vlanValue = '206')
]
),
(
^name = 'S4-inter-d-1',
adminStatus = 'up',
ports = [
(accessNodeId = node1, accessLtpId = p1, tagType = 's-vlan', vlanValue = '207'),
(accessNodeId = node2, accessLtpId = p4, tagType = 's-vlan', vlanValue = '207')
]
),
(
^name = 'S1-leaf-2',
adminStatus = 'up',
ports = [
(accessNodeId = node2, accessLtpId = p2, tagType = 's-vlan', vlanValue = '208'),
(accessNodeId = node2, accessLtpId = p4, tagType = 's-vlan', vlanValue = '208')
]
),
(
^name = 'S2-leaf-2',
adminStatus = 'up',
ports = [
(accessNodeId = node2, accessLtpId = p2, tagType = 's-vlan', vlanValue = '209'),
(accessNodeId = node2, accessLtpId = p3, tagType = 'c-vlan', vlanValue = '103', bwprofile = true)
]
),
(
^name = 'S3-leaf-1',
adminStatus = 'up',
ports = [
(accessNodeId = node2, accessLtpId = p3, tagType = 'c-vlan', vlanValue = '104', bwprofile = true),
(accessNodeId = node2, accessLtpId = p4, tagType = 's-vlan', vlanValue = '210')
]
)
]
)