[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Tue Sep 5 16:04:52 CDT 2017


Index: configs/allen-public-library.client.onenet.net
===================================================================
--- configs/allen-public-library.client.onenet.net	(revision 156273)
+++ configs/allen-public-library.client.onenet.net	(working copy)
@@ -150,10 +150,10 @@
 #ge-0/0/1.0 up down
 #ge-0/0/2 up up
 #ge-0/0/2.0 up up
-#ge-0/0/3 up down
-#ge-0/0/3.0 up down
-#ge-0/0/4 up down
-#ge-0/0/4.0 up down
+#ge-0/0/3 up up
+#ge-0/0/3.0 up up
+#ge-0/0/4 up up
+#ge-0/0/4.0 up up
 #ge-0/0/5 up up
 #ge-0/0/5.0 up up
 #ge-0/0/6 up up
Index: configs/core.dur.onenet.net
===================================================================
--- configs/core.dur.onenet.net	(revision 156368)
+++ configs/core.dur.onenet.net	(working copy)
@@ -428,7 +428,7 @@
 #xe-0/1/0.32767 up up
 #xe-0/1/1 up up
 #xe-0/1/1.80 up up
-#xe-0/1/1.500 up down
+#xe-0/1/1.500 up up
 #xe-0/1/1.32767 up up
 #ge-0/2/0 up up
 #ge-0/2/0.0 up up
@@ -477,8 +477,8 @@
 #ge-0/3/6.32767 up up
 #ge-0/3/7 up up
 #ge-0/3/7.32767 up up
-#ge-0/3/8 up down
-#ge-0/3/8.0 up down
+#ge-0/3/8 up up
+#ge-0/3/8.0 up up
 #ge-0/3/9 up up
 #ge-0/3/9.2514 up up
 #ge-0/3/9.32767 up up
Index: configs/kiamichi-fmc-battiest.client.onenet.net
===================================================================
--- configs/kiamichi-fmc-battiest.client.onenet.net	(revision 156374)
+++ configs/kiamichi-fmc-battiest.client.onenet.net	(working copy)
@@ -187,7 +187,7 @@
 #ppd0 up up
 #ppe0 up up
 #st0 up up
-#st0.1 up down
+#st0.1 up up
 #st0.2 up up
 #tap up up
 #vlan up down
Index: configs/hub.sal.onenet.net
===================================================================
--- configs/hub.sal.onenet.net	(revision 156374)
+++ configs/hub.sal.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at SALLISAW-M120-RE0> show system commit 
+#   2017-09-05 15:20:47 CDT by sky via cli commit synchronize
 #   2017-09-05 14:46:02 CDT by sky via cli commit synchronize
 #   2017-08-15 22:35:36 CDT by andrew via cli commit synchronize
 #   2017-08-15 22:30:34 CDT by andrew via cli commit synchronize
 #   2017-07-29 21:12:39 CDT by andrew via cli commit synchronize
 #   2017-07-26 23:49:39 CDT by andrew via cli commit synchronize
-#   2017-07-26 19:51:04 CDT by andrew via cli commit synchronize
 # grnoc-mon at SALLISAW-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -373,7 +373,7 @@
 # grnoc-mon at SALLISAW-M120-RE0> show system uptime 
 # System booted: 2016-02-20 00:44 CST 
 # Protocols started: 2016-02-20 01:13 CST 
-# Last configured: 2017-09-05 14:46 CDT  by sky
+# Last configured: 2017-09-05 15:20 CDT  by sky
 # 
 # {master}
 # grnoc-mon at SALLISAW-M120-RE0> show interface terse 
@@ -498,7 +498,6 @@
 #lo0.16384 up up
 #lo0.16385 up up
 #lsi up up
-#lsi.0 up up
 #lsi.1 up up
 #mtun up up
 #pimd up up
@@ -506,7 +505,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at SALLISAW-M120-RE0> show configuration 
-## Last commit: 2017-09-05 14:46:02 CDT by sky
+## Last commit: 2017-09-05 15:20:47 CDT by sky
 version 13.3R8.7;
 groups {
     re0 {
@@ -1377,77 +1376,11 @@
     prefix-list PRE-BGP-RI-ALLOW {
         apply-path "routing-instances <*> protocols bgp group <*> neighbor <*>";
     }
-    policy-statement EBGP-ODMHSAS-L3VPN-EXPORT {
-        term 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-ODMHSAS-L3VPN-IMPORT {
-        term REJECT-DEFAULT {
-            from {
-                route-filter 0.0.0.0/0 exact;
-            }
-            then reject;
-        }
-        term IMPORT {
-            then accept;
-        }
-        term REJECT-ALL-ELSE {
-            then reject;
-        }
-    }
     policy-statement LOAD-BALANCE {
         then {
             load-balance per-packet;
         }
     }
-    policy-statement ODMHSAS-VRF-EXPORT {
-        term 1 {
-            from protocol static;
-            then {
-                community add ODMHSAS-VPN;
-                accept;
-            }
-        }
-        term 2 {
-            from protocol direct;
-            then {
-                community add ODMHSAS-VPN;
-                accept;
-            }
-        }
-        term 3 {
-            from protocol bgp;
-            then {
-                community add ODMHSAS-VPN;
-                accept;
-            }
-        }
-    }
-    policy-statement ODMHSAS-VRF-IMPORT {
-        term 1 {
-            from {
-                protocol bgp;
-                community ODMHSAS-VPN;
-            }
-            then accept;
-        }
-        term 2 {
-            then reject;
-        }
-    }
     policy-statement REDISTRIBUTE-DIRECTS {
         term 1 {
             from protocol direct;
@@ -1528,7 +1461,6 @@
     community Miami members 5078:138;
     community Midwest-City members 5078:2;
     community Muskogee members 5078:94;
-    community ODMHSAS-VPN members target:5078:2559;
     community OSUOKC members 5078:50;
     community Okmulgee members 5078:110;
     community Ponca-City members 5078:186;
@@ -1882,23 +1814,6 @@
     }
 }
 routing-instances {
-    ODMHSAS-L3VPN {
-        description ODMHSAS-L3VPN;
-        instance-type vrf;
-        route-distinguisher 164.58.199.118:2559;
-        vrf-import ODMHSAS-VRF-IMPORT;
-        vrf-export ODMHSAS-VRF-EXPORT;
-        vrf-target target:5078:2559;
-        vrf-table-label;
-        protocols {
-            bgp {
-                group EBGP-ODMHSAS-SITE {
-                    type external;
-                    as-override;
-                }
-            }
-        }
-    }
     TAGNET-L3VPN {
         description TAGNET-L3VPN;
         instance-type vrf;
Index: configs/core4.tul.onenet.net
===================================================================
--- configs/core4.tul.onenet.net	(revision 156374)
+++ 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 
+#   2017-09-05 16:00:53 CDT by sky via cli commit synchronize
+#   2017-09-05 16:00:04 CDT by sky via cli commit synchronize
+#   2017-09-05 15:49:28 CDT by sky via cli commit synchronize
+#   2017-09-05 15:43:50 CDT by sky via cli commit synchronize
 #   2017-09-05 14:45:54 CDT by sky via cli commit synchronize
 #   2017-09-05 14:27:45 CDT by sky via cli commit synchronize
-#   2017-09-05 14:26:34 CDT by sky via cli commit synchronize
-#   2017-09-05 09:35:50 CDT by andrew via cli commit synchronize
-#   2017-09-01 12:26:07 CDT by sky via cli commit synchronize
-#   2017-09-01 12:24:44 CDT by sky via cli commit synchronize
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -507,7 +507,7 @@
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show system uptime 
 # System booted: 2016-08-15 04:31 CDT 
 # Protocols started: 2016-08-15 04:34 CDT 
-# Last configured: 2017-09-05 14:45 CDT  by sky
+# Last configured: 2017-09-05 16:00 CDT  by sky
 # 
 # {master}
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show interface terse 
@@ -851,7 +851,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show configuration 
-## Last commit: 2017-09-05 14:45:54 CDT by sky
+## Last commit: 2017-09-05 16:00:53 CDT by sky
 version 13.3R9.13;
 groups {
     re0 {
@@ -1562,9 +1562,19 @@
             }
         }
         unit 271 {
+            description ODMHSAS-CAMHC-STIGLER-5M-CIR0020069;
+            bandwidth 2m;
             vlan-id 271;
             family inet {
-                address 164.58.69.253/30;
+                mtu 1500;
+                policer {
+                    input 2M-POL;
+                    output 2M-POL;
+                }
+                sampling {
+                    input;
+                    output;
+                }
                 address 10.119.20.146/31;
             }
         }
@@ -5794,17 +5804,6 @@
                 group EBGP-ODMHSAS-SITE {
                     type external;
                     as-override;
-                    neighbor 10.119.20.147 {
-                        description "EBGP-ODMHSAS-CAMHC-STIGLER-T1-CIR0006118 [DECOM]";
-                        import EBGP-ODMHSAS-L3VPN-IMPORT;
-#                        authentication-#key <removed>;
-                        export EBGP-ODMHSAS-L3VPN-EXPORT;
-                        peer-as 64577;
-                        bfd-liveness-detection {
-                            minimum-interval 2000;
-                            multiplier 3;
-                        }
-                    }
                 }
                 group EBGP-ODMHSAS {
                     type external;
@@ -5822,6 +5821,10 @@
                         multiplier 3;
                     }
                     as-override;
+                    neighbor 10.119.20.147 {
+                        description EBGP-ODMHSAS-CAMHC-STIGLER-2M-CIR0020069;
+#                        authentication-#key <removed>;
+                    }
                 }
             }
         }
Index: configs/city-of-lawton.client.onenet.net
===================================================================
--- configs/city-of-lawton.client.onenet.net	(revision 156374)
+++ configs/city-of-lawton.client.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at CITY-OF-LAWTON-005231> show system commit 
+#   2017-09-05 15:12:32 CDT by joel via cli
 #   2017-09-05 14:58:43 CDT by joel via cli
 #   2017-09-05 13:55:45 CDT by joel via cli
 #   2017-09-05 13:41:39 CDT by joel via cli
 #   2017-09-05 12:37:45 CDT by joel via cli
 #   2017-09-05 12:21:43 CDT by joel via cli
-#   2017-09-05 12:12:21 CDT by joel via cli commit confirmed, rollback in 5mins
 # grnoc-mon at CITY-OF-LAWTON-005231> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  Routing Engine                 OK        
@@ -135,7 +135,7 @@
 # Time Source:  NTP CLOCK 
 # System booted: 2017-08-25 14:03 CDT 
 # Protocols started: 2017-08-25 14:03 CDT 
-# Last configured: 2017-09-05 14:58 CDT  by joel
+# Last configured: 2017-09-05 15:12 CDT  by joel
 # 
 # grnoc-mon at CITY-OF-LAWTON-005231> show interface terse 
 #Interface Admin Link
@@ -218,7 +218,7 @@
 #vlan up down
 #vtep up up
 # grnoc-mon at CITY-OF-LAWTON-005231> show configuration 
-## Last commit: 2017-09-05 14:58:43 CDT by joel
+## Last commit: 2017-09-05 15:12:32 CDT by joel
 version 15.1X49-D90.7;
 groups {
     SERVICES-TO-SERVERS {
@@ -267,7 +267,7 @@
                         match {
                             source-address any;
                             destination-address <*>;
-                            application [ junos-dns-udp junos-telnet junos-ssh UNISYS-PORTS SQL-PORTS EOM-PORTS junos-smb GEMS-PORTS junos-netbios-session SMTP VIPRE-ANTIVIRUS NETBIOS MS-RPC-TCP SMB LDAP RCP-OVER-HTTP junos-icmp-all WSUS ];
+                            application [ junos-dns-udp junos-telnet junos-ssh UNISYS-PORTS SQL-PORTS EOM-PORTS junos-smb GEMS-PORTS junos-netbios-session SMTP VIPRE-ANTIVIRUS NETBIOS MS-RPC-TCP SMB LDAP RCP-OVER-HTTP junos-icmp-all WSUS junos-dhcp-server ];
                         }
                         then {
                             permit;
@@ -283,7 +283,7 @@
                         match {
                             source-address any;
                             destination-address <*>;
-                            application [ junos-dns-udp junos-telnet junos-ssh UNISYS-PORTS SQL-PORTS EOM-PORTS junos-smb GEMS-PORTS junos-netbios-session SMTP VIPRE-ANTIVIRUS NETBIOS MS-RPC-TCP SMB LDAP RCP-OVER-HTTP junos-icmp-all WSUS ];
+                            application [ junos-dns-udp junos-telnet junos-ssh UNISYS-PORTS SQL-PORTS EOM-PORTS junos-smb GEMS-PORTS junos-netbios-session SMTP VIPRE-ANTIVIRUS NETBIOS MS-RPC-TCP SMB LDAP RCP-OVER-HTTP junos-icmp-all WSUS junos-dhcp-server ];
                         }
                         then {
                             permit;
@@ -2228,7 +2228,6 @@
             policy SERVICES-FROM-SERVERS {
                 match {
                     destination-address TR-0100-USERS-10.1.0.0/16;
-                    application VIPRE-ANTIVIRUS;
                 }
             }
         }



More information about the Nocrancid mailing list