[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Fri Jul 6 11:00:44 CDT 2012


Index: core2-okc-mx960.onenet.net
===================================================================
--- core2-okc-mx960.onenet.net	(revision 34150)
+++ core2-okc-mx960.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE2-MX960-RE0> show system commit 
+#   2012-07-06 10:39:57 CDT by jeremyt via cli commit synchronize
 #   2012-07-05 14:17:58 CDT by joe via cli commit synchronize
 #   2012-07-05 14:17:11 CDT by joe via cli commit synchronize
 #   2012-07-05 14:15:52 CDT by joe via cli commit synchronize
 #   2012-07-05 14:08:28 CDT by joe via cli commit synchronize
 #   2012-05-24 15:59:21 CDT by joel via cli commit synchronize
-#   2012-04-27 13:24:11 CDT by jeremyt via cli commit synchronize
 # grnoc-mon at OKC-CORE2-MX960-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -355,7 +355,7 @@
 # grnoc-mon at OKC-CORE2-MX960-RE0> show system uptime 
 # System booted: 2011-11-18 00:10 CST 
 # Protocols started: 2011-11-18 00:12 CST 
-# Last configured: 2012-07-05 14:17 CDT  by joe
+# Last configured: 2012-07-06 10:39 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at OKC-CORE2-MX960-RE0> show interface terse 
@@ -376,7 +376,6 @@
 #xe-0/1/0.950 up up
 #xe-0/1/0.952 up up
 #xe-0/1/0.953 up up
-#xe-0/1/0.954 up up
 #xe-0/1/0.955 up up
 #xe-0/1/0.956 up up
 #xe-0/1/0.957 up up
@@ -481,13 +480,13 @@
 #irb.950 up up
 #irb.951 up up
 #irb.952 up up
-#irb.954 up down
 #lo0 up up
 #lo0.0 up up
 #lo0.16384 up up
 #lo0.16385 up up
 #lsi up up
 #lsi.0 up up
+#lsi.1 up up
 #mtun up up
 #pimd up up
 #pime up up
@@ -495,7 +494,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE2-MX960-RE0> show configuration 
-## Last commit: 2012-07-05 14:17:58 CDT by joe
+## Last commit: 2012-07-06 10:39:57 CDT by jeremyt
 version 10.4R6.5;
 groups {
     re0 {
@@ -727,11 +726,6 @@
             encapsulation vlan-bridge;
             vlan-id 953;
         }
-        unit 954 {
-            description SNC-Tax-Legal;
-            encapsulation vlan-bridge;
-            vlan-id 954;
-        }
         unit 955 {
             description OSF;
             encapsulation vlan-bridge;
@@ -901,8 +895,11 @@
             vlan-id 953;
         }
         unit 954 {
-            encapsulation vlan-bridge;
+            description "DOH L3VPN to DOH-ISG2000 via OSF Layer 2";
             vlan-id 954;
+            family inet {
+                address 172.23.6.101/30;
+            }
         }
         unit 955 {
             encapsulation vlan-bridge;
@@ -1102,9 +1099,6 @@
                 address 156.110.215.54/29;
             }
         }
-        unit 954 {
-            family inet;
-        }
     }
     lo0 {
         unit 0 {
@@ -1377,6 +1371,37 @@
 }
 policy-options {
     prefix-list EBGP-IPV4-NEIGHBORS;
+    policy-statement DOH-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add DOH-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add DOH-VPN;
+                accept;
+            }
+        }
+        term reject {
+            then reject;
+        }
+    }
+    policy-statement DOH-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community DOH-VPN;
+            }
+            then accept;
+        }
+        term reject {
+            then reject;
+        }
+    }
     policy-statement LOAD-BALANCE {
         then {
             load-balance per-packet;
@@ -1450,6 +1475,7 @@
     community Bartlesville members 5078:134;
     community Chickasha members 5078:82;
     community Claremore members 5078:142;
+    community DOH-VPN members target:5078:3000;
     community Duncan members 5078:18;
     community Durant members 5078:14;
     community Edmond members 5078:235;
@@ -1760,6 +1786,16 @@
     }
 }
 routing-instances {
+    DOH {
+        description DOH-L3VPN;
+        instance-type vrf;
+        interface ge-0/3/0.954;
+        route-distinguisher 164.58.199.212:3000;
+        vrf-import DOH-IMPORT;
+        vrf-export DOH-EXPORT;
+        vrf-target target:5078:3000;
+        vrf-table-label;
+    }
     ONENET-UPS-L3VPN {
         description L3VPN-UPS;
         instance-type vrf;
@@ -1844,10 +1880,6 @@
         interface ge-0/3/0.953;
         interface xe-0/1/0.953;
     }
-    VLAN_954_EC2 {
-        interface ge-0/3/0.954;
-        interface xe-0/1/0.954;
-    }
     VLAN_955_EC2 {
         interface ge-0/3/0.955;
         interface xe-0/1/0.955;

Index: hub.elr.onenet.net
===================================================================
--- hub.elr.onenet.net	(revision 34164)
+++ hub.elr.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at EL-RENO-M120-RE0> show system commit 
+#   2012-07-06 10:09:46 CDT by bobby via cli commit synchronize
 #   2012-07-05 15:39:56 CDT by bobby via cli commit synchronize
 #   2012-06-11 10:43:24 CDT by root via other
 #   2012-06-11 10:37:55 CDT by jed via cli commit confirmed, rollback in 5mins synchronize
 #   2012-06-08 10:51:23 CDT by smclean via cli commit synchronize
 #   2012-05-24 15:50:30 CDT by joel via cli commit synchronize
-#   2012-04-27 13:36:34 CDT by jeremyt via cli commit synchronize
 # grnoc-mon at EL-RENO-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -293,7 +293,7 @@
 # grnoc-mon at EL-RENO-M120-RE0> show system uptime 
 # System booted: 2011-02-22 16:32 CST 
 # Protocols started: 2011-02-22 16:34 CST 
-# Last configured: 2012-07-05 15:39 CDT  by bobby
+# Last configured: 2012-07-06 10:09 CDT  by bobby
 # 
 # {master}
 # grnoc-mon at EL-RENO-M120-RE0> show interface terse 
@@ -307,12 +307,10 @@
 #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:4.0 up down
 #t1-2/0/2:5 down down
 #t1-2/0/2:6 up up
 #t1-2/0/2:6.0 up up
 #t1-2/0/2:7 up down
-#t1-2/0/2:7.0 up down
 #t1-2/0/2:8 up up
 #t1-2/0/2:8.0 up up
 #t1-2/0/2:9 up up
@@ -382,7 +380,6 @@
 #gr-2/3/0 up up
 #ip-2/3/0 up up
 #lsq-2/3/0 up up
-#lsq-2/3/0.1 up down
 #lsq-2/3/0.2 up up
 #lsq-2/3/0.4 up up
 #mt-2/3/0 up up
@@ -439,7 +436,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at EL-RENO-M120-RE0> show configuration 
-## Last commit: 2012-07-05 15:39:56 CDT by bobby
+## Last commit: 2012-07-06 10:09:46 CDT by bobby
 version 10.4R2.6;
 groups {
     re0 {
@@ -709,15 +706,6 @@
             }
         }
     }
-    t1-2/0/2:4 {
-        description Banner-Elementary-School-T1-CIR0001167-lsq-2/3/0.1;
-        encapsulation ppp;
-        unit 0 {
-            family mlppp {
-                bundle lsq-2/3/0.1;
-            }
-        }
-    }
     t1-2/0/2:5 {
         disable;
     }
@@ -730,15 +718,6 @@
             }
         }
     }
-    t1-2/0/2:7 {
-        description Banner-Elementary-School-T1-CIR0004095-lsq-2/3/0.1;
-        encapsulation ppp;
-        unit 0 {
-            family mlppp {
-                bundle lsq-2/3/0.1;
-            }
-        }
-    }
     t1-2/0/2:8 {
         description City-of-Piedmont-T1-CIR0003647;
         encapsulation cisco-hdlc;
@@ -930,13 +909,6 @@
     lsq-2/3/0 {
         description Layer-2-MS-Services;
         per-unit-scheduler;
-        unit 1 {
-            description Banner-Elementary-School;
-            encapsulation multilink-ppp;
-            family inet {
-                address 164.58.12.93/30;
-            }
-        }
         unit 2 {
             description Darlington-PS-CPE-Tornado-NAGIOS;
             encapsulation multilink-ppp;

Index: hub.sal.onenet.net
===================================================================
--- hub.sal.onenet.net	(revision 34195)
+++ hub.sal.onenet.net	(working copy)
@@ -330,10 +330,10 @@
 #t1-2/0/2:14 up down
 #t1-2/0/2:15 up up
 #t1-2/0/2:15.0 up up
-#t1-2/0/2:16 up up
-#t1-2/0/2:16.0 up up
-#t1-2/0/2:17 up up
-#t1-2/0/2:17.0 up up
+#t1-2/0/2:16 up down
+#t1-2/0/2:16.0 up down
+#t1-2/0/2:17 up down
+#t1-2/0/2:17.0 up down
 #t1-2/0/2:18 up up
 #t1-2/0/2:18.0 up up
 #t1-2/0/2:19 up up
@@ -403,7 +403,7 @@
 #lsq-2/3/0.4 up up
 #lsq-2/3/0.5 up up
 #lsq-2/3/0.6 up up
-#lsq-2/3/0.7 up up
+#lsq-2/3/0.7 up down
 #lsq-2/3/0.8 up up
 #lsq-2/3/0.9 up up
 #mt-2/3/0 up up


More information about the Nocrancid mailing list