[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Mon Jan 9 10:03:57 CST 2017


Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net	(revision 149576)
+++ configs/core3.okc-m120.onenet.net	(working copy)
@@ -1146,7 +1146,7 @@
 #t1-3/3/0:4:7 down down
 #t1-3/3/0:4:8 down down
 #t1-3/3/0:4:9 up up
-#t1-3/3/0:4:9.0 up up
+#t1-3/3/0:4:9.0 up down
 #t1-3/3/0:4:10 down down
 #t1-3/3/0:4:11 down down
 #t1-3/3/0:4:12 down down
Index: configs/hub.dur.onenet.net
===================================================================
--- configs/hub.dur.onenet.net	(revision 149640)
+++ 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 down
+#fe-2/1/3 down up
 #ge-2/2/0 down down
 #pc-2/2/0 up up
 #pc-2/2/0.16383 up up
Index: configs/odmhsas-tcbh-tulsa.client.onenet.net
===================================================================
--- configs/odmhsas-tcbh-tulsa.client.onenet.net	(revision 149050)
+++ configs/odmhsas-tcbh-tulsa.client.onenet.net	(working copy)
@@ -948,6 +948,7 @@
 }
 # grnoc-mon at ODMHSAS-TULSA-CENTER-FOR-BEHAVIORAL-HEALTH-SRX220> show ospf neighbor 
 # OSPF instance is not running
+# quit
 # 
 # grnoc-mon at ODMHSAS-TULSA-CENTER-FOR-BEHAVIORAL-HEALTH-SRX220> show bfd session 
                                                   Detect   Transmit
Index: configs/stringtown-high-school.client.onenet.net
===================================================================
--- configs/stringtown-high-school.client.onenet.net	(revision 149633)
+++ configs/stringtown-high-school.client.onenet.net	(working copy)
@@ -675,6 +675,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/hub.alt.onenet.net
===================================================================
--- configs/hub.alt.onenet.net	(revision 149540)
+++ configs/hub.alt.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ALTUS-M120-RE0> show system commit 
+#   2017-01-09 09:28:35 CST by andrew via cli commit synchronize
 #   2017-01-05 10:46:42 CST by andrew via cli commit synchronize
 #   2016-12-30 21:51:53 CST by andrew via cli commit synchronize
 #   2016-12-30 21:41:42 CST by andrew via cli commit synchronize
 #   2016-12-30 20:50:51 CST by andrew via cli commit synchronize
 #   2016-12-27 18:31:05 CST by andrew via cli commit synchronize
-#   2016-12-27 18:28:02 CST by andrew via cli commit 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: 2017-01-05 10:46 CST  by andrew
+# Last configured: 2017-01-09 09:28 CST  by andrew
 # 
 # {master}
 # grnoc-mon at ALTUS-M120-RE0> show interface terse 
@@ -386,7 +386,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at ALTUS-M120-RE0> show configuration 
-## Last commit: 2017-01-05 10:46:42 CST by andrew
+## Last commit: 2017-01-09 09:28:35 CST by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1339,6 +1339,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;
@@ -2072,6 +2134,23 @@
                 route 172.25.146.0/24 next-hop 10.119.88.57;
             }
         }
+        protocols {
+            bgp {
+                group EBGP-OMES-AGENCY-DATA {
+                    type external;
+                    family inet {
+                        unicast;
+                    }
+                    neighbor 10.119.88.57 {
+                        description "EBGP-ODOT-ALTUS-RESIDENCY-T1-CIR0000313 [DECOM]";
+                        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;
@@ -2090,6 +2169,23 @@
                 route 10.119.40.176/31 next-hop 10.119.80.57;
             }
         }
+        protocols {
+            bgp {
+                group EBGP-OMES-MGMT {
+                    type external;
+                    family inet {
+                        unicast;
+                    }
+                    neighbor 10.119.80.57 {
+                        description "EBGP-ODOT-ALTUS-RESIDENCY-T1-CIR0000313 [DECOM]";
+                        import EBGP-OMES-MGMT-SITE-IMPORT;
+#                        authentication-#key <removed>;
+                        export EBGP-OMES-MGMT-SITE-EXPORT;
+                        peer-as 64591;
+                    }
+                }
+            }
+        }
     }
     SW-MESH-L3VPN {
         description SW-MESH-L3VPN;
Index: configs/calera-ps.client.onenet.net
===================================================================
--- configs/calera-ps.client.onenet.net	(revision 149567)
+++ 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/maysville-hs.client.onenet.net
===================================================================
--- configs/maysville-hs.client.onenet.net	(revision 149642)
+++ configs/maysville-hs.client.onenet.net	(working copy)
@@ -598,7 +598,6 @@
 # OSPF instance is not running
 # 
 # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show bfd session 
-quit
 
 0 sessions, 0 clients
 Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
Index: configs/rpswi1.okc.onenet.net
===================================================================
--- configs/rpswi1.okc.onenet.net	(revision 149642)
+++ configs/rpswi1.okc.onenet.net	(working copy)
@@ -213,8 +213,8 @@
 #ge-0/0/18.0 up up
 #ge-0/0/19 up up
 #ge-0/0/19.0 up up
-#ge-0/0/20 up up
-#ge-0/0/20.0 up up
+#ge-0/0/20 up down
+#ge-0/0/20.0 up down
 #ge-0/0/21 up up
 #ge-0/0/21.0 up up
 #ge-0/0/22 up up



More information about the Nocrancid mailing list