[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Mon Oct 21 17:01:03 CDT 2013
Index: core.hut.pra.onenet.net
===================================================================
--- core.hut.pra.onenet.net (revision 84787)
+++ core.hut.pra.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at PRAGUE-MX40> show system commit
+# 2013-10-21 16:08:32 CDT by joel via cli
+# 2013-10-21 16:08:22 CDT by joel via cli
+# 2013-10-21 16:06:38 CDT by joel via cli
# 2013-10-18 11:15:07 CDT by joel via cli
# 2013-10-18 10:44:31 CDT by joel via cli
# 2013-10-18 10:21:37 CDT by joel via cli
-# 2013-09-15 16:26:36 CDT by joel via cli
-# 2013-09-14 08:06:16 CDT by joel via cli
-# 2013-09-14 07:59:24 CDT by joel via cli
# grnoc-mon at PRAGUE-MX40> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -228,7 +228,7 @@
# grnoc-mon at PRAGUE-MX40> show system uptime
# System booted: 2013-06-04 15:22 CDT
# Protocols started: 2013-06-04 15:23 CDT
-# Last configured: 2013-10-18 11:15 CDT by joel
+# Last configured: 2013-10-21 16:08 CDT by joel
#
# grnoc-mon at PRAGUE-MX40> show interface terse
#Interface Admin Link
@@ -295,7 +295,7 @@
#pp0 up up
#tap up up
# grnoc-mon at PRAGUE-MX40> show configuration
-## Last commit: 2013-10-18 11:15:07 CDT by joel
+## Last commit: 2013-10-21 16:08:32 CDT by joel
version 12.3R2.5;
system {
host-name PRAGUE-MX40;
@@ -487,10 +487,6 @@
ge-1/1/4 {
description "Hub Appliance - Camera #1 [NO-MONITOR]";
speed 10m;
- link-mode full-duplex;
- gigether-options {
- no-auto-negotiation;
- }
unit 0 {
family inet {
address 10.10.126.133/30;
Index: core1.okc-mx960.onenet.net
===================================================================
--- core1.okc-mx960.onenet.net (revision 85306)
+++ core1.okc-mx960.onenet.net (working copy)
@@ -692,7 +692,7 @@
#lsi.1049089 up up
#lsi.1049090 up up
#lsi.1049096 up up
-#lsi.1648131 up up
+#lsi.1649665 up up
#mtun up up
#pimd up up
#pime up up
Index: core2-okc-mx960.onenet.net
===================================================================
--- core2-okc-mx960.onenet.net (revision 85304)
+++ core2-okc-mx960.onenet.net (working copy)
@@ -539,7 +539,6 @@
#lsi.1 up up
#lsi.1048836 up up
#lsi.1048838 up up
-#lsi.1648899 up up
#mtun up up
#pimd up up
#pime up up
Index: core4.okc.onenet.net
===================================================================
--- core4.okc.onenet.net (revision 85047)
+++ core4.okc.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OKC-CORE4-MX480-RE0> show system commit
+# 2013-10-21 16:25:53 CDT by jeremyt via cli commit synchronize
# 2013-10-17 11:21:22 CDT by jeremyt via cli commit synchronize
# 2013-10-17 10:51:48 CDT by jeremyt via cli commit synchronize
# 2013-10-16 17:59:33 CDT by josh via cli commit synchronize
# 2013-10-16 17:08:24 CDT by josh via cli commit synchronize
# 2013-10-16 17:08:10 CDT by josh via cli commit synchronize
-# 2013-10-16 11:03:01 CDT by joel via cli commit synchronize
# grnoc-mon at OKC-CORE4-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -388,7 +388,7 @@
# grnoc-mon at OKC-CORE4-MX480-RE0> show system uptime
# System booted: 2013-04-14 01:08 CDT
# Protocols started: 2013-04-14 01:10 CDT
-# Last configured: 2013-10-17 11:21 CDT by jeremyt
+# Last configured: 2013-10-21 16:25 CDT by jeremyt
#
# grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse
#Interface Admin Link
@@ -614,7 +614,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE4-MX480-RE0> show configuration
-## Last commit: 2013-10-17 11:21:22 CDT by jeremyt
+## Last commit: 2013-10-21 16:25:53 CDT by jeremyt
version 11.4R7.5;
groups {
re0 {
@@ -1096,11 +1096,10 @@
vlan-id 170;
family inet {
filter {
- output ICMP-POL;
+ output NPS-POL;
}
policer {
input 1G-POL;
- output 1G-POL;
}
address 164.58.255.105/30;
}
@@ -3290,6 +3289,28 @@
then accept;
}
}
+ filter NPS-POL {
+ term ICMP {
+ from {
+ protocol icmp;
+ icmp-type [ echo-reply echo-request unreachable time-exceeded ];
+ }
+ then policer ICMP-10M-POL;
+ }
+ term UDP-DNS {
+ from {
+ protocol udp;
+ port 53;
+ }
+ then policer ICMP-10M-POL;
+ }
+ term 1GIG {
+ then policer 1G-POL;
+ }
+ term ACCEPT-ALL {
+ then accept;
+ }
+ }
}
policer 200M-POL {
logical-interface-policer;
Index: hub.chi.onenet.net
===================================================================
--- hub.chi.onenet.net (revision 85228)
+++ 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: core5.okc.onenet.net
===================================================================
--- core5.okc.onenet.net (revision 85305)
+++ core5.okc.onenet.net (working copy)
@@ -570,8 +570,8 @@
#lsi.1383945 up up
#lsi.1383946 up up
#lsi.1496838 up up
-#lsi.1632262 up up
-#lsi.1632263 up up
+#lsi.1633796 up up
+#lsi.1633797 up up
#mtun up up
#pimd up up
#pime up up
Index: hub.lawm120.onenet.net
===================================================================
--- hub.lawm120.onenet.net (revision 83406)
+++ hub.lawm120.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at LAWTON-M120-RE0> show system commit
+# 2013-10-21 16:28:18 CDT by josh via cli commit synchronize
+# 2013-10-21 16:23:36 CDT by josh via cli commit synchronize
# 2013-08-29 13:20:54 CDT by jeremyt via cli commit synchronize
# 2013-08-29 13:15:13 CDT by jeremyt via cli commit synchronize
# 2013-08-26 12:29:10 CDT by rnordmark via cli commit synchronize
# 2013-08-26 12:18:55 CDT by rnordmark via cli commit synchronize
-# 2013-08-26 12:15:06 CDT by rnordmark via cli commit synchronize
-# 2013-08-26 12:07:10 CDT by rnordmark via cli commit synchronize
# grnoc-mon at LAWTON-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -268,7 +268,7 @@
# grnoc-mon at LAWTON-M120-RE0> show system uptime
# System booted: 2013-05-28 00:36 CDT
# Protocols started: 2013-05-28 00:38 CDT
-# Last configured: 2013-08-29 13:20 CDT by jeremyt
+# Last configured: 2013-10-21 16:28 CDT by josh
#
# {master}
# grnoc-mon at LAWTON-M120-RE0> show interface terse
@@ -406,7 +406,7 @@
#pp0 up up
#tap up up
# grnoc-mon at LAWTON-M120-RE0> show configuration
-## Last commit: 2013-08-29 13:20:54 CDT by jeremyt
+## Last commit: 2013-10-21 16:28:18 CDT by josh
version 11.4R7.5;
groups {
re0 {
@@ -848,9 +848,18 @@
encapsulation multilink-ppp;
family inet {
mtu 1512;
+ sampling {
+ input;
+ output;
+ }
address 172.23.5.193/30;
}
- family mpls;
+ family mpls {
+ filter {
+ input FLOW-MPLS;
+ output FLOW-MPLS;
+ }
+ }
}
unit 5 {
description Comanche-Nation-College;
@@ -876,6 +885,7 @@
description Layer-3-MS-Services;
unit 0 {
family inet;
+ family mpls;
}
}
ae0 {
@@ -914,22 +924,43 @@
forwarding-options {
sampling {
input {
- rate 100;
+ rate 1;
}
family inet {
output {
- flow-server 164.58.253.210 {
+ flow-inactive-timeout 60;
+ flow-active-timeout 60;
+ flow-server 164.58.253.36 {
port 9189;
autonomous-system-type origin;
no-local-dump;
source-address 164.58.199.189;
- version 5;
+ version9 {
+ template {
+ ip-template;
+ }
+ }
}
interface sp-3/3/0 {
source-address 164.58.199.189;
}
}
}
+ family mpls {
+ output {
+ flow-server 164.58.253.36 {
+ port 9189;
+ version9 {
+ template {
+ mpls-ipv4-template;
+ }
+ }
+ }
+ interface sp-3/3/0 {
+ source-address 164.58.199.189;
+ }
+ }
+ }
}
}
snmp {
@@ -1419,7 +1450,43 @@
}
}
}
+ family mpls {
+ filter FLOW-MPLS {
+ term ALL_FLOW {
+ then {
+ sample;
+ next term;
+ }
+ }
+ term SS {
+ from {
+ exp 001;
+ }
+ then {
+ forwarding-class scavenger-service;
+ accept;
+ }
+ }
+ term ACCEPT-ALL {
+ then accept;
+ }
+ }
+ }
}
+services {
+ flow-monitoring {
+ version9 {
+ template mpls-ipv4-template {
+ mpls-ipv4-template {
+ label-position [ 1 2 3 ];
+ }
+ }
+ template ip-template {
+ ipv4-template;
+ }
+ }
+ }
+}
{master}
# grnoc-mon at LAWTON-M120-RE0> show ospf neighbor
# Address Interface State ID Pri Dead
Index: hub.mus.onenet.net
===================================================================
--- hub.mus.onenet.net (revision 85308)
+++ hub.mus.onenet.net (working copy)
@@ -314,8 +314,8 @@
#ct3-2/0/2 up up
#t1-2/0/2:1 up up
#t1-2/0/2:1.0 up up
-#t1-2/0/2:2 up down
-#t1-2/0/2:2.0 up down
+#t1-2/0/2:2 up up
+#t1-2/0/2:2.0 up up
#t1-2/0/2:3 up down
#t1-2/0/2:4 up down
#t1-2/0/2:5 up down
Index: hub.war.onenet.net
===================================================================
--- hub.war.onenet.net (revision 85283)
+++ hub.war.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at WARNER-M120-RE0> show system commit
+# 2013-10-21 16:40:08 CDT by joe via cli commit synchronize
# 2013-10-21 12:35:10 CDT by joe via cli commit synchronize
# 2013-10-01 09:56:14 CDT by joel via cli commit synchronize
# 2013-09-30 14:46:47 CDT by joel via cli commit synchronize
# 2013-09-30 14:43:00 CDT by joel via cli commit synchronize
# 2013-09-30 11:29:31 CDT by joel via cli commit synchronize
-# 2013-09-15 10:21:59 CDT by joel via cli commit synchronize
# grnoc-mon at WARNER-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -296,7 +296,7 @@
# grnoc-mon at WARNER-M120-RE0> show system uptime
# System booted: 2013-06-04 22:18 CDT
# Protocols started: 2013-06-04 22:27 CDT
-# Last configured: 2013-10-21 12:35 CDT by joe
+# Last configured: 2013-10-21 16:40 CDT by joe
#
# {master}
# grnoc-mon at WARNER-M120-RE0> show interface terse
@@ -438,7 +438,7 @@
#pp0 up up
#tap up up
# grnoc-mon at WARNER-M120-RE0> show configuration
-## Last commit: 2013-10-21 12:35:10 CDT by joe
+## Last commit: 2013-10-21 16:40:08 CDT by joe
version 11.4R7.5;
groups {
re0 {
@@ -1244,7 +1244,7 @@
}
}
ge-3/2/2 {
- description "NNI to Cross Telephone - CIR000xxxx [NO-MONITOR]";
+ description "NNI Cross Telephone [NO-MONITOR] | CIR0005352";
flexible-vlan-tagging;
encapsulation flexible-ethernet-services;
gigether-options {
More information about the Nocrancid
mailing list