[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Fri Feb 22 00:01:28 CST 2013


Index: core7.tul.onenet.net
===================================================================
--- core7.tul.onenet.net	(revision 52002)
+++ core7.tul.onenet.net	(working copy)
@@ -1,13 +1,13 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TULSA-CORE7-MX480-MX480-RE0> show system commit 
+#   2013-02-21 23:03:59 CST by rnordmark via cli commit synchronize
 #   2013-02-07 16:50:19 CST by jeremyt via cli commit synchronize
 #   2013-02-05 15:03:07 CST by admin via netconf commit synchronize
 #     %changeType:inband%moduleName:Platform.setSnmpTrapTarget%crId:541863%
 #   2013-02-05 15:01:28 CST by admin via netconf commit synchronize
 #   2013-01-22 20:03:12 CST by jeremyt via cli commit synchronize
 #   2013-01-18 13:59:33 CST by joel via cli commit synchronize
-#   2013-01-08 15:48:50 CST by jeremyt via cli commit synchronize
 # grnoc-mon at TULSA-CORE7-MX480-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -333,7 +333,7 @@
 # grnoc-mon at TULSA-CORE7-MX480-MX480-RE0> show system uptime 
 # System booted: 2012-10-16 18:02 CDT 
 # Protocols started: 2012-10-16 18:03 CDT 
-# Last configured: 2013-02-07 16:50 CST  by jeremyt
+# Last configured: 2013-02-21 23:03 CST  by rnordmark
 # 
 # {master}
 # grnoc-mon at TULSA-CORE7-MX480-MX480-RE0> show interface terse 
@@ -363,6 +363,7 @@
 #et-5/0/0 up up
 #et-5/0/0.101 up up
 #et-5/0/0.444 up up
+#et-5/0/0.445 up up
 #et-5/0/0.32767 up up
 #lc-5/0/0 up up
 #lc-5/0/0.32769 up up
@@ -398,7 +399,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at TULSA-CORE7-MX480-MX480-RE0> show configuration 
-## Last commit: 2013-02-07 16:50:19 CST by jeremyt
+## Last commit: 2013-02-21 23:03:59 CST by rnordmark
 version 12.1R3.5;
 groups {
     re0 {
@@ -610,6 +611,21 @@
                 address 2001:468:f000:2118::2/64;
             }
         }
+        unit 445 {
+            description "UPSTREAM L3 XX to ^ TRCPS - Dallas (via I2)(via GPN) ^ CIR000xxxx";
+            vlan-id 445;
+            family inet {
+                mtu 1500;
+                sampling {
+                    input;
+                }
+                address 64.57.21.162/30;
+            }
+            family inet6 {
+                mtu 1500;
+                address 2001:468:f000:2318::2/64;
+            }
+        }
     }
     ae0 {
         description "CORE 20GE to core1.tul AE2 | OneNet-TUL-TUL-2XE-AE";
@@ -823,6 +839,34 @@
                 peer-as 11164;
             }
         }
+        group TRCPS-DAL-via-I2-via-GPN {
+            type external;
+            description TRCPS-DAL-via-I2-via-GPN;
+            import [ TRCPS-DAL-via-I2-via-GPN-IMPORT EBGP-REJECT-IMPORT ];
+            family inet {
+                any;
+            }
+#            authentication-key <removed>;
+            export TRCPS-DAL-via-I2-via-GPN-EXPORT;
+            neighbor 64.57.21.161 {
+                remove-private;
+                peer-as 11164;
+            }
+        }
+        group TRCPS-DAL-via-I2-via-GPN-V6 {
+            type external;
+            description TRCPS-DAL-via-I2-via-GPN-V6;
+            import TRCPS-DAL-via-I2-via-GPN-V6-IMPORT;
+            family inet6 {
+                any;
+            }
+            inactive:# authentication-key <removed>;
+            export TRCPS-DAL-via-I2-via-GPN-V6-EXPORT;
+            neighbor 2001:468:f000:2318::1 {
+                remove-private;
+                peer-as 11164;
+            }
+        }
     }
     ospf {
         reference-bandwidth 100g;
@@ -864,6 +908,7 @@
 }
 policy-options {
     prefix-list EBGP-IPV4-NEIGHBORS {
+        64.57.21.161/32;
         64.57.21.165/32;
         164.58.245.246/32;
     }
@@ -1095,6 +1140,57 @@
             }
         }
     }
+    policy-statement TRCPS-DAL-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 TRCPS-DAL-via-I2-via-GPN-IMPORT {
+        term STEP-1 {
+            then {
+                community set 5078:11164;
+                accept;
+            }
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement TRCPS-DAL-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 TRCPS-DAL-via-I2-via-GPN-V6-IMPORT {
+        term STEP-1 {
+            then {
+                community set 5078:11164;
+                accept;
+            }
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
     community 5078:11164 members 5078:11164;
     community 5078:11537 members 5078:11537;
     community 5078:40581 members 5078:40581;

Index: core4.tul-mx480.onenet.net
===================================================================
--- core4.tul-mx480.onenet.net	(revision 52828)
+++ core4.tul-mx480.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show system commit 
+#   2013-02-21 23:03:58 CST by rnordmark via cli commit synchronize
 #   2013-02-19 12:43:29 CST by joel via cli commit synchronize
 #   2013-02-14 08:53:06 CST by joe via cli commit synchronize
 #   2013-02-13 09:14:12 CST by rnordmark via cli commit synchronize
 #   2013-02-12 15:41:02 CST by joe via cli commit synchronize
 #   2013-02-07 16:51:59 CST by jeremyt via cli commit synchronize
-#   2013-02-06 16:15:04 CST by bobby via cli commit synchronize
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -331,7 +331,7 @@
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show system uptime 
 # System booted: 2011-11-30 00:15 CST 
 # Protocols started: 2011-11-30 00:19 CST 
-# Last configured: 2013-02-19 12:43 CST  by joel
+# Last configured: 2013-02-21 23:03 CST  by rnordmark
 # 
 # {master}
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show interface terse 
@@ -407,7 +407,6 @@
 #xe-1/0/1.441 up up
 #xe-1/0/1.442 up up
 #xe-1/0/1.443 up up
-#xe-1/0/1.445 up up
 #xe-1/0/1.710 up up
 #xe-1/0/1.991 up up
 #xe-1/0/1.992 up up
@@ -463,7 +462,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show configuration 
-## Last commit: 2013-02-19 12:43:29 CST by joel
+## Last commit: 2013-02-21 23:03:58 CST by rnordmark
 version 10.4R6.5;
 groups {
     re0 {
@@ -1041,25 +1040,6 @@
                 address 2001:468:f000:2118::2/64;
             }
         }
-        unit 445 {
-            description "UPSTREAM L3 XX to ^ TRCPS - Dallas (via I2)(via GPN) ^ CIR000xxxx";
-            vlan-id 445;
-            family inet {
-                mtu 1500;
-                filter {
-                    input FLOW-INFO;
-                    output FLOW-INFO;
-                }
-                sampling {
-                    input;
-                }
-                address 64.57.21.162/30;
-            }
-            family inet6 {
-                mtu 1500;
-                address 2001:468:f000:2318::2/64;
-            }
-        }
         unit 710 {
             description "UPSTREAM L3 XX to ^ ESnet ^ CIR0005058";
             vlan-id 710;
@@ -1569,34 +1549,6 @@
                 peer-as 2381;
             }
         }
-        group TRCPS-DAL-via-I2-via-GPN {
-            type external;
-            description TRCPS-DAL-via-I2-via-GPN;
-            import [ TRCPS-DAL-via-I2-via-GPN-IMPORT EBGP-REJECT-IMPORT ];
-            family inet {
-                any;
-            }
-#            authentication-key <removed>;
-            export TRCPS-DAL-via-I2-via-GPN-EXPORT;
-            neighbor 64.57.21.161 {
-                remove-private;
-                peer-as 11164;
-            }
-        }
-        group TRCPS-DAL-via-I2-via-GPN-V6 {
-            type external;
-            description TRCPS-DAL-via-I2-via-GPN-V6;
-            import TRCPS-DAL-via-I2-via-GPN-V6-IMPORT;
-            family inet6 {
-                any;
-            }
-            inactive:# authentication-key <removed>;
-            export TRCPS-DAL-via-I2-via-GPN-V6-EXPORT;
-            neighbor 2001:468:f000:2318::1 {
-                remove-private;
-                peer-as 11164;
-            }
-        }
         group LEARN-via-Areon-via-NLR {
             type external;
             description LEARN-via-Areon-via-NLR;

Index: hub.chi.onenet.net
===================================================================
--- hub.chi.onenet.net	(revision 52998)
+++ hub.chi.onenet.net	(working copy)
@@ -337,7 +337,7 @@
 #t1-2/0/2:21 up down
 #t1-2/0/2:22 up down
 #t1-2/0/2:23 up down
-#t1-2/0/2:24 down down
+#t1-2/0/2:24 down up
 #t1-2/0/2:24.0 up down
 #t1-2/0/2:25 up up
 #t1-2/0/2:26 up down



More information about the Nocrancid mailing list