[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Wed Mar 30 15:00:55 CDT 2011


Index: configs/core13.okc.onenet.net
===================================================================
retrieving revision 1.987
diff -u -4 -r1.987 core13.okc.onenet.net
@@ -977,9 +977,9 @@
  !Port     Device Name   Device ID     Port ID    Neighbor State
  !----     -----------   ---------     -------    --------------
  !end show udld neighbors
  !
- ! Last configuration change at 13:08:07 extende Wed Mar 30 2011 by todd
+ ! Last configuration change at 14:03:42 extende Wed Mar 30 2011 by smclean
  ! NVRAM config last updated at 13:08:08 extende Wed Mar 30 2011 by todd
  !
  config-register 0x2102
  upgrade fpd auto
@@ -6428,10 +6428,11 @@
   ip route-cache flow
   mls qos trust dscp
  !
  interface Serial8/1.9/9:0
+  description Stuart Schools 
   mtu 7500
-  no ip address
+  ip address 10.10.10.9 255.255.255.0
   no ip redirects
   no ip proxy-arp
   ip route-cache flow
   shutdown
Index: configs/hub.ada.onenet.net
===================================================================
retrieving revision 1.1217
diff -u -4 -r1.1217 hub.ada.onenet.net
@@ -1,27 +1,27 @@
  # RANCID-CONTENT-TYPE: juniper
  #
  # grnoc-mon at ADA-M120-RE0> show system commit 
+ #   2011-03-30 14:30:56 CDT by von via cli commit synchronize
+ #   2011-03-30 14:27:15 CDT by von via cli commit synchronize
+ #   2011-03-30 14:24:00 CDT by von via cli commit synchronize
+ #   2011-03-30 14:12:30 CDT by von via cli commit synchronize
+ #   2011-03-30 14:11:13 CDT by von via cli commit synchronize
  #   2011-03-24 12:34:34 CDT by todd via cli commit synchronize
- #   2011-03-24 12:31:18 CDT by todd via cli commit synchronize
- #   2011-03-24 10:58:02 CDT by joe via cli commit synchronize
- #   2011-03-21 12:07:01 CDT by todd via cli commit synchronize
- #   2011-03-20 23:57:04 CDT by admin via cli commit synchronize
- #   2011-03-20 23:56:25 CDT by admin via cli commit confirmed, rollback in 1mins synchronize
  # grnoc-mon at ADA-M120-RE0> show chassis clocks 
  # Clock Synchronization Status :
  #   Clock module on CB 0
  #     Current state            : master
  #     Current clock state      : internal
- #       Selected for           : 33 days, 15 hours, 49 minutes, 37 seconds
+ #       Selected for           : 33 days, 16 hours, 49 minutes, 37 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           : 33 days, 15 hours, 49 minutes, 45 seconds
+ #       Selected for           : 33 days, 16 hours, 49 minutes, 45 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            25      2          0       512         9         59
- #   3  Online            28      2          0       512         9         59
+ #   2  Online            25      1          0       512         9         59
+ #   3  Online            28      3          0       512         9         59
  #   4  Empty           
  #   5  Empty           
  # 
  # {master}
@@ -326,9 +326,9 @@
  # {master}
  # grnoc-mon at ADA-M120-RE0> show system uptime 
  # System booted: 2011-02-24 21:08 CST 
  # Protocols started: 2011-02-24 21:11 CST 
- # Last configured: 2011-03-24 12:34 CDT  by todd
+ # Last configured: 2011-03-30 14:30 CDT  by von
  # 
  # {master}
  # grnoc-mon at ADA-M120-RE0> show interface terse 
  #Interface Admin Link
@@ -504,9 +504,9 @@
  #pime up up
  #pp0 up up
  #tap up up
  # grnoc-mon at ADA-M120-RE0> show configuration 
- ## Last commit: 2011-03-24 12:34:34 CDT by todd
+ ## Last commit: 2011-03-30 14:30:56 CDT by von
  version 10.4R2.6;
  groups {
      re0 {
          system {
@@ -837,8 +837,12 @@
          description DOH-PAULS-VALLEY-T1-CIR0000436;
          encapsulation cisco-hdlc;
          unit 0 {
              family inet {
+                 filter {
+                     input DOH-VIDEO;
+                     output DOH-VIDEO;
+                 }
                  address 172.23.3.137/30;
              }
          }
      }
@@ -1730,10 +1734,10 @@
              buffer-size percent 5;
              priority high;
          }
          video-sch {
-             transmit-rate percent 5;
-             buffer-size percent 5;
+             transmit-rate percent 20;
+             buffer-size percent 20;
              priority high;
          }
          network-control-sch {
              transmit-rate percent 5;
@@ -1848,7 +1852,40 @@
                      reject;
                  }
              }
          }
+         filter DOH-VIDEO {
+             term 1 {
+                 from {
+                     source-address {
+                         156.110.34.134/32;
+                     }
+                     destination-address {
+                         0.0.0.0/0;
+                     }
+                 }
+                 then {
+                     forwarding-class video;
+                     accept;
+                 }
+             }
+             term 2 {
+                 from {
+                     source-address {
+                         0.0.0.0/0;
+                     }
+                     destination-address {
+                         156.110.34.134/32;
+                     }
+                 }
+                 then {
+                     forwarding-class video;
+                     accept;
+                 }
+             }
+             term 3 {
+                 then accept;
+             }
+         }
      }
  }
  {master}
Index: configs/hub.alt.onenet.net
===================================================================
retrieving revision 1.568
diff -u -4 -r1.568 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           : 19 days, 18 hours, 19 minutes
+ #       Selected for           : 19 days, 19 hours, 18 minutes, 59 seconds
  #       Selected since         : 2011-03-10 18:41: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           : 19 days, 18 hours, 18 minutes, 39 seconds
+ #       Selected for           : 19 days, 19 hours, 18 minutes, 38 seconds
  #       Selected since         : 2011-03-10 18:41:28 CST
  # 
  # {master}
  # grnoc-mon at ALTUS-M120-RE0> show chassis environment 
Index: configs/hub.alv.onenet.net
===================================================================
retrieving revision 1.497
diff -u -4 -r1.497 hub.alv.onenet.net
@@ -11,17 +11,17 @@
  # Clock Synchronization Status :
  #   Clock module on CB 0
  #     Current state            : master
  #     Current clock state      : internal
- #       Selected for           : 14 days, 20 hours, 42 minutes, 55 seconds
+ #       Selected for           : 14 days, 21 hours, 42 minutes, 55 seconds
  #       Selected since         : 2011-03-15 17:17:12 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           : 14 days, 20 hours, 40 minutes, 4 seconds
+ #       Selected for           : 14 days, 21 hours, 40 minutes, 4 seconds
  #       Selected since         : 2011-03-15 17:20:03 CDT
  # 
  # {master}
  # grnoc-mon at ALVA-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            31      2          0       512         9         59
- #   3  Online            35      1          0       512         9         59
+ #   2  Online            31      1          0       512         9         59
+ #   3  Online            34      1          0       512         9         59
  #   4  Empty           
  #   5  Empty           
  # 
  # {master}
Index: configs/hub.ard.onenet.net
===================================================================
retrieving revision 1.993
diff -u -4 -r1.993 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           : 33 days, 17 hours, 51 minutes, 48 seconds
+ #       Selected for           : 33 days, 18 hours, 51 minutes, 47 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           : 33 days, 17 hours, 52 minutes, 22 seconds
+ #       Selected for           : 33 days, 18 hours, 52 minutes, 21 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      2          0       512         9         59
- #   3  Online            35      2          0       512         9         59
+ #   2  Online            32      1          0       512         9         59
+ #   3  Online            35      3          0       512         9         59
  #   4  Empty           
  #   5  Empty           
  # 
  # {master}
Index: configs/hub.bar.onenet.net
===================================================================
retrieving revision 1.796
diff -u -4 -r1.796 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           : 32 days, 22 hours, 56 minutes, 8 seconds
+ #       Selected for           : 32 days, 23 hours, 56 minutes, 7 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           : 32 days, 22 hours, 55 minutes, 58 seconds
+ #       Selected for           : 32 days, 23 hours, 55 minutes, 57 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            27      1          0       512        16         59
+ #   2  Online            28      1          0       512        16         59
  #   3  Online            30      2          0       512        16         59
  #   4  Empty           
  #   5  Empty           
  # 
Index: configs/hub.chi.onenet.net
===================================================================
retrieving revision 1.1050
diff -u -4 -r1.1050 hub.chi.onenet.net
@@ -1,27 +1,27 @@
  # RANCID-CONTENT-TYPE: juniper
  #
  # grnoc-mon at CHICKASHA-M120-RE0> show system commit 
+ #   2011-03-30 14:51:49 CDT by von via cli commit synchronize
+ #   2011-03-30 14:45:24 CDT by von via cli commit synchronize
+ #   2011-03-30 14:40:01 CDT by von via cli commit synchronize
  #   2011-03-21 15:49:16 CDT by admin via cli commit synchronize
  #   2011-03-20 23:51:53 CDT by admin via cli commit synchronize
  #   2011-03-14 09:12:12 CDT by bobby via cli commit synchronize
- #   2011-03-11 16:43:39 CST by todd via cli commit synchronize
- #   2011-03-11 16:43:18 CST by todd via cli commit confirmed, rollback in 4mins synchronize
- #   2011-03-11 13:46:36 CST by root via cli commit synchronize
  # grnoc-mon at CHICKASHA-M120-RE0> show chassis clocks 
  # Clock Synchronization Status :
  #   Clock module on CB 0
  #     Current state            : master
  #     Current clock state      : internal
- #       Selected for           : 43 days, 20 hours, 12 minutes, 49 seconds
+ #       Selected for           : 43 days, 21 hours, 12 minutes, 48 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           : 43 days, 20 hours, 12 minutes, 37 seconds
+ #       Selected for           : 43 days, 21 hours, 12 minutes, 36 seconds
  #       Selected since         : 2011-02-14 16:47:30 CST
  # 
  # {master}
  # grnoc-mon at CHICKASHA-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      1          0       512         9         59
- #   3  Online            29      2          0       512         9         59
+ #   2  Online            27      1          0       512         9         59
+ #   3  Online            30      2          0       512         9         59
  #   4  Empty           
  #   5  Empty           
  # 
  # {master}
@@ -320,9 +320,9 @@
  # {master}
  # grnoc-mon at CHICKASHA-M120-RE0> show system uptime 
  # System booted: 2011-02-14 16:46 CST 
  # Protocols started: 2011-02-14 16:47 CST 
- # Last configured: 2011-03-21 15:49 CDT  by admin
+ # Last configured: 2011-03-30 14:51 CDT  by von
  # 
  # {master}
  # grnoc-mon at CHICKASHA-M120-RE0> show interface terse 
  #Interface Admin Link
@@ -462,9 +462,9 @@
  #pime up up
  #pp0 up up
  #tap up up
  # grnoc-mon at CHICKASHA-M120-RE0> show configuration 
- ## Last commit: 2011-03-21 15:49:16 CDT by admin
+ ## Last commit: 2011-03-30 14:51:49 CDT by von
  version 10.4R2.6;
  groups {
      re0 {
          system {
@@ -782,8 +782,12 @@
          description DOH-CHICKASHA-T1-CIR0000633;
          encapsulation cisco-hdlc;
          unit 0 {
              family inet {
+                 filter {
+                     input DOH-VIDEO;
+                     output DOH-VIDEO;
+                 }
                  address 172.23.5.69/30;
              }
          }
      }
@@ -1257,10 +1261,10 @@
              buffer-size percent 5;
              priority high;
          }
          video-sch {
-             transmit-rate percent 5;
-             buffer-size percent 5;
+             transmit-rate percent 20;
+             buffer-size percent 20;
              priority high;
          }
          network-control-sch {
              transmit-rate percent 5;
@@ -1375,7 +1379,40 @@
                      reject;
                  }
              }
          }
+         filter DOH-VIDEO {
+             term 1 {
+                 from {
+                     source-address {
+                         156.110.50.30/32;
+                     }
+                     destination-address {
+                         0.0.0.0/0;
+                     }
+                 }
+                 then {
+                     forwarding-class video;
+                     accept;
+                 }
+             }
+             term 2 {
+                 from {
+                     source-address {
+                         0.0.0.0/0;
+                     }
+                     destination-address {
+                         156.110.50.30/32;
+                     }
+                 }
+                 then {
+                     forwarding-class video;
+                     accept;
+                 }
+             }
+             term 3 {
+                 then accept;
+             }
+         }
      }
  }
  {master}
Index: configs/hub.cla.onenet.net
===================================================================
retrieving revision 1.503
diff -u -4 -r1.503 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           : 29 days, 19 hours, 36 minutes, 48 seconds
+ #       Selected for           : 29 days, 20 hours, 36 minutes, 47 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           : 29 days, 19 hours, 36 minutes, 39 seconds
+ #       Selected for           : 29 days, 20 hours, 36 minutes, 38 seconds
  #       Selected since         : 2011-02-28 17:23:28 CST
  # 
  # {master}
  # grnoc-mon at CLAREMORE-M120-RE0> show chassis environment 
@@ -184,10 +184,10 @@
  #                      Temp  CPU Utilization (%)   Memory    Utilization (%)
  # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
  #   0  Empty           
  #   1  Empty           
- #   2  Online            24      1          0       512         9         59
- #   3  Online            28      2          0       512         9         59
+ #   2  Online            23      1          0       512         9         59
+ #   3  Online            27      1          0       512         9         59
  #   4  Empty           
  #   5  Empty           
  # 
  # {master}
Index: configs/hub.dunc.onenet.net
===================================================================
retrieving revision 1.420
diff -u -4 -r1.420 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           : 20 days, 1 hour, 11 minutes, 21 seconds
+ #       Selected for           : 20 days, 2 hours, 11 minutes, 20 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           : 20 days, 1 hour, 11 minutes, 9 seconds
+ #       Selected for           : 20 days, 2 hours, 11 minutes, 8 seconds
  #       Selected since         : 2011-03-10 11:48:58 CST
  # 
  # {master}
  # grnoc-mon at DUNCAN-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            26      1          0       512         9         59
- #   3  Online            30      2          0       512         9         59
+ #   2  Online            27      2          0       512         9         59
+ #   3  Online            30      1          0       512         9         59
  #   4  Empty           
  #   5  Empty           
  # 
  # {master}
Index: configs/hub.dur.onenet.net
===================================================================
retrieving revision 1.711
diff -u -4 -r1.711 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           : 40 days, 18 hours, 45 minutes, 23 seconds
+ #       Selected for           : 40 days, 19 hours, 45 minutes, 22 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           : 40 days, 18 hours, 45 minutes, 53 seconds
+ #       Selected for           : 40 days, 19 hours, 45 minutes, 52 seconds
  #       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            24      2          0       512        10         59
- #   3  Online            27      3          0       512        10         59
+ #   2  Online            25      1          0       512        10         59
+ #   3  Online            28      1          0       512        10         59
  #   4  Empty           
  #   5  Empty           
  # 
  # {master}
Index: configs/hub.elr.onenet.net
===================================================================
retrieving revision 1.1035
diff -u -4 -r1.1035 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           : 35 days, 20 hours, 26 minutes, 19 seconds
+ #       Selected for           : 35 days, 21 hours, 26 minutes, 18 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           : 35 days, 20 hours, 26 minutes, 8 seconds
+ #       Selected for           : 35 days, 21 hours, 26 minutes, 7 seconds
  #       Selected since         : 2011-02-22 16:33:59 CST
  # 
  # {master}
  # grnoc-mon at EL-RENO-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            27      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           
  # 
Index: configs/hub.end.onenet.net
===================================================================
retrieving revision 1.391
diff -u -4 -r1.391 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           : 14 days, 18 hours, 24 minutes, 29 seconds
+ #       Selected for           : 14 days, 19 hours, 24 minutes, 35 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           : 14 days, 18 hours, 24 minutes, 19 seconds
+ #       Selected for           : 14 days, 19 hours, 24 minutes, 25 seconds
  #       Selected since         : 2011-03-15 19:35:52 CDT
  # 
  # {master}
  # grnoc-mon at ENID-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      2          0       512         9         59
- #   3  Online            41      1          0       512         9         59
+ #   3  Online            41      2          0       512         9         59
  #   4  Empty           
  #   5  Empty           
  # 
  # {master}
Index: configs/hub.goo.onenet.net
===================================================================
retrieving revision 1.639
diff -u -4 -r1.639 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           : 27 days, 18 hours, 51 minutes, 35 seconds
+ #       Selected for           : 27 days, 19 hours, 51 minutes, 37 seconds
  #       Selected since         : 2011-03-02 18:08:36 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           : 27 days, 18 hours, 51 minutes, 45 seconds
+ #       Selected for           : 27 days, 19 hours, 51 minutes, 47 seconds
  #       Selected since         : 2011-03-02 18:08:26 CST
  # 
  # {master}
  # grnoc-mon at GOODWELL-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            29      1          0       512         9         59
- #   3  Online            32      2          0       512         9         59
+ #   2  Online            30      1          0       512         9         59
+ #   3  Online            33      2          0       512         9         59
  #   4  Empty           
  #   5  Empty           
  # 
  # {master}
Index: configs/hub.ida.onenet.net
===================================================================
retrieving revision 1.1245
diff -u -4 -r1.1245 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           : 41 days, 16 hours, 26 minutes, 52 seconds
+ #       Selected for           : 41 days, 17 hours, 26 minutes, 50 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           : 41 days, 16 hours, 27 minutes, 1 second
+ #       Selected for           : 41 days, 17 hours, 26 minutes, 59 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      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: configs/hub.lawm120.onenet.net
===================================================================
retrieving revision 1.698
diff -u -4 -r1.698 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           : 34 days, 16 hours, 22 minutes, 41 seconds
+ #       Selected for           : 34 days, 17 hours, 22 minutes, 41 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           : 34 days, 16 hours, 22 minutes, 29 seconds
+ #       Selected for           : 34 days, 17 hours, 22 minutes, 29 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            25      1          0       512         9         59
- #   3  Online            28      1          0       512         9         59
+ #   2  Online            26      2          0       512         9         59
+ #   3  Online            29      2          0       512         9         59
  #   4  Empty           
  #   5  Empty           
  # 
  # {master}
Index: configs/hub.mca.onenet.net
===================================================================
retrieving revision 1.1858
diff -u -4 -r1.1858 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           : 42 days, 18 hours, 8 minutes, 19 seconds
+ #       Selected for           : 42 days, 19 hours, 8 minutes, 19 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           : 42 days, 18 hours, 8 minutes, 7 seconds
+ #       Selected for           : 42 days, 19 hours, 8 minutes, 7 seconds
  #       Selected since         : 2011-02-15 18:52:06 CST
  # 
  # {master}
  # grnoc-mon at MCALESTER-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            32      2          0       512         9         59
- #   3  Online            35      2          0       512         9         59
+ #   2  Online            32      1          0       512         9         59
+ #   3  Online            34      2          0       512         9         59
  #   4  Empty           
  #   5  Empty           
  # 
  # {master}
Index: configs/hub.mia.onenet.net
===================================================================
retrieving revision 1.457
diff -u -4 -r1.457 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           : 29 days, 22 hours, 50 minutes, 2 seconds
+ #       Selected for           : 29 days, 23 hours, 50 minutes, 2 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           : 29 days, 22 hours, 49 minutes, 50 seconds
+ #       Selected for           : 29 days, 23 hours, 49 minutes, 50 seconds
  #       Selected since         : 2011-02-28 14:10:23 CST
  # 
  # {master}
  # grnoc-mon at MIAMI-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            32      1          0       512         9         59
+ #   2  Online            33      1          0       512         9         59
  #   3  Online            35      2          0       512         9         59
  #   4  Empty           
  #   5  Empty           
  # 
Index: configs/hub.mus.onenet.net
===================================================================
retrieving revision 1.598
diff -u -4 -r1.598 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           : 22 days, 23 hours, 46 minutes, 13 seconds
+ #       Selected for           : 23 days, 46 minutes, 16 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           : 22 days, 23 hours, 46 minutes
+ #       Selected for           : 23 days, 46 minutes, 3 seconds
  #       Selected since         : 2011-03-07 13:14:13 CST
  # 
  # {master}
  # grnoc-mon at MUSKOGEE-M120-RE0> show chassis environment 
@@ -189,9 +189,9 @@
  # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
  #   0  Empty           
  #   1  Empty           
  #   2  Online            29      2          0       512         9         59
- #   3  Online            32      1          0       512         9         59
+ #   3  Online            32      3          0       512         9         59
  #   4  Empty           
  #   5  Empty           
  # 
  # {master}
Index: configs/hub.okm.onenet.net
===================================================================
retrieving revision 1.744
diff -u -4 -r1.744 hub.okm.onenet.net
@@ -12,17 +12,17 @@
  # Clock Synchronization Status :
  #   Clock module on CB 0
  #     Current state            : master
  #     Current clock state      : internal
- #       Selected for           : 8 days, 3 hours, 17 minutes, 7 seconds
+ #       Selected for           : 8 days, 4 hours, 17 minutes, 9 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           : 8 days, 3 hours, 17 minutes, 13 seconds
+ #       Selected for           : 8 days, 4 hours, 17 minutes, 15 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            24      2          0       512         9         59
- #   3  Online            27      2          0       512         9         59
+ #   2  Online            26      2          0       512         9         59
+ #   3  Online            29      2          0       512         9         59
  #   4  Empty           
  #   5  Empty           
  # 
  # {master}
Index: configs/hub.pot.onenet.net
===================================================================
retrieving revision 1.1277
diff -u -4 -r1.1277 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           : 41 days, 17 hours, 33 minutes, 40 seconds
+ #       Selected for           : 41 days, 18 hours, 33 minutes, 37 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           : 41 days, 17 hours, 33 minutes, 28 seconds
+ #       Selected for           : 41 days, 18 hours, 33 minutes, 25 seconds
  #       Selected since         : 2011-02-16 19:26:52 CST
  # 
  # {master}
  # grnoc-mon at POTEAU-M120-RE0> show chassis environment 
Index: configs/hub.sal.onenet.net
===================================================================
retrieving revision 1.859
diff -u -4 -r1.859 hub.sal.onenet.net
@@ -12,17 +12,17 @@
  # Clock Synchronization Status :
  #   Clock module on CB 0
  #     Current state            : master
  #     Current clock state      : internal
- #       Selected for           : 16 days, 11 hours, 25 minutes, 15 seconds
+ #       Selected for           : 16 days, 12 hours, 25 minutes, 14 seconds
  #       Selected since         : 2011-03-14 02:35:03 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           : 16 days, 11 hours, 25 minutes, 10 seconds
+ #       Selected for           : 16 days, 12 hours, 25 minutes, 9 seconds
  #       Selected since         : 2011-03-14 02:35:08 CDT
  # 
  # {master}
  # grnoc-mon at SALLISAW-M120-RE0> show chassis environment 
@@ -188,9 +188,9 @@
  # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
  #   0  Empty           
  #   1  Empty           
  #   2  Online            31      1          0       512         9         59
- #   3  Online            34      1          0       512         9         59
+ #   3  Online            34      2          0       512         9         59
  #   4  Empty           
  #   5  Empty           
  # 
  # {master}
Index: configs/hub.say.onenet.net
===================================================================
retrieving revision 1.1894
diff -u -4 -r1.1894 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           : 29 days, 1 hour, 20 minutes, 39 seconds
+ #       Selected for           : 29 days, 2 hours, 20 minutes, 38 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           : 29 days, 1 hour, 20 minutes, 28 seconds
+ #       Selected for           : 29 days, 2 hours, 20 minutes, 27 seconds
  #       Selected since         : 2011-03-01 11:39:50 CST
  # 
  # {master}
  # grnoc-mon at SAYRE-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            29      1          0       512         9         59
- #   3  Online            32      2          0       512         9         59
+ #   2  Online            28      2          0       512         9         59
+ #   3  Online            31      1          0       512         9         59
  #   4  Empty           
  #   5  Empty           
  # 
  # {master}
Index: configs/hub.sem.onenet.net
===================================================================
retrieving revision 1.1342
diff -u -4 -r1.1342 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           : 47 days, 18 hours, 55 minutes, 18 seconds
+ #       Selected for           : 47 days, 19 hours, 55 minutes, 17 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           : 47 days, 18 hours, 55 minutes, 8 seconds
+ #       Selected for           : 47 days, 19 hours, 55 minutes, 7 seconds
  #       Selected since         : 2011-02-10 18:05:10 CST
  # 
  # {master}
  # grnoc-mon at SEMINOLE-M120-RE0> show chassis environment 
Index: configs/hub.tah.onenet.net
===================================================================
retrieving revision 1.582
diff -u -4 -r1.582 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           : 20 days, 17 hours, 2 minutes, 11 seconds
+ #       Selected for           : 20 days, 18 hours, 2 minutes, 11 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           : 20 days, 17 hours, 2 minutes, 2 seconds
+ #       Selected for           : 20 days, 18 hours, 2 minutes, 2 seconds
  #       Selected since         : 2011-03-09 19:58:16 CST
  # 
  # {master}
  # grnoc-mon at TAHLEQUAH-M120-RE0> show chassis environment 
Index: configs/hub.tis.onenet.net
===================================================================
retrieving revision 1.1079
diff -u -4 -r1.1079 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           : 42 days, 18 hours, 3 minutes, 53 seconds
+ #       Selected for           : 42 days, 19 hours, 3 minutes, 53 seconds
  #       Selected since         : 2011-02-15 18:56:25 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           : 42 days, 18 hours, 3 minutes, 38 seconds
+ #       Selected for           : 42 days, 19 hours, 3 minutes, 38 seconds
  #       Selected since         : 2011-02-15 18:56:40 CST
  # 
  # {master}
  # grnoc-mon at TISHOMINGO-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            28      1          0       512         9         59
+ #   2  Online            29      1          0       512         9         59
  #   3  Online            32      1          0       512         9         59
  #   4  Empty           
  #   5  Empty           
  # 
Index: configs/hub.ton.onenet.net
===================================================================
retrieving revision 1.429
diff -u -4 -r1.429 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           : 21 days, 22 hours, 16 minutes, 36 seconds
+ #       Selected for           : 21 days, 23 hours, 16 minutes, 38 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           : 21 days, 22 hours, 16 minutes, 25 seconds
+ #       Selected for           : 21 days, 23 hours, 16 minutes, 27 seconds
  #       Selected since         : 2011-03-08 14:43:53 CST
  # 
  # {master}
  # grnoc-mon at TONKAWA-M120-RE0> show chassis environment 
@@ -206,9 +206,9 @@
  #                      Temp  CPU Utilization (%)   Memory    Utilization (%)
  # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
  #   0  Empty           
  #   1  Empty           
- #   2  Online            37      2          0       512         9         59
+ #   2  Online            36      2          0       512         9         59
  #   3  Online            40      1          0       512         9         59
  #   4  Online            38      1          0       512         9         59
  #   5  Empty           
  # 
Index: configs/hub.war.onenet.net
===================================================================
retrieving revision 1.509
diff -u -4 -r1.509 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           : 22 days, 18 hours, 43 minutes, 39 seconds
+ #       Selected for           : 22 days, 19 hours, 43 minutes, 42 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           : 22 days, 18 hours, 43 minutes, 26 seconds
+ #       Selected for           : 22 days, 19 hours, 43 minutes, 29 seconds
  #       Selected since         : 2011-03-07 18:16:53 CST
  # 
  # {master}
  # grnoc-mon at WARNER-M120-RE0> show chassis environment 
@@ -186,9 +186,9 @@
  # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
  #   0  Empty           
  #   1  Empty           
  #   2  Online            26      1          0       512         9         59
- #   3  Online            29      1          0       512         9         59
+ #   3  Online            29      2          0       512         9         59
  #   4  Empty           
  #   5  Empty           
  # 
  # {master}
Index: configs/hub.wea.onenet.net
===================================================================
retrieving revision 1.357
diff -u -4 -r1.357 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           : 28 days, 21 hours, 44 minutes, 24 seconds
+ #       Selected for           : 28 days, 22 hours, 44 minutes, 26 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           : 28 days, 21 hours, 44 minutes, 13 seconds
+ #       Selected for           : 28 days, 22 hours, 44 minutes, 15 seconds
  #       Selected since         : 2011-03-01 15:16:06 CST
  # 
  # {master}
  # grnoc-mon at WEATHERFORD-M120-RE0> show chassis environment 
@@ -187,9 +187,9 @@
  # Slot State            (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
  #   0  Empty           
  #   1  Empty           
  #   2  Online            31      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: configs/hub.wil.onenet.net
===================================================================
retrieving revision 1.1143
diff -u -4 -r1.1143 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           : 40 days, 23 hours, 50 minutes, 50 seconds
+ #       Selected for           : 41 days, 50 minutes, 53 seconds
  #       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           : 40 days, 23 hours, 50 minutes, 37 seconds
+ #       Selected for           : 41 days, 50 minutes, 40 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            36      1          0       512         9         59
- #   3  Online            40      1          0       512         9         59
+ #   3  Online            40      3          0       512         9         59
  #   4  Empty           
  #   5  Empty           
  # 
  # {master}
@@ -380,10 +380,10 @@
  #t1-2/0/3:4 up up
  #t1-2/0/3:4.0 up up
  #t1-2/0/3:5 up up
  #t1-2/0/3:5.0 up up
- #t1-2/0/3:6 up down
- #t1-2/0/3:6.0 up down
+ #t1-2/0/3:6 up up
+ #t1-2/0/3:6.0 up up
  #t1-2/0/3:7 up down
  #t1-2/0/3:8 up up
  #t1-2/0/3:8.0 up up
  #t1-2/0/3:9 up up
Index: configs/hub.woo.onenet.net
===================================================================
retrieving revision 1.425
diff -u -4 -r1.425 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           : 15 days, 19 hours, 38 minutes, 51 seconds
+ #       Selected for           : 15 days, 20 hours, 38 minutes, 54 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           : 15 days, 19 hours, 38 minutes, 40 seconds
+ #       Selected for           : 15 days, 20 hours, 38 minutes, 43 seconds
  #       Selected since         : 2011-03-14 18:21:40 CDT
  # 
  # {master}
  # grnoc-mon at WOODWARD-M120-RE0> show chassis environment 


More information about the Nocrancid mailing list