[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Mon Mar 10 15:01:08 CDT 2014
Index: core.dun.onenet.net
===================================================================
--- core.dun.onenet.net (revision 112832)
+++ core.dun.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at DUNCAN-MX480-RE0> show system commit
+# 2014-03-10 14:03:52 CDT by joel via cli commit synchronize
# 2014-03-05 16:47:55 CST by jeremyt via cli commit synchronize
# 2014-03-03 16:08:53 CST by rnordmark via cli commit synchronize
# 2014-02-26 11:12:26 CST by andrew via netconf commit synchronize
# 2014-02-25 19:02:06 CST by rnordmark via cli commit synchronize
# 2014-02-24 17:55:19 CST by rnordmark via cli commit synchronize
-# 2014-02-18 09:07:32 CST by donnie via cli commit synchronize
# grnoc-mon at DUNCAN-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -240,7 +240,7 @@
# grnoc-mon at DUNCAN-MX480-RE0> show system uptime
# System booted: 2013-05-28 00:35 CDT
# Protocols started: 2013-05-28 01:03 CDT
-# Last configured: 2014-03-05 16:47 CST by jeremyt
+# Last configured: 2014-03-10 14:03 CDT by joel
#
# grnoc-mon at DUNCAN-MX480-RE0> show interface terse
#Interface Admin Link
@@ -287,6 +287,7 @@
#ge-0/3/1.0 up up
#ge-0/3/2 down down
#ge-0/3/3 up up
+#ge-0/3/3.0 up up
#ge-0/3/4 up down
#ge-0/3/5 up down
#ge-0/3/5.0 up down
@@ -323,7 +324,7 @@
#pp0 up up
#tap up up
# grnoc-mon at DUNCAN-MX480-RE0> show configuration
-## Last commit: 2014-03-05 16:47:55 CST by jeremyt
+## Last commit: 2014-03-10 14:03:52 CDT by joel
version 11.4R7.5;
groups {
re0 {
@@ -631,6 +632,20 @@
ge-0/3/2 {
disable;
}
+ ge-0/3/3 {
+ description "Hub Appliance - Generator - DUN";
+ interface-transmit-statistics;
+ speed 10m;
+ link-mode full-duplex;
+ gigether-options {
+ no-auto-negotiation;
+ }
+ unit 0 {
+ family inet {
+ address 10.10.127.29/30;
+ }
+ }
+ }
ge-0/3/4 {
description "Hub Appliance - RESERVED [NO-MONITOR]";
speed 10m;
@@ -1301,6 +1316,7 @@
ONENET-PoP-APPLIANCES-L3VPN {
description ONENET-PoP-APPLIANCES-L3VPN;
instance-type vrf;
+ interface ge-0/3/3.0;
interface ge-0/3/4.0; ## 'ge-0/3/4.0' is not defined
interface ge-0/3/5.0;
interface ge-0/3/6.0;
@@ -1318,6 +1334,7 @@
route 10.10.127.54/32 next-hop 10.10.127.54;
route 10.10.120.26/32 next-hop 10.10.120.26;
route 10.10.120.30/32 next-hop 10.10.120.30;
+ route 10.10.127.30/32 next-hop 10.10.127.30;
}
}
}
Index: core.law.onenet.net
===================================================================
--- core.law.onenet.net (revision 112833)
+++ core.law.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at LAWTON-MX480-RE0> show system commit
+# 2014-03-10 14:48:42 CDT by donnie via cli commit synchronize
# 2014-03-10 13:45:57 CDT by donnie via cli commit synchronize
# 2014-03-05 16:56:13 CST by jeremyt via cli commit synchronize
# 2014-03-03 16:16:40 CST by rnordmark via cli commit synchronize
# 2014-02-27 08:46:47 CST by donnie via cli commit synchronize
# 2014-02-26 11:12:37 CST by andrew via netconf commit synchronize
-# 2014-02-25 19:08:50 CST by rnordmark via cli commit synchronize
# grnoc-mon at LAWTON-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -322,7 +322,7 @@
# grnoc-mon at LAWTON-MX480-RE0> show system uptime
# System booted: 2013-05-28 01:07 CDT
# Protocols started: 2013-05-28 01:08 CDT
-# Last configured: 2014-03-10 13:45 CDT by donnie
+# Last configured: 2014-03-10 14:48 CDT by donnie
#
# {master}
# grnoc-mon at LAWTON-MX480-RE0> show interface terse
@@ -483,7 +483,7 @@
#pp0 up up
#tap up up
# grnoc-mon at LAWTON-MX480-RE0> show configuration
-## Last commit: 2014-03-10 13:45:57 CDT by donnie
+## Last commit: 2014-03-10 14:48:42 CDT by donnie
version 11.4R7.5;
groups {
re0 {
@@ -850,9 +850,13 @@
}
}
unit 118 {
- description "Rush Springs Public Schools 20m [ORDERED] | CIR0005357";
+ description "Rush Springs Public Schools 20m | CIR0005357";
vlan-id 118;
family inet {
+ policer {
+ input 20M-POL;
+ output 20M-POL;
+ }
address 156.110.25.5/30;
}
}
@@ -1868,6 +1872,14 @@
}
then discard;
}
+ policer 20M-POL {
+ logical-interface-policer;
+ if-exceeding {
+ bandwidth-limit 19m;
+ burst-size-limit 300k;
+ }
+ then discard;
+ }
}
routing-instances {
ONENET-PoP-APPLIANCES-L3VPN {
Index: hub.ard.onenet.net
===================================================================
--- hub.ard.onenet.net (revision 112788)
+++ hub.ard.onenet.net (working copy)
@@ -340,8 +340,8 @@
#t1-2/0/3:6 up up
#t1-2/0/3:6.0 up up
#t1-2/0/3:7 up down
-#t1-2/0/3:8 up down
-#t1-2/0/3:8.0 up down
+#t1-2/0/3:8 up up
+#t1-2/0/3:8.0 up up
#t1-2/0/3:9 up down
#t1-2/0/3:10 up up
#t1-2/0/3:10.0 up up
Index: hub.chi.onenet.net
===================================================================
--- hub.chi.onenet.net (revision 112836)
+++ hub.chi.onenet.net (working copy)
@@ -309,7 +309,7 @@
#t1-2/0/2:21 down down
#t1-2/0/2:22 down down
#t1-2/0/2:23 down down
-#t1-2/0/2:24 down down
+#t1-2/0/2:24 down up
#t1-2/0/2:25 down up
#t1-2/0/2:26 down down
#t1-2/0/2:27 down down
Index: core4.tul.onenet.net
===================================================================
--- core4.tul.onenet.net (revision 112835)
+++ core4.tul.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at TULSA-CORE4-MX480-RE0> show system commit
+# 2014-03-10 14:58:25 CDT by donnie via cli commit synchronize
# 2014-03-10 13:12:12 CDT by donnie via cli commit synchronize
# 2014-03-10 11:11:58 CDT by donnie via cli commit synchronize
# 2014-03-08 12:19:05 CST by joel via cli commit synchronize
# 2014-03-08 12:18:47 CST by joel via cli commit synchronize
# 2014-03-07 10:40:39 CST by rnordmark via cli commit confirmed, rollback in 5mins synchronize
-# 2014-03-03 16:18:03 CST by rnordmark via cli commit synchronize
# grnoc-mon at TULSA-CORE4-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -365,7 +365,7 @@
# grnoc-mon at TULSA-CORE4-MX480-RE0> show system uptime
# System booted: 2013-04-28 00:30 CDT
# Protocols started: 2013-04-28 00:31 CDT
-# Last configured: 2014-03-10 13:12 CDT by donnie
+# Last configured: 2014-03-10 14:58 CDT by donnie
#
# {master}
# grnoc-mon at TULSA-CORE4-MX480-RE0> show interface terse
@@ -563,7 +563,7 @@
#pp0 up up
#tap up up
# grnoc-mon at TULSA-CORE4-MX480-RE0> show configuration
-## Last commit: 2014-03-10 13:12:12 CDT by donnie
+## Last commit: 2014-03-10 14:58:25 CDT by donnie
version 11.4R7.5;
groups {
re0 {
@@ -1074,7 +1074,7 @@
family mpls;
}
unit 379 {
- description "Shady Grove School 15m [ORDERED] | CIR0005229";
+ description "Shady Grove School 15m | CIR0005229";
vlan-id 379;
family inet {
policer {
Index: hub.sal.onenet.net
===================================================================
--- hub.sal.onenet.net (revision 112839)
+++ hub.sal.onenet.net (working copy)
@@ -320,7 +320,7 @@
#t1-2/0/2:21.0 up up
#t1-2/0/2:22 up up
#t1-2/0/2:22.0 up up
-#t1-2/0/2:23 down down
+#t1-2/0/2:23 down up
#t1-2/0/2:23.0 up down
#t1-2/0/2:24 up down
#t1-2/0/2:25 up down
More information about the Nocrancid
mailing list