[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Tue Nov 5 11:01:12 CST 2013


Index: core.wless.velm.onenet.net
===================================================================
--- core.wless.velm.onenet.net	(revision 87997)
+++ core.wless.velm.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at VELMA-TOWER-SRX220> show system commit 
+#   2013-11-05 10:31:16 CST by joel via cli
+#   2013-11-05 10:20:09 CST by joel via cli
+#   2013-11-05 10:15:23 CST by joel via cli
+#   2013-11-05 10:15:08 CST by joel via cli
+#   2013-11-05 10:11:36 CST by joel via cli commit confirmed, rollback in 5mins
 #   2013-11-05 09:51:07 CST by joel via cli
-#   2013-11-05 09:39:37 CST by joel via cli
-#   2013-10-30 22:00:16 CDT by joel via cli
-#   2013-10-30 21:44:40 CDT by joel via cli
-#   2013-10-30 16:25:22 CDT by joel via cli
-#   2013-10-30 16:18:21 CDT by admin via cli
 # grnoc-mon at VELMA-TOWER-SRX220> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  Routing Engine                 OK        
@@ -92,7 +92,7 @@
 # grnoc-mon at VELMA-TOWER-SRX220> show system uptime 
 # System booted: 2013-10-30 11:15 CDT 
 # Protocols started: 2013-10-30 11:17 CDT 
-# Last configured: 2013-11-05 09:51 CST  by joel
+# Last configured: 2013-11-05 10:31 CST  by joel
 # 
 # grnoc-mon at VELMA-TOWER-SRX220> show interface terse 
 #Interface Admin Link
@@ -106,15 +106,15 @@
 #sp-0/0/0 up up
 #sp-0/0/0.0 up up
 #sp-0/0/0.16383 up up
-#ge-0/0/1 down down
+#ge-0/0/1 up up
+#ge-0/0/1.0 up up
 #ge-0/0/2 down down
 #ge-0/0/3 up up
 #ge-0/0/3.0 up up
 #ge-0/0/4 down down
 #ge-0/0/5 down down
 #ge-0/0/6 down down
-#ge-0/0/7 up down
-#ge-0/0/7.0 up down
+#ge-0/0/7 down down
 #fxp2 up up
 #fxp2.0 up up
 #gre up up
@@ -136,7 +136,7 @@
 #tap up up
 #vlan up up
 # grnoc-mon at VELMA-TOWER-SRX220> show configuration 
-## Last commit: 2013-11-05 09:51:07 CST by joel
+## Last commit: 2013-11-05 10:31:16 CST by joel
 version 11.4R4.4;
 system {
     host-name VELMA-TOWER-SRX220;
@@ -250,7 +250,12 @@
         }
     }
     ge-0/0/1 {
-        disable;
+        description Fox-Public-Schools-10Mb-WIRELESS-CIR000xxxx;
+        unit 0 {
+            family inet {
+                address 156.110.24.65/29;
+            }
+        }
     }
     ge-0/0/2 {
         disable;
@@ -273,12 +278,7 @@
         disable;
     }
     ge-0/0/7 {
-        description Fox-Public-Schools-10Mb-WIRELESS-CIR000xxxx;
-        unit 0 {
-            family inet {
-                address 156.110.24.65/29;
-            }
-        }
+        disable;
     }
     lo0 {
         unit 0 {
@@ -331,34 +331,63 @@
         group CORE-RR {
             type internal;
             local-address 164.58.199.125;
+            import IBGP-IMPORT;
             family inet {
-                any;
+                any {
+                    accepted-prefix-limit {
+                        maximum 1000;
+                    }
+                }
             }
             family inet-vpn {
-                any;
+                any {
+                    accepted-prefix-limit {
+                        maximum 1000;
+                    }
+                }
             }
             family inet6 {
-                unicast;
+                unicast {
+                    accepted-prefix-limit {
+                        maximum 1000;
+                    }
+                }
             }
             family inet6-vpn {
-                unicast;
+                unicast {
+                    accepted-prefix-limit {
+                        maximum 1000;
+                    }
+                }
             }
             family l2vpn {
-                signaling;
+                signaling {
+                    accepted-prefix-limit {
+                        maximum 1000;
+                    }
+                }
             }
             family inet-mvpn {
-                signaling;
+                signaling {
+                    accepted-prefix-limit {
+                        maximum 1000;
+                    }
+                }
             }
             family inet6-mvpn {
-                signaling;
+                signaling {
+                    accepted-prefix-limit {
+                        maximum 1000;
+                    }
+                }
             }
 #            authentication-key <removed>;
             export [ REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS NEXT-HOP-SELF ];
             peer-as 5078;
-            inactive: neighbor 164.58.199.216 {
+            neighbor 164.58.199.216 {
                 description OKC-CORE6-IBGP;
             }
-            inactive: neighbor 164.58.199.226 {
+            neighbor 164.58.199.226 {
                 description TUL-CORE6-IBGP;
             }
         }
@@ -378,6 +407,16 @@
     prefix-list EBGP-IPV4-NEIGHBORS {
         164.58.10.38/32;
     }
+    policy-statement IBGP-IMPORT {
+        term 1 {
+            from {
+                route-filter 0.0.0.0/0 exact accept;
+            }
+        }
+        term reject {
+            then reject;
+        }
+    }
     policy-statement LOAD-BALANCE {
         then {
             load-balance per-packet;

Index: core3.tul-m120.onenet.net
===================================================================
--- core3.tul-m120.onenet.net	(revision 87987)
+++ core3.tul-m120.onenet.net	(working copy)
@@ -370,7 +370,7 @@
 #ct3-3/0/0 up up
 #pfh-3/0/0 up up
 #pfh-3/0/0.16383 up up
-#t1-3/0/0:1 up down
+#t1-3/0/0:1 up up
 #t1-3/0/0:1.0 up down
 #t1-3/0/0:2 up up
 #t1-3/0/0:2.0 up up

Index: hub.chi.onenet.net
===================================================================
--- hub.chi.onenet.net	(revision 87980)
+++ hub.chi.onenet.net	(working copy)
@@ -309,7 +309,7 @@
 #t1-2/0/2:21 down down
 #t1-2/0/2:22 down down
 #t1-2/0/2:23 down down
-#t1-2/0/2:24 down up
+#t1-2/0/2:24 down down
 #t1-2/0/2:25 down up
 #t1-2/0/2:26 down down
 #t1-2/0/2:27 down down



More information about the Nocrancid mailing list