[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Wed Aug 1 15:02:38 CDT 2012


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

Index: hub.elr.onenet.net
===================================================================
--- hub.elr.onenet.net	(revision 36009)
+++ hub.elr.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at EL-RENO-M120-RE0> show system commit 
+#   2012-08-01 14:31:27 CDT by jed via cli commit synchronize
+#   2012-08-01 14:12:12 CDT by root via other
+#   2012-08-01 14:08:47 CDT by jeremyt via cli commit confirmed, rollback in 3mins synchronize
 #   2012-08-01 11:46:02 CDT by root via other
 #   2012-08-01 11:35:12 CDT by jeremyt via cli commit confirmed, rollback in 10mins synchronize
 #   2012-08-01 10:03:12 CDT by jeremyt via cli commit confirmed, rollback in 5mins synchronize
-#   2012-07-31 09:59:04 CDT by joe via cli commit synchronize
-#   2012-07-31 09:58:38 CDT by joe via cli commit synchronize
-#   2012-07-24 09:06:29 CDT by joel via cli commit synchronize
 # grnoc-mon at EL-RENO-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -287,13 +287,13 @@
 # -rw-r--r--  1 root  field          0 Dec 15  2010 tracelogs
 # -rw-r--r--  1 root  field          0 Dec 15  2010 tracelogs_jperf
 # -rw-r--r--  1 root  field          0 Dec 15  2010 tracelogs_sem
-# drwxrwxrwT  2 root  wheel        512 Dec 15  2010 vi.recover/
+# drwxrwxrwT  2 root  wheel        512 Aug 1  14:20 vi.recover/
 # 
 # {master}
 # grnoc-mon at EL-RENO-M120-RE0> show system uptime 
 # System booted: 2011-02-22 16:32 CST 
 # Protocols started: 2011-02-22 16:34 CST 
-# Last configured: 2012-08-01 11:46 CDT  by root
+# Last configured: 2012-08-01 14:31 CDT  by jed
 # 
 # {master}
 # grnoc-mon at EL-RENO-M120-RE0> show interface terse 
@@ -436,7 +436,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at EL-RENO-M120-RE0> show configuration 
-## Last commit: 2012-08-01 11:46:02 CDT by root
+## Last commit: 2012-08-01 14:31:27 CDT by jed
 version 10.4R2.6;
 groups {
     re0 {
@@ -719,9 +719,18 @@
         unit 0 {
             family inet {
                 mtu 1512;
+                sampling {
+                    input;
+                    output;
+                }
                 address 172.23.5.13/30;
             }
-            family mpls;
+            family mpls {
+                filter {
+                    input FLOW-MPLS;
+                    output FLOW-MPLS;
+                }
+            }
         }
     }
     t1-2/0/2:8 {
@@ -1021,6 +1030,7 @@
         description Layer-3-MS-Services;
         unit 0 {
             family inet;
+            family mpls;
         }
     }
     lo0 {
@@ -1043,18 +1053,45 @@
         }
         family inet {
             output {
+                flow-inactive-timeout 60;
+                flow-active-timeout 60;
+                flow-server 164.58.253.36 {
+                    port 9006;
+                    autonomous-system-type origin;
+                    no-local-dump;
+                    source-address 164.58.199.6;
+                    version9 {
+                        template {
+                            ip-template;
+                        }
+                    }
+                }
                 flow-server 164.58.253.210 {
                     port 9996;
                     autonomous-system-type origin;
                     no-local-dump;
                     source-address 164.58.199.6;
-                    version 5;
                 }
                 interface sp-3/3/0 {
                     source-address 164.58.199.6;
                 }
             }
         }
+        family mpls {
+            output {
+                flow-server 164.58.253.36 {
+                    port 9006;
+                    version9 {
+                        template {
+                            mpls-ipv4-template;
+                        }
+                    }
+                }
+                interface sp-3/3/0 {
+                    source-address 164.58.199.6;
+                }
+            }
+        }
     }
 }
 snmp {
@@ -1525,5 +1562,31 @@
             }
         }
     }
+    family mpls {
+        filter FLOW-MPLS {
+            term ALL_FLOW {
+                then sample;
+            }
+        }
+    }
 }
+services {
+    flow-monitoring {
+        version9 {
+            template ip-template {
+                ipv4-template;
+            }
+            template mpls-ipv4-template {
+                mpls-ipv4-template {
+                    label-position [ 1 2 3 ];
+                }
+            }
+            template mpls-template {
+                mpls-template {
+                    label-position [ 1 2 3 ];
+                }
+            }
+        }
+    }
+}
 {master}

Index: core3.okc-m120.onenet.net
===================================================================
--- core3.okc-m120.onenet.net	(revision 36015)
+++ 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 
+#   2012-08-01 14:56:42 CDT by joe via cli commit synchronize
+#   2012-08-01 14:54:16 CDT by joe via cli commit synchronize
 #   2012-08-01 10:36:51 CDT by bobby via cli commit synchronize
 #   2012-08-01 10:27:42 CDT by bobby via cli commit synchronize
 #   2012-08-01 10:19:03 CDT by bobby via cli commit synchronize
 #   2012-07-30 23:16:47 CDT by jed via cli commit synchronize
-#   2012-07-30 22:19:05 CDT by jed via cli commit synchronize
-#   2012-07-30 21:41:38 CDT by jed via cli commit synchronize
 # grnoc-mon at OKC-CORE3-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -392,7 +392,7 @@
 # grnoc-mon at OKC-CORE3-M120-RE0> show system uptime 
 # System booted: 2012-07-22 01:43 CDT 
 # Protocols started: 2012-07-22 01:51 CDT 
-# Last configured: 2012-08-01 10:36 CDT  by bobby
+# Last configured: 2012-08-01 14:56 CDT  by joe
 # 
 # {master}
 # grnoc-mon at OKC-CORE3-M120-RE0> show interface terse 
@@ -861,7 +861,6 @@
 #t1-2/3/0:9:8.0 up up
 #t1-2/3/0:9:9 up down
 #t1-2/3/0:9:10 up down
-#t1-2/3/0:9:10.0 up down
 #t1-2/3/0:9:11 up down
 #t1-2/3/0:9:12 up up
 #t1-2/3/0:9:12.0 up up
@@ -1348,7 +1347,6 @@
 #t1-3/3/0:6:24 up down
 #t1-3/3/0:6:25 up down
 #t1-3/3/0:6:26 up down
-#t1-3/3/0:6:26.0 up down
 #t1-3/3/0:6:27 down down
 #t1-3/3/0:6:28 up up
 #t1-3/3/0:6:28.0 up up
@@ -2144,7 +2142,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE3-M120-RE0> show configuration 
-## Last commit: 2012-08-01 10:36:51 CDT by bobby
+## Last commit: 2012-08-01 14:56:42 CDT by joe
 version 11.4R4.4;
 groups {
     re0 {
@@ -4272,15 +4270,6 @@
             }
         }
     }
-    t1-2/3/0:9:10 {
-        description Ethel-Briggs-Memorial-Library-T1-CIR0002850;
-        encapsulation cisco-hdlc;
-        unit 0 {
-            family inet {
-                address 164.58.40.193/30;
-            }
-        }
-    }
     t1-2/3/0:9:12 {
         description Mannford-Public-Library-T1-CIR002861;
         encapsulation cisco-hdlc;
@@ -6223,15 +6212,6 @@
             }
         }
     }
-    t1-3/3/0:6:26 {
-        description DPS-Burch-Lake-Patrol-T1-CIR0003661;
-        encapsulation cisco-hdlc;
-        unit 0 {
-            family inet {
-                address 164.58.11.29/30;
-            }
-        }
-    }
     t1-3/3/0:6:27 {
         disable;
     }
@@ -9311,7 +9291,6 @@
         route 156.110.115.0/29 next-hop 164.58.255.206;
         route 156.110.127.168/29 next-hop 164.58.40.154;
         route 156.110.207.96/29 next-hop 156.110.62.14;
-        route 156.110.210.112/30 next-hop 164.58.40.194;
         route 156.110.218.112/30 next-hop 172.23.2.134;
         route 156.110.234.116/30 next-hop 156.110.234.78;
         route 156.110.235.40/29 next-hop 156.110.42.26;
@@ -9441,7 +9420,6 @@
         route 164.58.72.240/29 next-hop 164.58.4.54;
         inactive: route 164.58.72.248/30 next-hop 172.23.3.10;
         route 164.58.74.176/30 next-hop 164.58.11.142;
-        route 164.58.74.192/27 next-hop 164.58.11.30;
         route 164.58.74.224/29 next-hop 164.58.11.58;
         route 164.58.75.32/27 next-hop 164.58.2.94;
         route 164.58.75.168/29 next-hop 156.110.27.66;

Index: hub.say.onenet.net
===================================================================
--- hub.say.onenet.net	(revision 36014)
+++ hub.say.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at SAYRE-M120-RE0> show system commit 
+#   2012-08-01 14:51:00 CDT by joe via cli commit synchronize
+#   2012-08-01 14:50:34 CDT by joe via cli commit synchronize
+#   2012-08-01 14:34:58 CDT by joe via cli commit synchronize
+#   2012-08-01 14:34:08 CDT by joe via cli commit synchronize
 #   2012-08-01 12:59:59 CDT by admin via cli commit synchronize
 #   2012-05-25 13:06:20 CDT by joel via cli commit synchronize
-#   2012-05-25 13:05:52 CDT by joel via cli commit synchronize
-#   2012-05-25 08:38:30 CDT by admin via cli commit synchronize
-#   2012-05-24 16:19:56 CDT by joel via cli commit synchronize
-#   2012-04-27 13:35:44 CDT by jeremyt via cli commit synchronize
 # grnoc-mon at SAYRE-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -292,7 +292,7 @@
 # grnoc-mon at SAYRE-M120-RE0> show system uptime 
 # System booted: 2011-03-01 11:39 CST 
 # Protocols started: 2011-03-01 11:40 CST 
-# Last configured: 2012-08-01 12:59 CDT  by admin
+# Last configured: 2012-08-01 14:51 CDT  by joe
 # 
 # {master}
 # grnoc-mon at SAYRE-M120-RE0> show interface terse 
@@ -328,7 +328,6 @@
 #t1-2/0/2:13 down down
 #t1-2/0/2:13.0 up down
 #t1-2/0/2:14 up down
-#t1-2/0/2:14.0 up down
 #t1-2/0/2:15 up up
 #t1-2/0/2:15.0 up up
 #t1-2/0/2:16 down down
@@ -490,7 +489,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at SAYRE-M120-RE0> show configuration 
-## Last commit: 2012-08-01 12:59:59 CDT by admin
+## Last commit: 2012-08-01 14:51:00 CDT by joe
 version 10.4R2.6;
 groups {
     re0 {
@@ -837,15 +836,6 @@
             family inet;
         }
     }
-    t1-2/0/2:14 {
-        description SAYRE-MEMORIAL-HOSPITAL-T1-CIR0002594;
-        encapsulation cisco-hdlc;
-        unit 0 {
-            family inet {
-                address 156.110.110.41/30;
-            }
-        }
-    }
     t1-2/0/2:15 {
         description SAYRE-PUBLIC-LIBRARY-T1-CIR0002899;
         encapsulation cisco-hdlc;
@@ -1417,11 +1407,9 @@
 routing-options {
     nonstop-routing;
     static {
-        route 156.110.110.104/29 next-hop 156.110.110.42;
         route 156.110.111.8/29 next-hop 172.23.0.86;
         route 156.110.111.16/28 next-hop 156.110.110.46;
         route 164.58.30.0/24 next-hop 164.58.30.1;
-        route 164.58.63.88/30 next-hop 156.110.110.42;
         route 164.58.72.200/29 next-hop 164.58.4.102;
         route 164.58.84.0/29 next-hop 164.58.14.202;
         route 164.58.139.32/28 next-hop 156.110.110.22;
@@ -1431,7 +1419,6 @@
         route 164.58.237.0/26 next-hop 156.110.78.242;
         route 172.23.7.36/30 next-hop 172.23.0.82;
         route 172.23.8.240/29 next-hop 172.23.0.86;
-        route 156.110.47.216/29 next-hop 156.110.110.42;
         route 156.110.28.232/29 next-hop 164.58.186.150;
         route 164.58.209.236/30 next-hop 164.58.186.150;
     }

Index: hub.wil.onenet.net
===================================================================
--- hub.wil.onenet.net	(revision 35714)
+++ hub.wil.onenet.net	(working copy)
@@ -368,8 +368,8 @@
 #t1-2/0/3:10.0 up up
 #t1-2/0/3:11 up down
 #t1-2/0/3:11.0 up down
-#t1-2/0/3:12 up up
-#t1-2/0/3:12.0 up up
+#t1-2/0/3:12 up down
+#t1-2/0/3:12.0 up down
 #t1-2/0/3:13 up up
 #t1-2/0/3:13.0 up up
 #t1-2/0/3:14 up up

Index: hub.pot.onenet.net
===================================================================
--- hub.pot.onenet.net	(revision 35596)
+++ hub.pot.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at POTEAU-M120-RE0> show system commit 
+#   2012-08-01 14:58:23 CDT by admin via cli commit synchronize
 #   2012-05-24 16:19:02 CDT by joel via cli commit synchronize
 #   2012-04-27 13:35:12 CDT by jeremyt via cli commit synchronize
 #   2012-03-29 06:44:26 CDT by joel via cli commit synchronize
 #   2012-03-28 17:29:15 CDT by admin via netconf commit synchronize
 #   2012-03-20 11:22:55 CDT by joel via cli commit synchronize
-#   2012-03-15 14:05:48 CDT by jeremyt via cli commit confirmed, rollback in 3mins synchronize
 # grnoc-mon at POTEAU-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -109,6 +109,7 @@
 #   PIC 0          REV 14   750-002911   YT7377            4x F/E, 100 BASE-TX
 #   PIC 1          REV 14   750-002911   YT7412            4x F/E, 100 BASE-TX
 #   PIC 2          REV 05   750-024782   BBAG3249          4x 1GE(LAN), IQ2E
+#     Xcvr 3       REV 01   740-031851   AC1108S03U1       SFP-SX
 #   PIC 3          REV 13   750-014884   YS4959            MultiServices 100
 #   Board B        REV 04   710-017980   YX5769            M120 FPC Mezz Board
 # FEB 2            REV 01   710-025843   YL4817            M120 FEB
@@ -300,7 +301,7 @@
 # grnoc-mon at POTEAU-M120-RE0> show system uptime 
 # System booted: 2011-09-18 05:59 CDT 
 # Protocols started: 2011-09-18 06:01 CDT 
-# Last configured: 2012-05-24 16:19 CDT  by joel
+# Last configured: 2012-08-01 14:58 CDT  by admin
 # 
 # {master}
 # grnoc-mon at POTEAU-M120-RE0> show interface terse 
@@ -414,6 +415,7 @@
 #ge-3/2/1 down down
 #ge-3/2/2 down down
 #ge-3/2/3 down down
+#ge-3/2/3.0 up down
 #gr-3/3/0 up up
 #ip-3/3/0 up up
 #mt-3/3/0 up up
@@ -444,7 +446,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at POTEAU-M120-RE0> show configuration 
-## Last commit: 2012-05-24 16:19:02 CDT by joel
+## Last commit: 2012-08-01 14:58:23 CDT by admin
 version 10.4R2.6;
 groups {
     re0 {
@@ -938,7 +940,16 @@
         disable;
     }
     ge-3/2/3 {
+        description "Link to POTEAU-MX480 Port ge-3/2/3.0";
         disable;
+        mtu 9192;
+        unit 0 {
+            family inet {
+                mtu 9000;
+                address 164.58.245.14/30;
+            }
+            family mpls;
+        }
     }
     sp-3/3/0 {
         description Layer-3-MS-Services;
@@ -1091,6 +1102,11 @@
                     md5 7 key "$9$KEsvX7Vwg4JDwsDk.Pn6yleKLNbs2oZj7-s4aZji" start-time "2011-6-15.23:28:00 -0500"; ## SECRET-DATA
                 }
             }
+            interface ge-3/2/3.0 {
+                authentication {
+                    md5 7 key "$9$7FNwYoJDjkPJZPQFnu08Xx7b2aZUiqfYgZjHqf5"; ## SECRET-DATA
+                }
+            }
         }
     }
     ldp {


More information about the Nocrancid mailing list