[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Tue Jul 19 19:03:14 CDT 2016


Index: configs/hub.dur.onenet.net
===================================================================
--- configs/hub.dur.onenet.net	(revision 144784)
+++ configs/hub.dur.onenet.net	(working copy)
@@ -329,7 +329,7 @@
 #fe-2/1/1.0 up up
 #fe-2/1/2 up up
 #fe-2/1/2.0 up up
-#fe-2/1/3 down up
+#fe-2/1/3 down down
 #ge-2/2/0 down down
 #pc-2/2/0 up up
 #pc-2/2/0.16383 up up
Index: configs/core9.okc.onenet.net
===================================================================
--- configs/core9.okc.onenet.net	(revision 141782)
+++ configs/core9.okc.onenet.net	(working copy)
@@ -121,7 +121,7 @@
 # -rw-r--r--  1 root  929           79 Apr 12 10:55 kmdchk.log
 # drwxrwxrwx  2 root  wheel        512 Jan 21 18:01 pics/
 # drwxr-xr-x  2 root  field        512 Jan 21 18:01 rtsdb/
-# drwxr-xr-x  2 root  929          512 Jan 21 18:00 sd-upgrade/
+# drwxr-xr-x  2 root  929          512 Jan 21  2016 sd-upgrade/
 # drwxr-xr-x  3 root  field        512 Jan 21 18:08 sec-download/
 # drwxrwxrwt  2 root  wheel        512 Jan 21 18:01 vi.recover/
 # total files: 6
Index: configs/hub.ada.onenet.net
===================================================================
--- configs/hub.ada.onenet.net	(revision 144784)
+++ configs/hub.ada.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ADA-M120-RE0> show system commit 
+#   2016-07-19 18:21:26 CDT by andrew via cli commit synchronize
 #   2016-07-19 17:19:16 CDT by andrew via cli commit synchronize
 #   2016-06-07 15:11:12 CDT by aberrios via cli commit synchronize
 #   2016-06-07 15:02:27 CDT by aberrios via cli commit synchronize
 #   2016-06-07 13:14:07 CDT by aberrios via cli commit synchronize
 #   2016-06-01 17:21:02 CDT by andrew via cli commit synchronize
-#   2016-04-28 20:39:25 CDT by andrew via cli commit synchronize
 # grnoc-mon at ADA-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -263,7 +263,7 @@
 # grnoc-mon at ADA-M120-RE0> show system uptime 
 # System booted: 2016-03-17 00:48 CDT 
 # Protocols started: 2016-03-17 01:00 CDT 
-# Last configured: 2016-07-19 17:19 CDT  by andrew
+# Last configured: 2016-07-19 18:21 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at ADA-M120-RE0> show interface terse 
@@ -384,13 +384,14 @@
 #lsi.2 up up
 #lsi.3 up up
 #lsi.4 up up
+#lsi.5 up up
 #mtun up up
 #pimd up up
 #pime up up
 #pp0 up up
 #tap up up
 # grnoc-mon at ADA-M120-RE0> show configuration 
-## Last commit: 2016-07-19 17:19:16 CDT by andrew
+## Last commit: 2016-07-19 18:21:26 CDT by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1341,6 +1342,51 @@
     prefix-list PRE-BGP-RI-ALLOW {
         apply-path "routing-instances <*> protocols bgp group <*> neighbor <*>";
     }
+    policy-statement DOH-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add DOH-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add DOH-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add DOH-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add DOH-VPN;
+                accept;
+            }
+        }
+        term 5 {
+            then reject;
+        }
+    }
+    policy-statement DOH-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community DOH-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement EBGP-ODMHSAS-L3VPN-EXPORT {
         term DEFAULT {
             from {
@@ -1668,6 +1714,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;
@@ -1736,6 +1783,12 @@
         class network-control queue-num 3;
         class scavenger-service queue-num 4;
     }
+    traffic-control-profiles {
+        TC-95 {
+            guaranteed-rate percent 5;
+            excess-rate percent 95;
+        }
+    }
     interfaces {
         fe-* {
             scheduler-map sch-map;
@@ -1773,6 +1826,11 @@
                 }
             }
         }
+        lsq-2/3/0:* {
+            unit * {
+                output-traffic-control-profile TC-95;
+            }
+        }
     }
     scheduler-maps {
         sch-map {
@@ -2084,6 +2142,15 @@
     }
 }
 routing-instances {
+    DOH-L3VPN {
+        description DOH-L3VPN;
+        instance-type vrf;
+        route-distinguisher 164.58.199.22:3000;
+        vrf-import DOH-VRF-IMPORT;
+        vrf-export DOH-VRF-EXPORT;
+        vrf-target target:5078:3000;
+        vrf-table-label;
+    }
     ODMHSAS-L3VPN {
         description ODMHSAS-L3VPN;
         instance-type vrf;
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net	(revision 144783)
+++ 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 
-#   2016-07-19 16:32:03 CDT by andrew via cli commit synchronize
-#   2016-07-19 16:09:40 CDT by sky via cli commit synchronize
-#   2016-07-19 16:06:55 CDT by sky via cli commit synchronize
-#   2016-07-19 16:01:14 CDT by sky via cli commit synchronize
-#   2016-07-15 11:04:08 CDT by sean via cli commit synchronize
-#   2016-07-15 11:00:56 CDT by sean via cli commit synchronize
+#   2016-07-19 18:58:12 CDT by sky via cli commit synchronize
+#   2016-07-19 18:57:28 CDT by sky via cli commit synchronize
+#   2016-07-19 18:56:59 CDT by sky via cli commit confirmed, rollback in 10mins synchronize
+#   2016-07-19 18:53:18 CDT by andrew via cli commit synchronize
+#   2016-07-19 18:46:29 CDT by sky via cli commit synchronize
+#   2016-07-19 18:35:58 CDT by sky via cli commit synchronize
 # grnoc-mon at OKC-CORE3-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -367,7 +367,7 @@
 # grnoc-mon at OKC-CORE3-M120-RE0> show system uptime 
 # System booted: 2015-05-06 01:06 CDT 
 # Protocols started: 2015-05-06 01:08 CDT 
-# Last configured: 2016-07-19 16:32 CDT  by andrew
+# Last configured: 2016-07-19 18:58 CDT  by sky
 # 
 # {master}
 # grnoc-mon at OKC-CORE3-M120-RE0> show interface terse 
@@ -736,7 +736,7 @@
 #t1-2/3/0:7:28.0 up up
 #coc1-2/3/0:8 up up
 #ct3-2/3/0:8 up up
-#t1-2/3/0:8:1 up up
+#t1-2/3/0:8:1 up down
 #t1-2/3/0:8:1.0 up up
 #t1-2/3/0:8:2 down down
 #t1-2/3/0:8:3 down down
@@ -1283,7 +1283,8 @@
 #t1-3/3/0:8:1 down down
 #t1-3/3/0:8:2 down down
 #t1-3/3/0:8:3 up up
-#t1-3/3/0:8:3.0 up up
+#t1-3/3/0:8:3.16 up up
+#t1-3/3/0:8:3.17 up up
 #t1-3/3/0:8:4 up up
 #t1-3/3/0:8:4.0 up up
 #t1-3/3/0:8:5 down down
@@ -1299,7 +1300,8 @@
 #t1-3/3/0:8:13 down down
 #t1-3/3/0:8:14 down down
 #t1-3/3/0:8:15 up up
-#t1-3/3/0:8:15.0 up up
+#t1-3/3/0:8:15.16 up up
+#t1-3/3/0:8:15.17 up up
 #t1-3/3/0:8:16 up up
 #t1-3/3/0:8:16.0 up up
 #t1-3/3/0:8:17 down down
@@ -1464,7 +1466,8 @@
 #t1-3/3/0:12:25 up up
 #t1-3/3/0:12:25.0 up up
 #t1-3/3/0:12:26 up up
-#t1-3/3/0:12:26.0 up up
+#t1-3/3/0:12:26.16 up up
+#t1-3/3/0:12:26.17 up up
 #t1-3/3/0:12:27 down down
 #t1-3/3/0:12:28 down down
 #ct3-4/0/0 up up
@@ -1714,8 +1717,7 @@
 #t1-4/1/3:19 up down
 #t1-4/1/3:19.0 up down
 #t1-4/1/3:20 down down
-#t1-4/1/3:21 up up
-#t1-4/1/3:21.0 up up
+#t1-4/1/3:21 down up
 #t1-4/1/3:22 down down
 #t1-4/1/3:23 down down
 #t1-4/1/3:24 down down
@@ -1829,7 +1831,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE3-M120-RE0> show configuration 
-## Last commit: 2016-07-19 16:32:03 CDT by andrew
+## Last commit: 2016-07-19 18:58:12 CDT by sky
 version 12.3R7.7;
 groups {
     re0 {
@@ -6210,19 +6212,27 @@
         disable;
     }
     t1-3/3/0:8:3 {
-        description "Hope-Center-Health-Clinic-WIC-T1-CIR0004564-OCS [DECOM]";
-        mtu 1518;
-        encapsulation cisco-hdlc;
-        unit 0 {
+        description DOH-EDMOND-HOPE-CENTER-T1-CIR0004564-OCS;
+        dce;
+        encapsulation frame-relay;
+        unit 16 {
+            dlci 16;
             family inet {
-                mtu 1512;
-                address 172.23.3.105/30;
+                sampling {
+                    input;
+                    output;
+                }
+                address 10.119.78.50/31;
             }
-            family mpls {
-                filter {
-                    input FLOW-MPLS;
-                    output FLOW-MPLS;
+        }
+        unit 17 {
+            dlci 17;
+            family inet {
+                sampling {
+                    input;
+                    output;
                 }
+                address 10.119.76.50/31;
             }
         }
     }
@@ -6278,19 +6288,27 @@
         disable;
     }
     t1-3/3/0:8:15 {
-        description "DOH-Coweta-T1-CIR0003657-OCS [ORDERED]";
-        mtu 1518;
-        encapsulation cisco-hdlc;
-        unit 0 {
+        description DOH-COWETA-T1-CIR0003657-OCS;
+        dce;
+        encapsulation frame-relay;
+        unit 16 {
+            dlci 16;
             family inet {
-                mtu 1512;
-                address 172.23.2.25/30;
+                sampling {
+                    input;
+                    output;
+                }
+                address 10.119.78.166/31;
             }
-            family mpls {
-                filter {
-                    input FLOW-MPLS;
-                    output FLOW-MPLS;
+        }
+        unit 17 {
+            dlci 17;
+            family inet {
+                sampling {
+                    input;
+                    output;
                 }
+                address 10.119.76.166/31;
             }
         }
     }
@@ -6950,19 +6968,27 @@
         }
     }
     t1-3/3/0:12:26 {
-        description "DOH-Cleveland-T1-CIR0003191-OCS [ORDERED]";
-        mtu 1518;
-        encapsulation cisco-hdlc;
-        unit 0 {
+        description DOH-CLEVELAND-T1-CIR0003191-OCS;
+        dce;
+        encapsulation frame-relay;
+        unit 16 {
+            dlci 16;
             family inet {
-                mtu 1512;
-                address 172.23.2.17/30;
+                sampling {
+                    input;
+                    output;
+                }
+                address 10.119.78.192/31;
             }
-            family mpls {
-                filter {
-                    input FLOW-MPLS;
-                    output FLOW-MPLS;
+        }
+        unit 17 {
+            dlci 17;
+            family inet {
+                sampling {
+                    input;
+                    output;
                 }
+                address 10.119.76.192/31;
             }
         }
     }
@@ -8053,21 +8079,7 @@
         disable;
     }
     t1-4/1/3:21 {
-        description "DOH-OK-City-County-Health-Dept-East-T1-CIR0003909-OCS [DECOM]";
-        mtu 1518;
-        encapsulation cisco-hdlc;
-        unit 0 {
-            family inet {
-                mtu 1512;
-                address 172.23.3.49/30;
-            }
-            family mpls {
-                filter {
-                    input FLOW-MPLS;
-                    output FLOW-MPLS;
-                }
-            }
-        }
+        disable;
     }
     t1-4/1/3:22 {
         disable;
@@ -8676,11 +8688,9 @@
         interface lsq-5/1/0.37;
         interface lsq-5/1/0.137;
         interface t1-2/3/0:6:20.0;
-        interface t1-4/1/3:21.0;
         interface t1-2/3/0:2:28.0;
         interface t1-3/3/0:1:26.0;
         interface t1-4/1/3:6.0;
-        interface t1-3/3/0:8:3.0;
         interface t1-3/3/0:7:19.0;
         interface t1-4/0/1:3.0;
         interface t1-3/3/0:11:19.0;
@@ -8690,9 +8700,7 @@
         interface t1-3/3/0:3:11.0;
         interface t1-2/3/0:7:1.0;
         interface t1-3/3/0:11:1.0;
-        interface t1-3/3/0:8:15.0;
         interface t1-3/3/0:1:10.0;
-        interface t1-3/3/0:12:26.0;
         interface t1-2/3/0:1:16.0;
         interface t1-3/3/0:5:20.0;
         interface t1-3/3/0:6:3.0;
@@ -8857,11 +8865,6 @@
                     md5 7# key <removed>;
                 }
             }
-            interface t1-4/1/3:21.0 {
-                authentication {
-                    md5 7# key <removed>;
-                }
-            }
             interface t1-2/3/0:2:28.0 {
                 authentication {
                     md5 7# key <removed>;
@@ -8878,11 +8881,6 @@
                 }
             }
             interface t1-4/0/1:23.0;
-            interface t1-3/3/0:8:3.0 {
-                authentication {
-                    md5 7# key <removed>;
-                }
-            }
             interface t1-3/3/0:7:19.0 {
                 authentication {
                     md5 7# key <removed>;
@@ -8928,21 +8926,11 @@
                     md5 7# key <removed>;
                 }
             }
-            interface t1-3/3/0:8:15.0 {
-                authentication {
-                    md5 7# key <removed>;
-                }
-            }
             interface t1-3/3/0:1:10.0 {
                 authentication {
                     md5 7# key <removed>;
                 }
             }
-            interface t1-3/3/0:12:26.0 {
-                authentication {
-                    md5 7# key <removed>;
-                }
-            }
             interface t1-2/3/0:1:16.0 {
                 authentication {
                     md5 7# key <removed>;
@@ -9055,15 +9043,11 @@
         interface t1-3/3/0:7:14.0;
         interface t1-3/3/0:7:19.0;
         interface t1-3/3/0:7:23.0;
-        interface t1-3/3/0:8:3.0;
-        interface t1-3/3/0:8:15.0;
         interface t1-3/3/0:11:1.0;
         interface t1-3/3/0:11:19.0;
-        interface t1-3/3/0:12:26.0;
         interface t1-4/0/1:3.0;
         interface t1-4/0/2:21.0;
         interface t1-4/1/3:6.0;
-        interface t1-4/1/3:21.0;
         interface lsq-5/1/0.37;
         interface lsq-5/1/0.137;
         interface lo0.0;
@@ -10627,9 +10611,12 @@
         interface t1-2/3/0:8:17.17;
         interface t1-3/3/0:6:17.17;
         interface t1-3/3/0:6:20.17;
+        interface t1-3/3/0:8:3.17;
+        interface t1-3/3/0:8:15.17;
         interface t1-3/3/0:12:1.17;
         interface t1-3/3/0:12:2.17;
         interface t1-3/3/0:12:6.17;
+        interface t1-3/3/0:12:26.17;
         interface lsq-5/1/0:6.17;
         route-distinguisher 164.58.199.213:3000;
         vrf-import DOH-VRF-IMPORT;
@@ -10645,6 +10632,9 @@
                 route 172.23.66.0/26 next-hop 10.119.76.179;
                 route 172.23.116.0/26 next-hop 10.119.76.75;
                 route 172.23.108.192/26 next-hop 10.119.76.97;
+                route 172.23.67.0/26 next-hop 10.119.76.167;
+                route 172.23.66.128/26 next-hop 10.119.76.193;
+                route 172.23.86.192/26 next-hop 10.119.76.51;
             }
         }
     }
@@ -11059,9 +11049,12 @@
         interface t1-3/3/0:5:15.16;
         interface t1-3/3/0:6:17.16;
         interface t1-3/3/0:6:20.16;
+        interface t1-3/3/0:8:3.16;
+        interface t1-3/3/0:8:15.16;
         interface t1-3/3/0:12:1.16;
         interface t1-3/3/0:12:2.16;
         interface t1-3/3/0:12:6.16;
+        interface t1-3/3/0:12:26.16;
         interface lsq-5/1/0:1.16;
         interface lsq-5/1/0:2.16;
         interface lsq-5/1/0:3.16;
@@ -11543,7 +11536,6 @@
 # 172.23.4.70      t1-2/3/0:8:16.0        Full      10.199.2.115
 # 172.23.3.46      t1-3/3/0:11:1.0        Full      10.199.2.74
 # 172.23.2.30      t1-3/3/0:11:19.0       Full      10.199.2.49
-# 172.23.2.18      t1-3/3/0:12:26.0       Full      10.199.2.104
 # 172.23.2.38      t1-3/3/0:1:10.0        Full      10.199.2.103
 # 172.23.4.142     t1-3/3/0:1:26.0        Full      10.199.2.38
 # 172.23.2.182     t1-3/3/0:2:11.0        Full      10.199.2.85
@@ -11554,11 +11546,8 @@
 # 172.23.5.10      t1-3/3/0:6:3.0         Full      10.199.2.113
 # 172.23.1.22      t1-3/3/0:7:14.0        Full      10.199.2.119
 # 172.23.4.74      t1-3/3/0:7:23.0        Full      10.199.2.122
-# 172.23.2.26      t1-3/3/0:8:15.0        Full      10.199.2.91
-# 172.23.3.106     t1-3/3/0:8:3.0         Full      10.199.2.31
 # 172.23.3.54      t1-4/0/1:3.0           Full      10.199.2.41
 # 172.23.0.166     t1-4/0/2:21.0          Full      10.199.2.87
-# 172.23.3.50      t1-4/1/3:21.0          Full      10.199.2.28
 # 172.23.3.66      t1-4/1/3:6.0           Full      10.199.2.30
 # 
 # {master}
Index: configs/hub.alt.onenet.net
===================================================================
--- configs/hub.alt.onenet.net	(revision 144784)
+++ configs/hub.alt.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ALTUS-M120-RE0> show system commit 
+#   2016-07-19 18:21:22 CDT by andrew via cli commit synchronize
 #   2016-07-19 17:21:10 CDT by andrew via cli commit synchronize
 #   2016-06-22 00:28:38 CDT by joel via cli commit synchronize
 #   2016-04-28 18:42:13 CDT by andrew via cli commit synchronize
 #   2016-04-28 18:31:48 CDT by andrew via cli commit synchronize
 #   2016-03-17 01:29:02 CDT by joel via cli commit synchronize
-#   2016-03-17 01:28:30 CDT by joel via cli commit confirmed, rollback in 3mins synchronize
 # grnoc-mon at ALTUS-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -259,7 +259,7 @@
 # grnoc-mon at ALTUS-M120-RE0> show system uptime 
 # System booted: 2016-03-17 01:00 CDT 
 # Protocols started: 2016-03-17 01:12 CDT 
-# Last configured: 2016-07-19 17:21 CDT  by andrew
+# Last configured: 2016-07-19 18:21 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at ALTUS-M120-RE0> show interface terse 
@@ -379,13 +379,14 @@
 #lsi.4 up up
 #lsi.5 up up
 #lsi.6 up up
+#lsi.7 up up
 #mtun up up
 #pimd up up
 #pime up up
 #pp0 up up
 #tap up up
 # grnoc-mon at ALTUS-M120-RE0> show configuration 
-## Last commit: 2016-07-19 17:21:10 CDT by andrew
+## Last commit: 2016-07-19 18:21:22 CDT by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1238,6 +1239,51 @@
     prefix-list PRE-BGP-RI-ALLOW {
         apply-path "routing-instances <*> protocols bgp group <*> neighbor <*>";
     }
+    policy-statement DOH-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add DOH-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add DOH-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add DOH-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add DOH-VPN;
+                accept;
+            }
+        }
+        term 5 {
+            then reject;
+        }
+    }
+    policy-statement DOH-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community DOH-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement DPS-VRF-EXPORT {
         term 1 {
             from protocol static;
@@ -1644,6 +1690,7 @@
     community Bartlesville members 5078:134;
     community Chickasha members 5078:82;
     community Claremore members 5078:142;
+    community DOH-VPN members target:5078:3000;
     community DPS-VPN members target:5078:2540;
     community Duncan members 5078:18;
     community Durant members 5078:14;
@@ -1715,6 +1762,12 @@
         class network-control queue-num 3;
         class scavenger-service queue-num 4;
     }
+    traffic-control-profiles {
+        TC-95 {
+            guaranteed-rate percent 5;
+            excess-rate percent 95;
+        }
+    }
     interfaces {
         lsq-* {
             scheduler-map t1-sch-map;
@@ -1734,6 +1787,11 @@
                 }
             }
         }
+        lsq-2/3/0:* {
+            unit * {
+                output-traffic-control-profile TC-95;
+            }
+        }
         all {
             scheduler-map sch-map;
             unit * {
@@ -2039,6 +2097,15 @@
     }
 }
 routing-instances {
+    DOH-L3VPN {
+        description DOH-L3VPN;
+        instance-type vrf;
+        route-distinguisher 164.58.199.26:3000;
+        vrf-import DOH-VRF-IMPORT;
+        vrf-export DOH-VRF-EXPORT;
+        vrf-target target:5078:3000;
+        vrf-table-label;
+    }
     DPS-L3VPN {
         description DPS-L3VPN;
         instance-type vrf;
Index: configs/hub.bar.onenet.net
===================================================================
--- configs/hub.bar.onenet.net	(revision 144784)
+++ configs/hub.bar.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at BARTLESVILLE-M120-RE0> show system commit 
+#   2016-07-19 18:19:33 CDT by andrew via cli commit synchronize
 #   2016-07-19 16:14:52 CDT by sky via cli commit synchronize
 #   2016-07-05 10:41:28 CDT by andrew via cli commit synchronize
 #   2016-07-05 09:57:09 CDT by andrew via cli commit synchronize
 #   2016-06-02 14:32:33 CDT by andrew via cli commit synchronize
 #   2016-06-02 14:22:48 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
-#   2016-04-28 19:27:05 CDT by andrew via cli commit synchronize
 # grnoc-mon at BARTLESVILLE-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -266,7 +266,7 @@
 # grnoc-mon at BARTLESVILLE-M120-RE0> show system uptime 
 # System booted: 2016-03-14 01:19 CDT 
 # Protocols started: 2016-03-14 01:26 CDT 
-# Last configured: 2016-07-19 16:14 CDT  by sky
+# Last configured: 2016-07-19 18:19 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at BARTLESVILLE-M120-RE0> show interface terse 
@@ -420,13 +420,14 @@
 #lsi.2 up up
 #lsi.3 up up
 #lsi.4 up up
+#lsi.5 up up
 #mtun up up
 #pimd up up
 #pime up up
 #pp0 up up
 #tap up up
 # grnoc-mon at BARTLESVILLE-M120-RE0> show configuration 
-## Last commit: 2016-07-19 16:14:52 CDT by sky
+## Last commit: 2016-07-19 18:19:33 CDT by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1408,6 +1409,51 @@
     prefix-list PRE-BGP-RI-ALLOW {
         apply-path "routing-instances <*> protocols bgp group <*> neighbor <*>";
     }
+    policy-statement DOH-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add DOH-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add DOH-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add DOH-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add DOH-VPN;
+                accept;
+            }
+        }
+        term 5 {
+            then reject;
+        }
+    }
+    policy-statement DOH-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community DOH-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement EBGP-OMES-AGENCY-DATA-SITE-EXPORT {
         term SEND-DEFAULT {
             from {
@@ -1705,6 +1751,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;
@@ -1773,6 +1820,12 @@
         class network-control queue-num 3;
         class scavenger-service queue-num 4;
     }
+    traffic-control-profiles {
+        TC-95 {
+            guaranteed-rate percent 5;
+            excess-rate percent 95;
+        }
+    }
     interfaces {
         lsq-* {
             scheduler-map t1-sch-map;
@@ -1792,6 +1845,11 @@
                 }
             }
         }
+        lsq-2/3/0:* {
+            unit * {
+                output-traffic-control-profile TC-95;
+            }
+        }
         all {
             scheduler-map sch-map;
             unit * {
@@ -2093,6 +2151,15 @@
     }
 }
 routing-instances {
+    DOH-L3VPN {
+        description DOH-L3VPN;
+        instance-type vrf;
+        route-distinguisher 164.58.199.134:3000;
+        vrf-import DOH-VRF-IMPORT;
+        vrf-export DOH-VRF-EXPORT;
+        vrf-target target:5078:3000;
+        vrf-table-label;
+    }
     ODOT-L3VPN {
         description ODOT-L3VPN;
         instance-type vrf;
Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net	(revision 144776)
+++ 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 
+#   2016-07-19 18:53:12 CDT by andrew via cli commit synchronize
 #   2016-07-19 10:17:26 CDT by sean via cli commit synchronize
 #   2016-07-18 10:59:48 CDT by andrew via cli commit synchronize
 #   2016-07-18 10:01:08 CDT by andrew via cli commit synchronize
 #   2016-07-18 09:47:54 CDT by andrew via cli commit synchronize
 #   2016-07-15 14:27:27 CDT by sky via cli commit synchronize
-#   2016-07-15 13:47:27 CDT by sky via cli commit synchronize
 # grnoc-mon at OKC-CORE4-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -430,7 +430,7 @@
 # grnoc-mon at OKC-CORE4-MX480-RE0> show system uptime 
 # System booted: 2014-09-16 23:49 CDT 
 # Protocols started: 2014-09-16 23:51 CDT 
-# Last configured: 2016-07-19 10:17 CDT  by sean
+# Last configured: 2016-07-19 18:53 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse 
@@ -571,6 +571,7 @@
 #xe-0/0/1.1280 up up
 #xe-0/0/1.1363 up up
 #xe-0/0/1.1368 up up
+#xe-0/0/1.1371 up up
 #xe-0/0/1.2050 up up
 #xe-0/0/1.2051 up up
 #xe-0/0/1.2202 up up
@@ -1024,7 +1025,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE4-MX480-RE0> show configuration 
-## Last commit: 2016-07-19 10:17:26 CDT by sean
+## Last commit: 2016-07-19 18:53:12 CDT by andrew
 version 12.3R7.7;
 groups {
     re0 {
@@ -2788,10 +2789,18 @@
             }
         }
         unit 371 {
-            description "OCCHD-EAST [ORDERED]";
+            description DOH-OCCHD-EAST-MGMT-2M-CIR0019398-OCS;
             vlan-tags outer 371 inner 500;
             family inet {
-                address 10.250.1.1/30;
+                policer {
+                    input 10M-POL;
+                    output 10M-POL;
+                }
+                sampling {
+                    input;
+                    output;
+                }
+                address 10.119.78.44/31;
             }
         }
         unit 1131 {
@@ -2994,6 +3003,21 @@
                 address 10.119.76.52/31;
             }
         }
+        unit 1371 {
+            description DOH-OCCHD-EAST-DOH-DATA-2M-CIR0019398-OCS;
+            vlan-tags outer 371 inner 501;
+            family inet {
+                policer {
+                    input 10M-POL;
+                    output 10M-POL;
+                }
+                sampling {
+                    input;
+                    output;
+                }
+                address 10.119.76.44/31;
+            }
+        }
         unit 2050 {
             description OIDS-NORMAN-INTERNET-50M-CIR0005438;
             bandwidth 50m;
@@ -9723,6 +9747,9 @@
             unit 368 {
                 shaping-rate 10m;
             }
+            unit 371 {
+                shaping-rate 10m;
+            }
             unit 1206 {
                 shaping-rate 10m;
             }
@@ -9750,6 +9777,9 @@
             unit 1368 {
                 shaping-rate 10m;
             }
+            unit 1371 {
+                shaping-rate 10m;
+            }
             unit 2206 {
                 shaping-rate 10m;
             }
@@ -11051,6 +11081,7 @@
         interface xe-0/0/1.1280;
         interface xe-0/0/1.1363;
         interface xe-0/0/1.1368;
+        interface xe-0/0/1.1371;
         interface xe-1/0/0.1127;
         interface xe-2/0/1.1803;
         interface xe-2/0/1.1804;
@@ -11078,6 +11109,7 @@
                 route 172.23.127.128/25 next-hop 10.119.76.77;
                 route 172.23.19.64/26 next-hop 10.119.76.239;
                 route 172.23.22.0/26 next-hop 10.119.76.143;
+                route 172.23.83.128/26 next-hop 10.119.76.45;
             }
         }
         protocols {
@@ -11445,6 +11477,7 @@
         interface xe-0/0/1.280;
         interface xe-0/0/1.363;
         interface xe-0/0/1.368;
+        interface xe-0/0/1.371;
         interface xe-1/0/0.1112;
         interface xe-2/0/1.803;
         interface xe-2/0/1.804;
Index: configs/opt.okc.onenet.net
===================================================================
--- configs/opt.okc.onenet.net	(revision 144784)
+++ configs/opt.okc.onenet.net	(working copy)
@@ -196,6 +196,7 @@
         <interface name="VFAC-2-17-3-1" abbr_name="VFAC-2-17-3-1" admin_state="up" spanning_tree_metric="" description="" type="VFAC" monitoring_state="monitor"></interface>
         <interface name="VFAC-2-17-4-1" abbr_name="VFAC-2-17-4-1" admin_state="up" spanning_tree_metric="" description="" type="VFAC" monitoring_state="monitor"></interface>
       </part>
+      <part name="AIP-2" description="AIP" hw_version="B1" part_id="AIP" part_num="73-7665-05" serial_number="SPE1550011D" slot="AIP-2" vendor_id="Cisco"></part>
       <part name="FAN-2-1" description="FTA" hw_version="C0" part_id="FTA" part_num="800-27558-02" serial_number="SMG1604F024" slot="FAN-2-1" vendor_id="Cisco"></part>
     </part>
     <part name="BP-3" description="15454-SA-ANSI" hw_version="A0" part_id="15454-SA-ANSI" part_num="800-19857-05" serial_number="SMA07500713" slot="BP-3" vendor_id="Cisco">



More information about the Nocrancid mailing list