[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Thu Apr 28 21:03:31 CDT 2016


Index: configs/core.goo.onenet.net
===================================================================
--- configs/core.goo.onenet.net	(revision 142165)
+++ configs/core.goo.onenet.net	(working copy)
@@ -24,6 +24,12 @@
 #       AFEB 0 AFEB Processor          OK        
 #       AFEB 0 LU Temp                 OK        
 #       AFEB 0 MQ Temp                 OK        
+#       AFEB 0 AFEB Processor          OK        
+#       AFEB 0 LU Temp                 OK        
+#       AFEB 0 MQ Temp                 OK        
+#       AFEB 0 AFEB Processor          OK        
+#       AFEB 0 LU Temp                 OK        
+#       AFEB 0 MQ Temp                 OK        
 #       AFEB 0 QX Temp                 OK        
 # Fans  Fan 1                          OK
 #       Fan 2                          OK
Index: configs/hub.tis.onenet.net
===================================================================
--- configs/hub.tis.onenet.net	(revision 142055)
+++ configs/hub.tis.onenet.net	(working copy)
@@ -1,6 +1,7 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TISHOMINGO-M120-RE0> show system commit 
+#   2016-04-28 20:02:56 CDT by andrew via cli commit synchronize
 #   2016-04-14 10:40:16 CDT by andrew via cli commit synchronize
 #   2016-03-22 00:56:56 CDT by andrew via synchronize
 #   2016-03-22 00:55:15 CDT by root via other
@@ -8,7 +9,6 @@
 #   2016-03-22 00:54:28 CDT by root via other
 #   2016-03-22 00:36:29 CDT by root via other
 #     Synchronization with remote Routing Engine
-#   2016-03-22 00:07:55 CDT by andrew via cli commit synchronize
 # grnoc-mon at TISHOMINGO-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -267,7 +267,7 @@
 # grnoc-mon at TISHOMINGO-M120-RE0> show system uptime 
 # System booted: 2016-03-22 00:51 CDT 
 # Protocols started: 2016-03-22 00:56 CDT 
-# Last configured: 2016-04-14 10:40 CDT  by andrew
+# Last configured: 2016-04-28 20:02 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at TISHOMINGO-M120-RE0> show interface terse 
@@ -280,7 +280,9 @@
 #ct3-2/0/2 up up
 #t1-2/0/2:1 down down
 #t1-2/0/2:2 up up
-#t1-2/0/2:2.0 up up
+#t1-2/0/2:2.16 up up
+#t1-2/0/2:2.17 up up
+#t1-2/0/2:2.30 up up
 #t1-2/0/2:3 down down
 #t1-2/0/2:4 up up
 #t1-2/0/2:4.0 up up
@@ -412,13 +414,15 @@
 #lsi.0 up up
 #lsi.1 up up
 #lsi.2 up up
+#lsi.3 up up
+#lsi.4 up up
 #mtun up up
 #pimd up up
 #pime up up
 #pp0 up up
 #tap up up
 # grnoc-mon at TISHOMINGO-M120-RE0> show configuration 
-## Last commit: 2016-04-14 10:40:16 CDT by andrew
+## Last commit: 2016-04-28 20:02:56 CDT by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -718,12 +722,23 @@
     }
     t1-2/0/2:2 {
         description ODOT-TISHOMINGO-REGMAINT-T1-CIR0004355;
-        encapsulation cisco-hdlc;
-        unit 0 {
+        dce;
+        encapsulation frame-relay;
+        unit 16 {
+            dlci 16;
             family inet {
-                sampling {
-                    input;
-                }
+                address 10.119.80.124/31;
+            }
+        }
+        unit 17 {
+            dlci 17;
+            family inet {
+                address 10.119.88.124/31;
+            }
+        }
+        unit 30 {
+            dlci 30;
+            family inet {
                 address 10.119.8.157/30;
             }
         }
@@ -1362,6 +1377,68 @@
     prefix-list PRE-BGP-ALLOW-RI {
         apply-path "routing-instances <*> protocols bgp group <*> neighbor <*>";
     }
+    policy-statement EBGP-OMES-AGENCY-DATA-SITE-EXPORT {
+        term SEND-DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then accept;
+        }
+        term ONENET-MGMT {
+            from {
+                route-filter 10.119.255.0/24 orlonger;
+            }
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement EBGP-OMES-AGENCY-DATA-SITE-IMPORT {
+        term REJECT-DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then reject;
+        }
+        term ACCEPT-ALL {
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement EBGP-OMES-MGMT-SITE-EXPORT {
+        term SEND-DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then accept;
+        }
+        term ONENET-MGMT {
+            from {
+                route-filter 10.119.255.0/24 orlonger;
+            }
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement EBGP-OMES-MGMT-SITE-IMPORT {
+        term REJECT-DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then reject;
+        }
+        term ACCEPT-ALL {
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
     policy-statement LOAD-BALANCE {
         then {
             load-balance per-packet;
@@ -1402,6 +1479,90 @@
             then reject;
         }
     }
+    policy-statement OMES-AGENCY-DATA-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add OMES-AGENCY-DATA-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add OMES-AGENCY-DATA-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add OMES-AGENCY-DATA-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add OMES-AGENCY-DATA-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement OMES-AGENCY-DATA-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community OMES-AGENCY-DATA-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
+    policy-statement OMES-MGMT-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add OMES-MGMT-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add OMES-MGMT-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add OMES-MGMT-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add OMES-MGMT-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement OMES-MGMT-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community OMES-MGMT-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement REDISTRIBUTE-DIRECTS {
         term 1 {
             from protocol direct;
@@ -1525,6 +1686,8 @@
     community Midwest-City members 5078:2;
     community Muskogee members 5078:94;
     community ODOT-VPN members target:5078:2538;
+    community OMES-AGENCY-DATA-VPN members target:5078:2548;
+    community OMES-MGMT-VPN members target:5078:2550;
     community OSUOKC members 5078:50;
     community Okmulgee members 5078:110;
     community Ponca-City members 5078:186;
@@ -1876,7 +2039,7 @@
     ODOT-L3VPN {
         description ODOT-L3VPN;
         instance-type vrf;
-        interface t1-2/0/2:2.0;
+        interface t1-2/0/2:2.30;
         route-distinguisher 164.58.199.86:2538;
         vrf-import ODOT-VRF-IMPORT;
         vrf-export ODOT-VRF-EXPORT;
@@ -1888,6 +2051,60 @@
             }
         }
     }
+    OMES-AGENCY-DATA-L3VPN {
+        description OMES-AGENCY-DATA-L3VPN;
+        instance-type vrf;
+        interface t1-2/0/2:2.17;
+        route-distinguisher 164.58.199.86:2548;
+        vrf-import OMES-AGENCY-DATA-VRF-IMPORT;
+        vrf-export OMES-AGENCY-DATA-VRF-EXPORT;
+        vrf-target target:5078:2548;
+        vrf-table-label;
+        protocols {
+            bgp {
+                group EBGP-OMES-AGENCY-DATA {
+                    type external;
+                    family inet {
+                        unicast;
+                    }
+                    neighbor 10.119.88.125 {
+                        description EBGP-ODOT-TISHOMINGO-REGMAINT-T1-CIR0004355;
+                        import EBGP-OMES-AGENCY-DATA-SITE-IMPORT;
+#                        authentication-#key <removed>;
+                        export EBGP-OMES-AGENCY-DATA-SITE-EXPORT;
+                        peer-as 64591;
+                    }
+                }
+            }
+        }
+    }
+    OMES-MGMT-L3VPN {
+        description OMES-MGMT-L3VPN;
+        instance-type vrf;
+        interface t1-2/0/2:2.16;
+        route-distinguisher 164.58.199.86:2550;
+        vrf-import OMES-MGMT-VRF-IMPORT;
+        vrf-export OMES-MGMT-VRF-EXPORT;
+        vrf-target target:5078:2550;
+        vrf-table-label;
+        protocols {
+            bgp {
+                group EBGP-OMES-MGMT {
+                    type external;
+                    family inet {
+                        unicast;
+                    }
+                    neighbor 10.119.80.125 {
+                        description EBGP-ODOT-TISHOMINGO-REGMAINT-T1-CIR0004355;
+                        import EBGP-OMES-MGMT-SITE-IMPORT;
+#                        authentication-#key <removed>;
+                        export EBGP-OMES-MGMT-SITE-EXPORT;
+                        peer-as 64591;
+                    }
+                }
+            }
+        }
+    }
     SKYRIDER-MGMT-L3VPN {
         description SKYRIDER-MGMT-L3VPN;
         instance-type vrf;
Index: configs/maysville-es.client.onenet.net
===================================================================
--- configs/maysville-es.client.onenet.net	(revision 142165)
+++ configs/maysville-es.client.onenet.net	(working copy)
@@ -20,7 +20,6 @@
 # Power Power Supply 0                 OK        
 # 
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show chassis firmware 
-# show chassis fpc detail
 # Part                     Type       Version
 # FPC 0                    O/S        Version 12.1X44-D35.5 by builder on 2014-05
 # FWDD                     O/S        Version 12.1X44-D35.5 by builder on 2014-05
@@ -45,7 +44,6 @@
 #     Serial ID                      ACDT6307
 # 
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show chassis scb 
-# show chassis sfm detail
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show chassis sfm detail
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show chassis ssb 
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show system boot-messages 
@@ -112,11 +110,10 @@
 # WARNING: / was not properly dismounted
 # 
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show version 
-# Hostname: MAYSVILLE-ES-LEASED-ASSET-TAG-004945 # Model: srx240h2 # JUNOS Software Release [12.1X44-D35.5] # file list /var/tmp detail #  # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> file list /var/tmp detail # lrw-r--r--  1 root  wheel         11 May 19  2014 /var/tmp@ -> /cf/var/tmp
+# Hostname: MAYSVILLE-ES-LEASED-ASSET-TAG-004945 # Model: srx240h2 # JUNOS Software Release [12.1X44-D35.5] #  # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> file list /var/tmp detail # lrw-r--r--  1 root  wheel         11 May 19  2014 /var/tmp@ -> /cf/var/tmp
 # total files: 1
 # 
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show system uptime 
-# show interface terse
 # System booted: 2016-03-25 14:07 CDT 
 # Protocols started: 2016-03-25 14:10 CDT 
 # Last configured: 2016-03-25 14:17 CDT  by joel
@@ -172,7 +169,6 @@
 #vlan up up
 #vlan.999 up down
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show configuration 
-show ospf neighbor
 ## Last commit: 2016-03-25 14:17:43 CDT by joel
 version 12.1X44-D35.5;
 system {
@@ -618,7 +614,6 @@
 # OSPF instance is not running
 # 
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show bfd session 
-quit
 
 0 sessions, 0 clients
 Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
Index: configs/hub.okm.onenet.net
===================================================================
--- configs/hub.okm.onenet.net	(revision 141901)
+++ configs/hub.okm.onenet.net	(working copy)
@@ -1,13 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKMULGEE-M120-RE0> show system commit 
+#   2016-04-28 20:17:14 CDT by andrew via cli commit synchronize
 #   2016-04-14 10:51:07 CDT by andrew via cli commit synchronize
 #   2016-03-30 18:04:18 CDT by andrew via cli commit synchronize
 #   2016-03-30 17:57:45 CDT by andrew via cli commit synchronize
 #   2016-03-18 02:11:58 CDT by joel via synchronize
 #   2016-03-18 02:11:36 CDT by joel via synchronize
-#   2016-03-18 02:08:30 CDT by root via other
-#     Synchronization with remote Routing Engine
 # grnoc-mon at OKMULGEE-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -267,7 +266,7 @@
 # grnoc-mon at OKMULGEE-M120-RE0> show system uptime 
 # System booted: 2016-03-18 02:05 CDT 
 # Protocols started: 2016-03-18 02:11 CDT 
-# Last configured: 2016-04-14 10:51 CDT  by andrew
+# Last configured: 2016-04-28 20:17 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at OKMULGEE-M120-RE0> show interface terse 
@@ -325,7 +324,9 @@
 #t1-2/0/2:13 down down
 #t1-2/0/2:14 down down
 #t1-2/0/2:15 up up
-#t1-2/0/2:15.0 up up
+#t1-2/0/2:15.16 up up
+#t1-2/0/2:15.17 up up
+#t1-2/0/2:15.30 up up
 #t1-2/0/2:16 down down
 #t1-2/0/2:17 down down
 #t1-2/0/2:18 down down
@@ -416,13 +417,15 @@
 #lsi.2 up up
 #lsi.3 up up
 #lsi.4 up up
+#lsi.5 up up
+#lsi.6 up up
 #mtun up up
 #pimd up up
 #pime up up
 #pp0 up up
 #tap up up
 # grnoc-mon at OKMULGEE-M120-RE0> show configuration 
-## Last commit: 2016-04-14 10:51:07 CDT by andrew
+## Last commit: 2016-04-28 20:17:14 CDT by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -918,12 +921,23 @@
     }
     t1-2/0/2:15 {
         description ODOT-BRISTOW-REGMAINT-T1-CIR0004235;
-        encapsulation cisco-hdlc;
-        unit 0 {
+        dce;
+        encapsulation frame-relay;
+        unit 16 {
+            dlci 16;
             family inet {
-                sampling {
-                    input;
-                }
+                address 10.119.80.14/31;
+            }
+        }
+        unit 17 {
+            dlci 17;
+            family inet {
+                address 10.119.88.14/31;
+            }
+        }
+        unit 30 {
+            dlci 30;
+            family inet {
                 address 10.119.8.209/30;
             }
         }
@@ -1654,6 +1668,68 @@
     prefix-list PRE-BGP-RI-ALLOW {
         apply-path "routing-instances <*> protocols bgp group <*> neighbor <*>";
     }
+    policy-statement EBGP-OMES-AGENCY-DATA-SITE-EXPORT {
+        term SEND-DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then accept;
+        }
+        term ONENET-MGMT {
+            from {
+                route-filter 10.119.255.0/24 orlonger;
+            }
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement EBGP-OMES-AGENCY-DATA-SITE-IMPORT {
+        term REJECT-DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then reject;
+        }
+        term ACCEPT-ALL {
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement EBGP-OMES-MGMT-SITE-EXPORT {
+        term SEND-DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then accept;
+        }
+        term ONENET-MGMT {
+            from {
+                route-filter 10.119.255.0/24 orlonger;
+            }
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement EBGP-OMES-MGMT-SITE-IMPORT {
+        term REJECT-DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then reject;
+        }
+        term ACCEPT-ALL {
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
     policy-statement LOAD-BALANCE {
         then {
             load-balance per-packet;
@@ -1694,6 +1770,90 @@
             then reject;
         }
     }
+    policy-statement OMES-AGENCY-DATA-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add OMES-AGENCY-DATA-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add OMES-AGENCY-DATA-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add OMES-AGENCY-DATA-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add OMES-AGENCY-DATA-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement OMES-AGENCY-DATA-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community OMES-AGENCY-DATA-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
+    policy-statement OMES-MGMT-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add OMES-MGMT-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add OMES-MGMT-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add OMES-MGMT-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add OMES-MGMT-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement OMES-MGMT-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community OMES-MGMT-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement ONENET-MGMT-VRF-EXPORT {
         term 1 {
             from protocol static;
@@ -1897,6 +2057,8 @@
     community Midwest-City members 5078:2;
     community Muskogee members 5078:94;
     community ODOT-VPN members target:5078:2538;
+    community OMES-AGENCY-DATA-VPN members target:5078:2548;
+    community OMES-MGMT-VPN members target:5078:2550;
     community ONENET-MGMT-VPN members target:5078:2543;
     community ONENET-POP-APPLIANCES members target:5078:2012;
     community OSUOKC members 5078:50;
@@ -2258,7 +2420,7 @@
     ODOT-L3VPN {
         description ODOT-L3VPN;
         instance-type vrf;
-        interface t1-2/0/2:15.0;
+        interface t1-2/0/2:15.30;
         route-distinguisher 164.58.199.110:2538;
         vrf-import ODOT-VRF-IMPORT;
         vrf-export ODOT-VRF-EXPORT;
@@ -2270,6 +2432,60 @@
             }
         }
     }
+    OMES-AGENCY-DATA-L3VPN {
+        description OMES-AGENCY-DATA-L3VPN;
+        instance-type vrf;
+        interface t1-2/0/2:15.17;
+        route-distinguisher 164.58.199.110:2548;
+        vrf-import OMES-AGENCY-DATA-VRF-IMPORT;
+        vrf-export OMES-AGENCY-DATA-VRF-EXPORT;
+        vrf-target target:5078:2548;
+        vrf-table-label;
+        protocols {
+            bgp {
+                group EBGP-OMES-AGENCY-DATA {
+                    type external;
+                    family inet {
+                        unicast;
+                    }
+                    neighbor 10.119.88.15 {
+                        description EBGP-ODOT-BRISTOW-REGMAINT-T1-CIR0004235;
+                        import EBGP-OMES-AGENCY-DATA-SITE-IMPORT;
+#                        authentication-#key <removed>;
+                        export EBGP-OMES-AGENCY-DATA-SITE-EXPORT;
+                        peer-as 64591;
+                    }
+                }
+            }
+        }
+    }
+    OMES-MGMT-L3VPN {
+        description OMES-MGMT-L3VPN;
+        instance-type vrf;
+        interface t1-2/0/2:15.16;
+        route-distinguisher 164.58.199.110:2550;
+        vrf-import OMES-MGMT-VRF-IMPORT;
+        vrf-export OMES-MGMT-VRF-EXPORT;
+        vrf-target target:5078:2550;
+        vrf-table-label;
+        protocols {
+            bgp {
+                group EBGP-OMES-MGMT {
+                    type external;
+                    family inet {
+                        unicast;
+                    }
+                    neighbor 10.119.80.15 {
+                        description EBGP-ODOT-BRISTOW-REGMAINT-T1-CIR0004235;
+                        import EBGP-OMES-MGMT-SITE-IMPORT;
+#                        authentication-#key <removed>;
+                        export EBGP-OMES-MGMT-SITE-EXPORT;
+                        peer-as 64591;
+                    }
+                }
+            }
+        }
+    }
     ONENET-MGMT-L3VPN {
         description ONENET-MGMT-L3VPN;
         instance-type vrf;
Index: configs/hub.dur.onenet.net
===================================================================
--- configs/hub.dur.onenet.net	(revision 142165)
+++ configs/hub.dur.onenet.net	(working copy)
@@ -357,7 +357,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/hub.ada.onenet.net
===================================================================
--- configs/hub.ada.onenet.net	(revision 142055)
+++ configs/hub.ada.onenet.net	(working copy)
@@ -1,15 +1,14 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ADA-M120-RE0> show system commit 
+#   2016-04-28 20:39:25 CDT by andrew via cli commit synchronize
+#   2016-04-28 20:30:18 CDT by andrew via cli commit synchronize
 #   2016-04-12 22:54:53 CDT by andrew via cli commit synchronize
 #   2016-03-17 01:00:25 CDT by root via other
 #     Synchronization with remote Routing Engine
 #   2016-03-17 01:00:06 CDT by admin via cli commit synchronize
 #   2016-03-17 00:51:58 CDT by root via other
 #     Synchronization with remote Routing Engine
-#   2016-03-17 00:51:11 CDT by root via other
-#   2016-03-17 00:31:17 CDT by root via other
-#     Synchronization with remote Routing Engine
 # grnoc-mon at ADA-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -266,7 +265,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-04-12 22:54 CDT  by andrew
+# Last configured: 2016-04-28 20:39 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at ADA-M120-RE0> show interface terse 
@@ -292,7 +291,9 @@
 #t1-2/0/2:7 up up
 #t1-2/0/2:7.0 up up
 #t1-2/0/2:8 up up
-#t1-2/0/2:8.0 up up
+#t1-2/0/2:8.16 up up
+#t1-2/0/2:8.17 up up
+#t1-2/0/2:8.30 up up
 #t1-2/0/2:9 up up
 #t1-2/0/2:9.0 up up
 #t1-2/0/2:10 up up
@@ -315,7 +316,9 @@
 #t1-2/0/2:21 down down
 #t1-2/0/2:22 down down
 #t1-2/0/2:23 up up
-#t1-2/0/2:23.0 up up
+#t1-2/0/2:23.16 up up
+#t1-2/0/2:23.17 up up
+#t1-2/0/2:23.30 up up
 #t1-2/0/2:24 up up
 #t1-2/0/2:24.0 up up
 #t1-2/0/2:25 down down
@@ -382,13 +385,15 @@
 #lsi.0 up up
 #lsi.1 up up
 #lsi.2 up up
+#lsi.3 up up
+#lsi.4 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-04-12 22:54:53 CDT by andrew
+## Last commit: 2016-04-28 20:39:25 CDT by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -768,13 +773,23 @@
     }
     t1-2/0/2:8 {
         description ODOT-SULPHUR-SURVEY-T1-CIR0000242;
-        encapsulation cisco-hdlc;
-        unit 0 {
+        dce;
+        encapsulation frame-relay;
+        unit 16 {
+            dlci 16;
             family inet {
-                rpf-check;
-                sampling {
-                    input;
-                }
+                address 10.119.80.116/31;
+            }
+        }
+        unit 17 {
+            dlci 17;
+            family inet {
+                address 10.119.88.116/31;
+            }
+        }
+        unit 30 {
+            dlci 30;
+            family inet {
                 address 10.119.8.229/30;
             }
         }
@@ -908,13 +923,23 @@
     }
     t1-2/0/2:23 {
         description ODOT-PAULS-VALLEY-REGMAINT-T1-CIR0004354;
-        encapsulation cisco-hdlc;
-        unit 0 {
+        dce;
+        encapsulation frame-relay;
+        unit 16 {
+            dlci 16;
             family inet {
-                rpf-check;
-                sampling {
-                    input;
-                }
+                address 10.119.80.90/31;
+            }
+        }
+        unit 17 {
+            dlci 17;
+            family inet {
+                address 10.119.88.90/31;
+            }
+        }
+        unit 30 {
+            dlci 30;
+            family inet {
                 address 10.119.8.145/30;
             }
         }
@@ -1361,6 +1386,68 @@
             then reject;
         }
     }
+    policy-statement EBGP-OMES-AGENCY-DATA-SITE-EXPORT {
+        term SEND-DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then accept;
+        }
+        term ONENET-MGMT {
+            from {
+                route-filter 10.119.255.0/24 orlonger;
+            }
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement EBGP-OMES-AGENCY-DATA-SITE-IMPORT {
+        term REJECT-DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then reject;
+        }
+        term ACCEPT-ALL {
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement EBGP-OMES-MGMT-SITE-EXPORT {
+        term SEND-DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then accept;
+        }
+        term ONENET-MGMT {
+            from {
+                route-filter 10.119.255.0/24 orlonger;
+            }
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement EBGP-OMES-MGMT-SITE-IMPORT {
+        term REJECT-DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then reject;
+        }
+        term ACCEPT-ALL {
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
     policy-statement LOAD-BALANCE {
         then {
             load-balance per-packet;
@@ -1436,6 +1523,90 @@
             then reject;
         }
     }
+    policy-statement OMES-AGENCY-DATA-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add OMES-AGENCY-DATA-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add OMES-AGENCY-DATA-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add OMES-AGENCY-DATA-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add OMES-AGENCY-DATA-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement OMES-AGENCY-DATA-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community OMES-AGENCY-DATA-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
+    policy-statement OMES-MGMT-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add OMES-MGMT-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add OMES-MGMT-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add OMES-MGMT-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add OMES-MGMT-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement OMES-MGMT-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community OMES-MGMT-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement REDISTRIBUTE-DIRECTS {
         term 1 {
             from protocol direct;
@@ -1527,6 +1698,8 @@
     community Muskogee members 5078:94;
     community ODMHSAS-VPN members target:5078:2559;
     community ODOT-VPN members target:5078:2538;
+    community OMES-AGENCY-DATA-VPN members target:5078:2548;
+    community OMES-MGMT-VPN members target:5078:2550;
     community OSUOKC members 5078:50;
     community Okmulgee members 5078:110;
     community Ponca-City members 5078:186;
@@ -1963,8 +2136,8 @@
     ODOT-L3VPN {
         description ODOT-L3VPN;
         instance-type vrf;
-        interface t1-2/0/2:8.0;
-        interface t1-2/0/2:23.0;
+        interface t1-2/0/2:8.30;
+        interface t1-2/0/2:23.30;
         route-distinguisher 164.58.199.22:2538;
         vrf-import ODOT-VRF-IMPORT;
         vrf-export ODOT-VRF-EXPORT;
@@ -1977,6 +2150,76 @@
             }
         }
     }
+    OMES-AGENCY-DATA-L3VPN {
+        description OMES-AGENCY-DATA-L3VPN;
+        instance-type vrf;
+        interface t1-2/0/2:8.17;
+        interface t1-2/0/2:23.17;
+        route-distinguisher 164.58.199.22:2548;
+        vrf-import OMES-AGENCY-DATA-VRF-IMPORT;
+        vrf-export OMES-AGENCY-DATA-VRF-EXPORT;
+        vrf-target target:5078:2548;
+        vrf-table-label;
+        protocols {
+            bgp {
+                group EBGP-OMES-AGENCY-DATA {
+                    type external;
+                    family inet {
+                        unicast;
+                    }
+                    neighbor 10.119.88.117 {
+                        description EBGP-ODOT-SULPHUR-SURVEY-T1-CIR0000242;
+                        import EBGP-OMES-AGENCY-DATA-SITE-IMPORT;
+#                        authentication-#key <removed>;
+                        export EBGP-OMES-AGENCY-DATA-SITE-EXPORT;
+                        peer-as 64591;
+                    }
+                    neighbor 10.119.88.91 {
+                        description EBGP-ODOT-PAULS-VALLEY-REGMAINT-T1-CIR0004354;
+                        import EBGP-OMES-AGENCY-DATA-SITE-IMPORT;
+#                        authentication-#key <removed>;
+                        export EBGP-OMES-AGENCY-DATA-SITE-EXPORT;
+                        peer-as 64591;
+                    }
+                }
+            }
+        }
+    }
+    OMES-MGMT-L3VPN {
+        description OMES-MGMT-L3VPN;
+        instance-type vrf;
+        interface t1-2/0/2:8.16;
+        interface t1-2/0/2:23.16;
+        route-distinguisher 164.58.199.22:2550;
+        vrf-import OMES-MGMT-VRF-IMPORT;
+        vrf-export OMES-MGMT-VRF-EXPORT;
+        vrf-target target:5078:2550;
+        vrf-table-label;
+        protocols {
+            bgp {
+                group EBGP-OMES-MGMT {
+                    type external;
+                    family inet {
+                        unicast;
+                    }
+                    neighbor 10.119.80.117 {
+                        description EBGP-ODOT-SULPHUR-SURVEY-T1-CIR0000242;
+                        import EBGP-OMES-MGMT-SITE-IMPORT;
+#                        authentication-#key <removed>;
+                        export EBGP-OMES-MGMT-SITE-EXPORT;
+                        peer-as 64591;
+                    }
+                    neighbor 10.119.80.91 {
+                        description EBGP-ODOT-PAULS-VALLEY-REGMAINT-T1-CIR0004354;
+                        import EBGP-OMES-MGMT-SITE-IMPORT;
+#                        authentication-#key <removed>;
+                        export EBGP-OMES-MGMT-SITE-EXPORT;
+                        peer-as 64591;
+                    }
+                }
+            }
+        }
+    }
     TAGNET-L3VPN {
         description TAGNET-L3VPN;
         instance-type vrf;
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net	(revision 142163)
+++ 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-04-28 20:51:37 CDT by andrew via cli commit synchronize
 #   2016-04-28 18:17:49 CDT by andrew via cli commit synchronize
 #   2016-04-28 11:04:25 CDT by sean via cli commit synchronize
 #   2016-04-27 19:19:28 CDT by andrew via cli commit synchronize
 #   2016-04-27 19:01:41 CDT by andrew via cli commit synchronize
 #   2016-04-27 18:59:33 CDT by andrew via cli commit synchronize
-#   2016-04-27 18:48:32 CDT by andrew 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-04-28 18:17 CDT  by andrew
+# Last configured: 2016-04-28 20:51 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at OKC-CORE3-M120-RE0> show interface terse 
@@ -476,7 +476,9 @@
 #t1-2/3/0:2:8 up up
 #t1-2/3/0:2:8.0 up up
 #t1-2/3/0:2:9 up up
-#t1-2/3/0:2:9.0 up up
+#t1-2/3/0:2:9.16 up up
+#t1-2/3/0:2:9.17 up up
+#t1-2/3/0:2:9.30 up up
 #t1-2/3/0:2:10 up up
 #t1-2/3/0:2:10.0 up up
 #t1-2/3/0:2:11 up up
@@ -1224,8 +1226,8 @@
 #t1-3/3/0:6:17.0 up up
 #t1-3/3/0:6:18 down down
 #t1-3/3/0:6:19 down down
-#t1-3/3/0:6:20 up up
-#t1-3/3/0:6:20.0 up up
+#t1-3/3/0:6:20 up down
+#t1-3/3/0:6:20.0 up down
 #t1-3/3/0:6:21 down down
 #t1-3/3/0:6:22 up up
 #t1-3/3/0:6:22.0 up up
@@ -1888,7 +1890,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE3-M120-RE0> show configuration 
-## Last commit: 2016-04-28 18:17:49 CDT by andrew
+## Last commit: 2016-04-28 20:51:37 CDT by andrew
 version 12.3R7.7;
 groups {
     re0 {
@@ -2712,9 +2714,23 @@
     }
     t1-2/3/0:2:9 {
         description ODOT-WAGONER-REGMAINT-T1-CIR0005299;
-        encapsulation cisco-hdlc;
-        unit 0 {
+        dce;
+        encapsulation frame-relay;
+        unit 16 {
+            dlci 16;
             family inet {
+                address 10.119.80.128/31;
+            }
+        }
+        unit 17 {
+            dlci 17;
+            family inet {
+                address 10.119.88.128/31;
+            }
+        }
+        unit 30 {
+            dlci 30;
+            family inet {
                 address 10.119.8.105/30;
             }
         }
@@ -11076,7 +11092,7 @@
         interface t1-2/3/0:1:10.0;
         interface t1-2/3/0:1:12.0;
         interface t1-2/3/0:2:7.30;
-        interface t1-2/3/0:2:9.0;
+        interface t1-2/3/0:2:9.30;
         interface t1-2/3/0:3:10.30;
         interface t1-2/3/0:4:15.0;
         interface t1-2/3/0:4:16.0;
@@ -11126,6 +11142,7 @@
         interface t1-2/3/0:1:2.17;
         interface t1-2/3/0:2:6.17;
         interface t1-2/3/0:2:7.17;
+        interface t1-2/3/0:2:9.17;
         interface t1-2/3/0:2:12.17;
         interface t1-2/3/0:3:10.17;
         interface t1-2/3/0:4:22.17;
@@ -11328,6 +11345,13 @@
                         export EBGP-OMES-AGENCY-DATA-SITE-EXPORT;
                         peer-as 64591;
                     }
+                    neighbor 10.119.88.129 {
+                        description EBGP-ODOT-WAGONER-REGMAINT-T1-CIR0005299;
+                        import EBGP-OMES-AGENCY-DATA-SITE-IMPORT;
+#                        authentication-#key <removed>;
+                        export EBGP-OMES-AGENCY-DATA-SITE-EXPORT;
+                        peer-as 64591;
+                    }
                 }
             }
         }
@@ -11339,6 +11363,7 @@
         interface t1-2/3/0:1:2.16;
         interface t1-2/3/0:2:6.16;
         interface t1-2/3/0:2:7.16;
+        interface t1-2/3/0:2:9.16;
         interface t1-2/3/0:2:12.16;
         interface t1-2/3/0:3:10.16;
         interface t1-2/3/0:4:22.16;
@@ -11532,6 +11557,13 @@
                         export EBGP-OMES-MGMT-SITE-EXPORT;
                         peer-as 64591;
                     }
+                    neighbor 10.119.80.129 {
+                        description EBGP-ODOT-WAGONER-REGMAINT-T1-CIR0005299;
+                        import EBGP-OMES-MGMT-SITE-IMPORT;
+#                        authentication-#key <removed>;
+                        export EBGP-OMES-MGMT-SITE-EXPORT;
+                        peer-as 64591;
+                    }
                 }
             }
         }
@@ -11808,7 +11840,6 @@
 # 172.23.4.6       t1-3/3/0:4:1.0         Full      10.199.2.129
 # 172.23.2.138     t1-3/3/0:5:20.0        Full      10.199.2.109
 # 172.23.5.66      t1-3/3/0:6:17.0        Full      10.199.2.45
-# 172.23.5.98      t1-3/3/0:6:20.0        Full      10.199.2.81
 # 172.23.4.210     t1-3/3/0:6:28.0        Full      10.199.2.93
 # 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
Index: configs/swi.cai.sei.onenet.net
===================================================================
--- configs/swi.cai.sei.onenet.net	(revision 142150)
+++ configs/swi.cai.sei.onenet.net	(working copy)
@@ -36,6 +36,7 @@
 # 
 # {master:0}
 # grnoc-mon at SWI-SEI-MUNICIPAL-HOSPITAL-EX-3300> show chassis hardware 
+# show chassis hardware models
 # Hardware inventory:
 # Item             Version  Part number  Serial number     Description
 # Chassis                                GD0211402252      EX3300-24T
Index: configs/stringtown-high-school.client.onenet.net
===================================================================
--- configs/stringtown-high-school.client.onenet.net	(revision 142163)
+++ configs/stringtown-high-school.client.onenet.net	(working copy)
@@ -114,6 +114,7 @@
 # total files: 1
 # 
 # grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> show system uptime 
+# show interface terse
 # System booted: 2016-04-07 01:22 CDT 
 # Protocols started: 2016-04-07 01:25 CDT 
 # Last configured: 2016-02-17 16:01 CST  by sean
@@ -173,6 +174,7 @@
 #vlan.3 up down
 #vlan.999 up down
 # grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> show configuration 
+show ospf neighbor
 ## Last commit: 2016-02-17 16:01:39 CST by sean
 version 12.1X44-D35.5;
 system {
@@ -674,6 +676,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/acx.cai.hart-acx2100.onenet.net
===================================================================
--- configs/acx.cai.hart-acx2100.onenet.net	(revision 142165)
+++ configs/acx.cai.hart-acx2100.onenet.net	(working copy)
@@ -73,7 +73,6 @@
 # grnoc-mon at HARTSHORNE-PUBLIC-LIBRARY-ACX2100> show chassis ssb 
 # grnoc-mon at HARTSHORNE-PUBLIC-LIBRARY-ACX2100> show system boot-messages 
 # platform_early_bootinit: MX-PPC Series Early Boot Initialization
-# show version
 # mxppc_set_re_type: hw.board.type is ACX-2100
 # WDOG initialized
 # Copyright (c) 1996-2014, Juniper Networks, Inc.
Index: configs/maysville-hs.client.onenet.net
===================================================================
--- configs/maysville-hs.client.onenet.net	(revision 142165)
+++ configs/maysville-hs.client.onenet.net	(working copy)
@@ -32,6 +32,7 @@
 #   Total CPU DRAM                      ---- CPU less FPC ----
 # 
 # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show chassis hardware 
+# show chassis hardware models
 # Hardware inventory:
 # Item             Version  Part number  Serial number     Description
 # Chassis                                BU1214AK0530      SRX240H2
@@ -46,7 +47,6 @@
 #     Serial ID                      ACLC7669
 # 
 # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show chassis scb 
-# show chassis sfm detail
 # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show chassis sfm detail
 # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show chassis ssb 
 # show system boot-messages
@@ -599,6 +599,7 @@
     }
 }
 # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show ospf neighbor 
+# show bfd session
 # OSPF instance is not running
 # 
 # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show bfd session 
Index: configs/meeker-ps.client.onenet.net
===================================================================
--- configs/meeker-ps.client.onenet.net	(revision 142160)
+++ configs/meeker-ps.client.onenet.net	(working copy)
@@ -25,6 +25,7 @@
 # FWDD                     O/S        Version 12.1X44-D35.5 by builder on 2014-05
 # 
 # grnoc-mon at MEEKER-PS-LEASED-ASSET-TAG-004947> show chassis fpc detail 
+# show chassis hardware
 # Slot 0 information:
 #   State                               Online    
 #   Total CPU DRAM                      ---- CPU less FPC ----



More information about the Nocrancid mailing list