[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Wed Oct 3 11:02:36 CDT 2012


Index: core7.tul.onenet.net
===================================================================
--- core7.tul.onenet.net	(revision 41262)
+++ core7.tul.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TULSA-CORE7-MX480-MX480-RE0> show system commit 
+#   2012-10-03 10:47:19 CDT by rnordmark via cli commit synchronize
+#   2012-10-03 10:45:46 CDT by rnordmark via cli commit synchronize
+#   2012-10-03 10:41:59 CDT by rnordmark via cli commit synchronize
+#   2012-10-03 10:14:19 CDT by rnordmark via cli commit synchronize
+#   2012-10-03 10:03:49 CDT by rnordmark via cli commit synchronize
 #   2012-10-03 09:58:41 CDT by jed via cli commit synchronize
-#   2012-10-03 09:53:23 CDT by rnordmark via cli commit synchronize
-#   2012-10-03 09:50:05 CDT by rnordmark via cli commit synchronize
-#   2012-10-03 08:32:34 CDT by rnordmark via cli commit synchronize
-#   2012-10-01 14:38:57 CDT by jeremyt via cli commit synchronize
-#   2012-10-01 14:38:10 CDT by rnordmark via cli commit synchronize
 # grnoc-mon at TULSA-CORE7-MX480-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -321,7 +321,7 @@
 # grnoc-mon at TULSA-CORE7-MX480-MX480-RE0> show system uptime 
 # System booted: 2012-09-17 13:34 CDT 
 # Protocols started: 2012-09-17 13:35 CDT 
-# Last configured: 2012-10-03 09:58 CDT  by jed
+# Last configured: 2012-10-03 10:47 CDT  by rnordmark
 # 
 # {master}
 # grnoc-mon at TULSA-CORE7-MX480-MX480-RE0> show interface terse 
@@ -351,7 +351,6 @@
 #et-5/0/0 up up
 #et-5/0/0.101 up up
 #et-5/0/0.444 up up
-#et-5/0/0.2001 up up
 #et-5/0/0.32767 up up
 #lc-5/0/0 up up
 #lc-5/0/0.32769 up up
@@ -387,7 +386,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at TULSA-CORE7-MX480-MX480-RE0> show configuration 
-## Last commit: 2012-10-03 09:58:41 CDT by jed
+## Last commit: 2012-10-03 10:47:19 CDT by rnordmark
 version 12.1R3.5;
 groups {
     re0 {
@@ -571,21 +570,12 @@
             description NTR-via-I2-via-GPN;
             vlan-id 444;
             family inet {
-                inactive: mtu 1500;
-                filter {
-                    inactive: input FLOW-INFO;
-                    inactive: output FLOW-INFO;
-                }
                 address 64.57.21.166/30;
             }
             family inet6 {
-                inactive: mtu 1500;
                 address 2001:468:f000:2118::2/64;
             }
         }
-        unit 2001 {
-            vlan-id 2001;
-        }
     }
     ae0 {
         description "LINK-TO-TULSA-CORE-1 [AE0 AE0]";
@@ -746,6 +736,34 @@
                 peer-as 11537;
             }
         }
+        group NTR-via-I2-via-GPN {
+            type external;
+            description NTR-via-I2-via-GPN;
+            import [ NTR-via-I2-via-GPN-IMPORT EBGP-REJECT-IMPORT ];
+            family inet {
+                any;
+            }
+#            authentication-key <removed>;
+            export NTR-via-I2-via-GPN-EXPORT;
+            neighbor 64.57.21.165 {
+                remove-private;
+                peer-as 11164;
+            }
+        }
+        group NTR-via-I2-via-GPN-V6 {
+            type external;
+            description NTR-via-I2-via-GPN-V6;
+            import NTR-via-I2-via-GPN-V6-IMPORT;
+            family inet6 {
+                any;
+            }
+            inactive:# authentication-key <removed>;
+            export NTR-via-I2-via-GPN-V6-EXPORT;
+            neighbor 2001:468:f000:2118::1 {
+                remove-private;
+                peer-as 11164;
+            }
+        }
     }
     ospf {
         reference-bandwidth 100g;
@@ -781,8 +799,24 @@
 }
 policy-options {
     prefix-list EBGP-IPV4-NEIGHBORS {
+        64.57.21.165/32;
         164.58.245.246/32;
     }
+    prefix-list MARTIANS-IPV4 {
+        0.0.0.0/8;
+        10.0.0.0/8;
+        127.0.0.0/8;
+        169.254.0.0/16;
+        172.16.0.0/12;
+        192.0.0.0/24;
+        192.0.2.0/24;
+        192.168.0.0/16;
+        198.18.0.0/15;
+        198.51.100.0/24;
+        203.0.113.0/24;
+        224.0.0.0/4;
+        240.0.0.0/4;
+    }
     policy-statement COMMODITY-PREFIXES-LIST {
         term prefixes {
             from {
@@ -843,6 +877,22 @@
             then reject;
         }
     }
+    policy-statement EBGP-REJECT-EXPORT {
+        term STEP-1 {
+            from {
+                prefix-list MARTIANS-IPV4;
+            }
+        }
+    }
+    policy-statement EBGP-REJECT-IMPORT {
+        term STEP-1 {
+            from {
+                route-filter 0.0.0.0/0 through 0.0.0.0/32;
+                prefix-list MARTIANS-IPV4;
+            }
+            then reject;
+        }
+    }
     policy-statement I2-RE-EXPORT {
         term STEP-1 {
             from policy RE-PREFIXES-LIST;
@@ -869,6 +919,57 @@
             load-balance per-packet;
         }
     }
+    policy-statement NTR-via-I2-via-GPN-EXPORT {
+        term STEP-1 {
+            from policy COMMODITY-PREFIXES-LIST;
+            then {
+                community add Netflix-Prepend;
+                accept;
+            }
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement NTR-via-I2-via-GPN-IMPORT {
+        term STEP-1 {
+            then {
+                community set 5078:11164;
+                accept;
+            }
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement NTR-via-I2-via-GPN-V6-EXPORT {
+        term STEP-1 {
+            from {
+                route-filter 2610:1d8::/32 exact;
+                route-filter 2001:468:a00::/40 exact;
+                route-filter 2001:19e8:8041::/48 exact;
+            }
+            then accept;
+        }
+        term STEP-2 {
+            from protocol aggregate;
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement NTR-via-I2-via-GPN-V6-IMPORT {
+        term STEP-1 {
+            then {
+                community set 5078:40581;
+                accept;
+            }
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
     policy-statement RE-PREFIXES-LIST {
         term prefixes {
             from {
@@ -927,7 +1028,9 @@
             }
         }
     }
+    community 5078:11164 members 5078:11164;
     community 5078:11537 members 5078:11537;
+    community 5078:40581 members 5078:40581;
     community Ada members 5078:22;
     community Altus members 5078:26;
     community Alva members 5078:74;
@@ -949,6 +1052,7 @@
     community Miami members 5078:138;
     community Midwest-City members 5078:2;
     community Muskogee members 5078:94;
+    community Netflix-Prepend members 65001:2906;
     community OSUOKC members 5078:50;
     community Okmulgee members 5078:110;
     community Ponca-City members 5078:186;

Index: core3.tul-m120.onenet.net
===================================================================
--- core3.tul-m120.onenet.net	(revision 41217)
+++ core3.tul-m120.onenet.net	(working copy)
@@ -497,8 +497,8 @@
 #t1-3/0/2:13 up down
 #t1-3/0/2:14 up up
 #t1-3/0/2:14.0 up up
-#t1-3/0/2:15 up up
-#t1-3/0/2:15.0 up up
+#t1-3/0/2:15 up down
+#t1-3/0/2:15.0 up down
 #t1-3/0/2:16 up up
 #t1-3/0/2:16.0 up up
 #t1-3/0/2:17 down down

Index: hub.ard.onenet.net
===================================================================
--- hub.ard.onenet.net	(revision 41257)
+++ hub.ard.onenet.net	(working copy)
@@ -433,8 +433,8 @@
 #ge-3/2/0.0 up up
 #pc-3/2/0 up up
 #pc-3/2/0.16383 up up
-#ge-3/2/1 up down
-#ge-3/2/1.0 up down
+#ge-3/2/1 up up
+#ge-3/2/1.0 up up
 #ge-3/2/2 up up
 #ge-3/2/2.0 up up
 #ge-3/2/3 up up

Index: hub.alt.onenet.net
===================================================================
--- hub.alt.onenet.net	(revision 41098)
+++ hub.alt.onenet.net	(working copy)
@@ -326,8 +326,8 @@
 #t1-2/0/2:13.0 up up
 #t1-2/0/2:14 up up
 #t1-2/0/2:14.0 up up
-#t1-2/0/2:15 up up
-#t1-2/0/2:15.0 up up
+#t1-2/0/2:15 up down
+#t1-2/0/2:15.0 up down
 #t1-2/0/2:16 up up
 #t1-2/0/2:16.0 up up
 #t1-2/0/2:17 up up

Index: hub.mia.onenet.net
===================================================================
--- hub.mia.onenet.net	(revision 40909)
+++ hub.mia.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at MIAMI-M120-RE0> show system commit 
+#   2012-10-03 10:36:17 CDT by joe via cli commit synchronize
+#   2012-10-03 10:35:42 CDT by joe via cli commit synchronize
 #   2012-08-31 08:31:31 CDT by smclean via cli commit synchronize
 #   2012-08-31 08:30:56 CDT by smclean via cli commit synchronize
 #   2012-08-29 09:50:03 CDT by joel via cli commit synchronize
 #   2012-08-29 09:32:39 CDT by joel via cli commit synchronize
-#   2012-08-29 09:28:14 CDT by joel via cli commit synchronize
-#   2012-08-17 15:52:27 CDT by jeremyt via cli commit synchronize
 # grnoc-mon at MIAMI-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -294,7 +294,7 @@
 # grnoc-mon at MIAMI-M120-RE0> show system uptime 
 # System booted: 2011-02-28 14:08 CST 
 # Protocols started: 2011-02-28 14:09 CST 
-# Last configured: 2012-08-31 08:31 CDT  by smclean
+# Last configured: 2012-10-03 10:36 CDT  by joe
 # 
 # {master}
 # grnoc-mon at MIAMI-M120-RE0> show interface terse 
@@ -305,7 +305,9 @@
 #t3-2/0/1 down down
 #ct3-2/0/2 up up
 #t1-2/0/2:1 up down
+#t1-2/0/2:1.0 up down
 #t1-2/0/2:2 up down
+#t1-2/0/2:2.0 up down
 #t1-2/0/2:3 up down
 #t1-2/0/2:4 up down
 #t1-2/0/2:5 up down
@@ -381,6 +383,7 @@
 #ip-2/3/0 up up
 #lsq-2/3/0 up up
 #lsq-2/3/0.1 up up
+#lsq-2/3/0.2 up down
 #mt-2/3/0 up up
 #pd-2/3/0 up up
 #pe-2/3/0 up up
@@ -436,7 +439,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at MIAMI-M120-RE0> show configuration 
-## Last commit: 2012-08-31 08:31:31 CDT by smclean
+## Last commit: 2012-10-03 10:36:17 CDT by joe
 version 10.4R2.6;
 groups {
     re0 {
@@ -684,10 +687,20 @@
         partition 28 interface-type t1;
     }
     t1-2/0/2:1 {
-        description DIA/Cherokee-Clinic-Vinita-ordered;
+        description "Cherokee Clinic (Vinita)-T1-CIR0004934-lsq-2/3/0.2";
+        unit 0 {
+            family mlppp {
+                bundle lsq-2/3/0.2;
+            }
+        }
     }
     t1-2/0/2:2 {
-        description DIA/Cherokee-Clinic-Vinita-ordered;
+        description "Cherokee Clinic (Vinita)-T1-CIR0004935-lsq-2/3/0.2";
+        unit 0 {
+            family mlppp {
+                bundle lsq-2/3/0.2;
+            }
+        }
     }
     t1-2/0/2:9 {
         description DOH-MIAMI-T1-CIR0000691;
@@ -857,6 +870,13 @@
                 address 164.58.12.9/30;
             }
         }
+        unit 2 {
+            description "DIA/Cherokee Clinic (Vinita)";
+            encapsulation multilink-ppp;
+            family inet {
+                address 156.110.72.13/30;
+            }
+        }
     }
     fe-3/1/0 {
         description NEOAM-COLLEGE-MIAMI-FE-POLYCOM-SEGMENT_Cisco-FE-5-5_;

Index: core3.okc-m120.onenet.net
===================================================================
--- core3.okc-m120.onenet.net	(revision 41260)
+++ core3.okc-m120.onenet.net	(working copy)
@@ -529,8 +529,8 @@
 #t1-2/3/0:2:20 up down
 #t1-2/3/0:2:21 up up
 #t1-2/3/0:2:21.0 up up
-#t1-2/3/0:2:22 up down
-#t1-2/3/0:2:22.0 up down
+#t1-2/3/0:2:22 up up
+#t1-2/3/0:2:22.0 up up
 #t1-2/3/0:2:23 up up
 #t1-2/3/0:2:23.0 up up
 #t1-2/3/0:2:24 up up


More information about the Nocrancid mailing list