[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Fri Mar 21 15:06:09 CDT 2014


Index: core1.dc.onenet.net
===================================================================
--- core1.dc.onenet.net	(revision 114376)
+++ core1.dc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at MX480_DC_01_RE0> show system commit 
+#   2014-03-21 14:12:36 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
+#   2014-03-21 14:06:49 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-03-21 13:39:33 CDT by donnie via cli commit synchronize
 #   2014-03-21 10:54:40 CDT by josh via cli commit confirmed, rollback in 2mins synchronize
 #   2014-03-20 17:55:27 CDT by joel via cli commit synchronize
 #   2014-03-19 14:20:52 CDT by joel via cli commit synchronize
-#   2014-03-18 12:42:26 CDT by jeremyt via cli commit confirmed, rollback in 5mins synchronize
-#   2014-03-17 16:29:40 CDT by joel via cli commit synchronize
 # grnoc-mon at MX480_DC_01_RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -432,7 +432,7 @@
 # grnoc-mon at MX480_DC_01_RE0> show system uptime 
 # System booted: 2013-12-22 03:20 CST 
 # Protocols started: 2013-12-22 03:22 CST 
-# Last configured: 2014-03-21 13:39 CDT  by donnie
+# Last configured: 2014-03-21 14:12 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at MX480_DC_01_RE0> show interface terse 
@@ -804,6 +804,9 @@
 #irb.2114 up up
 #irb.2115 up up
 #irb.2116 up up
+#irb.2532 up up
+#irb.2533 up up
+#irb.2534 up up
 #irb.2601 up up
 #irb.2710 up up
 #irb.2711 up up
@@ -846,6 +849,7 @@
 #lo0.16384 up up
 #lo0.16385 up up
 #lsi up up
+#lsi.0 up up
 #lsi.1059417 up up
 #lsi.1059452 up up
 #lsi.1059459 up up
@@ -861,7 +865,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at MX480_DC_01_RE0> show configuration 
-## Last commit: 2014-03-21 13:39:33 CDT by donnie
+## Last commit: 2014-03-21 14:12:36 CDT by andrew
 version 12.3R3.4;
 groups {
     re0 {
@@ -2653,6 +2657,24 @@
                 address 156.110.134.161/28;
             }
         }
+        unit 2532 {
+            description OIDS_Test_MPLS_Core;
+            family inet {
+                address 192.168.254.1/30;
+            }
+        }
+        unit 2533 {
+            description OIDS_Test_MPLS_Site;
+            family inet {
+                address 192.168.254.5/30;
+            }
+        }
+        unit 2534 {
+            description OIDS_Test_Internet;
+            family inet {
+                address 164.58.19.229/30;
+            }
+        }
         unit 2601 {
             description un_osulib_-01-2601;
             family inet {
@@ -3182,6 +3204,44 @@
             load-balance per-packet;
         }
     }
+    policy-statement OIDS-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add OIDS-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add OIDS-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from {
+                protocol ospf;
+                area 0.0.0.0;
+            }
+            then {
+                community add OIDS-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement OIDS-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community OIDS-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement ONENET-CONTENT-FILTER-VRF-EXPORT {
         term 1 {
             from protocol static;
@@ -3325,6 +3385,7 @@
         }
     }
     community MX480_DC_01 members 5078:194;
+    community OIDS-VPN members target:5078:2532;
     community ONENET-PoP-APPLIANCES members target:5078:2012;
     community ONET-CONTENT-FILTER-VPN members target:5078:2530;
 }
@@ -3642,6 +3703,24 @@
     }
 }
 routing-instances {
+    OIDS-L3VPN {
+        description OIDS-L3VPN;
+        instance-type vrf;
+        interface irb.2532;
+        interface irb.2533;
+        route-distinguisher 164.58.199.194:2532;
+        vrf-import OIDS-VRF-IMPORT;
+        vrf-export OIDS-VRF-EXPORT;
+        vrf-target target:5078:2532;
+        vrf-table-label;
+        routing-options {
+            static {
+                route 192.168.254.2/32 next-hop 192.168.254.2;
+                route 192.168.254.6/32 next-hop 192.168.254.6;
+                route 0.0.0.0/0 next-hop 192.168.254.2;
+            }
+        }
+    }
     ONENET-PoP-APPLIANCES-L3VPN {
         apply-groups OSPF-RI;
         description ONENET-PoP-APPLIANCES-L3VPN;
@@ -4248,6 +4327,18 @@
 }
 bridge-domains {
     apply-groups MAC-SYNC;
+    OIDS_Test_Internet {
+        vlan-id 2534;
+        routing-interface irb.2534;
+    }
+    OIDS_Test_MPLS_Core {
+        vlan-id 2532;
+        routing-interface irb.2532;
+    }
+    OIDS_Test_MPLS_Site {
+        vlan-id 2533;
+        routing-interface irb.2533;
+    }
     allaccess {
         vlan-id 35;
         routing-interface irb.35;

Index: hub.lawm120.onenet.net
===================================================================
--- hub.lawm120.onenet.net	(revision 114222)
+++ hub.lawm120.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at LAWTON-M120-RE0> show system commit 
+#   2014-03-21 14:52:41 CDT by donnie via cli commit synchronize
 #   2014-03-20 15:27:00 CDT by jeremyt via cli commit synchronize
 #   2014-03-20 15:12:05 CDT by jeremyt via cli commit synchronize
 #   2014-03-05 16:56:06 CST by jeremyt via cli commit synchronize
 #   2014-03-05 10:02:43 CST by joe via cli commit synchronize
 #   2014-03-03 16:15:59 CST by rnordmark via cli commit synchronize
-#   2014-02-27 15:34:52 CST by joe 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: 2014-03-20 15:27 CDT  by jeremyt
+# Last configured: 2014-03-21 14:52 CDT  by donnie
 # 
 # {master}
 # grnoc-mon at LAWTON-M120-RE0> show interface terse 
@@ -319,6 +319,7 @@
 #t1-2/0/3:1 up down
 #t1-2/0/3:2 down down
 #t1-2/0/3:3 up down
+#t1-2/0/3:3.0 up down
 #t1-2/0/3:4 up down
 #t1-2/0/3:5 up down
 #t1-2/0/3:6 up down
@@ -402,7 +403,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at LAWTON-M120-RE0> show configuration 
-## Last commit: 2014-03-20 15:27:00 CDT by jeremyt
+## Last commit: 2014-03-21 14:52:41 CDT by donnie
 version 11.4R7.5;
 groups {
     re0 {
@@ -802,6 +803,11 @@
     t1-2/0/3:3 {
         description "TagNet-Lawton T1 [ORDERED] | CIR0005364";
         encapsulation cisco-hdlc;
+        unit 0 {
+            family inet {
+                address 10.119.0.157/30;
+            }
+        }
     }
     t1-2/0/3:7 {
         description Office-of-Juvenile-Affairs-District-K-Lawton-T1-CIR0002438;

Index: hub.chi.onenet.net
===================================================================
--- hub.chi.onenet.net	(revision 114352)
+++ 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 up
+#t1-2/0/2:24 down down
 #t1-2/0/2:25 down up
 #t1-2/0/2:26 down down
 #t1-2/0/2:27 down down



More information about the Nocrancid mailing list