[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Mon May 9 17:02:07 CDT 2011


Index: core1.edm-mx480.onenet.net
===================================================================
retrieving revision 1.6
diff -u -4 -r1.6 core1.edm-mx480.onenet.net
@@ -1,13 +1,13 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at EDMOND-MX480-RE0> show system commit 
+#   2011-05-09 16:50:14 CDT by jeremyt via cli commit synchronize
+#   2011-05-09 16:48:01 CDT by jeremyt via cli commit synchronize
+#   2011-05-09 16:45:25 CDT by jeremyt via cli commit confirmed, rollback in 3mins synchronize
 #   2011-05-09 15:55:46 CDT by von via cli commit synchronize
 #   2011-05-09 15:54:17 CDT by von via cli commit synchronize
 #   2011-05-09 10:40:13 CDT by von via cli commit synchronize
-#   2011-05-09 10:40:05 CDT by von via cli commit confirmed, rollback in 2mins synchronize
-#   2011-05-06 12:53:51 CDT by von via cli commit confirmed, rollback in 1mins synchronize
-#   2011-05-06 10:53:18 CDT by admin via cli commit confirmed, rollback in 1mins synchronize
 # grnoc-mon at EDMOND-MX480-RE0> show chassis clocks 
 # grnoc-mon at EDMOND-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -310,9 +310,9 @@
 # {master}
 # grnoc-mon at EDMOND-MX480-RE0> show system uptime 
 # System booted: 2011-04-08 16:49 CDT 
 # Protocols started: 2011-04-08 16:50 CDT 
-# Last configured: 2011-05-09 15:55 CDT  by von
+# Last configured: 2011-05-09 16:50 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at EDMOND-MX480-RE0> show interface terse 
 #Interface Admin Link
@@ -379,9 +379,9 @@
 #pip0 up up
 #pp0 up up
 #tap up up
 # grnoc-mon at EDMOND-MX480-RE0> show configuration 
-## Last commit: 2011-05-09 15:55:46 CDT by von
+## Last commit: 2011-05-09 16:50:14 CDT by jeremyt
 version 10.4R3.4;
 groups {
     re0 {
         system {
@@ -624,14 +624,16 @@
             }
             family inet6-mvpn {
                 signaling;
             }
+            export REDISTRIBUTE-STATICS;
             peer-as 5078;
             neighbor 164.58.199.216;
             neighbor 164.58.199.226;
         }
     }
     ospf {
+        export [ REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS ];
         reference-bandwidth 100g;
         area 0.0.0.0 {
             interface lo0.0;
             interface fxp0.0 {
@@ -663,8 +665,9 @@
         interface xe-1/0/1;
     }
 }
 policy-options {
+    prefix-list EBGP-IPV4-NEIGHBORS;
     policy-statement LOAD-BALANCE {
         then {
             load-balance per-packet;
         }
@@ -706,10 +709,10 @@
         class network-control queue-num 3;
     }
     interfaces {
         all {
+            scheduler-map sch-map;
             unit * {
-                scheduler-map sch-map;
                 classifiers {
                     dscp dscp-default;
                 }
             }
@@ -747,8 +750,26 @@
     }
 }
 firewall {
     family inet {
+        filter FLOW-INFO {
+            term ALL_FLOW {
+                from {
+                    source-address {
+                        0.0.0.0/0;
+                    }
+                    destination-address {
+                        0.0.0.0/0;
+                    }
+                }
+                then sample;
+            }
+            term REJECT_ALL {
+                then {
+                    reject;
+                }
+            }
+        }
         filter PROTECT-RE {
             term SERVICES {
                 from {
                     source-address {
@@ -770,15 +791,25 @@
             term OSPF-ALLOW {
                 from {
                     source-address {
                         164.58.199.0/24;
-                        164.58.15.0/24;
+                        164.58.0.0/16;
                     }
                     protocol ospf;
                 }
                 then accept;
             }
-            term IBGP-allow {
+            term EBGP-ALLOW {
+                from {
+                    prefix-list {
+                        EBGP-IPV4-NEIGHBORS;
+                    }
+                    protocol tcp;
+                    port 179;
+                }
+                then accept;
+            }
+            term IBGP-ALLOW {
                 from {
                     source-address {
                         164.58.199.216/32;
                         164.58.199.226/32;
@@ -788,8 +819,12 @@
                 }
                 then accept;
             }
             term ICMP-ALLOW {
+                from {
+                    protocol icmp;
+                    icmp-type [ echo-reply echo-request unreachable time-exceeded ];
+                }
                 then accept;
             }
             term SERVICES-OUTBOUND {
                 from {
@@ -832,27 +867,27 @@
             term LDP-ALLOW {
                 from {
                     source-address {
                         164.58.199.0/24;
-                        164.58.15.0/24;
+                        164.58.0.0/16;
                     }
                     port ldp;
                 }
             }
             term PIM-ALLOW {
                 from {
                     source-address {
                         164.58.199.0/24;
-                        164.58.15.0/24;
+                        164.58.0.0/16;
                     }
                     protocol pim;
                 }
                 then accept;
             }
             term BFD-ALLOW {
                 from {
                     source-address {
-                        164.58.15.0/24;
+                        164.58.0.0/16;
                     }
                     protocol udp;
                     port [ 3784 3785 ];
                 }
@@ -865,26 +900,8 @@
                     discard;
                 }
             }
         }
-        filter FLOW-INFO {
-            term ALL_FLOW {
-                from {
-                    source-address {
-                        0.0.0.0/0;
-                    }
-                    destination-address {
-                        0.0.0.0/0;
-                    }
-                }
-                then sample;
-            }
-            term REJECT_ALL {
-                then {
-                    reject;
-                }
-            }
-        }
     }
 }
 inactive: services {
     flow-monitoring {

Index: core1.tul-mx960.onenet.net
===================================================================
retrieving revision 1.13
diff -u -4 -r1.13 core1.tul-mx960.onenet.net
@@ -1,13 +1,13 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TULSA-CORE1-MX960-RE0> show system commit 
+#   2011-05-09 17:00:01 CDT by jeremyt via cli commit synchronize
 #   2011-04-29 14:33:09 CDT by admin via cli commit synchronize
 #   2011-04-26 22:37:41 CDT by admin via cli commit synchronize
 #   2011-04-21 15:31:13 CDT by von via cli commit confirmed, rollback in 2mins synchronize
 #   2011-04-19 15:05:40 CDT by von via cli commit synchronize
 #   2011-04-19 13:51:38 CDT by von via cli commit synchronize
-#   2011-04-19 13:31:49 CDT by admin via cli commit synchronize
 # grnoc-mon at TULSA-CORE1-MX960-RE0> show chassis clocks 
 # grnoc-mon at TULSA-CORE1-MX960-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -346,9 +346,9 @@
 # {master}
 # grnoc-mon at TULSA-CORE1-MX960-RE0> show system uptime 
 # System booted: 2011-03-24 16:05 CDT 
 # Protocols started: 2011-04-05 15:46 CDT 
-# Last configured: 2011-04-29 14:33 CDT  by admin
+# Last configured: 2011-05-09 17:00 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at TULSA-CORE1-MX960-RE0> show interface terse 
 #Interface Admin Link
@@ -426,9 +426,9 @@
 #pip0 up up
 #pp0 up up
 #tap up up
 # grnoc-mon at TULSA-CORE1-MX960-RE0> show configuration 
-## Last commit: 2011-04-29 14:33:09 CDT by admin
+## Last commit: 2011-05-09 17:00:01 CDT by jeremyt
 version 10.4R3.4;
 groups {
     re0 {
         system {
@@ -997,10 +997,10 @@
         class network-control queue-num 3;
     }
     interfaces {
         all {
+            scheduler-map sch-map;
             unit * {
-                scheduler-map sch-map;
                 classifiers {
                     dscp dscp-default;
                 }
             }

Index: core6.okc-m7i.onenet.net
===================================================================
retrieving revision 1.11
diff -u -4 -r1.11 core6.okc-m7i.onenet.net
@@ -1,13 +1,13 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ROUTE-REFLECTOR-OKC-M7i> show system commit 
+#   2011-05-09 16:59:38 CDT by jeremyt via cli
 #   2011-05-03 16:40:34 CDT by admin via cli
 #   2011-04-26 00:23:10 CDT by admin via cli
 #   2011-04-26 00:15:24 CDT by admin via cli
 #   2011-04-25 16:53:20 CDT by jeremyt via cli commit confirmed, rollback in 3mins
 #   2011-04-20 02:07:46 CDT by von via cli
-#   2011-04-18 13:55:53 CDT by admin via cli commit confirmed, rollback in 3mins
 # grnoc-mon at ROUTE-REFLECTOR-OKC-M7i> show chassis clocks 
 # Reference clock status:
 #   Current source            Primary
 #   Primary source            Internal
@@ -206,9 +206,9 @@
 # 
 # grnoc-mon at ROUTE-REFLECTOR-OKC-M7i> show system uptime 
 # System booted: 2011-03-25 16:40 CDT 
 # Protocols started: 2011-03-25 16:41 CDT 
-# Last configured: 2011-05-03 16:40 CDT  by admin
+# Last configured: 2011-05-09 16:59 CDT  by jeremyt
 # 
 # grnoc-mon at ROUTE-REFLECTOR-OKC-M7i> show interface terse 
 #Interface Admin Link
 #ge-0/0/0 up up
@@ -248,9 +248,9 @@
 #pimd up up
 #pime up up
 #tap up up
 # grnoc-mon at ROUTE-REFLECTOR-OKC-M7i> show configuration 
-## Last commit: 2011-05-03 16:40:34 CDT by admin
+## Last commit: 2011-05-09 16:59:38 CDT by jeremyt
 version 10.4R3.4;
 groups {
     re0 {
         system {
@@ -732,10 +732,10 @@
         class network-control queue-num 3;
     }
     interfaces {
         all {
+            scheduler-map sch-map;
             unit * {
-                scheduler-map sch-map;
                 classifiers {
                     dscp dscp-default;
                 }
             }

Index: core1.lan-mx480.onenet.net
===================================================================
retrieving revision 1.3
diff -u -4 -r1.3 core1.lan-mx480.onenet.net
@@ -1,13 +1,13 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at LANGSTON-MX480-RE0> show system commit 
+#   2011-05-09 16:53:39 CDT by jeremyt via cli commit synchronize
+#   2011-05-09 16:52:02 CDT by jeremyt via cli commit confirmed, rollback in 5mins synchronize
 #   2011-05-06 13:12:53 CDT by admin via cli commit synchronize
 #   2011-05-06 13:10:35 CDT by admin via cli commit confirmed, rollback in 1mins synchronize
 #   2011-04-18 14:01:10 CDT by admin via cli commit confirmed, rollback in 3mins synchronize
 #   2011-04-14 07:31:37 CDT by admin via cli commit synchronize
-#   2011-04-14 07:31:32 CDT by admin via cli commit confirmed, rollback in 1mins synchronize
-#   2011-04-08 17:03:21 CDT by admin via cli commit confirmed, rollback in 4mins synchronize
 # grnoc-mon at LANGSTON-MX480-RE0> show chassis clocks 
 # grnoc-mon at LANGSTON-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          Check     
@@ -312,9 +312,9 @@
 # {master}
 # grnoc-mon at LANGSTON-MX480-RE0> show system uptime 
 # System booted: 2011-04-08 16:49 CDT 
 # Protocols started: 2011-04-08 16:50 CDT 
-# Last configured: 2011-05-06 13:12 CDT  by admin
+# Last configured: 2011-05-09 16:53 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at LANGSTON-MX480-RE0> show interface terse 
 #Interface Admin Link
@@ -381,9 +381,9 @@
 #pip0 up up
 #pp0 up up
 #tap up up
 # grnoc-mon at LANGSTON-MX480-RE0> show configuration 
-## Last commit: 2011-05-06 13:12:53 CDT by admin
+## Last commit: 2011-05-09 16:53:39 CDT by jeremyt
 version 10.4R3.4;
 groups {
     re0 {
         system {
@@ -472,8 +472,9 @@
         }
         file messages {
             any notice;
             authorization info;
+            match "!(.*LI Packet length.*)";
         }
         file PROTECT-RE {
             firewall any;
             archive no-world-readable;
@@ -606,14 +607,16 @@
             }
             family inet6-mvpn {
                 signaling;
             }
+            export REDISTRIBUTE-STATICS;
             peer-as 5078;
             neighbor 164.58.199.216;
             neighbor 164.58.199.226;
         }
     }
     ospf {
+        export [ REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS ];
         reference-bandwidth 100g;
         area 0.0.0.0 {
             interface lo0.0;
             interface fxp0.0 {
@@ -650,8 +653,9 @@
         interface xe-0/1/0;
     }
 }
 policy-options {
+    prefix-list EBGP-IPV4-NEIGHBORS;
     policy-statement LOAD-BALANCE {
         then {
             load-balance per-packet;
         }
@@ -678,8 +682,17 @@
         term REJECT-ALL-ELSE {
             then reject;
         }
     }
+    policy-statement REDISTRIBUTE-STATICS-TO-BGP {
+        term 1 {
+            from protocol static;
+            then {
+                next-hop self;
+                accept;
+            }
+        }
+    }
 }
 class-of-service {
     classifiers {
         dscp dscp-default {
@@ -693,10 +706,10 @@
         class network-control queue-num 3;
     }
     interfaces {
         all {
+            scheduler-map sch-map;
             unit * {
-                scheduler-map sch-map;
                 classifiers {
                     dscp dscp-default;
                 }
             }
@@ -734,8 +747,26 @@
     }
 }
 firewall {
     family inet {
+        filter FLOW-INFO {
+            term ALL_FLOW {
+                from {
+                    source-address {
+                        0.0.0.0/0;
+                    }
+                    destination-address {
+                        0.0.0.0/0;
+                    }
+                }
+                then sample;
+            }
+            term REJECT_ALL {
+                then {
+                    reject;
+                }
+            }
+        }
         filter PROTECT-RE {
             term SERVICES {
                 from {
                     source-address {
@@ -757,15 +788,25 @@
             term OSPF-ALLOW {
                 from {
                     source-address {
                         164.58.199.0/24;
-                        164.58.15.0/24;
+                        164.58.0.0/16;
                     }
                     protocol ospf;
                 }
                 then accept;
             }
-            term IBGP-allow {
+            term EBGP-ALLOW {
+                from {
+                    prefix-list {
+                        EBGP-IPV4-NEIGHBORS;
+                    }
+                    protocol tcp;
+                    port 179;
+                }
+                then accept;
+            }
+            term IBGP-ALLOW {
                 from {
                     source-address {
                         164.58.199.216/32;
                         164.58.199.226/32;
@@ -775,8 +816,12 @@
                 }
                 then accept;
             }
             term ICMP-ALLOW {
+                from {
+                    protocol icmp;
+                    icmp-type [ echo-reply echo-request unreachable time-exceeded ];
+                }
                 then accept;
             }
             term SERVICES-OUTBOUND {
                 from {
@@ -819,27 +864,27 @@
             term LDP-ALLOW {
                 from {
                     source-address {
                         164.58.199.0/24;
-                        164.58.15.0/24;
+                        164.58.0.0/16;
                     }
                     port ldp;
                 }
             }
             term PIM-ALLOW {
                 from {
                     source-address {
                         164.58.199.0/24;
-                        164.58.15.0/24;
+                        164.58.0.0/16;
                     }
                     protocol pim;
                 }
                 then accept;
             }
             term BFD-ALLOW {
                 from {
                     source-address {
-                        164.58.15.0/24;
+                        164.58.0.0/16;
                     }
                     protocol udp;
                     port [ 3784 3785 ];
                 }
@@ -852,26 +897,8 @@
                     discard;
                 }
             }
         }
-        filter FLOW-INFO {
-            term ALL_FLOW {
-                from {
-                    source-address {
-                        0.0.0.0/0;
-                    }
-                    destination-address {
-                        0.0.0.0/0;
-                    }
-                }
-                then sample;
-            }
-            term REJECT_ALL {
-                then {
-                    reject;
-                }
-            }
-        }
     }
 }
 inactive: services {
     flow-monitoring {

Index: hub.alt.onenet.net
===================================================================
retrieving revision 1.1790
diff -u -4 -r1.1790 hub.alt.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 31 days, 6 hours, 46 minutes, 7 seconds
+#       Selected for           : 31 days, 7 hours, 45 minutes, 9 seconds
 #       Selected since         : 2011-04-08 09:15:02 CDT
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 31 days, 6 hours, 45 minutes, 50 seconds
+#       Selected for           : 31 days, 7 hours, 44 minutes, 52 seconds
 #       Selected since         : 2011-04-08 09:15:19 CDT
 # 
 # {master}
 # grnoc-mon at ALTUS-M120-RE0> show chassis environment 
@@ -185,10 +185,10 @@
 #                      Temp  CPU Utilization (%)   Memory    Utilization (%)
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
-#   2  Online            36      1          0       512         9         59
-#   3  Online            39      2          0       512         9         59
+#   2  Online            36      2          0       512         9         59
+#   3  Online            39      1          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}

Index: hub.ard.onenet.net
===================================================================
retrieving revision 1.2233
diff -u -4 -r1.2233 hub.ard.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 73 days, 19 hours, 52 minutes, 51 seconds
+#       Selected for           : 73 days, 20 hours, 51 minutes, 52 seconds
 #       Selected since         : 2011-02-24 19:08:19 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 73 days, 19 hours, 53 minutes, 25 seconds
+#       Selected for           : 73 days, 20 hours, 52 minutes, 26 seconds
 #       Selected since         : 2011-02-24 19:07:45 CST
 # 
 # {master}
 # grnoc-mon at ARDMORE-M120-RE0> show chassis environment 
@@ -187,10 +187,10 @@
 #                      Temp  CPU Utilization (%)   Memory    Utilization (%)
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
-#   2  Online            32      1          0       512         9         59
-#   3  Online            35      1          0       512         9         59
+#   2  Online            33      1          0       512         9         59
+#   3  Online            36      1          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}

Index: hub.alv.onenet.net
===================================================================
retrieving revision 1.1735
diff -u -4 -r1.1735 hub.alv.onenet.net
@@ -12,17 +12,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 23 days, 19 hours, 24 minutes, 3 seconds
+#       Selected for           : 23 days, 20 hours, 23 minutes, 4 seconds
 #       Selected since         : 2011-04-15 20:37:07 CDT
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 23 days, 19 hours, 24 minutes, 38 seconds
+#       Selected for           : 23 days, 20 hours, 23 minutes, 39 seconds
 #       Selected since         : 2011-04-15 20:36:32 CDT
 # 
 # {master}
 # grnoc-mon at ALVA-M120-RE0> show chassis environment 

Index: hub.dunc.onenet.net
===================================================================
retrieving revision 1.1607
diff -u -4 -r1.1607 hub.dunc.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 59 days, 3 hours, 11 minutes, 25 seconds
+#       Selected for           : 60 days, 4 hours, 11 minutes, 28 seconds
 #       Selected since         : 2011-03-10 11:48:46 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 59 days, 3 hours, 11 minutes, 13 seconds
+#       Selected for           : 60 days, 4 hours, 11 minutes, 16 seconds
 #       Selected since         : 2011-03-10 11:48:58 CST
 # 
 # {master}
 # grnoc-mon at DUNCAN-M120-RE0> show chassis environment 
@@ -186,9 +186,9 @@
 #                      Temp  CPU Utilization (%)   Memory    Utilization (%)
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
-#   2  Online            27      1          0       512         9         59
+#   2  Online            27      2          0       512         9         59
 #   3  Online            31      2          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 

Index: core3.tul-m120.onenet.net
===================================================================
retrieving revision 1.930
diff -u -4 -r1.930 core3.tul-m120.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 22 days, 19 hours, 1 minute, 5 seconds
+#       Selected for           : 22 days, 20 hours, 7 seconds
 #       Selected since         : 2011-04-16 21:00:00 CDT
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 22 days, 19 hours, 3 minutes, 34 seconds
+#       Selected for           : 22 days, 20 hours, 2 minutes, 36 seconds
 #       Selected since         : 2011-04-16 20:57:31 CDT
 # 
 # {master}
 # grnoc-mon at TULSA-CORE-3-M120-RE0> show chassis environment 
@@ -226,12 +226,12 @@
 # grnoc-mon at TULSA-CORE-3-M120-RE0> show chassis ssb 
 # grnoc-mon at TULSA-CORE-3-M120-RE0> show chassis feb 
 #                      Temp  CPU Utilization (%)   Memory    Utilization (%)
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
-#   0  Online            37      2          0       512        21         59
+#   0  Online            37      1          0       512        21         59
 #   1  Online            36      1          0       512        21         59
-#   2  Online            34      2          0       512        21         59
-#   3  Online            38      3          0       512        21         59
+#   2  Online            34      3          0       512        21         59
+#   3  Online            38      1          0       512        21         59
 #   4  Online            35      1          0       512         9         59
 #   5  Empty           
 # 
 # {master}

Index: hub.dur.onenet.net
===================================================================
retrieving revision 1.1947
diff -u -4 -r1.1947 hub.dur.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 80 days, 20 hours, 46 minutes, 26 seconds
+#       Selected for           : 80 days, 21 hours, 45 minutes, 30 seconds
 #       Selected since         : 2011-02-17 18:14:44 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 80 days, 20 hours, 46 minutes, 56 seconds
+#       Selected for           : 80 days, 21 hours, 46 minutes
 #       Selected since         : 2011-02-17 18:14:14 CST
 # 
 # {master}
 # grnoc-mon at DURANT-M120-RE0> show chassis environment 
@@ -183,10 +183,10 @@
 #                      Temp  CPU Utilization (%)   Memory    Utilization (%)
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
-#   2  Online            25      1          0       512        10         59
-#   3  Online            29      1          0       512        10         59
+#   2  Online            26      2          0       512        10         59
+#   3  Online            29      2          0       512        10         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}

Index: hub.end.onenet.net
===================================================================
retrieving revision 1.1616
diff -u -4 -r1.1616 hub.end.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 54 days, 20 hours, 25 minutes, 30 seconds
+#       Selected for           : 54 days, 21 hours, 24 minutes, 34 seconds
 #       Selected since         : 2011-03-15 19:35:42 CDT
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 54 days, 20 hours, 25 minutes, 20 seconds
+#       Selected for           : 54 days, 21 hours, 24 minutes, 24 seconds
 #       Selected since         : 2011-03-15 19:35:52 CDT
 # 
 # {master}
 # grnoc-mon at ENID-M120-RE0> show chassis environment 
@@ -185,10 +185,10 @@
 #                      Temp  CPU Utilization (%)   Memory    Utilization (%)
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
-#   2  Online            38      1          0       512         9         59
-#   3  Online            40      2          0       512         9         59
+#   2  Online            38      2          0       512         9         59
+#   3  Online            40      1          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}

Index: core5.okc-mx480.onenet.net
===================================================================
retrieving revision 1.16
diff -u -4 -r1.16 core5.okc-mx480.onenet.net
@@ -1,13 +1,13 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE5-MX480-RE0> show system commit 
+#   2011-05-09 16:59:18 CDT by jeremyt via cli commit synchronize
 #   2011-05-09 13:41:09 CDT by admin via cli commit synchronize
 #   2011-05-09 13:38:02 CDT by jeremyt via cli commit synchronize
 #   2011-05-05 14:23:52 CDT by joe via cli commit synchronize
 #   2011-05-05 12:22:37 CDT by todd via cli commit synchronize
 #   2011-05-05 11:50:02 CDT by admin via cli commit synchronize
-#   2011-05-05 11:48:31 CDT by admin via cli commit synchronize
 # grnoc-mon at OKC-CORE5-MX480-RE0> show chassis clocks 
 # grnoc-mon at OKC-CORE5-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -327,9 +327,9 @@
 # {master}
 # grnoc-mon at OKC-CORE5-MX480-RE0> show system uptime 
 # System booted: 2011-03-27 16:32 CDT 
 # Protocols started: 2011-03-27 16:33 CDT 
-# Last configured: 2011-05-09 13:41 CDT  by admin
+# Last configured: 2011-05-09 16:59 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at OKC-CORE5-MX480-RE0> show interface terse 
 #Interface Admin Link
@@ -436,9 +436,9 @@
 #pip0 up up
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE5-MX480-RE0> show configuration 
-## Last commit: 2011-05-09 13:41:09 CDT by admin
+## Last commit: 2011-05-09 16:59:18 CDT by jeremyt
 version 10.4R3.4;
 groups {
     re0 {
         system {

Index: core3.okc-m120.onenet.net
===================================================================
retrieving revision 1.931
diff -u -4 -r1.931 core3.okc-m120.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 22 days, 19 hours, 23 minutes, 14 seconds
+#       Selected for           : 22 days, 20 hours, 22 minutes, 16 seconds
 #       Selected since         : 2011-04-16 20:37:51 CDT
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 22 days, 19 hours, 25 minutes, 49 seconds
+#       Selected for           : 22 days, 20 hours, 24 minutes, 51 seconds
 #       Selected since         : 2011-04-16 20:35:16 CDT
 # 
 # {master}
 # grnoc-mon at OKC-CORE3-M120-RE0> show chassis environment 
@@ -267,14 +267,14 @@
 # grnoc-mon at OKC-CORE3-M120-RE0> show chassis ssb 
 # grnoc-mon at OKC-CORE3-M120-RE0> show chassis feb 
 #                      Temp  CPU Utilization (%)   Memory    Utilization (%)
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
-#   0  Online            32      2          0       512        22         59
-#   1  Online            32      2          0       512        22         59
-#   2  Online            30      6          0       512        22         59
-#   3  Online            33      2          0       512        22         59
-#   4  Online            31      1          0       512         9         59
-#   5  Online            30      1          0       512         9         59
+#   0  Online            31      1          0       512        22         59
+#   1  Online            31      1          0       512        22         59
+#   2  Online            29      6          0       512        22         59
+#   3  Online            32      3          0       512        22         59
+#   4  Online            30      1          0       512         9         59
+#   5  Online            29      1          0       512         9         59
 # 
 # {master}
 # grnoc-mon at OKC-CORE3-M120-RE0> show system boot-messages 
 # Copyright (c) 1996-2011, Juniper Networks, Inc.
@@ -484,10 +484,10 @@
 #t1-2/3/0:1:11 up up
 #t1-2/3/0:1:11.0 up up
 #t1-2/3/0:1:12 up up
 #t1-2/3/0:1:12.0 up up
-#t1-2/3/0:1:13 up down
-#t1-2/3/0:1:13.0 up down
+#t1-2/3/0:1:13 up up
+#t1-2/3/0:1:13.0 up up
 #t1-2/3/0:1:14 up up
 #t1-2/3/0:1:14.0 up up
 #t1-2/3/0:1:15 up up
 #t1-2/3/0:1:15.0 up up

Index: hub.lawm120.onenet.net
===================================================================
retrieving revision 1.1930
diff -u -4 -r1.1930 hub.lawm120.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 74 days, 18 hours, 23 minutes, 43 seconds
+#       Selected for           : 74 days, 19 hours, 22 minutes, 47 seconds
 #       Selected since         : 2011-02-23 20:37:32 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 74 days, 18 hours, 23 minutes, 31 seconds
+#       Selected for           : 74 days, 19 hours, 22 minutes, 35 seconds
 #       Selected since         : 2011-02-23 20:37:44 CST
 # 
 # {master}
 # grnoc-mon at LAWTON-M120-RE0> show chassis environment 
@@ -183,10 +183,10 @@
 #                      Temp  CPU Utilization (%)   Memory    Utilization (%)
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
-#   2  Online            26      2          0       512         9         59
-#   3  Online            29      2          0       512         9         59
+#   2  Online            26      1          0       512         9         59
+#   3  Online            29      1          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}

Index: hub.mus.onenet.net
===================================================================
retrieving revision 1.1827
diff -u -4 -r1.1827 hub.mus.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 63 days, 1 hour, 47 minutes, 17 seconds
+#       Selected for           : 63 days, 2 hours, 46 minutes, 19 seconds
 #       Selected since         : 2011-03-07 13:14:00 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 63 days, 1 hour, 47 minutes, 4 seconds
+#       Selected for           : 63 days, 2 hours, 46 minutes, 6 seconds
 #       Selected since         : 2011-03-07 13:14:13 CST
 # 
 # {master}
 # grnoc-mon at MUSKOGEE-M120-RE0> show chassis environment 
@@ -188,9 +188,9 @@
 #                      Temp  CPU Utilization (%)   Memory    Utilization (%)
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
-#   2  Online            32      1          0       512         9         59
+#   2  Online            32      2          0       512         9         59
 #   3  Online            35      1          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 

Index: hub.mia.onenet.net
===================================================================
retrieving revision 1.1560
diff -u -4 -r1.1560 hub.mia.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 67 days, 9 hours, 50 minutes, 6 seconds
+#       Selected for           : 70 days, 1 hour, 50 minutes, 8 seconds
 #       Selected since         : 2011-02-28 14:10:11 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 67 days, 9 hours, 49 minutes, 54 seconds
+#       Selected for           : 70 days, 1 hour, 49 minutes, 56 seconds
 #       Selected since         : 2011-02-28 14:10:23 CST
 # 
 # {master}
 # grnoc-mon at MIAMI-M120-RE0> show chassis environment 
@@ -186,10 +186,10 @@
 #                      Temp  CPU Utilization (%)   Memory    Utilization (%)
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
-#   2  Online            39      1          0       512         9         59
-#   3  Online            41      1          0       512         9         59
+#   2  Online            34      1          0       512         9         59
+#   3  Online            37      2          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}

Index: hub.goo.onenet.net
===================================================================
retrieving revision 1.1865
diff -u -4 -r1.1865 hub.goo.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 24 days, 4 hours, 13 seconds
+#       Selected for           : 24 days, 4 hours, 59 minutes, 17 seconds
 #       Selected since         : 2011-04-15 12:01:00 CDT
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 24 days, 4 hours, 21 seconds
+#       Selected for           : 24 days, 4 hours, 59 minutes, 25 seconds
 #       Selected since         : 2011-04-15 12:00:52 CDT
 # 
 # {master}
 # grnoc-mon at GOODWELL-M120-RE0> show chassis environment 
@@ -186,9 +186,9 @@
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
 #   2  Online            29      1          0       512         9         59
-#   3  Online            32      1          0       512         9         59
+#   3  Online            33      1          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}

Index: hub.cla.onenet.net
===================================================================
retrieving revision 1.1688
diff -u -4 -r1.1688 hub.cla.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 68 days, 21 hours, 36 minutes, 51 seconds
+#       Selected for           : 69 days, 22 hours, 36 minutes, 53 seconds
 #       Selected since         : 2011-02-28 17:23:19 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 68 days, 21 hours, 36 minutes, 42 seconds
+#       Selected for           : 69 days, 22 hours, 36 minutes, 44 seconds
 #       Selected since         : 2011-02-28 17:23:28 CST
 # 
 # {master}
 # grnoc-mon at CLAREMORE-M120-RE0> show chassis environment 

Index: hub.ada.onenet.net
===================================================================
retrieving revision 1.2447
diff -u -4 -r1.2447 hub.ada.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 73 days, 17 hours, 50 minutes, 40 seconds
+#       Selected for           : 73 days, 18 hours, 49 minutes, 39 seconds
 #       Selected since         : 2011-02-24 21:10:29 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 73 days, 17 hours, 50 minutes, 48 seconds
+#       Selected for           : 73 days, 18 hours, 49 minutes, 47 seconds
 #       Selected since         : 2011-02-24 21:10:21 CST
 # 
 # {master}
 # grnoc-mon at ADA-M120-RE0> show chassis environment 
@@ -189,10 +189,10 @@
 #                      Temp  CPU Utilization (%)   Memory    Utilization (%)
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
-#   2  Online            31      1          0       512         9         59
-#   3  Online            35      4          0       512         9         59
+#   2  Online            29      2          0       512         9         59
+#   3  Online            33      3          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}

Index: hub.pot.onenet.net
===================================================================
retrieving revision 1.2482
diff -u -4 -r1.2482 hub.pot.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 81 days, 19 hours, 34 minutes, 41 seconds
+#       Selected for           : 81 days, 20 hours, 33 minutes, 44 seconds
 #       Selected since         : 2011-02-16 19:26:40 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 81 days, 19 hours, 34 minutes, 29 seconds
+#       Selected for           : 81 days, 20 hours, 33 minutes, 32 seconds
 #       Selected since         : 2011-02-16 19:26:52 CST
 # 
 # {master}
 # grnoc-mon at POTEAU-M120-RE0> show chassis environment 

Index: hub.okm.onenet.net
===================================================================
retrieving revision 1.1959
diff -u -4 -r1.1959 hub.okm.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 48 days, 5 hours, 18 minutes, 10 seconds
+#       Selected for           : 48 days, 6 hours, 17 minutes, 13 seconds
 #       Selected since         : 2011-03-22 10:43:09 CDT
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 48 days, 5 hours, 18 minutes, 16 seconds
+#       Selected for           : 48 days, 6 hours, 17 minutes, 19 seconds
 #       Selected since         : 2011-03-22 10:43:03 CDT
 # 
 # {master}
 # grnoc-mon at OKMULGEE-M120-RE0> show chassis environment 
@@ -186,10 +186,10 @@
 #                      Temp  CPU Utilization (%)   Memory    Utilization (%)
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
-#   2  Online            27      2          0       512         9         59
-#   3  Online            30      1          0       512         9         59
+#   2  Online            26      1          0       512         9         59
+#   3  Online            29      1          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}

Index: hub.sem.onenet.net
===================================================================
retrieving revision 1.2543
diff -u -4 -r1.2543 hub.sem.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 87 days, 20 hours, 56 minutes, 21 seconds
+#       Selected for           : 87 days, 21 hours, 55 minutes, 26 seconds
 #       Selected since         : 2011-02-10 18:05:00 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 87 days, 20 hours, 56 minutes, 11 seconds
+#       Selected for           : 87 days, 21 hours, 55 minutes, 16 seconds
 #       Selected since         : 2011-02-10 18:05:10 CST
 # 
 # {master}
 # grnoc-mon at SEMINOLE-M120-RE0> show chassis environment 
@@ -184,9 +184,9 @@
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
 #   2  Online            29      1          0       512         9         59
-#   3  Online            32      2          0       512         9         59
+#   3  Online            33      2          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}

Index: hub.chi.onenet.net
===================================================================
retrieving revision 1.2285
diff -u -4 -r1.2285 hub.chi.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 83 days, 22 hours, 13 minutes, 52 seconds
+#       Selected for           : 83 days, 23 hours, 12 minutes, 53 seconds
 #       Selected since         : 2011-02-14 16:47:18 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 83 days, 22 hours, 13 minutes, 40 seconds
+#       Selected for           : 83 days, 23 hours, 12 minutes, 41 seconds
 #       Selected since         : 2011-02-14 16:47:30 CST
 # 
 # {master}
 # grnoc-mon at CHICKASHA-M120-RE0> show chassis environment 
@@ -184,9 +184,9 @@
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
 #   2  Online            28      1          0       512         9         59
-#   3  Online            32      1          0       512         9         59
+#   3  Online            31      1          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}

Index: hub.bar.onenet.net
===================================================================
retrieving revision 1.1985
diff -u -4 -r1.1985 hub.bar.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 72 days, 56 minutes, 12 seconds
+#       Selected for           : 73 days, 1 hour, 56 minutes, 12 seconds
 #       Selected since         : 2011-02-25 14:03:59 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 72 days, 56 minutes, 2 seconds
+#       Selected for           : 73 days, 1 hour, 56 minutes, 2 seconds
 #       Selected since         : 2011-02-25 14:04:09 CST
 # 
 # {master}
 # grnoc-mon at BARTLESVILLE-M120-RE0> show chassis environment 
@@ -185,9 +185,9 @@
 #                      Temp  CPU Utilization (%)   Memory    Utilization (%)
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
-#   2  Online            25      1          0       512         9         59
+#   2  Online            25      2          0       512         9         59
 #   3  Online            28      2          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 

Index: hub.ton.onenet.net
===================================================================
retrieving revision 1.1619
diff -u -4 -r1.1619 hub.ton.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 62 days, 17 minutes, 40 seconds
+#       Selected for           : 62 days, 1 hour, 16 minutes, 45 seconds
 #       Selected since         : 2011-03-08 14:43:42 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 62 days, 17 minutes, 29 seconds
+#       Selected for           : 62 days, 1 hour, 16 minutes, 34 seconds
 #       Selected since         : 2011-03-08 14:43:53 CST
 # 
 # {master}
 # grnoc-mon at TONKAWA-M120-RE0> show chassis environment 
@@ -207,9 +207,9 @@
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
 #   2  Online            36      2          0       512         9         59
-#   3  Online            40      2          0       512         9         59
+#   3  Online            40      1          0       512         9         59
 #   4  Online            38      1          0       512         9         59
 #   5  Empty           
 # 
 # {master}

Index: hub.tah.onenet.net
===================================================================
retrieving revision 1.1715
diff -u -4 -r1.1715 hub.tah.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 60 days, 19 hours, 3 minutes, 14 seconds
+#       Selected for           : 60 days, 20 hours, 2 minutes, 19 seconds
 #       Selected since         : 2011-03-09 19:58:07 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 60 days, 19 hours, 3 minutes, 5 seconds
+#       Selected for           : 60 days, 20 hours, 2 minutes, 10 seconds
 #       Selected since         : 2011-03-09 19:58:16 CST
 # 
 # {master}
 # grnoc-mon at TAHLEQUAH-M120-RE0> show chassis environment 
@@ -205,9 +205,9 @@
 #                      Temp  CPU Utilization (%)   Memory    Utilization (%)
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
-#   2  Online            34      1          0       512         9         59
+#   2  Online            33      1          0       512         9         59
 #   3  Online            38      1          0       512         9         59
 #   4  Online            35      1          0       512         9         59
 #   5  Empty           
 # 

Index: hub.elr.onenet.net
===================================================================
retrieving revision 1.2265
diff -u -4 -r1.2265 hub.elr.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 75 days, 22 hours, 27 minutes, 23 seconds
+#       Selected for           : 75 days, 23 hours, 26 minutes, 27 seconds
 #       Selected since         : 2011-02-22 16:33:48 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 75 days, 22 hours, 27 minutes, 12 seconds
+#       Selected for           : 75 days, 23 hours, 26 minutes, 16 seconds
 #       Selected since         : 2011-02-22 16:33:59 CST
 # 
 # {master}
 # grnoc-mon at EL-RENO-M120-RE0> show chassis environment 

Index: hub.woo.onenet.net
===================================================================
retrieving revision 1.1565
diff -u -4 -r1.1565 hub.woo.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 54 days, 21 hours, 38 minutes, 59 seconds
+#       Selected for           : 55 days, 22 hours, 39 minutes, 1 second
 #       Selected since         : 2011-03-14 18:21:29 CDT
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 54 days, 21 hours, 38 minutes, 48 seconds
+#       Selected for           : 55 days, 22 hours, 38 minutes, 50 seconds
 #       Selected since         : 2011-03-14 18:21:40 CDT
 # 
 # {master}
 # grnoc-mon at WOODWARD-M120-RE0> show chassis environment 
@@ -186,9 +186,9 @@
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
 #   2  Online            42      1          0       512         9         59
-#   3  Online            45      1          0       512         9         59
+#   3  Online            45      2          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}

Index: hub.wil.onenet.net
===================================================================
retrieving revision 1.2334
diff -u -4 -r1.2334 hub.wil.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 81 days, 1 hour, 51 minutes, 55 seconds
+#       Selected for           : 81 days, 2 hours, 51 minutes
 #       Selected since         : 2011-02-17 13:09:29 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 81 days, 1 hour, 51 minutes, 42 seconds
+#       Selected for           : 81 days, 2 hours, 50 minutes, 47 seconds
 #       Selected since         : 2011-02-17 13:09:42 CST
 # 
 # {master}
 # grnoc-mon at WILBURTON-M120-RE0> show chassis environment 

Index: hub.mca.onenet.net
===================================================================
retrieving revision 1.3093
diff -u -4 -r1.3093 hub.mca.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 82 days, 20 hours, 9 minutes, 21 seconds
+#       Selected for           : 82 days, 21 hours, 8 minutes, 25 seconds
 #       Selected since         : 2011-02-15 18:51:54 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 82 days, 20 hours, 9 minutes, 9 seconds
+#       Selected for           : 82 days, 21 hours, 8 minutes, 13 seconds
 #       Selected since         : 2011-02-15 18:52:06 CST
 # 
 # {master}
 # grnoc-mon at MCALESTER-M120-RE0> show chassis environment 
@@ -183,9 +183,9 @@
 #                      Temp  CPU Utilization (%)   Memory    Utilization (%)
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
-#   2  Online            35      2          0       512         9         59
+#   2  Online            35      1          0       512         9         59
 #   3  Online            38      2          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 
@@ -361,10 +361,10 @@
 #t1-2/0/2:17.0 up up
 #t1-2/0/2:18 up up
 #t1-2/0/2:18.0 up up
 #t1-2/0/2:19 up down
-#t1-2/0/2:20 up down
-#t1-2/0/2:20.0 up down
+#t1-2/0/2:20 up up
+#t1-2/0/2:20.0 up up
 #t1-2/0/2:21 up down
 #t1-2/0/2:22 up up
 #t1-2/0/2:22.0 up up
 #t1-2/0/2:23 up up

Index: hub.ida.onenet.net
===================================================================
retrieving revision 1.2476
diff -u -4 -r1.2476 hub.ida.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 81 days, 18 hours, 27 minutes, 52 seconds
+#       Selected for           : 81 days, 19 hours, 26 minutes, 56 seconds
 #       Selected since         : 2011-02-16 20:33:21 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 81 days, 18 hours, 28 minutes, 1 second
+#       Selected for           : 81 days, 19 hours, 27 minutes, 5 seconds
 #       Selected since         : 2011-02-16 20:33:12 CST
 # 
 # {master}
 # grnoc-mon at IDABEL-M120-RE0> show chassis environment 
@@ -183,9 +183,9 @@
 #                      Temp  CPU Utilization (%)   Memory    Utilization (%)
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
-#   2  Online            30      1          0       512         9         59
+#   2  Online            30      2          0       512         9         59
 #   3  Online            33      2          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 

Index: hub.say.onenet.net
===================================================================
retrieving revision 1.3097
diff -u -4 -r1.3097 hub.say.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 69 days, 3 hours, 21 minutes, 42 seconds
+#       Selected for           : 69 days, 4 hours, 20 minutes, 46 seconds
 #       Selected since         : 2011-03-01 11:39:39 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 69 days, 3 hours, 21 minutes, 31 seconds
+#       Selected for           : 69 days, 4 hours, 20 minutes, 35 seconds
 #       Selected since         : 2011-03-01 11:39:50 CST
 # 
 # {master}
 # grnoc-mon at SAYRE-M120-RE0> show chassis environment 

Index: hub.wea.onenet.net
===================================================================
retrieving revision 1.1551
diff -u -4 -r1.1551 hub.wea.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 68 days, 23 hours, 45 minutes, 30 seconds
+#       Selected for           : 69 days, 44 minutes, 35 seconds
 #       Selected since         : 2011-03-01 15:15:55 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 68 days, 23 hours, 45 minutes, 19 seconds
+#       Selected for           : 69 days, 44 minutes, 24 seconds
 #       Selected since         : 2011-03-01 15:16:06 CST
 # 
 # {master}
 # grnoc-mon at WEATHERFORD-M120-RE0> show chassis environment 

Index: hub.tis.onenet.net
===================================================================
retrieving revision 1.2261
diff -u -4 -r1.2261 hub.tis.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 23 days, 10 hours, 43 minutes, 47 seconds
+#       Selected for           : 23 days, 11 hours, 42 minutes, 52 seconds
 #       Selected since         : 2011-04-16 05:17:34 CDT
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 23 days, 10 hours, 44 minutes, 14 seconds
+#       Selected for           : 23 days, 11 hours, 43 minutes, 19 seconds
 #       Selected since         : 2011-04-16 05:17:07 CDT
 # 
 # {master}
 # grnoc-mon at TISHOMINGO-M120-RE0> show chassis environment 
@@ -183,10 +183,10 @@
 #                      Temp  CPU Utilization (%)   Memory    Utilization (%)
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
-#   2  Online            27      1          0       512         9         59
-#   3  Online            30      1          0       512         9         59
+#   2  Online            27      2          0       512         9         59
+#   3  Online            30      2          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}

Index: hub.war.onenet.net
===================================================================
retrieving revision 1.1700
diff -u -4 -r1.1700 hub.war.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 62 days, 20 hours, 44 minutes, 42 seconds
+#       Selected for           : 62 days, 21 hours, 43 minutes, 48 seconds
 #       Selected since         : 2011-03-07 18:16:40 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 62 days, 20 hours, 44 minutes, 29 seconds
+#       Selected for           : 62 days, 21 hours, 43 minutes, 35 seconds
 #       Selected since         : 2011-03-07 18:16:53 CST
 # 
 # {master}
 # grnoc-mon at WARNER-M120-RE0> show chassis environment 

Index: hub.sal.onenet.net
===================================================================
retrieving revision 1.2066
diff -u -4 -r1.2066 hub.sal.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 23 days, 1 hour, 28 minutes, 11 seconds
+#       Selected for           : 23 days, 2 hours, 27 minutes, 14 seconds
 #       Selected since         : 2011-04-16 14:33:10 CDT
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 23 days, 1 hour, 28 minutes, 17 seconds
+#       Selected for           : 23 days, 2 hours, 27 minutes, 20 seconds
 #       Selected since         : 2011-04-16 14:33:04 CDT
 # 
 # {master}
 # grnoc-mon at SALLISAW-M120-RE0> show chassis environment 
@@ -186,10 +186,10 @@
 #                      Temp  CPU Utilization (%)   Memory    Utilization (%)
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
-#   2  Online            32      2          0       512         9         59
-#   3  Online            35      3          0       512         9         59
+#   2  Online            32      1          0       512         9         59
+#   3  Online            35      1          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}

Index: core2.tul-mx960.onenet.net
===================================================================
retrieving revision 1.15
diff -u -4 -r1.15 core2.tul-mx960.onenet.net
@@ -1,13 +1,13 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TULSA-CORE2-MX960-RE0> show system commit 
+#   2011-05-09 17:00:12 CDT by jeremyt via cli commit synchronize
 #   2011-04-27 00:23:21 CDT by admin via cli commit synchronize
 #   2011-04-27 00:23:00 CDT by admin via cli commit confirmed, rollback in 2mins synchronize
 #   2011-04-26 22:38:57 CDT by admin via cli commit synchronize
 #   2011-04-22 06:09:56 CDT by jeremyt via cli commit confirmed, rollback in 2mins synchronize
 #   2011-04-22 05:45:24 CDT by jeremyt via cli commit synchronize
-#   2011-04-22 05:40:15 CDT by jeremyt via cli commit synchronize
 # grnoc-mon at TULSA-CORE2-MX960-RE0> show chassis clocks 
 # grnoc-mon at TULSA-CORE2-MX960-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -346,9 +346,9 @@
 # {master}
 # grnoc-mon at TULSA-CORE2-MX960-RE0> show system uptime 
 # System booted: 2011-03-24 15:59 CDT 
 # Protocols started: 2011-04-22 05:58 CDT 
-# Last configured: 2011-04-27 00:23 CDT  by admin
+# Last configured: 2011-05-09 17:00 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at TULSA-CORE2-MX960-RE0> show interface terse 
 #Interface Admin Link
@@ -426,9 +426,9 @@
 #pip0 up up
 #pp0 up up
 #tap up up
 # grnoc-mon at TULSA-CORE2-MX960-RE0> show configuration 
-## Last commit: 2011-04-27 00:23:21 CDT by admin
+## Last commit: 2011-05-09 17:00:12 CDT by jeremyt
 version 10.4R3.4;
 groups {
     re0 {
         system {
@@ -972,10 +972,10 @@
         class network-control queue-num 3;
     }
     interfaces {
         all {
+            scheduler-map sch-map;
             unit * {
-                scheduler-map sch-map;
                 classifiers {
                     dscp dscp-default;
                 }
             }

Index: core4.tul-mx480.onenet.net
===================================================================
retrieving revision 1.36
diff -u -4 -r1.36 core4.tul-mx480.onenet.net
@@ -1,13 +1,13 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show system commit 
+#   2011-05-09 17:00:37 CDT by jeremyt via cli commit synchronize
 #   2011-04-29 14:38:26 CDT by admin via cli commit synchronize
 #   2011-04-29 13:10:04 CDT by todd via cli commit synchronize
 #   2011-04-29 04:54:36 CDT by von via cli commit synchronize
 #   2011-04-29 04:53:01 CDT by von via cli commit synchronize
 #   2011-04-29 04:07:38 CDT by von via cli commit synchronize
-#   2011-04-29 02:37:31 CDT by von via cli commit synchronize
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show chassis clocks 
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -319,9 +319,9 @@
 # {master}
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show system uptime 
 # System booted: 2011-03-24 15:24 CDT 
 # Protocols started: 2011-03-24 15:25 CDT 
-# Last configured: 2011-04-29 14:38 CDT  by admin
+# Last configured: 2011-05-09 17:00 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show interface terse 
 #Interface Admin Link
@@ -419,9 +419,9 @@
 #pip0 up up
 #pp0 up up
 #tap up up
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show configuration 
-## Last commit: 2011-04-29 14:38:26 CDT by admin
+## Last commit: 2011-05-09 17:00:37 CDT by jeremyt
 version 10.4R3.4;
 groups {
     re0 {
         system {
@@ -1776,10 +1776,10 @@
         class network-control queue-num 3;
     }
     interfaces {
         all {
+            scheduler-map sch-map;
             unit * {
-                scheduler-map sch-map;
                 classifiers {
                     dscp dscp-default;
                 }
             }

Index: hub.ada.onenet.net
===================================================================
retrieving revision 1.2448
diff -u -4 -r1.2448 hub.ada.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 73 days, 18 hours, 49 minutes, 39 seconds
+#       Selected for           : 73 days, 18 hours, 50 minutes, 41 seconds
 #       Selected since         : 2011-02-24 21:10:29 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 73 days, 18 hours, 49 minutes, 47 seconds
+#       Selected for           : 73 days, 18 hours, 50 minutes, 49 seconds
 #       Selected since         : 2011-02-24 21:10:21 CST
 # 
 # {master}
 # grnoc-mon at ADA-M120-RE0> show chassis environment 
@@ -190,9 +190,9 @@
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
 #   2  Online            29      2          0       512         9         59
-#   3  Online            33      3          0       512         9         59
+#   3  Online            33      2          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}

Index: hub.alt.onenet.net
===================================================================
retrieving revision 1.1791
diff -u -4 -r1.1791 hub.alt.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 31 days, 7 hours, 45 minutes, 9 seconds
+#       Selected for           : 31 days, 7 hours, 46 minutes, 11 seconds
 #       Selected since         : 2011-04-08 09:15:02 CDT
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 31 days, 7 hours, 44 minutes, 52 seconds
+#       Selected for           : 31 days, 7 hours, 45 minutes, 54 seconds
 #       Selected since         : 2011-04-08 09:15:19 CDT
 # 
 # {master}
 # grnoc-mon at ALTUS-M120-RE0> show chassis environment 
@@ -185,10 +185,10 @@
 #                      Temp  CPU Utilization (%)   Memory    Utilization (%)
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
-#   2  Online            36      2          0       512         9         59
-#   3  Online            39      1          0       512         9         59
+#   2  Online            36      1          0       512         9         59
+#   3  Online            39      2          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}

Index: hub.bar.onenet.net
===================================================================
retrieving revision 1.1985
diff -u -4 -r1.1985 hub.bar.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 72 days, 56 minutes, 12 seconds
+#       Selected for           : 73 days, 1 hour, 57 minutes, 14 seconds
 #       Selected since         : 2011-02-25 14:03:59 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 72 days, 56 minutes, 2 seconds
+#       Selected for           : 73 days, 1 hour, 57 minutes, 4 seconds
 #       Selected since         : 2011-02-25 14:04:09 CST
 # 
 # {master}
 # grnoc-mon at BARTLESVILLE-M120-RE0> show chassis environment 
@@ -186,9 +186,9 @@
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
 #   2  Online            25      1          0       512         9         59
-#   3  Online            28      2          0       512         9         59
+#   3  Online            28      3          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}

Index: hub.chi.onenet.net
===================================================================
retrieving revision 1.2286
diff -u -4 -r1.2286 hub.chi.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 83 days, 23 hours, 12 minutes, 53 seconds
+#       Selected for           : 83 days, 23 hours, 13 minutes, 55 seconds
 #       Selected since         : 2011-02-14 16:47:18 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 83 days, 23 hours, 12 minutes, 41 seconds
+#       Selected for           : 83 days, 23 hours, 13 minutes, 43 seconds
 #       Selected since         : 2011-02-14 16:47:30 CST
 # 
 # {master}
 # grnoc-mon at CHICKASHA-M120-RE0> show chassis environment 
@@ -184,9 +184,9 @@
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
 #   2  Online            28      1          0       512         9         59
-#   3  Online            31      1          0       512         9         59
+#   3  Online            32      1          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}

Index: hub.dur.onenet.net
===================================================================
retrieving revision 1.1948
diff -u -4 -r1.1948 hub.dur.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 80 days, 21 hours, 45 minutes, 30 seconds
+#       Selected for           : 80 days, 21 hours, 46 minutes, 30 seconds
 #       Selected since         : 2011-02-17 18:14:44 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 80 days, 21 hours, 46 minutes
+#       Selected for           : 80 days, 21 hours, 47 minutes
 #       Selected since         : 2011-02-17 18:14:14 CST
 # 
 # {master}
 # grnoc-mon at DURANT-M120-RE0> show chassis environment 
@@ -183,10 +183,10 @@
 #                      Temp  CPU Utilization (%)   Memory    Utilization (%)
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
-#   2  Online            26      2          0       512        10         59
-#   3  Online            29      2          0       512        10         59
+#   2  Online            26      1          0       512        10         59
+#   3  Online            29      1          0       512        10         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}

Index: hub.dunc.onenet.net
===================================================================
retrieving revision 1.1607
diff -u -4 -r1.1607 hub.dunc.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 59 days, 3 hours, 11 minutes, 25 seconds
+#       Selected for           : 60 days, 4 hours, 12 minutes, 27 seconds
 #       Selected since         : 2011-03-10 11:48:46 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 59 days, 3 hours, 11 minutes, 13 seconds
+#       Selected for           : 60 days, 4 hours, 12 minutes, 15 seconds
 #       Selected since         : 2011-03-10 11:48:58 CST
 # 
 # {master}
 # grnoc-mon at DUNCAN-M120-RE0> show chassis environment 

Index: core3.tul-m120.onenet.net
===================================================================
retrieving revision 1.931
diff -u -4 -r1.931 core3.tul-m120.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 22 days, 20 hours, 7 seconds
+#       Selected for           : 22 days, 20 hours, 1 minute, 9 seconds
 #       Selected since         : 2011-04-16 21:00:00 CDT
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 22 days, 20 hours, 2 minutes, 36 seconds
+#       Selected for           : 22 days, 20 hours, 3 minutes, 38 seconds
 #       Selected since         : 2011-04-16 20:57:31 CDT
 # 
 # {master}
 # grnoc-mon at TULSA-CORE-3-M120-RE0> show chassis environment 
@@ -226,12 +226,12 @@
 # grnoc-mon at TULSA-CORE-3-M120-RE0> show chassis ssb 
 # grnoc-mon at TULSA-CORE-3-M120-RE0> show chassis feb 
 #                      Temp  CPU Utilization (%)   Memory    Utilization (%)
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
-#   0  Online            37      1          0       512        21         59
-#   1  Online            36      1          0       512        21         59
-#   2  Online            34      3          0       512        21         59
-#   3  Online            38      1          0       512        21         59
+#   0  Online            37      2          0       512        21         59
+#   1  Online            36      2          0       512        21         59
+#   2  Online            34      2          0       512        21         59
+#   3  Online            38      3          0       512        21         59
 #   4  Online            35      1          0       512         9         59
 #   5  Empty           
 # 
 # {master}

Index: hub.goo.onenet.net
===================================================================
retrieving revision 1.1866
diff -u -4 -r1.1866 hub.goo.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 24 days, 4 hours, 59 minutes, 17 seconds
+#       Selected for           : 24 days, 5 hours, 16 seconds
 #       Selected since         : 2011-04-15 12:01:00 CDT
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 24 days, 4 hours, 59 minutes, 25 seconds
+#       Selected for           : 24 days, 5 hours, 24 seconds
 #       Selected since         : 2011-04-15 12:00:52 CDT
 # 
 # {master}
 # grnoc-mon at GOODWELL-M120-RE0> show chassis environment 
@@ -186,9 +186,9 @@
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
 #   2  Online            29      1          0       512         9         59
-#   3  Online            33      1          0       512         9         59
+#   3  Online            33      2          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}

Index: hub.elr.onenet.net
===================================================================
retrieving revision 1.2266
diff -u -4 -r1.2266 hub.elr.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 75 days, 23 hours, 26 minutes, 27 seconds
+#       Selected for           : 75 days, 23 hours, 27 minutes, 26 seconds
 #       Selected since         : 2011-02-22 16:33:48 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 75 days, 23 hours, 26 minutes, 16 seconds
+#       Selected for           : 75 days, 23 hours, 27 minutes, 15 seconds
 #       Selected since         : 2011-02-22 16:33:59 CST
 # 
 # {master}
 # grnoc-mon at EL-RENO-M120-RE0> show chassis environment 
@@ -186,9 +186,9 @@
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
 #   2  Online            23      1          0       512         9         59
-#   3  Online            26      1          0       512         9         59
+#   3  Online            26      2          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}

Index: hub.ida.onenet.net
===================================================================
retrieving revision 1.2477
diff -u -4 -r1.2477 hub.ida.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 81 days, 19 hours, 26 minutes, 56 seconds
+#       Selected for           : 81 days, 19 hours, 27 minutes, 55 seconds
 #       Selected since         : 2011-02-16 20:33:21 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 81 days, 19 hours, 27 minutes, 5 seconds
+#       Selected for           : 81 days, 19 hours, 28 minutes, 4 seconds
 #       Selected since         : 2011-02-16 20:33:12 CST
 # 
 # {master}
 # grnoc-mon at IDABEL-M120-RE0> show chassis environment 
@@ -184,9 +184,9 @@
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
 #   2  Online            30      2          0       512         9         59
-#   3  Online            33      2          0       512         9         59
+#   3  Online            33      1          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}

Index: hub.mus.onenet.net
===================================================================
retrieving revision 1.1828
diff -u -4 -r1.1828 hub.mus.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 63 days, 2 hours, 46 minutes, 19 seconds
+#       Selected for           : 63 days, 2 hours, 47 minutes, 20 seconds
 #       Selected since         : 2011-03-07 13:14:00 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 63 days, 2 hours, 46 minutes, 6 seconds
+#       Selected for           : 63 days, 2 hours, 47 minutes, 7 seconds
 #       Selected since         : 2011-03-07 13:14:13 CST
 # 
 # {master}
 # grnoc-mon at MUSKOGEE-M120-RE0> show chassis environment 
@@ -188,10 +188,10 @@
 #                      Temp  CPU Utilization (%)   Memory    Utilization (%)
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
-#   2  Online            32      2          0       512         9         59
-#   3  Online            35      1          0       512         9         59
+#   2  Online            31      1          0       512         9         59
+#   3  Online            35      2          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}

Index: hub.lawm120.onenet.net
===================================================================
retrieving revision 1.1931
diff -u -4 -r1.1931 hub.lawm120.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 74 days, 19 hours, 22 minutes, 47 seconds
+#       Selected for           : 74 days, 19 hours, 23 minutes, 47 seconds
 #       Selected since         : 2011-02-23 20:37:32 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 74 days, 19 hours, 22 minutes, 35 seconds
+#       Selected for           : 74 days, 19 hours, 23 minutes, 35 seconds
 #       Selected since         : 2011-02-23 20:37:44 CST
 # 
 # {master}
 # grnoc-mon at LAWTON-M120-RE0> show chassis environment 

Index: hub.okm.onenet.net
===================================================================
retrieving revision 1.1960
diff -u -4 -r1.1960 hub.okm.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 48 days, 6 hours, 17 minutes, 13 seconds
+#       Selected for           : 48 days, 6 hours, 18 minutes, 14 seconds
 #       Selected since         : 2011-03-22 10:43:09 CDT
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 48 days, 6 hours, 17 minutes, 19 seconds
+#       Selected for           : 48 days, 6 hours, 18 minutes, 20 seconds
 #       Selected since         : 2011-03-22 10:43:03 CDT
 # 
 # {master}
 # grnoc-mon at OKMULGEE-M120-RE0> show chassis environment 

Index: hub.alv.onenet.net
===================================================================
retrieving revision 1.1736
diff -u -4 -r1.1736 hub.alv.onenet.net
@@ -12,17 +12,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 23 days, 20 hours, 23 minutes, 4 seconds
+#       Selected for           : 23 days, 20 hours, 24 minutes, 6 seconds
 #       Selected since         : 2011-04-15 20:37:07 CDT
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 23 days, 20 hours, 23 minutes, 39 seconds
+#       Selected for           : 23 days, 20 hours, 24 minutes, 41 seconds
 #       Selected since         : 2011-04-15 20:36:32 CDT
 # 
 # {master}
 # grnoc-mon at ALVA-M120-RE0> show chassis environment 
@@ -186,10 +186,10 @@
 #                      Temp  CPU Utilization (%)   Memory    Utilization (%)
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
-#   2  Online            29      1          0       512         9         59
-#   3  Online            32      1          0       512         9         59
+#   2  Online            29      2          0       512         9         59
+#   3  Online            32      2          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}

Index: hub.pot.onenet.net
===================================================================
retrieving revision 1.2483
diff -u -4 -r1.2483 hub.pot.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 81 days, 20 hours, 33 minutes, 44 seconds
+#       Selected for           : 81 days, 20 hours, 34 minutes, 44 seconds
 #       Selected since         : 2011-02-16 19:26:40 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 81 days, 20 hours, 33 minutes, 32 seconds
+#       Selected for           : 81 days, 20 hours, 34 minutes, 32 seconds
 #       Selected since         : 2011-02-16 19:26:52 CST
 # 
 # {master}
 # grnoc-mon at POTEAU-M120-RE0> show chassis environment 

Index: hub.end.onenet.net
===================================================================
retrieving revision 1.1617
diff -u -4 -r1.1617 hub.end.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 54 days, 21 hours, 24 minutes, 34 seconds
+#       Selected for           : 54 days, 21 hours, 25 minutes, 33 seconds
 #       Selected since         : 2011-03-15 19:35:42 CDT
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 54 days, 21 hours, 24 minutes, 24 seconds
+#       Selected for           : 54 days, 21 hours, 25 minutes, 23 seconds
 #       Selected since         : 2011-03-15 19:35:52 CDT
 # 
 # {master}
 # grnoc-mon at ENID-M120-RE0> show chassis environment 
@@ -185,10 +185,10 @@
 #                      Temp  CPU Utilization (%)   Memory    Utilization (%)
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
-#   2  Online            38      2          0       512         9         59
-#   3  Online            40      1          0       512         9         59
+#   2  Online            38      1          0       512         9         59
+#   3  Online            40      2          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}

Index: hub.say.onenet.net
===================================================================
retrieving revision 1.3098
diff -u -4 -r1.3098 hub.say.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 69 days, 4 hours, 20 minutes, 46 seconds
+#       Selected for           : 69 days, 4 hours, 21 minutes, 46 seconds
 #       Selected since         : 2011-03-01 11:39:39 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 69 days, 4 hours, 20 minutes, 35 seconds
+#       Selected for           : 69 days, 4 hours, 21 minutes, 35 seconds
 #       Selected since         : 2011-03-01 11:39:50 CST
 # 
 # {master}
 # grnoc-mon at SAYRE-M120-RE0> show chassis environment 

Index: hub.ton.onenet.net
===================================================================
retrieving revision 1.1620
diff -u -4 -r1.1620 hub.ton.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 62 days, 1 hour, 16 minutes, 45 seconds
+#       Selected for           : 62 days, 1 hour, 17 minutes, 46 seconds
 #       Selected since         : 2011-03-08 14:43:42 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 62 days, 1 hour, 16 minutes, 34 seconds
+#       Selected for           : 62 days, 1 hour, 17 minutes, 35 seconds
 #       Selected since         : 2011-03-08 14:43:53 CST
 # 
 # {master}
 # grnoc-mon at TONKAWA-M120-RE0> show chassis environment 
@@ -206,10 +206,10 @@
 #                      Temp  CPU Utilization (%)   Memory    Utilization (%)
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
-#   2  Online            36      2          0       512         9         59
-#   3  Online            40      1          0       512         9         59
+#   2  Online            36      1          0       512         9         59
+#   3  Online            40      2          0       512         9         59
 #   4  Online            38      1          0       512         9         59
 #   5  Empty           
 # 
 # {master}

Index: hub.wil.onenet.net
===================================================================
retrieving revision 1.2335
diff -u -4 -r1.2335 hub.wil.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 81 days, 2 hours, 51 minutes
+#       Selected for           : 81 days, 2 hours, 52 minutes, 1 second
 #       Selected since         : 2011-02-17 13:09:29 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 81 days, 2 hours, 50 minutes, 47 seconds
+#       Selected for           : 81 days, 2 hours, 51 minutes, 48 seconds
 #       Selected since         : 2011-02-17 13:09:42 CST
 # 
 # {master}
 # grnoc-mon at WILBURTON-M120-RE0> show chassis environment 
@@ -186,9 +186,9 @@
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
 #   2  Online            39      1          0       512         9         59
-#   3  Online            43      1          0       512         9         59
+#   3  Online            43      2          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}

Index: hub.woo.onenet.net
===================================================================
retrieving revision 1.1565
diff -u -4 -r1.1565 hub.woo.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 54 days, 21 hours, 38 minutes, 59 seconds
+#       Selected for           : 55 days, 22 hours, 40 minutes, 2 seconds
 #       Selected since         : 2011-03-14 18:21:29 CDT
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 54 days, 21 hours, 38 minutes, 48 seconds
+#       Selected for           : 55 days, 22 hours, 39 minutes, 51 seconds
 #       Selected since         : 2011-03-14 18:21:40 CDT
 # 
 # {master}
 # grnoc-mon at WOODWARD-M120-RE0> show chassis environment 
@@ -186,9 +186,9 @@
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
 #   2  Online            42      1          0       512         9         59
-#   3  Online            45      1          0       512         9         59
+#   3  Online            45      2          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}

Index: hub.wea.onenet.net
===================================================================
retrieving revision 1.1552
diff -u -4 -r1.1552 hub.wea.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 69 days, 44 minutes, 35 seconds
+#       Selected for           : 69 days, 45 minutes, 36 seconds
 #       Selected since         : 2011-03-01 15:15:55 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 69 days, 44 minutes, 24 seconds
+#       Selected for           : 69 days, 45 minutes, 25 seconds
 #       Selected since         : 2011-03-01 15:16:06 CST
 # 
 # {master}
 # grnoc-mon at WEATHERFORD-M120-RE0> show chassis environment 

Index: hub.tah.onenet.net
===================================================================
retrieving revision 1.1716
diff -u -4 -r1.1716 hub.tah.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 60 days, 20 hours, 2 minutes, 19 seconds
+#       Selected for           : 60 days, 20 hours, 3 minutes, 19 seconds
 #       Selected since         : 2011-03-09 19:58:07 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 60 days, 20 hours, 2 minutes, 10 seconds
+#       Selected for           : 60 days, 20 hours, 3 minutes, 10 seconds
 #       Selected since         : 2011-03-09 19:58:16 CST
 # 
 # {master}
 # grnoc-mon at TAHLEQUAH-M120-RE0> show chassis environment 

Index: hub.mia.onenet.net
===================================================================
retrieving revision 1.1560
diff -u -4 -r1.1560 hub.mia.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 67 days, 9 hours, 50 minutes, 6 seconds
+#       Selected for           : 70 days, 1 hour, 51 minutes, 8 seconds
 #       Selected since         : 2011-02-28 14:10:11 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 67 days, 9 hours, 49 minutes, 54 seconds
+#       Selected for           : 70 days, 1 hour, 50 minutes, 56 seconds
 #       Selected since         : 2011-02-28 14:10:23 CST
 # 
 # {master}
 # grnoc-mon at MIAMI-M120-RE0> show chassis environment 
@@ -186,10 +186,10 @@
 #                      Temp  CPU Utilization (%)   Memory    Utilization (%)
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
-#   2  Online            39      1          0       512         9         59
-#   3  Online            41      1          0       512         9         59
+#   2  Online            34      1          0       512         9         59
+#   3  Online            37      1          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}

Index: core3.okc-m120.onenet.net
===================================================================
retrieving revision 1.932
diff -u -4 -r1.932 core3.okc-m120.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 22 days, 20 hours, 22 minutes, 16 seconds
+#       Selected for           : 22 days, 20 hours, 23 minutes, 18 seconds
 #       Selected since         : 2011-04-16 20:37:51 CDT
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 22 days, 20 hours, 24 minutes, 51 seconds
+#       Selected for           : 22 days, 20 hours, 25 minutes, 53 seconds
 #       Selected since         : 2011-04-16 20:35:16 CDT
 # 
 # {master}
 # grnoc-mon at OKC-CORE3-M120-RE0> show chassis environment 
@@ -267,12 +267,12 @@
 # grnoc-mon at OKC-CORE3-M120-RE0> show chassis ssb 
 # grnoc-mon at OKC-CORE3-M120-RE0> show chassis feb 
 #                      Temp  CPU Utilization (%)   Memory    Utilization (%)
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
-#   0  Online            31      1          0       512        22         59
-#   1  Online            31      1          0       512        22         59
+#   0  Online            31      3          0       512        22         59
+#   1  Online            31      2          0       512        22         59
 #   2  Online            29      6          0       512        22         59
-#   3  Online            32      3          0       512        22         59
+#   3  Online            32      2          0       512        22         59
 #   4  Online            30      1          0       512         9         59
 #   5  Online            29      1          0       512         9         59
 # 
 # {master}

Index: hub.sal.onenet.net
===================================================================
retrieving revision 1.2067
diff -u -4 -r1.2067 hub.sal.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 23 days, 2 hours, 27 minutes, 14 seconds
+#       Selected for           : 23 days, 2 hours, 28 minutes, 14 seconds
 #       Selected since         : 2011-04-16 14:33:10 CDT
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 23 days, 2 hours, 27 minutes, 20 seconds
+#       Selected for           : 23 days, 2 hours, 28 minutes, 20 seconds
 #       Selected since         : 2011-04-16 14:33:04 CDT
 # 
 # {master}
 # grnoc-mon at SALLISAW-M120-RE0> show chassis environment 
@@ -187,9 +187,9 @@
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
 #   2  Online            32      1          0       512         9         59
-#   3  Online            35      1          0       512         9         59
+#   3  Online            35      2          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}

Index: hub.ard.onenet.net
===================================================================
retrieving revision 1.2234
diff -u -4 -r1.2234 hub.ard.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 73 days, 20 hours, 51 minutes, 52 seconds
+#       Selected for           : 73 days, 20 hours, 52 minutes, 54 seconds
 #       Selected since         : 2011-02-24 19:08:19 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 73 days, 20 hours, 52 minutes, 26 seconds
+#       Selected for           : 73 days, 20 hours, 53 minutes, 28 seconds
 #       Selected since         : 2011-02-24 19:07:45 CST
 # 
 # {master}
 # grnoc-mon at ARDMORE-M120-RE0> show chassis environment 
@@ -188,9 +188,9 @@
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
 #   2  Online            33      1          0       512         9         59
-#   3  Online            36      1          0       512         9         59
+#   3  Online            36      3          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}

Index: hub.cla.onenet.net
===================================================================
retrieving revision 1.1688
diff -u -4 -r1.1688 hub.cla.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 68 days, 21 hours, 36 minutes, 51 seconds
+#       Selected for           : 69 days, 22 hours, 37 minutes, 54 seconds
 #       Selected since         : 2011-02-28 17:23:19 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 68 days, 21 hours, 36 minutes, 42 seconds
+#       Selected for           : 69 days, 22 hours, 37 minutes, 45 seconds
 #       Selected since         : 2011-02-28 17:23:28 CST
 # 
 # {master}
 # grnoc-mon at CLAREMORE-M120-RE0> show chassis environment 
@@ -185,9 +185,9 @@
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
 #   2  Online            21      1          0       512         9         59
-#   3  Online            25      1          0       512         9         59
+#   3  Online            25      2          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}

Index: hub.mca.onenet.net
===================================================================
retrieving revision 1.3094
diff -u -4 -r1.3094 hub.mca.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 82 days, 21 hours, 8 minutes, 25 seconds
+#       Selected for           : 82 days, 21 hours, 9 minutes, 25 seconds
 #       Selected since         : 2011-02-15 18:51:54 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 82 days, 21 hours, 8 minutes, 13 seconds
+#       Selected for           : 82 days, 21 hours, 9 minutes, 13 seconds
 #       Selected since         : 2011-02-15 18:52:06 CST
 # 
 # {master}
 # grnoc-mon at MCALESTER-M120-RE0> show chassis environment 

Index: hub.war.onenet.net
===================================================================
retrieving revision 1.1701
diff -u -4 -r1.1701 hub.war.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 62 days, 21 hours, 43 minutes, 48 seconds
+#       Selected for           : 62 days, 21 hours, 44 minutes, 49 seconds
 #       Selected since         : 2011-03-07 18:16:40 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 62 days, 21 hours, 43 minutes, 35 seconds
+#       Selected for           : 62 days, 21 hours, 44 minutes, 36 seconds
 #       Selected since         : 2011-03-07 18:16:53 CST
 # 
 # {master}
 # grnoc-mon at WARNER-M120-RE0> show chassis environment 

Index: hub.sem.onenet.net
===================================================================
retrieving revision 1.2544
diff -u -4 -r1.2544 hub.sem.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 87 days, 21 hours, 55 minutes, 26 seconds
+#       Selected for           : 87 days, 21 hours, 56 minutes, 25 seconds
 #       Selected since         : 2011-02-10 18:05:00 CST
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 87 days, 21 hours, 55 minutes, 16 seconds
+#       Selected for           : 87 days, 21 hours, 56 minutes, 15 seconds
 #       Selected since         : 2011-02-10 18:05:10 CST
 # 
 # {master}
 # grnoc-mon at SEMINOLE-M120-RE0> show chassis environment 
@@ -183,10 +183,10 @@
 #                      Temp  CPU Utilization (%)   Memory    Utilization (%)
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
-#   2  Online            29      1          0       512         9         59
-#   3  Online            33      2          0       512         9         59
+#   2  Online            29      3          0       512         9         59
+#   3  Online            33      1          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}

Index: hub.tis.onenet.net
===================================================================
retrieving revision 1.2262
diff -u -4 -r1.2262 hub.tis.onenet.net
@@ -11,17 +11,17 @@
 # Clock Synchronization Status :
 #   Clock module on CB 0
 #     Current state            : master
 #     Current clock state      : internal
-#       Selected for           : 23 days, 11 hours, 42 minutes, 52 seconds
+#       Selected for           : 23 days, 11 hours, 43 minutes, 54 seconds
 #       Selected since         : 2011-04-16 05:17:34 CDT
 #       Deviation (in ppm)     : +0.00
 #       Last deviation (in ppm): +0.00
 # Clock Synchronization Status :
 #   Clock module on CB 1
 #     Current state            : backup
 #     Current clock state      : locked to master CB
-#       Selected for           : 23 days, 11 hours, 43 minutes, 19 seconds
+#       Selected for           : 23 days, 11 hours, 44 minutes, 21 seconds
 #       Selected since         : 2011-04-16 05:17:07 CDT
 # 
 # {master}
 # grnoc-mon at TISHOMINGO-M120-RE0> show chassis environment 
@@ -183,10 +183,10 @@
 #                      Temp  CPU Utilization (%)   Memory    Utilization (%)
 # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
 #   0  Empty           
 #   1  Empty           
-#   2  Online            27      2          0       512         9         59
-#   3  Online            30      2          0       512         9         59
+#   2  Online            27      1          0       512         9         59
+#   3  Online            30      1          0       512         9         59
 #   4  Empty           
 #   5  Empty           
 # 
 # {master}


More information about the Nocrancid mailing list