-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathR1.partial.txt
168 lines (160 loc) · 10.1 KB
/
R1.partial.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
configure { policy-options }
configure { policy-options community "customer1-export" }
configure { policy-options community "customer1-export" member "target:65000:1" }
configure { policy-options community "customer1-import" }
configure { policy-options community "customer1-import" member "target:65000:1" }
configure { policy-options prefix-list "gaming" }
configure { policy-options prefix-list "gaming" prefix 20.0.2.0/24 type exact }
configure { policy-options prefix-list "internet" }
configure { policy-options prefix-list "internet" prefix 10.0.2.0/24 type exact }
configure { policy-options policy-statement "customer1-import" }
configure { policy-options policy-statement "customer1-import" entry 10 }
configure { policy-options policy-statement "customer1-import" entry 10 from }
configure { policy-options policy-statement "customer1-import" entry 10 from prefix-list ["internet"] }
configure { policy-options policy-statement "customer1-import" entry 10 from community }
configure { policy-options policy-statement "customer1-import" entry 10 from community name "customer1-import" }
configure { policy-options policy-statement "customer1-import" entry 10 action }
configure { policy-options policy-statement "customer1-import" entry 10 action action-type accept }
configure { policy-options policy-statement "customer1-import" entry 20 }
configure { policy-options policy-statement "customer1-import" entry 20 from }
configure { policy-options policy-statement "customer1-import" entry 20 from prefix-list ["gaming"] }
configure { policy-options policy-statement "customer1-import" entry 20 from community }
configure { policy-options policy-statement "customer1-import" entry 20 from community name "customer1-import" }
configure { policy-options policy-statement "customer1-import" entry 20 action }
configure { policy-options policy-statement "customer1-import" entry 20 action action-type accept }
configure { policy-options policy-statement "customer1-import" entry 20 action flex-algo 128 }
configure { policy-options policy-statement "customer1-import" default-action }
configure { policy-options policy-statement "customer1-import" default-action action-type reject }
configure { port 1/1/c1 }
configure { port 1/1/c1 admin-state enable }
configure { port 1/1/c1 connector }
configure { port 1/1/c1 connector breakout c1-100g }
configure { port 1/1/c1/1 }
configure { port 1/1/c1/1 admin-state enable }
configure { port 1/1/c1/1 ethernet }
configure { port 1/1/c1/1 ethernet mode hybrid }
configure { port 1/1/c1/1 ethernet mtu 9800 }
configure { port 1/1/c2 }
configure { port 1/1/c2 admin-state enable }
configure { port 1/1/c2 connector }
configure { port 1/1/c2 connector breakout c1-100g }
configure { port 1/1/c2/1 }
configure { port 1/1/c2/1 admin-state enable }
configure { port 1/1/c2/1 ethernet }
configure { port 1/1/c2/1 ethernet mode hybrid }
configure { port 1/1/c2/1 ethernet mtu 9800 }
configure { port 1/1/c3 }
configure { port 1/1/c3 admin-state enable }
configure { port 1/1/c3 connector }
configure { port 1/1/c3 connector breakout c1-100g }
configure { port 1/1/c3/1 }
configure { port 1/1/c3/1 admin-state enable }
configure { port 1/1/c3/1 ethernet }
configure { port 1/1/c3/1 ethernet mode hybrid }
configure { port 1/1/c3/1 ethernet mtu 9800 }
configure { router "Base" }
configure { router "Base" autonomous-system 65000 }
configure { router "Base" interface "system" }
configure { router "Base" interface "system" ipv4 }
configure { router "Base" interface "system" ipv4 primary }
configure { router "Base" interface "system" ipv4 primary address 192.0.2.1 }
configure { router "Base" interface "system" ipv4 primary prefix-length 32 }
configure { router "Base" interface "to_R3" }
configure { router "Base" interface "to_R3" admin-state enable }
configure { router "Base" interface "to_R3" port 1/1/c2/1:0 }
configure { router "Base" interface "to_R3" ipv4 }
configure { router "Base" interface "to_R3" ipv4 primary }
configure { router "Base" interface "to_R3" ipv4 primary address 192.168.13.0 }
configure { router "Base" interface "to_R3" ipv4 primary prefix-length 31 }
configure { router "Base" interface "to_R3" if-attribute }
configure { router "Base" interface "to_R3" if-attribute delay }
configure { router "Base" interface "to_R3" if-attribute delay static 10000 }
configure { router "Base" interface "to_R4" }
configure { router "Base" interface "to_R4" admin-state enable }
configure { router "Base" interface "to_R4" port 1/1/c3/1:0 }
configure { router "Base" interface "to_R4" ipv4 }
configure { router "Base" interface "to_R4" ipv4 primary }
configure { router "Base" interface "to_R4" ipv4 primary address 192.168.14.0 }
configure { router "Base" interface "to_R4" ipv4 primary prefix-length 31 }
configure { router "Base" interface "to_R4" if-attribute }
configure { router "Base" interface "to_R4" if-attribute delay }
configure { router "Base" interface "to_R4" if-attribute delay static 10000 }
configure { router "Base" mpls-labels }
configure { router "Base" mpls-labels sr-labels }
configure { router "Base" mpls-labels sr-labels start 100000 }
configure { router "Base" mpls-labels sr-labels end 100999 }
configure { router "Base" bgp }
configure { router "Base" bgp admin-state enable }
configure { router "Base" bgp group "iBGP" }
configure { router "Base" bgp group "iBGP" peer-as 65000 }
configure { router "Base" bgp group "iBGP" family }
configure { router "Base" bgp group "iBGP" family vpn-ipv4 true }
configure { router "Base" bgp neighbor "192.0.2.3" }
configure { router "Base" bgp neighbor "192.0.2.3" group "iBGP" }
configure { router "Base" isis 0 }
configure { router "Base" isis 0 admin-state enable }
configure { router "Base" isis 0 advertise-router-capability as }
configure { router "Base" isis 0 level-capability 2 }
configure { router "Base" isis 0 traffic-engineering false }
configure { router "Base" isis 0 area-address [49.0001] }
configure { router "Base" isis 0 flexible-algorithms }
configure { router "Base" isis 0 flexible-algorithms admin-state enable }
configure { router "Base" isis 0 flexible-algorithms flex-algo 128 }
configure { router "Base" isis 0 flexible-algorithms flex-algo 128 participate true }
configure { router "Base" isis 0 flexible-algorithms flex-algo 128 advertise "Flex-Algo-128" }
configure { router "Base" isis 0 traffic-engineering-options }
configure { router "Base" isis 0 traffic-engineering-options application-link-attributes }
configure { router "Base" isis 0 segment-routing }
configure { router "Base" isis 0 segment-routing admin-state enable }
configure { router "Base" isis 0 segment-routing prefix-sid-range }
configure { router "Base" isis 0 segment-routing prefix-sid-range global }
configure { router "Base" isis 0 interface "system" }
configure { router "Base" isis 0 interface "system" ipv4-node-sid }
configure { router "Base" isis 0 interface "system" ipv4-node-sid index 1 }
configure { router "Base" isis 0 interface "system" flex-algo 128 }
configure { router "Base" isis 0 interface "system" flex-algo 128 ipv4-node-sid }
configure { router "Base" isis 0 interface "system" flex-algo 128 ipv4-node-sid index 11 }
configure { router "Base" isis 0 interface "to_R3" }
configure { router "Base" isis 0 interface "to_R3" interface-type point-to-point }
configure { router "Base" isis 0 interface "to_R3" level 1 }
configure { router "Base" isis 0 interface "to_R4" }
configure { router "Base" isis 0 interface "to_R4" interface-type point-to-point }
configure { router "Base" isis 0 interface "to_R4" level 1 }
configure { router "Base" isis 0 level 2 }
configure { router "Base" isis 0 level 2 wide-metrics-only true }
configure { routing-options }
configure { routing-options flexible-algorithm-definitions }
configure { routing-options flexible-algorithm-definitions flex-algo "Flex-Algo-128" }
configure { routing-options flexible-algorithm-definitions flex-algo "Flex-Algo-128" admin-state enable }
configure { routing-options flexible-algorithm-definitions flex-algo "Flex-Algo-128" description "Flex-Algo for Delay Metric" }
configure { routing-options flexible-algorithm-definitions flex-algo "Flex-Algo-128" metric-type delay }
configure { service }
configure { service vprn "customer1" }
configure { service vprn "customer1" admin-state enable }
configure { service vprn "customer1" service-id 1 }
configure { service vprn "customer1" customer "1" }
configure { service vprn "customer1" bgp-ipvpn }
configure { service vprn "customer1" bgp-ipvpn mpls }
configure { service vprn "customer1" bgp-ipvpn mpls admin-state enable }
configure { service vprn "customer1" bgp-ipvpn mpls route-distinguisher "1:1" }
configure { service vprn "customer1" bgp-ipvpn mpls vrf-target }
configure { service vprn "customer1" bgp-ipvpn mpls vrf-target community "target:65000:1" }
configure { service vprn "customer1" bgp-ipvpn mpls vrf-import }
configure { service vprn "customer1" bgp-ipvpn mpls vrf-import policy ["customer1-import"] }
configure { service vprn "customer1" bgp-ipvpn mpls auto-bind-tunnel }
configure { service vprn "customer1" bgp-ipvpn mpls auto-bind-tunnel resolution filter }
configure { service vprn "customer1" bgp-ipvpn mpls auto-bind-tunnel allow-flex-algo-fallback true }
configure { service vprn "customer1" bgp-ipvpn mpls auto-bind-tunnel resolution-filter }
configure { service vprn "customer1" bgp-ipvpn mpls auto-bind-tunnel resolution-filter sr-isis true }
configure { service vprn "customer1" interface "to_client1" }
configure { service vprn "customer1" interface "to_client1" ipv4 }
configure { service vprn "customer1" interface "to_client1" ipv4 primary }
configure { service vprn "customer1" interface "to_client1" ipv4 primary address 10.0.1.1 }
configure { service vprn "customer1" interface "to_client1" ipv4 primary prefix-length 24 }
configure { service vprn "customer1" interface "to_client1" sap 1/1/c1/1:10 }
configure { service vprn "customer1" interface "to_gamer1" }
configure { service vprn "customer1" interface "to_gamer1" ipv4 }
configure { service vprn "customer1" interface "to_gamer1" ipv4 primary }
configure { service vprn "customer1" interface "to_gamer1" ipv4 primary address 20.0.1.1 }
configure { service vprn "customer1" interface "to_gamer1" ipv4 primary prefix-length 24 }
configure { service vprn "customer1" interface "to_gamer1" sap 1/1/c1/1:20 }