[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Sun May 15 16:03:36 CDT 2016


Index: configs/core.end.onenet.net
===================================================================
--- configs/core.end.onenet.net	(revision 142735)
+++ configs/core.end.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ENID-MX480-RE0> show system commit 
+#   2016-05-15 15:06:52 CDT by andrew via cli commit synchronize
 #   2016-05-15 13:58:15 CDT by andrew via cli commit synchronize
 #   2016-05-11 20:38:40 CDT by andrew via cli commit synchronize
 #   2016-05-11 20:37:47 CDT by andrew via cli commit synchronize
 #   2016-05-07 13:01:37 CDT by andrew via cli commit synchronize
 #   2016-05-05 15:37:18 CDT by joel via cli commit synchronize
-#   2016-04-28 14:48:37 CDT by andrew via cli commit synchronize
 # grnoc-mon at ENID-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -255,7 +255,7 @@
 # grnoc-mon at ENID-MX480-RE0> show system uptime 
 # System booted: 2016-03-15 02:19 CDT 
 # Protocols started: 2016-03-15 02:24 CDT 
-# Last configured: 2016-05-15 13:58 CDT  by andrew
+# Last configured: 2016-05-15 15:06 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at ENID-MX480-RE0> show interface terse 
@@ -426,7 +426,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at ENID-MX480-RE0> show configuration 
-## Last commit: 2016-05-15 13:58:15 CDT by andrew
+## Last commit: 2016-05-15 15:06:52 CDT by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -2443,143 +2443,36 @@
 }
 class-of-service {
     classifiers {
-        dscp dscp-onenet {
+        dscp dscp-default {
             import default;
-            forwarding-class expedited-forwarding {
-                loss-priority low code-points [ cs3 cs4 ];
-                loss-priority high code-points cs5;
-            }
-            forwarding-class scavenger-service {
-                loss-priority low code-points cs1;
-            }
         }
-        exp exp-onenet {
-            import default;
-            forwarding-class scavenger-service {
-                loss-priority high code-points be1;
-            }
-        }
     }
-    drop-profiles {
-        T1-interpolated {
-            interpolate {
-                fill-level [ 50 75 ];
-                drop-probability [ 0 25 ];
-            }
-        }
-    }
     forwarding-classes {
-        class best-effort queue-num 0;
-        class expedited-forwarding queue-num 2;
-        class assured-forwarding queue-num 1;
+        class data queue-num 0;
+        class voice queue-num 1;
+        class video queue-num 2;
         class network-control queue-num 3;
-        class scavenger-service queue-num 4;
     }
     interfaces {
-        et-* {
+        all {
             scheduler-map sch-map;
             unit * {
                 classifiers {
-                    dscp dscp-onenet;
-                    exp exp-onenet;
+                    dscp dscp-default;
                 }
             }
         }
-        fe-* {
-            scheduler-map sch-map;
-            unit * {
-                classifiers {
-                    dscp dscp-onenet;
-                    exp exp-onenet;
-                }
-            }
-        }
-        ge-* {
-            scheduler-map sch-map;
-            unit * {
-                classifiers {
-                    dscp dscp-onenet;
-                    exp exp-onenet;
-                }
-            }
-        }
-        lsq-* {
-            scheduler-map t1-sch-map;
-            unit * {
-                classifiers {
-                    dscp dscp-onenet;
-                    exp exp-onenet;
-                }
-            }
-        }
-        t1-* {
-            scheduler-map t1-sch-map;
-            unit * {
-                classifiers {
-                    dscp dscp-onenet;
-                    exp exp-onenet;
-                }
-            }
-        }
-        xe-* {
-            scheduler-map sch-map;
-            unit * {
-                classifiers {
-                    dscp dscp-onenet;
-                    exp exp-onenet;
-                }
-            }
-        }
-        ae* {
-            scheduler-map sch-map;
-            unit * {
-                classifiers {
-                    dscp dscp-onenet;
-                    exp exp-onenet;
-                }
-            }
-        }
     }
-    rewrite-rules {
-        exp exp-inet-table {
-            forwarding-class best-effort {
-                loss-priority low code-point 000;
-            }
-            forwarding-class assured-forwarding {
-                loss-priority low code-point 010;
-                loss-priority high code-point 011;
-            }
-            forwarding-class expedited-forwarding {
-                loss-priority low code-point 111;
-                loss-priority high code-point 110;
-            }
-            forwarding-class network-control {
-                loss-priority low code-point 100;
-                loss-priority high code-point 101;
-            }
-            forwarding-class scavenger-service {
-                loss-priority high code-point 001;
-            }
-        }
-    }
     scheduler-maps {
         sch-map {
-            forwarding-class best-effort scheduler best-effort-sch;
-            forwarding-class expedited-forwarding scheduler expedited-forwarding-sch;
+            forwarding-class data scheduler data-sch;
+            forwarding-class voice scheduler voice-sch;
+            forwarding-class video scheduler video-sch;
             forwarding-class network-control scheduler network-control-sch;
-            forwarding-class assured-forwarding scheduler assured-forwarding-sch;
-            forwarding-class scavenger-service scheduler scavenger-service-sch;
         }
-        t1-sch-map {
-            forwarding-class best-effort scheduler best-effort-sch;
-            forwarding-class expedited-forwarding scheduler t1-expedited-forwarding-sch;
-            forwarding-class network-control scheduler network-control-sch;
-            forwarding-class assured-forwarding scheduler t1-assured-forwarding-sch;
-            forwarding-class scavenger-service scheduler scavenger-service-sch;
-        }
     }
     schedulers {
-        best-effort-sch {
+        data-sch {
             transmit-rate {
                 remainder;
             }
@@ -2587,16 +2480,15 @@
                 remainder;
             }
             priority low;
-            drop-profile-map loss-priority any protocol any drop-profile T1-interpolated;
         }
-        assured-forwarding-sch {
+        voice-sch {
             transmit-rate percent 5;
             buffer-size percent 5;
             priority high;
         }
-        expedited-forwarding-sch {
-            transmit-rate percent 50;
-            buffer-size percent 25;
+        video-sch {
+            transmit-rate percent 5;
+            buffer-size percent 5;
             priority high;
         }
         network-control-sch {
@@ -2604,20 +2496,6 @@
             buffer-size percent 5;
             priority high;
         }
-        scavenger-service-sch {
-            transmit-rate percent 0;
-            buffer-size percent 0;
-            priority low;
-        }
-        t1-assured-forwarding-sch {
-            transmit-rate percent 90;
-            buffer-size percent 60;
-            priority medium-high;
-        }
-        t1-expedited-forwarding-sch {
-            buffer-size percent 25;
-            priority strict-high;
-        }
     }
 }
 firewall {
Index: configs/faye.okcdc.onenet.net
===================================================================
--- configs/faye.okcdc.onenet.net	(revision 142732)
+++ configs/faye.okcdc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at FAYE-MX104-RE0> show system commit 
+#   2016-05-15 15:08:37 CDT by andrew via cli commit synchronize
+#   2016-05-15 15:07:21 CDT by andrew via cli commit synchronize
 #   2016-05-15 10:32:25 CDT by andrew via cli commit synchronize
 #   2016-05-11 23:36:29 CDT by andrew via cli commit synchronize
 #   2016-05-11 23:07:23 CDT by andrew via cli commit synchronize
 #   2016-05-09 22:51:56 CDT by andrew via cli commit synchronize
-#   2016-05-09 22:49:30 CDT by andrew via cli commit synchronize
-#   2016-05-09 22:43:42 CDT by andrew via cli commit synchronize
 # grnoc-mon at FAYE-MX104-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -241,7 +241,7 @@
 # grnoc-mon at FAYE-MX104-RE0> show system uptime 
 # System booted: 2016-03-29 19:14 CDT 
 # Protocols started: 2016-03-29 19:18 CDT 
-# Last configured: 2016-05-15 10:32 CDT  by andrew
+# Last configured: 2016-05-15 15:08 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at FAYE-MX104-RE0> show interface terse 
@@ -328,7 +328,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at FAYE-MX104-RE0> show configuration 
-## Last commit: 2016-05-15 10:32:25 CDT by andrew
+## Last commit: 2016-05-15 15:08:37 CDT by andrew
 version 13.3R9.13;
 groups {
     re0 {
@@ -1617,143 +1617,36 @@
 }
 class-of-service {
     classifiers {
-        dscp dscp-onenet {
+        dscp dscp-default {
             import default;
-            forwarding-class expedited-forwarding {
-                loss-priority low code-points [ cs3 cs4 ];
-                loss-priority high code-points cs5;
-            }
-            forwarding-class scavenger-service {
-                loss-priority low code-points cs1;
-            }
         }
-        exp exp-onenet {
-            import default;
-            forwarding-class scavenger-service {
-                loss-priority high code-points be1;
-            }
-        }
     }
-    drop-profiles {
-        T1-interpolated {
-            interpolate {
-                fill-level [ 50 75 ];
-                drop-probability [ 0 25 ];
-            }
-        }
-    }
     forwarding-classes {
-        class best-effort queue-num 0;
-        class expedited-forwarding queue-num 2;
-        class assured-forwarding queue-num 1;
+        class data queue-num 0;
+        class voice queue-num 1;
+        class video queue-num 2;
         class network-control queue-num 3;
-        class scavenger-service queue-num 4;
     }
     interfaces {
-        et-* {
+        all {
             scheduler-map sch-map;
             unit * {
                 classifiers {
-                    dscp dscp-onenet;
-                    exp exp-onenet;
+                    dscp dscp-default;
                 }
             }
         }
-        fe-* {
-            scheduler-map sch-map;
-            unit * {
-                classifiers {
-                    dscp dscp-onenet;
-                    exp exp-onenet;
-                }
-            }
-        }
-        ge-* {
-            scheduler-map sch-map;
-            unit * {
-                classifiers {
-                    dscp dscp-onenet;
-                    exp exp-onenet;
-                }
-            }
-        }
-        lsq-* {
-            scheduler-map t1-sch-map;
-            unit * {
-                classifiers {
-                    dscp dscp-onenet;
-                    exp exp-onenet;
-                }
-            }
-        }
-        t1-* {
-            scheduler-map t1-sch-map;
-            unit * {
-                classifiers {
-                    dscp dscp-onenet;
-                    exp exp-onenet;
-                }
-            }
-        }
-        xe-* {
-            scheduler-map sch-map;
-            unit * {
-                classifiers {
-                    dscp dscp-onenet;
-                    exp exp-onenet;
-                }
-            }
-        }
-        ae* {
-            scheduler-map sch-map;
-            unit * {
-                classifiers {
-                    dscp dscp-onenet;
-                    exp exp-onenet;
-                }
-            }
-        }
     }
-    rewrite-rules {
-        exp exp-inet-table {
-            forwarding-class best-effort {
-                loss-priority low code-point 000;
-            }
-            forwarding-class assured-forwarding {
-                loss-priority low code-point 010;
-                loss-priority high code-point 011;
-            }
-            forwarding-class expedited-forwarding {
-                loss-priority low code-point 111;
-                loss-priority high code-point 110;
-            }
-            forwarding-class network-control {
-                loss-priority low code-point 100;
-                loss-priority high code-point 101;
-            }
-            forwarding-class scavenger-service {
-                loss-priority high code-point 001;
-            }
-        }
-    }
     scheduler-maps {
         sch-map {
-            forwarding-class best-effort scheduler best-effort-sch;
-            forwarding-class expedited-forwarding scheduler expedited-forwarding-sch;
+            forwarding-class data scheduler data-sch;
+            forwarding-class voice scheduler voice-sch;
+            forwarding-class video scheduler video-sch;
             forwarding-class network-control scheduler network-control-sch;
-            forwarding-class assured-forwarding scheduler assured-forwarding-sch;
-            forwarding-class scavenger-service scheduler scavenger-service-sch;
         }
-        t1-sch-map {
-            forwarding-class best-effort scheduler best-effort-sch;
-            forwarding-class expedited-forwarding scheduler t1-expedited-forwarding-sch;
-            forwarding-class network-control scheduler network-control-sch;
-            forwarding-class assured-forwarding scheduler t1-assured-forwarding-sch;
-            forwarding-class scavenger-service scheduler scavenger-service-sch;
-        }
     }
     schedulers {
-        best-effort-sch {
+        data-sch {
             transmit-rate {
                 remainder;
             }
@@ -1761,16 +1654,15 @@
                 remainder;
             }
             priority low;
-            drop-profile-map loss-priority any protocol any drop-profile T1-interpolated;
         }
-        assured-forwarding-sch {
+        voice-sch {
             transmit-rate percent 5;
             buffer-size percent 5;
             priority high;
         }
-        expedited-forwarding-sch {
-            transmit-rate percent 50;
-            buffer-size percent 25;
+        video-sch {
+            transmit-rate percent 5;
+            buffer-size percent 5;
             priority high;
         }
         network-control-sch {
@@ -1778,20 +1670,6 @@
             buffer-size percent 5;
             priority high;
         }
-        scavenger-service-sch {
-            transmit-rate percent 0;
-            buffer-size percent 0;
-            priority low;
-        }
-        t1-assured-forwarding-sch {
-            transmit-rate percent 90;
-            buffer-size percent 60;
-            priority medium-high;
-        }
-        t1-expedited-forwarding-sch {
-            buffer-size percent 25;
-            priority strict-high;
-        }
     }
 }
 firewall {
Index: configs/stringtown-high-school.client.onenet.net
===================================================================
--- configs/stringtown-high-school.client.onenet.net	(revision 142736)
+++ configs/stringtown-high-school.client.onenet.net	(working copy)
@@ -46,7 +46,6 @@
 # grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> show chassis scb 
 # grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> show chassis sfm detail
 # grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> show chassis ssb 
-# show system boot-messages
 # grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> show system boot-messages 
 # kld_map_v: 0x8ff80000, kld_map_p: 0x0
 # Copyright (c) 1996-2014, Juniper Networks, Inc.
@@ -110,11 +109,10 @@
 # Trying to mount root from ufs:/dev/da0s1a
 # 
 # grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> show version 
-# file list /var/tmp detail # Hostname: STRINGTOWN-HIGH-SCHOOL-TAG-004909 # Model: srx240h2 # JUNOS Software Release [12.1X44-D35.5] #  # grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> file list /var/tmp detail # lrw-r--r--  1 root  wheel         11 May 19  2014 /var/tmp@ -> /cf/var/tmp
+# Hostname: STRINGTOWN-HIGH-SCHOOL-TAG-004909 # Model: srx240h2 # JUNOS Software Release [12.1X44-D35.5] #  # grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> file list /var/tmp detail # lrw-r--r--  1 root  wheel         11 May 19  2014 /var/tmp@ -> /cf/var/tmp
 # total files: 1
 # 
 # grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> show system uptime 
-# show interface terse
 # System booted: 2016-04-29 11:42 CDT 
 # Protocols started: 2016-04-29 11:44 CDT 
 # Last configured: 2016-02-17 16:01 CST  by sean
@@ -174,7 +172,6 @@
 #vlan.3 up down
 #vlan.999 up down
 # grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> show configuration 
-show ospf neighbor
 ## Last commit: 2016-02-17 16:01:39 CST by sean
 version 12.1X44-D35.5;
 system {
Index: configs/acx.cai.hart-acx2100.onenet.net
===================================================================
--- configs/acx.cai.hart-acx2100.onenet.net	(revision 142736)
+++ configs/acx.cai.hart-acx2100.onenet.net	(working copy)
@@ -72,7 +72,6 @@
 # grnoc-mon at HARTSHORNE-PUBLIC-LIBRARY-ACX2100> show chassis sfm detail 
 # grnoc-mon at HARTSHORNE-PUBLIC-LIBRARY-ACX2100> show chassis ssb 
 # grnoc-mon at HARTSHORNE-PUBLIC-LIBRARY-ACX2100> show system boot-messages 
-# show version
 # platform_early_bootinit: MX-PPC Series Early Boot Initialization
 # mxppc_set_re_type: hw.board.type is ACX-2100
 # WDOG initialized
@@ -141,8 +140,7 @@
 # WARNING: /var was not properly dismounted
 # 
 # grnoc-mon at HARTSHORNE-PUBLIC-LIBRARY-ACX2100> show version 
-# Hostname: HARTSHORNE-PUBLIC-LIBRARY-ACX2100 # Model: acx2100 # JUNOS Crypto Software Suite [12.3X54-D10.6] # JUNOS Base OS Software Suite [12.3X54-D10.6] # JUNOS Kernel Software Suite [12.3X54-D10.6] # JUNOS Base OS boot [12.3X54-D10.6] # JUNOS Packet Forwarding Engine Support (ACX) [12.3X54-D10.6] # JUNOS Online Documentation [12.3X54-D10.6] # JUNOS Routing Software Suite [12.3X54-D10.6] #  # grnoc-mon at HARTSHORNE-PUBLIC-LIBRARY-ACX2100> file list /var/tmp detail # show system uptime
-# 
+# Hostname: HARTSHORNE-PUBLIC-LIBRARY-ACX2100 # Model: acx2100 # JUNOS Crypto Software Suite [12.3X54-D10.6] # JUNOS Base OS Software Suite [12.3X54-D10.6] # JUNOS Kernel Software Suite [12.3X54-D10.6] # JUNOS Base OS boot [12.3X54-D10.6] # JUNOS Packet Forwarding Engine Support (ACX) [12.3X54-D10.6] # JUNOS Online Documentation [12.3X54-D10.6] # JUNOS Routing Software Suite [12.3X54-D10.6] #  # grnoc-mon at HARTSHORNE-PUBLIC-LIBRARY-ACX2100> file list /var/tmp detail # 
 # /var/tmp:
 # total blocks: 291872
 # drwxr-xr-x  2 root  field        512 Dec 31  2009 gres-tp/



More information about the Nocrancid mailing list