[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Tue Apr 22 14:02:14 CDT 2014


Index: configs/hub.dun.onenet.net
===================================================================
--- configs/hub.dun.onenet.net	(revision 115457)
+++ configs/hub.dun.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at DUNCAN-M120-RE0> show system commit 
+#   2014-04-22 13:33:06 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-04-21 17:14:31 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-04-21 17:13:59 CDT by andrew via cli commit synchronize
 #   2014-04-21 17:13:42 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-03-20 15:24:22 CDT by jeremyt via cli commit synchronize
 #   2014-03-20 15:09:10 CDT by jeremyt via cli commit synchronize
-#   2014-03-12 09:30:25 CDT by donnie via cli commit synchronize
 # grnoc-mon at DUNCAN-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -264,7 +264,7 @@
 # grnoc-mon at DUNCAN-M120-RE0> show system uptime 
 # System booted: 2013-05-28 00:52 CDT 
 # Protocols started: 2013-05-28 02:18 CDT 
-# Last configured: 2014-04-21 17:14 CDT  by andrew
+# Last configured: 2014-04-22 13:33 CDT  by andrew
 # 
 # grnoc-mon at DUNCAN-M120-RE0> show interface terse 
 #Interface Admin Link
@@ -369,6 +369,7 @@
 #vt-2/3/0 up up
 #fe-3/0/0 up up
 #fe-3/0/0.10 up up
+#fe-3/0/0.20 up up
 #fe-3/0/0.32767 up up
 #pfh-3/0/0 up up
 #pfh-3/0/0.16383 up up
@@ -414,13 +415,14 @@
 #lo0.16384 up up
 #lo0.16385 up up
 #lsi up up
+#lsi.0 up up
 #mtun up up
 #pimd up up
 #pime up up
 #pp0 up up
 #tap up up
 # grnoc-mon at DUNCAN-M120-RE0> show configuration 
-## Last commit: 2014-04-21 17:14:31 CDT by andrew
+## Last commit: 2014-04-22 13:33:06 CDT by andrew
 version 11.4R7.5;
 groups {
     re0 {
@@ -934,6 +936,12 @@
                 address 156.110.42.133/30;
             }
         }
+        unit 20 {
+            vlan-id 20;
+            family inet {
+                address 10.20.0.1/30;
+            }
+        }
     }
     fe-3/0/2 {
         speed 100m;
@@ -1221,6 +1229,44 @@
     prefix-list PRE-L0-SOURCES {
         apply-path "interfaces lo0 unit <*> family inet address <164.*>";
     }
+    policy-statement COMANCHE_PS-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add COMANCHE_PS-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add COMANCHE_PS-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from {
+                protocol ospf;
+                area 0.0.0.0;
+            }
+            then {
+                community add COMANCHE_PS-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement COMANCHE_PS-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community COMANCHE_PS-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement LOAD-BALANCE {
         then {
             load-balance per-packet;
@@ -1252,6 +1298,7 @@
     community Alva members 5078:74;
     community Ardmore members 5078:10;
     community Bartlesville members 5078:134;
+    community COMANCHE_PS-VPN members target:5078:2537;
     community Chickasha members 5078:82;
     community Claremore members 5078:142;
     community Duncan members 5078:18;
@@ -1614,6 +1661,21 @@
     }
 }
 routing-instances {
+    COMANCHE_PS-L3VPN {
+        description COMANCHE_PS-L3VPN;
+        instance-type vrf;
+        interface fe-3/0/0.20;
+        route-distinguisher 164.58.199.18:2537;
+        vrf-import COMANCHE_PS-VRF-IMPORT;
+        vrf-export COMANCHE_PS-VRF-EXPORT;
+        vrf-target target:5078:2537;
+        vrf-table-label;
+        routing-options {
+            static {
+                route 0.0.0.0/0 next-hop 10.20.0.2;
+            }
+        }
+    }
     VPLS-CAMERON-2509 {
         description VPLS-CAMERON;
         instance-type vpls;
Index: configs/core.hut.ori.onenet.net
===================================================================
--- configs/core.hut.ori.onenet.net	(revision 115346)
+++ configs/core.hut.ori.onenet.net	(working copy)
@@ -270,8 +270,8 @@
 #ge-1/1/7.0 up down
 #ge-1/1/8 up up
 #ge-1/1/8.0 up up
-#ge-1/1/9 up up
-#ge-1/1/9.0 up up
+#ge-1/1/9 up down
+#ge-1/1/9.0 up down
 #cbp0 up up
 #demux0 up up
 #dsc up up
Index: configs/core1.dc.onenet.net
===================================================================
--- configs/core1.dc.onenet.net	(revision 115462)
+++ configs/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-04-22 13:20:48 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-04-22 10:58:39 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-04-18 16:22:28 CDT by andrew via cli commit synchronize
 #   2014-04-17 17:24:49 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-04-17 17:11:00 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-04-17 11:40:29 CDT by andrew via cli commit synchronize
-#   2014-04-16 15:20:00 CDT by jeremyt 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-04-22 10:58 CDT  by andrew
+# Last configured: 2014-04-22 13:20 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at MX480_DC_01_RE0> show interface terse 
@@ -838,7 +838,6 @@
 #irb.4025 up up
 #irb.4026 up up
 #irb.4027 up up
-#irb.4028 up up
 #irb.4029 up up
 #irb.4030 up up
 #irb.4031 up up
@@ -849,14 +848,15 @@
 #lo0.16385 up up
 #lsi up up
 #lsi.0 up up
+#lsi.1 up up
 #lsi.1059538 up up
 #lsi.1059549 up up
 #lsi.1059563 up up
 #lsi.1059576 up up
-#lsi.1059578 up up
 #lsi.1059579 up up
 #lsi.1059580 up up
 #lsi.1059582 up up
+#lsi.1059583 up up
 #mtun up up
 #pimd up up
 #pime up up
@@ -864,7 +864,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at MX480_DC_01_RE0> show configuration 
-## Last commit: 2014-04-22 10:58:39 CDT by andrew
+## Last commit: 2014-04-22 13:20:48 CDT by andrew
 version 12.3R3.4;
 groups {
     re0 {
@@ -2715,7 +2715,7 @@
         unit 2715 {
             description "Comanche Public Schools";
             family inet {
-                address 164.58.18.129/28;
+                address 192.168.160.1/22;
             }
         }
         unit 4001 {
@@ -2868,11 +2868,6 @@
                 address 10.199.199.217/29;
             }
         }
-        unit 4028 {
-            family inet {
-                address 10.199.199.225/29;
-            }
-        }
         unit 4029 {
             family inet {
                 address 10.199.199.241/29;
@@ -3224,6 +3219,44 @@
     prefix-list PRE-L0-SOURCES {
         apply-path "interfaces lo0 unit <*> family inet address <164.*>";
     }
+    policy-statement COMANCHE_PS-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add COMANCHE_PS-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add COMANCHE_PS-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from {
+                protocol ospf;
+                area 0.0.0.0;
+            }
+            then {
+                community add COMANCHE_PS-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement COMANCHE_PS-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community COMANCHE_PS-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement ISIS-STATICS {
         term 1 {
             from {
@@ -3421,6 +3454,7 @@
             then accept;
         }
     }
+    community COMANCHE_PS-VPN members target:5078:2537;
     community MX480_DC_01 members 5078:194;
     community OIDS-VPN members target:5078:2532;
     community ONENET-PoP-APPLIANCES members target:5078:2012;
@@ -3740,6 +3774,16 @@
     }
 }
 routing-instances {
+    COMANCHE_PS-L3VPN {
+        description COMANCHE_PS-L3VPN;
+        instance-type vrf;
+        interface irb.2715;
+        route-distinguisher 164.58.199.194:2537;
+        vrf-import COMANCHE_PS-VRF-IMPORT;
+        vrf-export COMANCHE_PS-VRF-EXPORT;
+        vrf-target target:5078:2537;
+        vrf-table-label;
+    }
     OIDS-L3VPN {
         description OIDS-L3VPN;
         instance-type vrf;
@@ -3819,22 +3863,6 @@
             }
         }
     }
-    dmz_comanche_ps {
-        apply-groups OSPF-RI;
-        instance-type virtual-router;
-        interface irb.2715;
-        interface irb.4028;
-        routing-options {
-            router-id 10.199.199.225;
-        }
-        protocols {
-            ospf {
-                area 0.0.0.0 {
-                    interface irb.4028;
-                }
-            }
-        }
-    }
     dmz_connors {
         apply-groups OSPF-RI;
         instance-type virtual-router;
@@ -4613,11 +4641,6 @@
         vlan-id 710;
         routing-interface irb.710;
     }
-    dmzcomps__-01-4028 {
-        apply-groups-except MAC-SYNC;
-        vlan-id 4028;
-        routing-interface irb.4028;
-    }
     dmzdhcpsrv-01-0245 {
         vlan-id 245;
         routing-interface irb.245;
@@ -5311,12 +5334,11 @@
 10.199.199.203           Init      irb.4025       4.000     1.000        4   
 10.199.199.211           Up        irb.4026       1.200     0.300        4   
 10.199.199.219           Init      irb.4027       4.000     1.000        4   
-10.199.199.227           Init      irb.4028       4.000     1.000        4   
 10.199.199.243           Init      irb.4029       4.000     1.000        4   
 10.199.199.251           Init      irb.4030       4.000     1.000        4   
 164.58.199.196           Down                     1.000     0.900        1   
 
-30 sessions, 30 clients
-Cumulative transmit rate 74.4 pps, cumulative receive rate 73.3 pps
+29 sessions, 29 clients
+Cumulative transmit rate 73.4 pps, cumulative receive rate 72.3 pps
 
 {master}



More information about the Nocrancid mailing list