[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Tue Feb 2 23:02:31 CST 2016


Index: configs/maysville-es.client.onenet.net
===================================================================
--- configs/maysville-es.client.onenet.net	(revision 139434)
+++ configs/maysville-es.client.onenet.net	(working copy)
@@ -1,7 +1,6 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show system commit 
-# show chassis environment
 #   2015-10-26 13:12:04 CDT by admin via cli
 #   2015-10-26 13:08:26 CDT by admin via cli
 #   2015-10-26 12:58:03 CDT by admin via cli
@@ -45,6 +44,7 @@
 #     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 
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show system boot-messages 
@@ -110,10 +110,11 @@
 # Trying to mount root from ufs:/dev/da0s1a
 # 
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show version 
-# Hostname: MAYSVILLE-ES-LEASED-ASSET-TAG-004945 # Model: srx240h2 # JUNOS Software Release [12.1X44-D35.5] #  # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> file list /var/tmp detail # lrw-r--r--  1 root  wheel         11 May 19  2014 /var/tmp@ -> /cf/var/tmp
+# Hostname: MAYSVILLE-ES-LEASED-ASSET-TAG-004945 # file list /var/tmp detail # Model: srx240h2 # JUNOS Software Release [12.1X44-D35.5] #  # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> 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 MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show system uptime 
+# show interface terse
 # System booted: 2016-01-07 00:16 CST 
 # Protocols started: 2016-01-07 00:19 CST 
 # Last configured: 2015-10-26 13:12 CDT  by admin
@@ -169,6 +170,7 @@
 #vlan up up
 #vlan.999 up down
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show configuration 
+show ospf neighbor
 ## Last commit: 2015-10-26 13:12:04 CDT by admin
 version 12.1X44-D35.5;
 system {
Index: configs/regents-test-srx.client.onenet.net
===================================================================
--- configs/regents-test-srx.client.onenet.net	(revision 136869)
+++ configs/regents-test-srx.client.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at REGENTS-TEST-NETWORK-004941> show system commit 
+#   2016-02-02 22:47:28 CST by andrew via cli commit confirmed, rollback in 3mins
 #   2015-11-12 17:33:22 CST by admin via cli
 #   2015-11-12 17:31:18 CST by admin via cli
 #   2015-11-12 17:28:06 CST by admin via cli commit confirmed, rollback in 3mins
 #   2015-11-12 17:16:04 CST by admin via cli commit confirmed, rollback in 3mins
 #   2015-11-12 17:08:45 CST by admin via cli commit confirmed, rollback in 3mins
-#   2015-11-12 14:06:43 CST by admin via cli commit confirmed, rollback in 3mins
 # grnoc-mon at REGENTS-TEST-NETWORK-004941> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  Routing Engine                 OK        
@@ -115,7 +115,7 @@
 # grnoc-mon at REGENTS-TEST-NETWORK-004941> show system uptime 
 # System booted: 2015-11-12 13:53 CST 
 # Protocols started: 2015-11-12 13:56 CST 
-# Last configured: 2015-11-12 17:33 CST  by admin
+# Last configured: 2016-02-02 22:47 CST  by andrew
 # 
 # grnoc-mon at REGENTS-TEST-NETWORK-004941> show interface terse 
 #Interface Admin Link
@@ -183,7 +183,7 @@
 #vlan.466 up up
 #vlan.469 up up
 # grnoc-mon at REGENTS-TEST-NETWORK-004941> show configuration 
-## Last commit: 2015-11-12 17:33:22 CST by admin
+## Last commit: 2016-02-02 22:47:28 CST by andrew
 version 12.1X46-D40.2;
 system {
     host-name REGENTS-TEST-NETWORK-004941;
@@ -271,6 +271,11 @@
             root-login deny;
             protocol-version v2;
         }
+        web-management {
+            https {
+                system-generated-certificate;
+            }
+        }
     }
     syslog {
         archive size 10m files 5;
@@ -505,6 +510,7 @@
     prefix-list PRE-MGMT-SOURCES {
         156.110.31.0/27;
         156.110.31.32/28;
+        164.58.69.122/32;
         164.58.253.0/24;
     }
     prefix-list PRE-LOCALIPv4-SOURCES {
@@ -1574,6 +1580,7 @@
                             snmp;
                             ssh;
                             traceroute;
+                            https;
                         }
                     }
                 }
@@ -1606,6 +1613,17 @@
                 }
                 then accept;
             }
+            term HTTPS-ALLOW {
+                from {
+                    source-prefix-list {
+                        PRE-MGMT-SOURCES;
+                        PRE-LOCALIPv4-SOURCES;
+                    }
+                    protocol tcp;
+                    destination-port https;
+                }
+                then accept;
+            }
             term SSH-DENY {
                 from {
                     protocol tcp;
Index: configs/acx.cai.hart-acx2100.onenet.net
===================================================================
--- configs/acx.cai.hart-acx2100.onenet.net	(revision 139432)
+++ 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/
@@ -153,6 +155,7 @@
 # total files: 2
 # 
 # grnoc-mon at HARTSHORNE-PUBLIC-LIBRARY-ACX2100> show system uptime 
+# show interface terse
 # System booted: 2016-01-08 11:40 CST 
 # Protocols started: 2016-01-08 11:42 CST 
 # Last configured: 2016-01-29 13:21 CST  by sky
Index: configs/meeker-ps.client.onenet.net
===================================================================
--- configs/meeker-ps.client.onenet.net	(revision 139434)
+++ configs/meeker-ps.client.onenet.net	(working copy)
@@ -2,7 +2,6 @@
 #
 # grnoc-mon at MEEKER-PS-LEASED-ASSET-TAG-004947> show system commit 
 #   2015-12-14 15:34:07 CST by sean via cli
-# show chassis environment
 #   2015-11-20 10:50:09 CST by joel via cli
 #   2015-11-20 10:48:21 CST by joel via cli
 #   2015-10-28 12:35:21 CDT by root via other
Index: configs/hub.tsb.onenet.net
===================================================================
--- configs/hub.tsb.onenet.net	(revision 139434)
+++ configs/hub.tsb.onenet.net	(working copy)
@@ -199,7 +199,7 @@
 # -rw-rw----  1 root  field   51994624 Oct 24  2013 ifinfo.core.1
 # -rw-rw----  1 root  field   51974144 Oct 24  2013 ifinfo.core.2
 # -rw-rw----  1 root  field   52744192 Oct 24  2013 ifinfo.core.3
-# -rw-rw----  1 root  field   52727808 Feb 2  21:56 ifinfo.core.4
+# -rw-rw----  1 root  field   52727808 Feb 2  22:56 ifinfo.core.4
 # drwxrwxrwx  2 root  wheel        512 Oct 12  2012 install/
 # -rw-rw----  1 root  field   33464320 Mar 3   2014 jdiameterd.core.0
 # -rw-r--r--  1 eng   field   99542994 Apr 23  2013 jinstall-ppc-11.4R7.5-domestic-signed.tgz
Index: configs/onenet-dc-xg210.nid.onenet.net
===================================================================
--- configs/onenet-dc-xg210.nid.onenet.net	(revision 139434)
+++ configs/onenet-dc-xg210.nid.onenet.net	(working copy)
@@ -640,7 +640,7 @@
   ecpa-streams 1
     stream-name "stream-1"
     framesize 1530
-    rate 12544000
+    rate 64000
     payload-type fixed
     dest-mac 00:0b:09:00:00:01
     outer-vlan-control enabled
@@ -971,7 +971,7 @@
         inject-direction a2n
         monitor-direction n2a
         test-type duration
-        test-duration 00:00:01:00
+        test-duration 00:00:00:10
         test-num-frames 1
         test-stream-a 1
         test-stream-b 0
@@ -1029,7 +1029,7 @@
 network-element ne-1
   configure xg_1s_cc xg_1s_cc-1-1-2 
       configure access-port access-1-1-2-1
-        admin-state maintenance
+        admin-state in-service
         service-type evpl
         port-shaped-speed 0
         port-shaping disabled



More information about the Nocrancid mailing list