[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Tue Oct 1 16:01:01 CDT 2013
Index: core4.okc.onenet.net
===================================================================
--- core4.okc.onenet.net (revision 81633)
+++ 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-01 15:17:03 CDT by joe via cli commit synchronize
+# 2013-10-01 15:09:35 CDT by jeremyt via cli commit synchronize
# 2013-10-01 11:32:39 CDT by donnie via cli commit synchronize
# 2013-10-01 11:31:21 CDT by donnie via cli commit synchronize
# 2013-09-30 10:00:20 CDT by joe via cli commit synchronize
# 2013-09-30 08:03:28 CDT by joe via cli commit synchronize
-# 2013-09-27 16:49:35 CDT by donnie via cli commit synchronize
-# 2013-09-27 14:41:56 CDT by joe via cli commit synchronize
# grnoc-mon at OKC-CORE4-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -389,7 +389,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-01 11:32 CDT by donnie
+# Last configured: 2013-10-01 15:17 CDT by joe
#
# grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse
#Interface Admin Link
@@ -612,7 +612,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE4-MX480-RE0> show configuration
-## Last commit: 2013-10-01 11:32:39 CDT by donnie
+## Last commit: 2013-10-01 15:17:03 CDT by joe
version 11.4R7.5;
groups {
re0 {
@@ -1089,6 +1089,13 @@
description Norman-Public-Schools-1G-CIR0005124;
vlan-id 170;
family inet {
+ filter {
+ output NPS-APNIC-DNS;
+ }
+ policer {
+ input 1G-POL;
+ output 1G-POL;
+ }
address 164.58.255.105/30;
}
}
@@ -1981,20 +1988,12 @@
route 164.58.69.104/29 next-hop 164.58.14.194;
route 156.110.130.96/27 next-hop 156.110.66.106;
route 164.58.25.96/28 next-hop 156.110.114.26;
- route 164.58.68.251/32 {
- discard;
- no-readvertise;
- }
route 164.58.5.136/30 next-hop 164.58.3.26;
route 164.58.72.24/29 next-hop 164.58.3.26;
route 164.58.16.208/29 next-hop 164.58.3.26;
route 164.58.16.224/27 next-hop 156.110.24.134;
route 164.58.153.160/28 next-hop 164.58.16.202;
route 164.58.180.0/26 next-hop 164.58.16.202;
- route 164.58.68.171/32 {
- discard;
- no-readvertise;
- }
}
router-id 164.58.199.214;
autonomous-system 5078;
@@ -2363,6 +2362,54 @@
prefix-list L3VPN-CUSTOMERS {
10.0.1.48/29;
}
+ prefix-list APNIC {
+ 1.0.0.0/8;
+ 14.0.0.0/8;
+ 27.0.0.0/8;
+ 36.0.0.0/8;
+ 39.0.0.0/8;
+ 42.0.0.0/8;
+ 49.0.0.0/8;
+ 58.0.0.0/8;
+ 59.0.0.0/8;
+ 60.0.0.0/8;
+ 61.0.0.0/8;
+ 101.0.0.0/8;
+ 103.0.0.0/8;
+ 106.0.0.0/8;
+ 110.0.0.0/8;
+ 111.0.0.0/8;
+ 112.0.0.0/8;
+ 113.0.0.0/8;
+ 114.0.0.0/8;
+ 115.0.0.0/8;
+ 116.0.0.0/8;
+ 117.0.0.0/8;
+ 118.0.0.0/8;
+ 119.0.0.0/8;
+ 120.0.0.0/8;
+ 121.0.0.0/8;
+ 122.0.0.0/8;
+ 123.0.0.0/8;
+ 124.0.0.0/8;
+ 125.0.0.0/8;
+ 126.0.0.0/8;
+ 169.208.0.0/12;
+ 175.0.0.0/8;
+ 180.0.0.0/8;
+ 182.0.0.0/8;
+ 183.0.0.0/8;
+ 202.0.0.0/8;
+ 203.0.0.0/8;
+ 210.0.0.0/8;
+ 211.0.0.0/8;
+ 218.0.0.0/8;
+ 219.0.0.0/8;
+ 220.0.0.0/8;
+ 221.0.0.0/8;
+ 222.0.0.0/8;
+ 223.0.0.0/8;
+ }
policy-statement COMMODITY-PREFIXES-LIST {
term prefixes {
from {
@@ -3193,6 +3240,21 @@
}
}
}
+ filter NPS-APNIC-DNS {
+ term APNIC {
+ from {
+ source-prefix-list {
+ APNIC;
+ }
+ protocol udp;
+ port 53;
+ }
+ then policer DNS-UDP-APNIC-5M-POL;
+ }
+ term ACCEPT-ALL {
+ then accept;
+ }
+ }
}
policer 200M-POL {
logical-interface-policer;
@@ -3202,6 +3264,20 @@
}
then discard;
}
+ policer 1G-POL {
+ if-exceeding {
+ bandwidth-limit 1g;
+ burst-size-limit 2g;
+ }
+ then discard;
+ }
+ policer DNS-UDP-APNIC-5M-POL {
+ if-exceeding {
+ bandwidth-limit 5m;
+ burst-size-limit 500k;
+ }
+ then discard;
+ }
filter GGC-FILTER {
term 0 {
from {
Index: hub.ida.onenet.net
===================================================================
--- hub.ida.onenet.net (revision 81607)
+++ hub.ida.onenet.net (working copy)
@@ -352,8 +352,8 @@
#t1-2/0/3:25.0 up up
#t1-2/0/3:26 up up
#t1-2/0/3:26.0 up up
-#t1-2/0/3:27 up down
-#t1-2/0/3:27.0 up down
+#t1-2/0/3:27 up up
+#t1-2/0/3:27.0 up up
#t1-2/0/3:28 up up
#t1-2/0/3:28.0 up up
#fe-2/1/0 up down
Index: core3.okc-m120.onenet.net
===================================================================
--- core3.okc-m120.onenet.net (revision 81644)
+++ core3.okc-m120.onenet.net (working copy)
@@ -1045,7 +1045,7 @@
#t1-3/3/0:2:6 up down
#t1-3/3/0:2:7 up up
#t1-3/3/0:2:7.0 up up
-#t1-3/3/0:2:8 down down
+#t1-3/3/0:2:8 down up
#t1-3/3/0:2:8.0 up down
#t1-3/3/0:2:9 up down
#t1-3/3/0:2:10 up down
@@ -1219,16 +1219,16 @@
#ct3-3/3/0:6 up up
#t1-3/3/0:6:1 up up
#t1-3/3/0:6:1.0 up up
-#t1-3/3/0:6:2 up up
-#t1-3/3/0:6:2.0 up up
+#t1-3/3/0:6:2 up down
+#t1-3/3/0:6:2.0 up down
#t1-3/3/0:6:3 up up
#t1-3/3/0:6:3.0 up up
#t1-3/3/0:6:4 up up
#t1-3/3/0:6:4.0 up up
-#t1-3/3/0:6:5 up up
-#t1-3/3/0:6:5.0 up up
-#t1-3/3/0:6:6 up up
-#t1-3/3/0:6:6.0 up up
+#t1-3/3/0:6:5 up down
+#t1-3/3/0:6:5.0 up down
+#t1-3/3/0:6:6 up down
+#t1-3/3/0:6:6.0 up down
#t1-3/3/0:6:7 up up
#t1-3/3/0:6:7.0 up up
#t1-3/3/0:6:8 up up
@@ -1254,8 +1254,8 @@
#t1-3/3/0:6:19.0 up up
#t1-3/3/0:6:20 up up
#t1-3/3/0:6:20.0 up up
-#t1-3/3/0:6:21 up up
-#t1-3/3/0:6:21.0 up up
+#t1-3/3/0:6:21 up down
+#t1-3/3/0:6:21.0 up down
#t1-3/3/0:6:22 up up
#t1-3/3/0:6:22.0 up up
#t1-3/3/0:6:23 up up
@@ -1955,7 +1955,7 @@
#lsq-5/1/0.138 down down
#lsq-5/1/0.140 up up
#lsq-5/1/0.141 up up
-#lsq-5/1/0.142 up up
+#lsq-5/1/0.142 up down
#lsq-5/1/0.143 up up
#lsq-5/1/0.144 up down
#mt-5/1/0 up up
Index: hub.say.onenet.net
===================================================================
--- hub.say.onenet.net (revision 81647)
+++ hub.say.onenet.net (working copy)
@@ -296,8 +296,8 @@
#t1-2/0/2:9 up down
#t1-2/0/2:10 up up
#t1-2/0/2:10.0 up up
-#t1-2/0/2:11 up down
-#t1-2/0/2:11.0 up down
+#t1-2/0/2:11 up up
+#t1-2/0/2:11.0 up up
#t1-2/0/2:12 down down
#t1-2/0/2:12.0 up down
#t1-2/0/2:13 down down
More information about the Nocrancid
mailing list