[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Thu Aug 14 16:02:19 CDT 2014


Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net	(revision 118673)
+++ configs/core4.okc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE4-MX480-RE0> show system commit 
+#   2014-08-14 15:13:08 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-08-14 14:56:07 CDT by andrew via cli commit synchronize
 #   2014-08-14 14:17:08 CDT by andrew via cli commit synchronize
 #   2014-08-14 00:37:11 CDT by andrew via cli commit synchronize
 #   2014-08-13 11:53:03 CDT by jeremyt via cli commit synchronize
 #   2014-08-12 14:49:55 CDT by donnie via cli commit synchronize
-#   2014-08-12 08:37:15 CDT by josh via cli commit synchronize
 # grnoc-mon at OKC-CORE4-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -412,7 +412,7 @@
 # grnoc-mon at OKC-CORE4-MX480-RE0> show system uptime 
 # System booted: 2014-03-16 10:32 CDT 
 # Protocols started: 2014-03-16 10:34 CDT 
-# Last configured: 2014-08-14 14:56 CDT  by andrew
+# Last configured: 2014-08-14 15:13 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse 
@@ -694,6 +694,7 @@
 #lsi.0 up up
 #lsi.1 up up
 #lsi.2 up up
+#lsi.3 up up
 #lsi.1049163 up up
 #lsi.1049165 up up
 #lsi.1049172 up up
@@ -706,7 +707,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE4-MX480-RE0> show configuration 
-## Last commit: 2014-08-14 14:56:07 CDT by andrew
+## Last commit: 2014-08-14 15:13:08 CDT by andrew
 version 12.3R5.7;
 groups {
     re0 {
@@ -1548,6 +1549,10 @@
             description "OSBI-OKLAHOMA-CITY-100M-CIR0005705 [ORDERED]";
             vlan-id 211;
             family inet {
+                policer {
+                    input 100M-POL;
+                    output 100M-POL;
+                }
                 address 192.168.252.2/30;
             }
         }
@@ -3920,6 +3925,41 @@
             then reject;
         }
     }
+    policy-statement OSBI-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add OSBI-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add OSBI-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add OSBI-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement OSBI-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community OSBI-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement OSPF-DEFAULT {
         term GET-ROUTE {
             from {
@@ -4032,6 +4072,7 @@
     community ONENET-PoP-APPLIANCES members target:5078:2012;
     community ONET-GRDA-VPN members target:5078:2522;
     community ONET-UPS-VPN members target:5078:100;
+    community OSBI-VPN members target:5078:2546;
     community OSUOKC members 5078:50;
     community Okmulgee members 5078:110;
     community PTCCORE1 members 5078:234;
@@ -4624,14 +4665,6 @@
         }
         then discard;
     }
-    policer 100M-POL {
-        logical-interface-policer;
-        if-exceeding {
-            bandwidth-limit 99m;
-            burst-size-limit 300k;
-        }
-        then discard;
-    }
     policer 300M-POL {
         logical-interface-policer;
         if-exceeding {
@@ -4663,6 +4696,14 @@
         }
         then discard;
     }
+    policer 100M-POL {
+        logical-interface-policer;
+        if-exceeding {
+            bandwidth-limit 100m;
+            burst-size-limit 20m;
+        }
+        then discard;
+    }
     filter GGC-FILTER {
         term 0 {
             from {
@@ -4861,6 +4902,16 @@
             }
         }
     }
+    OSBI-L3VPN {
+        description OSBI-L3VPN;
+        instance-type vrf;
+        interface xe-0/0/1.211;
+        route-distinguisher 164.58.199.214:2546;
+        vrf-import OSBI-VRF-IMPORT;
+        vrf-export OSBI-VRF-EXPORT;
+        vrf-target target:5078:2532;
+        vrf-table-label;
+    }
     UCO {
         description UCO-L3VPN;
         instance-type vrf;
Index: configs/core3.tul-m120.onenet.net
===================================================================
--- configs/core3.tul-m120.onenet.net	(revision 118673)
+++ configs/core3.tul-m120.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TULSA-CORE-3-M120-RE0> show system commit 
+#   2014-08-14 15:24:02 CDT by donnie via cli commit synchronize
+#   2014-08-14 15:23:18 CDT by donnie via cli commit synchronize
+#   2014-08-14 15:21:32 CDT by donnie via cli commit synchronize
+#   2014-08-14 15:17:49 CDT by donnie via cli commit synchronize
 #   2014-08-14 12:41:44 CDT by donnie via cli commit synchronize
 #   2014-08-14 10:06:38 CDT by donnie via cli commit synchronize
-#   2014-08-14 09:59:16 CDT by donnie via cli commit synchronize
-#   2014-08-14 00:51:19 CDT by andrew via cli commit synchronize
-#   2014-08-12 16:00:52 CDT by donnie via cli commit synchronize
-#   2014-08-12 10:35:22 CDT by josh via cli commit confirmed, rollback in 3mins synchronize
 # grnoc-mon at TULSA-CORE-3-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -319,7 +319,7 @@
 # grnoc-mon at TULSA-CORE-3-M120-RE0> show system uptime 
 # System booted: 2013-04-27 23:31 CDT 
 # Protocols started: 2013-04-27 23:34 CDT 
-# Last configured: 2014-08-14 12:41 CDT  by donnie
+# Last configured: 2014-08-14 15:24 CDT  by donnie
 # 
 # {master}
 # grnoc-mon at TULSA-CORE-3-M120-RE0> show interface terse 
@@ -381,8 +381,8 @@
 #t1-3/0/0:6.0 up up
 #t1-3/0/0:7 up up
 #t1-3/0/0:7.0 up up
-#t1-3/0/0:8 up up
-#t1-3/0/0:8.0 up up
+#t1-3/0/0:8 up down
+#t1-3/0/0:8.0 up down
 #t1-3/0/0:9 up down
 #t1-3/0/0:9.0 up down
 #t1-3/0/0:10 up up
@@ -451,8 +451,9 @@
 #t1-3/0/1:23 up down
 #t1-3/0/1:24 up down
 #t1-3/0/1:25 up down
-#t1-3/0/1:26 up down
-#t1-3/0/1:27 down up
+#t1-3/0/1:26 down down
+#t1-3/0/1:27 up down
+#t1-3/0/1:27.0 up down
 #t1-3/0/1:28 up up
 #t1-3/0/1:28.0 up up
 #ct3-3/0/2 up up
@@ -546,8 +547,8 @@
 #t1-3/1/1:13 down down
 #t1-3/1/1:14 down down
 #t1-3/1/1:15 down down
-#t1-3/1/1:16 up up
-#t1-3/1/1:16.0 up up
+#t1-3/1/1:16 up down
+#t1-3/1/1:16.0 up down
 #t1-3/1/1:17 down down
 #t1-3/1/1:18 down down
 #t1-3/1/1:19 down down
@@ -658,7 +659,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at TULSA-CORE-3-M120-RE0> show configuration 
-## Last commit: 2014-08-14 12:41:44 CDT by donnie
+## Last commit: 2014-08-14 15:24:02 CDT by donnie
 version 11.4R7.5;
 groups {
     re0 {
@@ -1563,10 +1564,16 @@
         description "TAGNET-7272-TULSA-T1-CIR0005739 [ORDERED]";
     }
     t1-3/0/1:26 {
-        description "TAGNET-7276-JENKS-T1-CIR0005729 [ORDERED]";
+        disable;
     }
     t1-3/0/1:27 {
-        disable;
+        description "TAGNET-7276-JENKS-T1-CIR0005729 [ORDERED]";
+        encapsulation cisco-hdlc;
+        unit 0 {
+            family inet {
+                address 10.119.4.17/30;
+            }
+        }
     }
     t1-3/0/1:28 {
         description DOH-TULSA-S129th-T1-CIR0004501-lsq-2/3/0.12;
@@ -3491,6 +3498,7 @@
         interface t1-3/0/1:1.0;
         interface t1-3/0/1:3.0;
         interface t1-3/0/1:5.0;
+        interface t1-3/0/1:27.0;
         interface t1-3/0/2:1.0;
         route-distinguisher 164.58.199.223:2531;
         vrf-import TAGNET-VRF-IMPORT;
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net	(revision 118673)
+++ configs/core3.okc-m120.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE3-M120-RE0> show system commit 
-#   2014-08-14 14:56:21 CDT by josh via cli commit synchronize
-#   2014-08-14 14:46:57 CDT by josh via cli commit synchronize
-#   2014-08-14 14:37:14 CDT by josh via cli commit synchronize
-#   2014-08-14 14:35:40 CDT by josh via cli commit synchronize
-#   2014-08-14 14:22:47 CDT by sky via cli commit synchronize
-#   2014-08-14 14:18:00 CDT by sky via cli commit synchronize
+#   2014-08-14 15:42:52 CDT by josh via cli commit synchronize
+#   2014-08-14 15:40:14 CDT by josh via cli commit confirmed, rollback in 3mins synchronize
+#   2014-08-14 15:37:48 CDT by josh via cli commit synchronize
+#   2014-08-14 15:35:03 CDT by josh via cli commit confirmed, rollback in 3mins synchronize
+#   2014-08-14 15:32:53 CDT by josh via cli commit synchronize
+#   2014-08-14 15:31:17 CDT by josh via cli commit synchronize
 # grnoc-mon at OKC-CORE3-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -368,7 +368,7 @@
 # grnoc-mon at OKC-CORE3-M120-RE0> show system uptime 
 # System booted: 2013-04-14 00:17 CDT 
 # Protocols started: 2013-04-14 00:30 CDT 
-# Last configured: 2014-08-14 14:56 CDT  by josh
+# Last configured: 2014-08-14 15:42 CDT  by josh
 # 
 # {master}
 # grnoc-mon at OKC-CORE3-M120-RE0> show interface terse 
@@ -560,7 +560,7 @@
 #t1-2/3/0:3:20 up up
 #t1-2/3/0:3:21 up up
 #t1-2/3/0:3:21.0 up up
-#t1-2/3/0:3:22 down up
+#t1-2/3/0:3:22 down down
 #t1-2/3/0:3:23 down down
 #t1-2/3/0:3:24 down down
 #t1-2/3/0:3:25 down down
@@ -1984,7 +1984,7 @@
 #lsq-5/1/0.117 up up
 #lsq-5/1/0.119 up up
 #lsq-5/1/0.125 up up
-#lsq-5/1/0.128 up down
+#lsq-5/1/0.128 up up
 #lsq-5/1/0.129 up up
 #lsq-5/1/0.131 up up
 #lsq-5/1/0.132 up up
@@ -2038,7 +2038,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE3-M120-RE0> show configuration 
-## Last commit: 2014-08-14 14:56:21 CDT by josh
+## Last commit: 2014-08-14 15:42:52 CDT by josh
 version 11.4R7.5;
 groups {
     re0 {
@@ -5655,10 +5655,9 @@
         }
     }
     t1-3/3/0:2:3 {
-        encapsulation cisco-hdlc;
         unit 0 {
-            family inet {
-                address 10.250.1.1/30;
+            family mlppp {
+                bundle lsq-5/1/0.128;
             }
         }
     }
@@ -5666,10 +5665,11 @@
         disable;
     }
     t1-3/3/0:2:5 {
-        encapsulation cisco-hdlc;
+        description DOT-Heavener-T1-CIR0003038-lsq-5/1/0.128;
+        encapsulation ppp;
         unit 0 {
-            family inet {
-                address 10.250.11.1/30;
+            family mlppp {
+                bundle lsq-5/1/0.128;
             }
         }
     }
@@ -9638,7 +9638,7 @@
             description DOT-Heavener;
             encapsulation multilink-ppp;
             family inet {
-                address 10.250.11.1/30;
+                address 10.119.8.245/30;
             }
         }
         unit 129 {
@@ -11583,6 +11583,7 @@
         interface t1-2/3/0:9:2.0;
         interface t1-2/3/0:9:3.0;
         interface lsq-5/1/0.117;
+        interface lsq-5/1/0.128;
         route-distinguisher 164.58.199.213:2538;
         vrf-import ODOT-VRF-IMPORT;
         vrf-export ODOT-VRF-EXPORT;
@@ -11598,6 +11599,7 @@
                 route 172.25.128.0/24 next-hop 10.119.8.106;
                 route 172.25.129.0/24 next-hop 10.119.8.110;
                 route 172.25.130.0/24 next-hop 10.119.8.114;
+                route 172.25.163.0/24 next-hop 10.119.8.246;
             }
         }
     }
Index: configs/hub.mia.onenet.net
===================================================================
--- configs/hub.mia.onenet.net	(revision 118673)
+++ configs/hub.mia.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at MIAMI-M120-RE0> show system commit 
+#   2014-08-14 15:48:01 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
+#   2014-08-14 15:29:36 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
+#   2014-08-14 15:17:06 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-08-14 14:42:37 CDT by andrew via cli commit synchronize
 #   2014-08-14 14:31:08 CDT by andrew via cli commit synchronize
 #   2014-08-14 13:55:33 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
-#   2014-08-14 13:52:28 CDT by andrew via cli commit synchronize
-#   2014-08-14 13:35:34 CDT by andrew via cli commit synchronize
-#   2014-08-14 12:11:14 CDT by andrew via cli commit synchronize
 # grnoc-mon at MIAMI-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -291,7 +291,7 @@
 # grnoc-mon at MIAMI-M120-RE0> show system uptime 
 # System booted: 2013-05-30 22:17 CDT 
 # Protocols started: 2013-05-30 23:11 CDT 
-# Last configured: 2014-08-14 14:42 CDT  by andrew
+# Last configured: 2014-08-14 15:48 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at MIAMI-M120-RE0> show interface terse 
@@ -445,7 +445,7 @@
 #lsi up up
 #lsi.0 up up
 #lsi.1 up up
-#lsi.2 up up
+#lsi.3 up up
 #lsi.1056256 up up
 #lsi.1056258 up up
 #lsi.1056259 up up
@@ -459,7 +459,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at MIAMI-M120-RE0> show configuration 
-## Last commit: 2014-08-14 14:42:37 CDT by andrew
+## Last commit: 2014-08-14 15:48:01 CDT by andrew
 version 11.4R7.5;
 groups {
     re0 {
@@ -1869,11 +1869,6 @@
         vrf-export ONENET-MGMT-VRF-EXPORT;
         vrf-target target:5078:2543;
         vrf-table-label;
-        routing-options {
-            static {
-                route 10.119.248.142/32 next-hop 10.119.248.142;
-            }
-        }
     }
     TAGNET-L3VPN {
         description TAGNET-L3VPN;
Index: configs/core4.tul.onenet.net
===================================================================
--- configs/core4.tul.onenet.net	(revision 118653)
+++ configs/core4.tul.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show system commit 
+#   2014-08-14 15:57:50 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
+#   2014-08-14 15:41:08 CDT by donnie via cli commit synchronize
+#   2014-08-14 15:40:23 CDT by donnie via cli commit synchronize
 #   2014-08-14 00:51:41 CDT by andrew via cli commit synchronize
 #   2014-08-13 15:22:34 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-08-13 14:47:09 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
-#   2014-08-13 09:10:02 CDT by joel via cli commit synchronize
-#   2014-08-12 00:37:30 CDT by rnordmark via cli commit synchronize
-#   2014-08-11 13:17:14 CDT by joel via cli commit synchronize
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -368,7 +368,7 @@
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show system uptime 
 # System booted: 2013-04-28 00:30 CDT 
 # Protocols started: 2013-04-28 00:31 CDT 
-# Last configured: 2014-08-14 00:51 CDT  by andrew
+# Last configured: 2014-08-14 15:57 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show interface terse 
@@ -459,6 +459,7 @@
 #ge-0/3/7 up up
 #ge-0/3/7.140 up up
 #ge-0/3/7.141 up up
+#ge-0/3/7.215 up up
 #ge-0/3/7.300 up up
 #ge-0/3/7.301 up up
 #ge-0/3/7.302 up up
@@ -556,6 +557,7 @@
 #lo0.16385 up up
 #lsi up up
 #lsi.0 up up
+#lsi.1 up up
 #lsi.1051139 up up
 #lsi.1051140 up up
 #mtun up up
@@ -565,7 +567,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show configuration 
-## Last commit: 2014-08-14 00:51:41 CDT by andrew
+## Last commit: 2014-08-14 15:57:50 CDT by andrew
 version 11.4R7.5;
 groups {
     re0 {
@@ -1184,12 +1186,27 @@
             description Ripley-Public-Schools-100Mb-CIR0005887;
             vlan-id 141;
             family inet {
+                policer {
+                    input 100M-POL;
+                    output 100M-POL;
+                }
                 sampling {
                     input;
                 }
                 address 164.58.1.73/30;
             }
         }
+        unit 215 {
+            description "OSBI-TULSA-10M-CIR0005708 [NO-MONITOR]";
+            vlan-id 215;
+            family inet {
+                policer {
+                    input 10M-POL;
+                    output 10M-POL;
+                }
+                address 192.168.252.30/30;
+            }
+        }
         unit 300 {
             description "Ryal PS 50m | CIR0005321";
             vlan-id 300;
@@ -2548,6 +2565,41 @@
             then reject;
         }
     }
+    policy-statement OSBI-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add OSBI-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add OSBI-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add OSBI-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement OSBI-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community OSBI-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement OSPF-DEFAULT {
         term GET-ROUTE {
             from {
@@ -2749,6 +2801,7 @@
     community ONENET-MGMT-VPN members target:5078:2543;
     community ONENET-PoP-APPLIANCES members target:5078:2012;
     community ONET-GRDA-VPN members target:5078:2522;
+    community OSBI-VPN members target:5078:2546;
     community OSUOKC members 5078:50;
     community Okmulgee members 5078:110;
     community PTCCORE1 members 5078:234;
@@ -3148,16 +3201,16 @@
     policer 10M-POL {
         logical-interface-policer;
         if-exceeding {
-            bandwidth-limit 9m;
-            burst-size-limit 300k;
+            bandwidth-limit 10m;
+            burst-size-limit 2m;
         }
         then discard;
     }
     policer 100M-POL {
         logical-interface-policer;
         if-exceeding {
-            bandwidth-limit 99m;
-            burst-size-limit 300k;
+            bandwidth-limit 100m;
+            burst-size-limit 10m;
         }
         then discard;
     }
@@ -3238,6 +3291,16 @@
             }
         }
     }
+    OSBI-L3VPN {
+        description OSBI-L3VPN;
+        instance-type vrf;
+        interface ge-0/3/7.215;
+        route-distinguisher 164.58.199.224:2546;
+        vrf-import OSBI-VRF-IMPORT;
+        vrf-export OSBI-VRF-EXPORT;
+        vrf-target target:5078:2532;
+        vrf-table-label;
+    }
     VPLS-ONENET-DC {
         description ONENET-SANS-VPLS-OKC-TULSA-LAWTON;
         instance-type vpls;



More information about the Nocrancid mailing list