[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Sun May 15 11:03:32 CDT 2016


Index: configs/maysville-es.client.onenet.net
===================================================================
--- configs/maysville-es.client.onenet.net	(revision 142731)
+++ configs/maysville-es.client.onenet.net	(working copy)
@@ -44,10 +44,8 @@
 #     Serial ID                      ACDT6307
 # 
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show chassis scb 
-# show chassis sfm detail
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show chassis sfm detail
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show chassis ssb 
-# show system boot-messages
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show system boot-messages 
 # kld_map_v: 0x8ff80000, kld_map_p: 0x0
 # Copyright (c) 1996-2014, Juniper Networks, Inc.
Index: configs/faye.okcdc.onenet.net
===================================================================
--- configs/faye.okcdc.onenet.net	(revision 142618)
+++ 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 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
-#   2016-05-09 22:41:35 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-11 23:36 CDT  by andrew
+# Last configured: 2016-05-15 10:32 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-11 23:36:29 CDT by andrew
+## Last commit: 2016-05-15 10:32:25 CDT by andrew
 version 13.3R9.13;
 groups {
     re0 {
@@ -1617,46 +1617,143 @@
 }
 class-of-service {
     classifiers {
-        dscp dscp-default {
+        dscp dscp-onenet {
             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 data queue-num 0;
-        class voice queue-num 1;
-        class video queue-num 2;
+        class best-effort queue-num 0;
+        class expedited-forwarding queue-num 2;
+        class assured-forwarding queue-num 1;
         class network-control queue-num 3;
+        class scavenger-service queue-num 4;
     }
     interfaces {
-        ge-1/0/0 {
-            unit 42 {
+        et-* {
+            scheduler-map sch-map;
+            unit * {
                 classifiers {
-                    dscp default;
+                    dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
-            unit 500 {
-                forwarding-class video;
+        }
+        fe-* {
+            scheduler-map sch-map;
+            unit * {
+                classifiers {
+                    dscp dscp-onenet;
+                    exp exp-onenet;
+                }
             }
         }
-        all {
+        ge-* {
             scheduler-map sch-map;
             unit * {
                 classifiers {
-                    dscp dscp-default;
+                    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 data scheduler data-sch;
-            forwarding-class voice scheduler voice-sch;
-            forwarding-class video scheduler video-sch;
+            forwarding-class best-effort scheduler best-effort-sch;
+            forwarding-class expedited-forwarding scheduler expedited-forwarding-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 {
-        data-sch {
+        best-effort-sch {
             transmit-rate {
                 remainder;
             }
@@ -1664,15 +1761,16 @@
                 remainder;
             }
             priority low;
+            drop-profile-map loss-priority any protocol any drop-profile T1-interpolated;
         }
-        voice-sch {
+        assured-forwarding-sch {
             transmit-rate percent 5;
             buffer-size percent 5;
             priority high;
         }
-        video-sch {
-            transmit-rate percent 5;
-            buffer-size percent 5;
+        expedited-forwarding-sch {
+            transmit-rate percent 50;
+            buffer-size percent 25;
             priority high;
         }
         network-control-sch {
@@ -1680,6 +1778,20 @@
             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/hub.dur.onenet.net
===================================================================
--- configs/hub.dur.onenet.net	(revision 142731)
+++ configs/hub.dur.onenet.net	(working copy)
@@ -357,7 +357,7 @@
 #fe-2/1/1.0 up up
 #fe-2/1/2 up up
 #fe-2/1/2.0 up up
-#fe-2/1/3 down up
+#fe-2/1/3 down down
 #ge-2/2/0 down down
 #pc-2/2/0 up up
 #pc-2/2/0.16383 up up
Index: configs/swi.cai.sei.onenet.net
===================================================================
--- configs/swi.cai.sei.onenet.net	(revision 142716)
+++ configs/swi.cai.sei.onenet.net	(working copy)
@@ -24,6 +24,7 @@
 # 
 # {master:0}
 # grnoc-mon at SWI-SEI-MUNICIPAL-HOSPITAL-EX-3300> show chassis firmware 
+# show chassis fpc detail
 # Part                     Type       Version
 # FPC 0                    uboot      U-Boot 1.1.6 (Aug 21 2011 - 01:45:26)   1.0
 #                          loader     FreeBSD/arm U-Boot loader 1.1              
Index: configs/stringtown-high-school.client.onenet.net
===================================================================
--- configs/stringtown-high-school.client.onenet.net	(revision 142731)
+++ configs/stringtown-high-school.client.onenet.net	(working copy)
@@ -172,6 +172,7 @@
 #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 {
@@ -673,6 +674,7 @@
 # OSPF instance is not running
 # 
 # grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> show bfd session 
+quit
 
 0 sessions, 0 clients
 Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
Index: configs/core.wil.onenet.net
===================================================================
--- configs/core.wil.onenet.net	(revision 142619)
+++ configs/core.wil.onenet.net	(working copy)
@@ -286,8 +286,8 @@
 #lc-0/2/0.32769 up up
 #pfe-0/2/0 up up
 #pfe-0/2/0.16383 up up
-#ge-0/2/1 up up
-#ge-0/2/1.0 up up
+#ge-0/2/1 up down
+#ge-0/2/1.0 up down
 #ge-0/2/2 up up
 #ge-0/2/2.0 up up
 #ge-0/2/3 up up
Index: configs/acx.cai.hart-acx2100.onenet.net
===================================================================
--- configs/acx.cai.hart-acx2100.onenet.net	(revision 142731)
+++ configs/acx.cai.hart-acx2100.onenet.net	(working copy)
@@ -72,6 +72,7 @@
 # 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
@@ -140,7 +141,8 @@
 # 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 # 
+# 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
+# 
 # /var/tmp:
 # total blocks: 291872
 # drwxr-xr-x  2 root  field        512 Dec 31  2009 gres-tp/
Index: configs/maysville-hs.client.onenet.net
===================================================================
--- configs/maysville-hs.client.onenet.net	(revision 142731)
+++ configs/maysville-hs.client.onenet.net	(working copy)
@@ -116,6 +116,7 @@
 # total files: 1
 # 
 # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show system uptime 
+# show interface terse
 # System booted: 2016-04-26 11:51 CDT 
 # Protocols started: 2016-04-26 11:54 CDT 
 # Last configured: 2016-01-27 15:43 CST  by joel
@@ -598,6 +599,7 @@
 # OSPF instance is not running
 # 
 # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show bfd session 
+quit
 
 0 sessions, 0 clients
 Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps



More information about the Nocrancid mailing list