[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Thu May 25 18:05:36 CDT 2017
Index: configs/hub.tis.onenet.net
===================================================================
--- configs/hub.tis.onenet.net (revision 153544)
+++ configs/hub.tis.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at TISHOMINGO-M120-RE0> show system commit
+# 2017-05-25 17:17:59 CDT by andrew via cli commit synchronize
+# 2017-05-25 17:06:51 CDT by andrew via cli commit synchronize
+# 2017-05-25 17:04:38 CDT by andrew via cli commit synchronize
# 2017-05-25 15:29:25 CDT by andrew via cli commit synchronize
# 2017-05-25 15:26:59 CDT by andrew via cli commit synchronize
# 2017-05-12 18:02:00 CDT by andrew via cli commit synchronize
-# 2017-05-03 09:44:12 CDT by andrew via cli commit synchronize
-# 2017-03-08 13:26:20 CST by sky via cli commit synchronize
-# 2017-03-07 18:25:19 CST by sky via cli commit synchronize
# grnoc-mon at TISHOMINGO-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -273,7 +273,7 @@
# grnoc-mon at TISHOMINGO-M120-RE0> show system uptime
# System booted: 2016-06-21 23:51 CDT
# Protocols started: 2016-06-21 23:54 CDT
-# Last configured: 2017-05-25 15:29 CDT by andrew
+# Last configured: 2017-05-25 17:17 CDT by andrew
#
# {master}
# grnoc-mon at TISHOMINGO-M120-RE0> show interface terse
@@ -370,6 +370,7 @@
#ge-2/2/2.0 up up
#ge-2/2/3 up up
#ge-2/2/3.901 up up
+#ge-2/2/3.902 up up
#ge-2/2/3.32767 up up
#gr-2/3/0 up up
#ip-2/3/0 up up
@@ -420,13 +421,14 @@
#lsi.3 up up
#lsi.4 up up
#lsi.5 up up
+#lsi.6 up up
#mtun up up
#pimd up up
#pime up up
#pp0 up up
#tap up up
# grnoc-mon at TISHOMINGO-M120-RE0> show configuration
-## Last commit: 2017-05-25 15:29:25 CDT by andrew
+## Last commit: 2017-05-25 17:17:59 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -1028,13 +1030,28 @@
vlan-tagging;
mtu 9192;
unit 901 {
- description "HEI-MURRAY-STATE-COLLEGE-MPLS-1G-CIR000XXXX [ORDERED]";
vlan-id 901;
family inet {
+ rpf-check;
mtu 1500;
+ sampling {
+ input;
+ output;
+ }
address 10.199.28.33/30;
}
}
+ unit 902 {
+ vlan-id 902;
+ family inet {
+ rpf-check;
+ mtu 1500;
+ sampling {
+ input;
+ }
+ address 164.58.0.238/31;
+ }
+ }
}
lsq-2/3/0 {
unit 2 {
@@ -1417,6 +1434,41 @@
load-balance per-packet;
}
}
+ policy-statement MSC-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add MSC-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add MSC-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add MSC-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement MSC-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community MSC-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement OMES-AGENCY-DATA-VRF-EXPORT {
term 1 {
from protocol static;
@@ -1620,6 +1672,7 @@
community Langston members 5078:236;
community Lawton120 members 5078:189;
community Lawton480 members 5078:202;
+ community MSC-VPN members target:5078:2673;
community Mcalester members 5078:90;
community Miami members 5078:138;
community Midwest-City members 5078:2;
@@ -1991,6 +2044,23 @@
}
}
}
+ MSC-L3VPN {
+ description MSC-L3VPN;
+ instance-type vrf;
+ interface ge-2/2/3.901;
+ route-distinguisher 164.58.199.86:2673;
+ vrf-import MSC-VRF-IMPORT;
+ vrf-export MSC-VRF-EXPORT;
+ vrf-target target:5078:2673;
+ vrf-table-label;
+ routing-options {
+ static {
+ route 10.0.0.0/8 next-hop 10.199.28.34;
+ route 172.16.0.0/12 next-hop 10.199.28.34;
+ route 192.168.0.0/16 next-hop 10.199.28.34;
+ }
+ }
+ }
OMES-AGENCY-DATA-L3VPN {
description OMES-AGENCY-DATA-L3VPN;
instance-type vrf;
Index: configs/allen-public-library.client.onenet.net
===================================================================
--- configs/allen-public-library.client.onenet.net (revision 153546)
+++ configs/allen-public-library.client.onenet.net (working copy)
@@ -133,8 +133,8 @@
#ge-0/0/1.0 up down
#ge-0/0/2 up up
#ge-0/0/2.0 up up
-#ge-0/0/3 up up
-#ge-0/0/3.0 up up
+#ge-0/0/3 up down
+#ge-0/0/3.0 up down
#ge-0/0/4 up up
#ge-0/0/4.0 up up
#ge-0/0/5 up up
Index: configs/eodls-muskogee-main-office.client.onenet.net
===================================================================
--- configs/eodls-muskogee-main-office.client.onenet.net (revision 153542)
+++ configs/eodls-muskogee-main-office.client.onenet.net (working copy)
@@ -1158,6 +1158,7 @@
# 10.0.0.46 gr-0/0/0.111 Full 10.0.0.46
# 10.0.0.50 gr-0/0/0.112 Full 10.0.0.50
# 10.0.0.54 gr-0/0/0.113 Full 10.0.0.54
+# 10.0.0.58 gr-0/0/0.114 Full 10.0.0.58
#
# grnoc-mon at EODLS-Muskogee-Main-Office-ASSET-004937> show bfd session
Index: configs/hub.dur.onenet.net
===================================================================
--- configs/hub.dur.onenet.net (revision 153537)
+++ configs/hub.dur.onenet.net (working copy)
@@ -324,7 +324,7 @@
#fe-2/1/1.0 up up
#fe-2/1/2 up up
#fe-2/1/2.0 up up
-#fe-2/1/3 down down
+#fe-2/1/3 down up
#ge-2/2/0 up up
#ge-2/2/0.0 up up
#pc-2/2/0 up up
Index: configs/stringtown-high-school.client.onenet.net
===================================================================
--- configs/stringtown-high-school.client.onenet.net (revision 153546)
+++ 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/core.hut.web.onenet.net
===================================================================
--- configs/core.hut.web.onenet.net (revision 153546)
+++ configs/core.hut.web.onenet.net (working copy)
@@ -26,6 +26,16 @@
# TFEB 0 TBB PFE Chip OK
# TFEB 0 TFEB PCIE TSen OK
# TFEB 0 TFEB PCIE Chip OK
+# TFEB 0 QX 0 TSen OK
+# TFEB 0 QX 0 Chip OK
+# TFEB 0 LU 0 TSen OK
+# TFEB 0 LU 0 Chip OK
+# TFEB 0 MQ 0 TSen OK
+# TFEB 0 MQ 0 Chip OK
+# TFEB 0 TBB PFE TSen OK
+# TFEB 0 TBB PFE Chip OK
+# TFEB 0 TFEB PCIE TSen OK
+# TFEB 0 TFEB PCIE Chip OK
# Fans Fan 1 OK
# Fan 2 OK
# Fan 3 OK
Index: configs/doh-sallisaw.client.onenet.net
===================================================================
--- configs/doh-sallisaw.client.onenet.net (revision 152890)
+++ configs/doh-sallisaw.client.onenet.net (working copy)
@@ -102,8 +102,8 @@
# total files: 1
#
# grnoc-mon at DOH-SALLISAW-SRX220> show system uptime
-# System booted: 2017-05-02 07:18 CDT
-# Protocols started: 2017-05-02 07:20 CDT
+# System booted: 2017-05-25 14:27 CDT
+# Protocols started: 2017-05-25 14:29 CDT
# Last configured: 2016-11-09 22:20 CST by admin
#
# grnoc-mon at DOH-SALLISAW-SRX220> show interface terse
Index: configs/hub.mia.onenet.net
===================================================================
--- configs/hub.mia.onenet.net (revision 152730)
+++ configs/hub.mia.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at MIAMI-M120-RE0> show system commit
+# 2017-05-25 17:33:45 CDT by andrew via cli commit synchronize
# 2017-04-26 10:02:08 CDT by joel via cli commit synchronize
# 2017-04-25 13:48:04 CDT by sean via cli commit synchronize
# 2017-04-25 13:39:13 CDT by sean via cli commit synchronize
# 2017-04-25 13:34:26 CDT by sean via cli commit synchronize
# 2017-04-25 13:33:19 CDT by sean via cli commit synchronize
-# 2017-02-14 13:31:07 CST by sky via cli commit synchronize
# grnoc-mon at MIAMI-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -301,7 +301,7 @@
# grnoc-mon at MIAMI-M120-RE0> show system uptime
# System booted: 2016-03-18 01:10 CDT
# Protocols started: 2016-03-18 01:28 CDT
-# Last configured: 2017-04-26 10:02 CDT by joel
+# Last configured: 2017-05-25 17:33 CDT by andrew
#
# {master}
# grnoc-mon at MIAMI-M120-RE0> show interface terse
@@ -425,7 +425,7 @@
#pp0 up up
#tap up up
# grnoc-mon at MIAMI-M120-RE0> show configuration
-## Last commit: 2017-04-26 10:02:08 CDT by joel
+## Last commit: 2017-05-25 17:33:45 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -783,7 +783,7 @@
partition 28 interface-type t1;
}
t1-2/0/2:1 {
- description "DIA/Cherokee Clinic (Vinita)-T1-CIR0004934-lsq-2/3/0.2";
+ description "DIA/Cherokee Clinic (Vinita)-T1-CIR0004934-lsq-2/3/0.2 [DECOM]";
unit 0 {
family mlppp {
bundle lsq-2/3/0.2;
@@ -791,7 +791,7 @@
}
}
t1-2/0/2:2 {
- description "DIA/Cherokee Clinic (Vinita)-T1-CIR0004935-lsq-2/3/0.2";
+ description "DIA/Cherokee Clinic (Vinita)-T1-CIR0004935-lsq-2/3/0.2 [DECOM]";
unit 0 {
family mlppp {
bundle lsq-2/3/0.2;
@@ -873,7 +873,7 @@
lsq-2/3/0 {
per-unit-scheduler;
unit 2 {
- description "DIA/Cherokee Clinic (Vinita)";
+ description "DIA/Cherokee Clinic (Vinita) [DECOM]";
encapsulation multilink-ppp;
family inet {
sampling {
More information about the Nocrancid
mailing list