[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Tue Jan 10 13:04:07 CST 2017
Index: configs/core.end.onenet.net
===================================================================
--- configs/core.end.onenet.net (revision 149679)
+++ configs/core.end.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ENID-MX480-RE0> show system commit
+# 2017-01-10 12:17:55 CST by andrew via cli commit synchronize
# 2017-01-10 11:48:07 CST by andrew via cli commit synchronize
# 2017-01-05 12:21:18 CST by andrew via cli commit synchronize
# 2016-12-21 16:34:01 CST by andrew via cli commit synchronize
# 2016-12-15 14:14:10 CST by andrew via cli commit synchronize
# 2016-12-13 14:09:45 CST by andrew via cli commit synchronize
-# 2016-12-09 21:16:50 CST by andrew via cli commit synchronize
# grnoc-mon at ENID-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -255,7 +255,7 @@
# grnoc-mon at ENID-MX480-RE0> show system uptime
# System booted: 2016-03-15 02:19 CDT
# Protocols started: 2016-03-15 02:24 CDT
-# Last configured: 2017-01-10 11:48 CST by andrew
+# Last configured: 2017-01-10 12:17 CST by andrew
#
# {master}
# grnoc-mon at ENID-MX480-RE0> show interface terse
@@ -298,13 +298,16 @@
#xe-0/1/1.428 up up
#xe-0/1/1.429 up up
#xe-0/1/1.430 up up
+#xe-0/1/1.434 up up
#xe-0/1/1.1402 up up
#xe-0/1/1.1414 up up
#xe-0/1/1.1416 up up
#xe-0/1/1.1429 up up
#xe-0/1/1.1430 up up
+#xe-0/1/1.1434 up up
#xe-0/1/1.2414 up up
#xe-0/1/1.2429 up up
+#xe-0/1/1.2434 up up
#xe-0/1/1.3414 up up
#xe-0/1/1.3416 up up
#xe-0/1/1.3429 up up
@@ -380,6 +383,8 @@
#lsi.4 up up
#lsi.5 up up
#lsi.6 up up
+#lsi.7 up up
+#lsi.8 up up
#lsi.1048587 up up
#lsi.1048589 up up
#lsi.1049154 up up
@@ -438,7 +443,7 @@
#pp0 up up
#tap up up
# grnoc-mon at ENID-MX480-RE0> show configuration
-## Last commit: 2017-01-10 11:48:07 CST by andrew
+## Last commit: 2017-01-10 12:17:55 CST by andrew
version 13.3R8.7;
groups {
re0 {
@@ -1010,6 +1015,24 @@
}
}
}
+ unit 434 {
+ description "DHS-BUFFALO-N-HOY-MGMT-5M-CIR0019579 [ORDERED]";
+ bandwidth 5m;
+ vlan-tags outer 434 inner 500;
+ family inet {
+ rpf-check;
+ mtu 1500;
+ policer {
+ input 5M-POL;
+ output 5M-POL;
+ }
+ sampling {
+ input;
+ output;
+ }
+ address 10.119.72.70/31;
+ }
+ }
unit 1402 {
encapsulation vlan-vpls;
vlan-tags outer 402 inner 301;
@@ -1066,6 +1089,24 @@
input-vlan-map pop;
output-vlan-map push;
}
+ unit 1434 {
+ description "DHS-BUFFALO-N-HOY-DATA-5M-CIR0019579 [ORDERED]";
+ bandwidth 5m;
+ vlan-tags outer 434 inner 501;
+ family inet {
+ rpf-check;
+ mtu 1500;
+ policer {
+ input 5M-POL;
+ output 5M-POL;
+ }
+ sampling {
+ input;
+ output;
+ }
+ address 10.119.52.70/31;
+ }
+ }
unit 2414 {
description "L2 to ANDREW [DECOM]";
encapsulation vlan-ccc;
@@ -1080,6 +1121,24 @@
input-vlan-map pop;
output-vlan-map push;
}
+ unit 2434 {
+ description "DHS-BUFFALO-N-HOY-GUEST-5M-CIR0019579 [ORDERED]";
+ bandwidth 5m;
+ vlan-tags outer 434 inner 502;
+ family inet {
+ rpf-check;
+ mtu 1500;
+ policer {
+ input 5M-POL;
+ output 5M-POL;
+ }
+ sampling {
+ input;
+ output;
+ }
+ address 10.119.56.70/31;
+ }
+ }
unit 3414 {
description "COMANCHE-PS-NID-MGMT-CIR0019320 [DECOM]";
vlan-tags outer 414 inner 80;
@@ -1863,6 +1922,90 @@
then reject;
}
}
+ policy-statement DHS-DATA-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add DHS-DATA-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add DHS-DATA-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add DHS-DATA-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add DHS-DATA-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement DHS-DATA-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community DHS-DATA-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
+ policy-statement DHS-GUEST-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add DHS-GUEST-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add DHS-GUEST-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add DHS-GUEST-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add DHS-GUEST-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement DHS-GUEST-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community DHS-GUEST-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement EBGP-COMANCHE-PS-EXPORT {
term DEFAULT {
from {
@@ -2330,6 +2473,8 @@
}
}
community COMANCHE-PS-VPN members target:5078:2537;
+ community DHS-DATA-VPN members target:5078:2570;
+ community DHS-GUEST-VPN members target:5078:2571;
community Enid members 5078:66;
community GREAT-PLAINS-VOTECH-VPN members target:5078:2618;
community NON_ONENET {
@@ -2677,6 +2822,14 @@
}
then discard;
}
+ policer 5M-POL {
+ logical-interface-policer;
+ if-exceeding {
+ bandwidth-limit 5m;
+ burst-size-limit 1m;
+ }
+ then discard;
+ }
}
routing-instances {
ANDREW-VPLS-2590 {
@@ -2732,6 +2885,28 @@
}
}
}
+ DHS-DATA-L3VPN {
+ description DHS-DATA-L3VPN;
+ instance-type vrf;
+ interface xe-0/0/1.1302; ## 'xe-0/0/1.1302' is not defined
+ interface xe-1/0/0.1434; ## 'xe-1/0/0.1434' is not defined
+ route-distinguisher 164.58.199.67:2570;
+ vrf-import DHS-DATA-VRF-IMPORT;
+ vrf-export DHS-DATA-VRF-EXPORT;
+ vrf-target target:5078:2570;
+ vrf-table-label;
+ }
+ DHS-GUEST-L3VPN {
+ description DHS-GUEST-L3VPN;
+ instance-type vrf;
+ interface xe-0/0/1.2302; ## 'xe-0/0/1.2302' is not defined
+ interface xe-1/0/0.2434; ## 'xe-1/0/0.2434' is not defined
+ route-distinguisher 164.58.199.67:2571;
+ vrf-import DHS-GUEST-VRF-IMPORT;
+ vrf-export DHS-GUEST-VRF-EXPORT;
+ vrf-target target:5078:2571;
+ vrf-table-label;
+ }
GREAT-PLAINS-VOTECH-L3VPN {
description GREAT-PLAINS-VOTECH-L3VPN;
instance-type vrf;
@@ -2847,6 +3022,7 @@
instance-type vrf;
interface xe-0/1/1.429;
interface ge-0/2/5.500;
+ interface xe-1/0/0.434; ## 'xe-1/0/0.434' is not defined
route-distinguisher 164.58.199.67:2550;
vrf-import OMES-MGMT-VRF-IMPORT;
vrf-export OMES-MGMT-VRF-EXPORT;
Index: configs/doh-atoka.client.onenet.net
===================================================================
--- configs/doh-atoka.client.onenet.net (revision 144592)
+++ configs/doh-atoka.client.onenet.net (working copy)
@@ -102,8 +102,8 @@
# total files: 1
#
# grnoc-mon at DOH-ATOKA-SRX220> show system uptime
-# System booted: 2016-07-13 19:11 CDT
-# Protocols started: 2016-07-13 19:13 CDT
+# System booted: 2017-01-10 08:11 CST
+# Protocols started: 2017-01-10 08:13 CST
# Last configured: 2016-07-13 19:08 CDT by andrew
#
# grnoc-mon at DOH-ATOKA-SRX220> show interface terse
Index: configs/opt.nrm.onenet.net
===================================================================
--- configs/opt.nrm.onenet.net (revision 149651)
+++ configs/opt.nrm.onenet.net (working copy)
@@ -59,7 +59,6 @@
<part name="SLOT-1-5" description="15454-40-DMX-C=" hw_version="A0" part_id="15454-40-DMX-C=" part_num="800-27455-03" serial_number="CAT1425B1KF" slot="SLOT-1-5" vendor_id="Cisco">
<interface name="CHAN-1-5-1-TX" abbr_name="CHAN-1-5-1-TX" admin_state="up" spanning_tree_metric="" description="" type="DMX" monitoring_state="monitor"></interface>
<interface name="CHAN-1-5-2-TX" abbr_name="CHAN-1-5-2-TX" admin_state="up" spanning_tree_metric="" description="" type="DMX" monitoring_state="monitor"></interface>
- <interface name="CHAN-1-5-3-TX" abbr_name="CHAN-1-5-3-TX" admin_state="down" spanning_tree_metric="" description="" type="DMX" monitoring_state="no-monitor"></interface>
<interface name="CHAN-1-5-4-TX" abbr_name="CHAN-1-5-4-TX" admin_state="down" spanning_tree_metric="" description="" type="DMX" monitoring_state="no-monitor"></interface>
<interface name="CHAN-1-5-5-TX" abbr_name="CHAN-1-5-5-TX" admin_state="down" spanning_tree_metric="" description="" type="DMX" monitoring_state="no-monitor"></interface>
<interface name="CHAN-1-5-6-TX" abbr_name="CHAN-1-5-6-TX" admin_state="down" spanning_tree_metric="" description="" type="DMX" monitoring_state="no-monitor"></interface>
Index: configs/odmhsas-camhc-altus.client.onenet.net
===================================================================
--- configs/odmhsas-camhc-altus.client.onenet.net (revision 149653)
+++ configs/odmhsas-camhc-altus.client.onenet.net (working copy)
@@ -148,7 +148,7 @@
#ppd0 up up
#ppe0 up up
#st0 up up
-#st0.1 up up
+#st0.1 up down
#st0.2 up up
#tap up up
#vlan up up
Index: configs/hub.dur.onenet.net
===================================================================
--- configs/hub.dur.onenet.net (revision 149669)
+++ configs/hub.dur.onenet.net (working copy)
@@ -308,10 +308,10 @@
#t1-2/0/2:15 up up
#t1-2/0/2:15.0 up up
#t1-2/0/2:16 up down
-#t1-2/0/2:17 up down
-#t1-2/0/2:17.16 up down
-#t1-2/0/2:17.17 up down
-#t1-2/0/2:17.18 up down
+#t1-2/0/2:17 up up
+#t1-2/0/2:17.16 up up
+#t1-2/0/2:17.17 up up
+#t1-2/0/2:17.18 up up
#t1-2/0/2:18 up up
#t1-2/0/2:18.0 up up
#t1-2/0/2:19 down down
Index: configs/core5.tul.onenet.net
===================================================================
--- configs/core5.tul.onenet.net (revision 149679)
+++ configs/core5.tul.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at TULSA-CORE5-MX480-RE0> show system commit
+# 2017-01-10 12:20:20 CST by andrew via cli commit synchronize
+# 2017-01-10 12:04:51 CST by andrew via cli commit synchronize
# 2017-01-10 11:51:11 CST by andrew via cli commit synchronize
# 2017-01-10 09:52:37 CST by andrew via cli commit synchronize
# 2017-01-09 13:07:49 CST by sean via cli commit synchronize
# 2017-01-09 12:25:50 CST by sean via cli commit synchronize
-# 2017-01-09 12:24:20 CST by andrew via cli commit synchronize
-# 2017-01-05 17:25:08 CST by andrew via cli commit synchronize
# grnoc-mon at TULSA-CORE5-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -392,7 +392,7 @@
# grnoc-mon at TULSA-CORE5-MX480-RE0> show system uptime
# System booted: 2016-08-15 04:47 CDT
# Protocols started: 2016-08-15 04:53 CDT
-# Last configured: 2017-01-10 11:51 CST by andrew
+# Last configured: 2017-01-10 12:20 CST by andrew
#
# {master}
# grnoc-mon at TULSA-CORE5-MX480-RE0> show interface terse
@@ -825,7 +825,7 @@
#pp0 up up
#tap up up
# grnoc-mon at TULSA-CORE5-MX480-RE0> show configuration
-## Last commit: 2017-01-10 11:51:11 CST by andrew
+## Last commit: 2017-01-10 12:20:20 CST by andrew
version 13.3R9.13;
groups {
re0 {
@@ -3873,8 +3873,8 @@
}
}
unit 517 {
- description "DHS-5005-N-WOOD-OKMULGEE-MGMT-100M-CIR00019727 [ORDERED]";
- bandwidth 150m;
+ description "DHS-OKMULGEE-N-WOOD-MGMT-100M-CIR0019727 [ORDERED]";
+ bandwidth 100m;
vlan-tags outer 517 inner 500;
family inet {
rpf-check;
@@ -4138,8 +4138,8 @@
}
}
unit 1517 {
- description "DHS-5005-N-WOOD-OKMULGEE-DATA-100M-CIR00019727 [ORDERED]";
- bandwidth 150m;
+ description "DHS-OKMULGEE-N-WOOD-DATA-100M-CIR0019727 [ORDERED]";
+ bandwidth 100m;
vlan-tags outer 517 inner 501;
family inet {
rpf-check;
@@ -4336,8 +4336,8 @@
}
}
unit 2517 {
- description "DHS-5005-N-WOOD-OKMULGEE-GUEST-100M-CIR00019727 [ORDERED]";
- bandwidth 150m;
+ description "DHS-OKMULGEE-N-WOOD-GUEST-100M-CIR0019727 [ORDERED]";
+ bandwidth 100m;
vlan-tags outer 517 inner 502;
family inet {
rpf-check;
@@ -8560,6 +8560,7 @@
route 10.30.22.0/24 next-hop 10.119.52.249;
route 10.5.24.0/24 next-hop 10.119.52.45;
route 10.30.42.0/24 next-hop 10.119.52.125;
+ route 10.30.92.0/24 next-hop 10.119.52.211;
}
}
protocols {
@@ -8603,6 +8604,7 @@
route 172.25.18.16/29 next-hop 10.119.56.249;
route 172.25.68.16/29 next-hop 10.119.56.45;
route 172.25.21.16/29 next-hop 10.119.56.125;
+ route 172.25.49.16/29 next-hop 10.119.56.211;
}
}
protocols {
Index: configs/lavern-public-schools.client.onenet.net
===================================================================
--- configs/lavern-public-schools.client.onenet.net (revision 149667)
+++ configs/lavern-public-schools.client.onenet.net (working copy)
@@ -102,7 +102,7 @@
#
# grnoc-mon at LAVERN-PUBLIC-SCHOOLS-TAG-004351> show interface terse
#Interface Admin Link
-#ge-0/0/0 down up
+#ge-0/0/0 down down
#gr-0/0/0 up up
#ip-0/0/0 up up
#lsq-0/0/0 up up
Index: configs/stringtown-high-school.client.onenet.net
===================================================================
--- configs/stringtown-high-school.client.onenet.net (revision 149679)
+++ configs/stringtown-high-school.client.onenet.net (working copy)
@@ -675,7 +675,6 @@
# OSPF instance is not running
#
# grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> show bfd session
-quit
0 sessions, 0 clients
Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
Index: configs/hub.alt.onenet.net
===================================================================
--- configs/hub.alt.onenet.net (revision 149646)
+++ configs/hub.alt.onenet.net (working copy)
@@ -292,9 +292,9 @@
#t1-2/0/2:10.17 up up
#t1-2/0/2:11 down down
#t1-2/0/2:12 down down
-#t1-2/0/2:13 up up
-#t1-2/0/2:13.16 up up
-#t1-2/0/2:13.18 up up
+#t1-2/0/2:13 up down
+#t1-2/0/2:13.16 up down
+#t1-2/0/2:13.18 up down
#t1-2/0/2:14 up down
#t1-2/0/2:15 down down
#t1-2/0/2:16 down down
Index: configs/core5.okc.onenet.net
===================================================================
--- configs/core5.okc.onenet.net (revision 149679)
+++ configs/core5.okc.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OKC-CORE5-MX480-RE0> show system commit
+# 2017-01-10 12:10:48 CST by andrew via cli commit synchronize
# 2017-01-10 11:46:42 CST by andrew via cli commit synchronize
# 2017-01-06 10:14:02 CST by andrew via cli commit synchronize
# 2017-01-05 13:59:37 CST by sean via cli commit synchronize
# 2017-01-05 12:27:01 CST by sean via cli commit synchronize
# 2017-01-05 12:25:48 CST by sean via cli commit synchronize
-# 2017-01-05 12:23:38 CST by sean via cli commit synchronize
# grnoc-mon at OKC-CORE5-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -447,7 +447,7 @@
# grnoc-mon at OKC-CORE5-MX480-RE0> show system uptime
# System booted: 2016-10-12 08:16 CDT
# Protocols started: 2016-10-12 08:18 CDT
-# Last configured: 2017-01-10 11:46 CST by andrew
+# Last configured: 2017-01-10 12:10 CST by andrew
#
# {master}
# grnoc-mon at OKC-CORE5-MX480-RE0> show interface terse
@@ -556,7 +556,9 @@
#xe-1/0/0.608 up up
#xe-1/0/0.612 up up
#xe-1/0/0.616 up up
+#xe-1/0/0.934 up up
#xe-1/0/0.936 up up
+#xe-1/0/0.940 up up
#xe-1/0/0.941 up up
#xe-1/0/0.943 up up
#xe-1/0/0.947 up up
@@ -577,7 +579,9 @@
#xe-1/0/0.1004 up up
#xe-1/0/0.1005 up up
#xe-1/0/0.1563 up up
+#xe-1/0/0.1934 up up
#xe-1/0/0.1936 up up
+#xe-1/0/0.1940 up up
#xe-1/0/0.1941 up up
#xe-1/0/0.1943 up up
#xe-1/0/0.1947 up up
@@ -594,7 +598,9 @@
#xe-1/0/0.1978 up up
#xe-1/0/0.2004 up up
#xe-1/0/0.2005 up up
+#xe-1/0/0.2934 up up
#xe-1/0/0.2936 up up
+#xe-1/0/0.2940 up up
#xe-1/0/0.2941 up up
#xe-1/0/0.2943 up up
#xe-1/0/0.2947 up up
@@ -998,7 +1004,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE5-MX480-RE0> show configuration
-## Last commit: 2017-01-10 11:46:42 CST by andrew
+## Last commit: 2017-01-10 12:10:48 CST by andrew
version 13.3R9.13;
groups {
re0 {
@@ -1909,6 +1915,24 @@
address 164.58.18.33/29;
}
}
+ unit 934 {
+ description "DHS-ALVA-BARNES-MGMT-10M-CIR0019650 [ORDERED]";
+ bandwidth 10m;
+ vlan-tags outer 934 inner 500;
+ family inet {
+ rpf-check;
+ mtu 1500;
+ policer {
+ input 10M-POL;
+ output 10M-POL;
+ }
+ sampling {
+ input;
+ output;
+ }
+ address 10.119.72.54/31;
+ }
+ }
unit 936 {
description DHS-ANTLERS-SE-B-MGMT-20M-CIR0019746;
bandwidth 20m;
@@ -1927,6 +1951,24 @@
address 10.119.72.58/31;
}
}
+ unit 940 {
+ description "DHS-CHEROKEE-S-OHIO-MGMT-5M-CIR0019691 [ORDERED]";
+ bandwidth 5m;
+ vlan-tags outer 940 inner 500;
+ family inet {
+ rpf-check;
+ mtu 1500;
+ policer {
+ input 5M-POL;
+ output 5M-POL;
+ }
+ sampling {
+ input;
+ output;
+ }
+ address 10.119.72.74/31;
+ }
+ }
unit 941 {
description DHS-CHICKASHA-W-FRISCO-MGMT-100M-CIR0019649;
bandwidth 100m;
@@ -2263,6 +2305,24 @@
address 156.110.25.16/31;
}
}
+ unit 1934 {
+ description "DHS-ALVA-BARNES-DATA-10M-CIR0019650 [ORDERED]";
+ bandwidth 10m;
+ vlan-tags outer 934 inner 501;
+ family inet {
+ rpf-check;
+ mtu 1500;
+ policer {
+ input 10M-POL;
+ output 10M-POL;
+ }
+ sampling {
+ input;
+ output;
+ }
+ address 10.119.52.54/31;
+ }
+ }
unit 1936 {
description DHS-ANTLERS-SE-B-DATA-20M-CIR0019746;
bandwidth 20m;
@@ -2281,6 +2341,24 @@
address 10.119.52.58/31;
}
}
+ unit 1940 {
+ description "DHS-CHEROKEE-S-OHIO-DATA-5M-CIR0019691 [ORDERED]";
+ bandwidth 5m;
+ vlan-tags outer 940 inner 501;
+ family inet {
+ rpf-check;
+ mtu 1500;
+ policer {
+ input 5M-POL;
+ output 5M-POL;
+ }
+ sampling {
+ input;
+ output;
+ }
+ address 10.119.52.74/31;
+ }
+ }
unit 1941 {
description DHS-CHICKASHA-W-FRISCO-DATA-100M-CIR0019649;
bandwidth 100m;
@@ -2569,6 +2647,24 @@
address 10.119.53.0/31;
}
}
+ unit 2934 {
+ description "DHS-ALVA-BARNES-GUEST-10M-CIR0019650 [ORDERED]";
+ bandwidth 10m;
+ vlan-tags outer 934 inner 502;
+ family inet {
+ rpf-check;
+ mtu 1500;
+ policer {
+ input 10M-POL;
+ output 10M-POL;
+ }
+ sampling {
+ input;
+ output;
+ }
+ address 10.119.56.54/31;
+ }
+ }
unit 2936 {
description DHS-ANTLERS-SE-B-GUEST-20M-CIR0019746;
bandwidth 20m;
@@ -2587,6 +2683,24 @@
address 10.119.56.58/31;
}
}
+ unit 2940 {
+ description "DHS-CHEROKEE-S-OHIO-GUEST-5M-CIR0019691 [ORDERED]";
+ bandwidth 5m;
+ vlan-tags outer 940 inner 502;
+ family inet {
+ rpf-check;
+ mtu 1500;
+ policer {
+ input 5M-POL;
+ output 5M-POL;
+ }
+ sampling {
+ input;
+ output;
+ }
+ address 10.119.56.74/31;
+ }
+ }
unit 2941 {
description DHS-CHICKASHA-W-FRISCO-GUEST-100M-CIR0019649;
bandwidth 100m;
@@ -14615,7 +14729,9 @@
DHS-DATA-L3VPN {
description DHS-DATA-L3VPN;
instance-type vrf;
+ interface xe-1/0/0.1934;
interface xe-1/0/0.1936;
+ interface xe-1/0/0.1940;
interface xe-1/0/0.1941;
interface xe-1/0/0.1943;
interface xe-1/0/0.1947;
@@ -14702,7 +14818,9 @@
DHS-GUEST-L3VPN {
description DHS-GUEST-L3VPN;
instance-type vrf;
+ interface xe-1/0/0.2934;
interface xe-1/0/0.2936;
+ interface xe-1/0/0.2940;
interface xe-1/0/0.2941;
interface xe-1/0/0.2943;
interface xe-1/0/0.2947;
@@ -15080,7 +15198,9 @@
OMES-MGMT-L3VPN {
description OMES-MGMT-L3VPN;
instance-type vrf;
+ interface xe-1/0/0.934;
interface xe-1/0/0.936;
+ interface xe-1/0/0.940;
interface xe-1/0/0.941;
interface xe-1/0/0.943;
interface xe-1/0/0.947;
More information about the Nocrancid
mailing list