[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Fri Sep 9 10:04:36 CDT 2016


Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net	(revision 146322)
+++ 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-09-09 10:00:36 CDT by andrew via cli commit synchronize
 #   2016-09-07 23:42:35 CDT by andrew via cli commit synchronize
 #   2016-09-07 18:47:22 CDT by andrew via cli commit synchronize
 #   2016-09-06 14:11:54 CDT by andrew via cli commit synchronize
 #   2016-09-06 14:06:50 CDT by andrew via cli commit synchronize
 #   2016-09-05 15:57:55 CDT by andrew via cli commit confirmed, rollback in 5mins synchronize
-#   2016-09-05 15:26:14 CDT by andrew via cli commit confirmed, rollback in 5mins 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: 2016-08-15 03:03 CDT 
 # Protocols started: 2016-08-15 03:16 CDT 
-# Last configured: 2016-09-07 23:42 CDT  by andrew
+# Last configured: 2016-09-09 10:00 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at OKC-CORE3-M120-RE0> show interface terse 
@@ -1498,8 +1498,8 @@
 #t1-3/3/0:12:20 down down
 #t1-3/3/0:12:21 down down
 #t1-3/3/0:12:22 down down
-#t1-3/3/0:12:23 up down
-#t1-3/3/0:12:23.0 up down
+#t1-3/3/0:12:23 up up
+#t1-3/3/0:12:23.0 up up
 #t1-3/3/0:12:24 up up
 #t1-3/3/0:12:24.0 up up
 #t1-3/3/0:12:25 up up
@@ -1856,13 +1856,15 @@
 #lsi.9 up up
 #lsi.10 up up
 #lsi.11 up up
+#lsi.12 up up
+#lsi.13 up up
 #mtun up up
 #pimd up up
 #pime up up
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE3-M120-RE0> show configuration 
-## Last commit: 2016-09-07 23:42:35 CDT by andrew
+## Last commit: 2016-09-09 10:00:36 CDT by andrew
 version 13.3R9.13;
 groups {
     re0 {
@@ -3617,12 +3619,38 @@
     }
     t1-2/3/0:6:22 {
         description "DOC-Wilson-Carter-County-T1-CIR0004267 [ORDERED]";
-        encapsulation cisco-hdlc;
-        unit 0 {
+        dce;
+        encapsulation frame-relay;
+        unit 16 {
+            dlci 16;
             family inet {
-                address 164.58.183.21/30;
+                sampling {
+                    input;
+                    output;
+                }
+                address 10.119.50.22/31;
             }
         }
+        unit 17 {
+            dlci 17;
+            family inet {
+                sampling {
+                    input;
+                    output;
+                }
+                address 10.119.49.22/31;
+            }
+        }
+        unit 18 {
+            dlci 18;
+            family inet {
+                sampling {
+                    input;
+                    output;
+                }
+                address 10.119.64.22/31;
+            }
+        }
     }
     t1-2/3/0:6:23 {
         disable;
@@ -9377,6 +9405,48 @@
             then reject;
         }
     }
+    policy-statement DOC-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add DOC-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add DOC-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add DOC-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add DOC-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement DOC-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community DOC-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement DOH-VRF-EXPORT {
         term 1 {
             from protocol static;
@@ -9749,6 +9819,48 @@
             then reject;
         }
     }
+    policy-statement OMES-AGENCY-WIFI-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add OMES-AGENCY-WIFI-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add OMES-AGENCY-WIFI-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add OMES-AGENCY-WIFI-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add OMES-AGENCY-WIFI-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement OMES-AGENCY-WIFI-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community OMES-AGENCY-WIFI-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement OMES-MGMT-VRF-EXPORT {
         term 1 {
             from protocol static;
@@ -10030,6 +10142,7 @@
     community Bartlesville members 5078:134;
     community Chickasha members 5078:82;
     community Claremore members 5078:142;
+    community DOC-VPN members target:5078:2596;
     community DOH-VPN members target:5078:3000;
     community DPS-VPN members target:5078:2540;
     community Duncan members 5078:18;
@@ -10059,6 +10172,7 @@
     community OKCCORE5 members 5078:215;
     community OKCCORE6 members 5078:216;
     community OMES-AGENCY-DATA-VPN members target:5078:2548;
+    community OMES-AGENCY-WIFI-VPN members target:5078:2573;
     community OMES-MGMT-VPN members target:5078:2550;
     community OMES-PUBNET-VPN members target:5078:2552;
     community OSUOKC members 5078:50;
@@ -10713,6 +10827,21 @@
     }
 }
 routing-instances {
+    DOC-L3VPN {
+        description DOC-L3VPN;
+        instance-type vrf;
+        interface t1-2/3/0:6:22.17;
+        route-distinguisher 164.58.199.213:2596;
+        vrf-import DOC-VRF-IMPORT;
+        vrf-export DOC-VRF-EXPORT;
+        vrf-target target:5078:2596;
+        vrf-table-label;
+        routing-options {
+            static {
+                route 10.210.8.0/21 next-hop 10.119.49.23;
+            }
+        }
+    }
     DOH-L3VPN {
         description DOH-L3VPN;
         instance-type vrf;
@@ -11096,6 +11225,16 @@
             }
         }
     }
+    OMES-AGENCY-WIFI-L3VPN {
+        description OMES-AGENCY-WIFI-L3VPN;
+        instance-type vrf;
+        interface t1-2/3/0:6:22.18;
+        route-distinguisher 164.58.199.213:2573;
+        vrf-import OMES-AGENCY-WIFI-VRF-IMPORT;
+        vrf-export OMES-AGENCY-WIFI-VRF-EXPORT;
+        vrf-target target:5078:2573;
+        vrf-table-label;
+    }
     OMES-MGMT-L3VPN {
         description OMES-MGMT-L3VPN;
         instance-type vrf;
@@ -11117,6 +11256,7 @@
         interface t1-2/3/0:4:22.16;
         interface t1-2/3/0:6:3.16;
         interface t1-2/3/0:6:20.16;
+        interface t1-2/3/0:6:22.16;
         interface t1-2/3/0:7:1.16;
         interface t1-2/3/0:7:2.16;
         interface t1-2/3/0:7:9.16;
Index: configs/porum-ps.client.onenet.net
===================================================================
--- configs/porum-ps.client.onenet.net	(revision 146071)
+++ configs/porum-ps.client.onenet.net	(working copy)
@@ -116,8 +116,8 @@
 # total files: 1
 # 
 # grnoc-mon at PORUM-PS-LR-004906> show system uptime 
-# System booted: 2016-08-31 13:27 CDT 
-# Protocols started: 2016-08-31 13:30 CDT 
+# System booted: 2016-09-09 09:07 CDT 
+# Protocols started: 2016-09-09 09:10 CDT 
 # Last configured: 2015-10-02 22:06 CDT  by andrew
 # 
 # grnoc-mon at PORUM-PS-LR-004906> show interface terse 
Index: configs/lavern-public-schools.client.onenet.net
===================================================================
--- configs/lavern-public-schools.client.onenet.net	(revision 146322)
+++ configs/lavern-public-schools.client.onenet.net	(working copy)
@@ -102,7 +102,7 @@
 # 
 # grnoc-mon at LAVERN-PUBLIC-SCHOOLS-TAG-004351> show interface terse 
 #Interface Admin Link
-#ge-0/0/0 down up
+#ge-0/0/0 down down
 #gr-0/0/0 up up
 #ip-0/0/0 up up
 #lsq-0/0/0 up up
Index: configs/stringtown-high-school.client.onenet.net
===================================================================
--- configs/stringtown-high-school.client.onenet.net	(revision 146322)
+++ configs/stringtown-high-school.client.onenet.net	(working copy)
@@ -674,6 +674,7 @@
 # OSPF instance is not running
 # 
 # grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> show bfd session 
+quit
 
 0 sessions, 0 clients
 Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
Index: configs/calera-ps.client.onenet.net
===================================================================
--- configs/calera-ps.client.onenet.net	(revision 146289)
+++ configs/calera-ps.client.onenet.net	(working copy)
@@ -121,8 +121,8 @@
 #ge-0/0/5 down down
 #ge-0/0/6 up up
 #ge-0/0/6.0 up up
-#ge-0/0/7 up down
-#ge-0/0/7.0 up down
+#ge-0/0/7 up up
+#ge-0/0/7.0 up up
 #fxp2 up up
 #fxp2.0 up up
 #gre up up
Index: configs/core3.tul-m120.onenet.net
===================================================================
--- configs/core3.tul-m120.onenet.net	(revision 146275)
+++ configs/core3.tul-m120.onenet.net	(working copy)
@@ -413,8 +413,8 @@
 #t1-3/0/1:7 down down
 #t1-3/0/1:8 down down
 #t1-3/0/1:9 down down
-#t1-3/0/1:10 up up
-#t1-3/0/1:10.0 up up
+#t1-3/0/1:10 up down
+#t1-3/0/1:10.0 up down
 #t1-3/0/1:11 up up
 #t1-3/0/1:11.0 up up
 #t1-3/0/1:12 down down
Index: configs/doh-wic-margaret-hudson-broken-arrow.client.onenet.net
===================================================================
--- configs/doh-wic-margaret-hudson-broken-arrow.client.onenet.net	(revision 145442)
+++ configs/doh-wic-margaret-hudson-broken-arrow.client.onenet.net	(working copy)
@@ -712,6 +712,7 @@
 # OSPF instance is not running
 # 
 # grnoc-mon at DOH-WIC-MARGARET-HUDSON-BROKEN-ARROW-SRX220> show bfd session 
+quit
 
 0 sessions, 0 clients
 Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps



More information about the Nocrancid mailing list