[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Thu Jan 31 12:01:48 CST 2013
Index: core.mca.onenet.net
===================================================================
--- core.mca.onenet.net (revision 51078)
+++ core.mca.onenet.net (working copy)
@@ -1,14 +1,13 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at MCALESTER-MX480-RE0> show system commit
+# 2013-01-31 12:00:02 CST by rnordmark via cli commit synchronize
# 2013-01-29 12:02:11 CST by admin via cli commit synchronize
# 2013-01-29 11:54:25 CST by admin via cli commit synchronize
# 2013-01-02 17:50:11 CST by admin via cli commit synchronize
# 2013-01-02 17:29:24 CST by admin via cli commit synchronize
# 2012-08-07 11:26:44 CDT by root via other
# Synchronization with remote Routing Engine
-# 2012-07-11 10:19:26 CDT by root via other
-# Synchronization with remote Routing Engine
# grnoc-mon at MCALESTER-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -273,7 +272,7 @@
# grnoc-mon at MCALESTER-MX480-RE0> show system uptime
# System booted: 2012-08-07 11:13 CDT
# Protocols started: 2012-08-07 11:15 CDT
-# Last configured: 2013-01-29 12:02 CST by admin
+# Last configured: 2013-01-31 12:00 CST by rnordmark
#
# {master}
# grnoc-mon at MCALESTER-MX480-RE0> show interface terse
@@ -339,7 +338,7 @@
#pp0 up up
#tap up up
# grnoc-mon at MCALESTER-MX480-RE0> show configuration
-## Last commit: 2013-01-29 12:02:11 CST by admin
+## Last commit: 2013-01-31 12:00:02 CST by rnordmark
version 11.4R4.4;
groups {
re0 {
@@ -399,6 +398,21 @@
idle-timeout 1440;
permissions all;
}
+ class lockdown {
+ idle-timeout 2;
+ permissions view;
+ deny-commands .*;
+ deny-configuration .*; ## Warning: 'deny-configuration' is deprecated
+ }
+ class operator-local {
+ idle-timeout 15;
+ permissions [ access admin configure firewall interface network routing snmp system trace view ];
+ allow-commands "show log messages";
+ }
+ class robot {
+ idle-timeout 10;
+ permissions [ admin configure firewall interface routing secret security snmp system trace view ];
+ }
user admin {
uid 1000;
class super-user;
@@ -410,6 +424,14 @@
uid 2018;
class admin;
}
+ user rancid {
+ uid 2001;
+ class robot;
+ }
+ user remote {
+ uid 2002;
+ class operator-local;
+ }
}
services {
ftp;
@@ -799,7 +821,6 @@
156.110.31.0/27;
156.110.31.32/28;
164.58.10.0/24;
- 164.58.244.0/23;
164.58.253.0/24;
64.207.244.14/32;
66.129.224.37/32;
@@ -944,8 +965,6 @@
}
term DENY_ALL {
then {
- log;
- syslog;
discard;
}
}
Index: hub.ada-mx480.onenet.net
===================================================================
--- hub.ada-mx480.onenet.net (revision 50577)
+++ hub.ada-mx480.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ADA-MX480-RE0> show system commit
-# 2013-01-24 16:19:15 CST by admin via netconf commit synchronize
-# 2013-01-24 16:19:12 CST by admin via netconf commit synchronize
-# 2013-01-24 16:18:07 CST by admin via netconf commit synchronize
-# 2013-01-24 16:18:03 CST by admin via netconf commit synchronize
-# 2013-01-24 16:17:07 CST by admin via netconf commit synchronize
-# 2013-01-24 16:17:03 CST by admin via netconf commit synchronize
+# 2013-01-31 12:00:58 CST by admin via netconf commit synchronize
+# 2013-01-31 12:00:05 CST by admin via netconf commit synchronize
+# 2013-01-31 12:00:02 CST by admin via netconf commit synchronize
+# 2013-01-31 11:59:01 CST by admin via netconf commit synchronize
+# 2013-01-31 11:58:58 CST by admin via netconf commit synchronize
+# 2013-01-31 11:58:02 CST by admin via netconf commit synchronize
# grnoc-mon at ADA-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -266,7 +266,7 @@
# grnoc-mon at ADA-MX480-RE0> show system uptime
# System booted: 2012-08-10 15:00 CDT
# Protocols started: 2012-08-10 15:01 CDT
-# Last configured: 2013-01-24 16:19 CST by admin
+# Last configured: 2013-01-31 12:00 CST by admin
#
# {master}
# grnoc-mon at ADA-MX480-RE0> show interface terse
@@ -331,7 +331,7 @@
#pp0 up up
#tap up up
# grnoc-mon at ADA-MX480-RE0> show configuration
-## Last commit: 2013-01-24 16:19:15 CST by admin
+## Last commit: 2013-01-31 12:00:58 CST by admin
version 11.4R4.4;
groups {
re0 {
@@ -391,6 +391,21 @@
idle-timeout 1440;
permissions all;
}
+ class lockdown {
+ idle-timeout 2;
+ permissions view;
+ deny-commands .*;
+ deny-configuration .*; ## Warning: 'deny-configuration' is deprecated
+ }
+ class operator-local {
+ idle-timeout 15;
+ permissions [ access admin configure firewall interface network routing snmp system trace view ];
+ allow-commands "show log messages";
+ }
+ class robot {
+ idle-timeout 10;
+ permissions [ admin configure firewall interface routing secret security snmp system trace view ];
+ }
user admin {
uid 1000;
class super-user;
@@ -402,6 +417,14 @@
uid 2018;
class admin;
}
+ user rancid {
+ uid 2001;
+ class robot;
+ }
+ user remote {
+ uid 2002;
+ class operator-local;
+ }
}
services {
ftp;
@@ -788,11 +811,11 @@
156.110.31.0/27;
156.110.31.32/28;
164.58.10.0/24;
- 164.58.244.0/23;
164.58.253.0/24;
64.207.244.14/32;
66.129.224.37/32;
164.58.15.0/24;
+ 164.58.244.0/22;
}
protocol tcp;
destination-port [ ssh http ];
@@ -932,8 +955,6 @@
}
term DENY_ALL {
then {
- log;
- syslog;
discard;
}
}
Index: hub.chi.onenet.net
===================================================================
--- hub.chi.onenet.net (revision 51300)
+++ hub.chi.onenet.net (working copy)
@@ -304,7 +304,7 @@
#t3-2/0/1.0 up up
#ct3-2/0/2 up up
#t1-2/0/2:1 up down
-#t1-2/0/2:2 down down
+#t1-2/0/2:2 down up
#t1-2/0/2:3 up down
#t1-2/0/2:4 up up
#t1-2/0/2:4.0 up up
@@ -336,7 +336,7 @@
#t1-2/0/2:21 up down
#t1-2/0/2:22 up down
#t1-2/0/2:23 up down
-#t1-2/0/2:24 down down
+#t1-2/0/2:24 down up
#t1-2/0/2:24.0 up down
#t1-2/0/2:25 up up
#t1-2/0/2:26 up down
Index: core3.okc-m120.onenet.net
===================================================================
--- core3.okc-m120.onenet.net (revision 51302)
+++ core3.okc-m120.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OKC-CORE3-MX120-RE1> show system commit
+# 2013-01-31 11:58:51 CST by joel via cli commit synchronize
# 2013-01-31 06:25:11 CST by cjensen via cli commit synchronize
# 2013-01-31 06:23:40 CST by cjensen via cli commit synchronize
# 2013-01-31 06:18:59 CST by cjensen via cli commit synchronize
# 2013-01-30 13:00:51 CST by joe via cli commit synchronize
# 2013-01-30 11:10:09 CST by joel via cli commit synchronize
-# 2013-01-30 10:52:44 CST by joe via cli commit synchronize
# grnoc-mon at OKC-CORE3-MX120-RE1> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -384,7 +384,7 @@
# grnoc-mon at OKC-CORE3-MX120-RE1> show system uptime
# System booted: 2012-11-16 00:25 CST
# Protocols started: 2012-11-16 00:43 CST
-# Last configured: 2013-01-31 06:25 CST by cjensen
+# Last configured: 2013-01-31 11:58 CST by joel
#
# {master}
# grnoc-mon at OKC-CORE3-MX120-RE1> show interface terse
@@ -2083,7 +2083,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE3-MX120-RE1> show configuration
-## Last commit: 2013-01-31 06:25:11 CST by cjensen
+## Last commit: 2013-01-31 11:58:51 CST by joel
version 10.4R2.6;
groups {
re0 {
@@ -6297,16 +6297,19 @@
}
}
t1-3/3/0:7:23 {
- description DOH-Medford-T1-CIR0003095;
+ description DOH-Medford-T1-CIR0003095-OCS;
+ mtu 1518;
encapsulation cisco-hdlc;
unit 0 {
family inet {
+ mtu 1512;
sampling {
input;
output;
}
address 172.23.4.73/30;
}
+ family mpls;
}
}
t1-3/3/0:7:25 {
@@ -9242,7 +9245,6 @@
route 164.58.254.88/30 next-hop 156.110.46.250;
route 172.16.88.0/24 next-hop 164.58.75.86;
inactive: route 172.23.7.220/30 next-hop 172.23.3.10;
- route 172.23.8.88/30 next-hop 172.23.4.74;
route 172.23.8.212/30 next-hop 172.23.1.22;
route 172.23.9.8/29 next-hop 172.23.0.118;
route 172.23.9.40/29 next-hop 172.23.0.230;
@@ -9417,6 +9419,7 @@
interface t1-2/3/0:7:9.0;
interface t1-3/3/0:4:1.0;
interface lsq-5/1/0.97;
+ interface t1-3/3/0:7:23.0;
}
bgp {
group CORE-RR {
@@ -9785,6 +9788,11 @@
md5 7 key "$9$Oy4NBhSevLXNbvMb24aHktu0OEyKM8x-wSrMX7-ws"; ## SECRET-DATA
}
}
+ interface t1-3/3/0:7:23.0 {
+ authentication {
+ md5 7 key "$9$Oy4NBhSevLXNbvMb24aHktu0OEyKM8x-wSrMX7-ws"; ## SECRET-DATA
+ }
+ }
}
}
ospf3 {
@@ -9831,6 +9839,7 @@
interface t1-3/3/0:6:20.0;
interface t1-3/3/0:6:28.0;
interface t1-3/3/0:7:19.0;
+ interface t1-3/3/0:7:23.0;
interface t1-3/3/0:8:3.0;
interface t1-3/3/0:8:15.0;
interface t1-3/3/0:11:1.0;
@@ -10698,6 +10707,7 @@
# 172.23.4.210 t1-3/3/0:6:28.0 Full 10.199.2.93
# 172.23.5.10 t1-3/3/0:6:3.0 Full 10.199.2.113
# 172.23.5.74 t1-3/3/0:7:19.0 Full 10.199.2.43
+# 172.23.4.74 t1-3/3/0:7:23.0 Full 10.199.2.122
# 172.23.2.26 t1-3/3/0:8:15.0 Full 10.199.2.91
# 172.23.3.106 t1-3/3/0:8:3.0 Full 10.199.2.31
# 172.23.3.42 t1-4/0/1:23.0 Full 10.199.2.35
Index: hub.ton.onenet.net
===================================================================
--- hub.ton.onenet.net (revision 51258)
+++ hub.ton.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at TONKAWA-M120-RE0> show system commit
+# 2013-01-31 11:04:44 CST by joel via cli commit synchronize
# 2013-01-30 13:51:09 CST by bobby via cli commit synchronize
# 2013-01-29 15:02:42 CST by cjensen via cli commit synchronize
# 2013-01-22 17:04:42 CST by jeremyt via cli commit synchronize
# 2013-01-14 11:59:55 CST by jeremyt via cli commit synchronize
# 2013-01-14 11:53:21 CST by jeremyt via cli commit synchronize
-# 2013-01-14 11:44:28 CST by jeremyt via cli commit synchronize
# grnoc-mon at TONKAWA-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -318,7 +318,7 @@
# grnoc-mon at TONKAWA-M120-RE0> show system uptime
# System booted: 2011-08-08 20:30 CDT
# Protocols started: 2011-08-08 20:32 CDT
-# Last configured: 2013-01-30 13:51 CST by bobby
+# Last configured: 2013-01-31 11:04 CST by joel
#
# {master}
# grnoc-mon at TONKAWA-M120-RE0> show interface terse
@@ -530,7 +530,7 @@
#pp0 up up
#tap up up
# grnoc-mon at TONKAWA-M120-RE0> show configuration
-## Last commit: 2013-01-30 13:51:09 CST by bobby
+## Last commit: 2013-01-31 11:04:44 CST by joel
version 10.4R2.6;
groups {
re0 {
@@ -1214,12 +1214,15 @@
}
}
t1-2/0/3:20 {
- description WIC-KAY-COUNTY-HEALTH-DEPT-T1-CIR0000964;
+ description DOH-BLACKWELL-T1-CIR0000964-OCS;
+ mtu 1518;
encapsulation cisco-hdlc;
unit 0 {
family inet {
+ mtu 1512;
address 172.23.0.49/30;
}
+ family mpls;
}
}
t1-2/0/3:21 {
@@ -1611,7 +1614,6 @@
route 164.58.29.16/29 next-hop 164.58.9.242;
route 164.58.184.236/30 next-hop 164.58.5.238;
route 164.58.226.0/24 next-hop 156.110.126.86;
- route 172.23.7.20/30 next-hop 172.23.0.50;
route 204.126.187.0/24 next-hop 156.110.70.226;
route 164.58.161.56/29 next-hop 164.58.2.134;
route 164.58.171.0/27 next-hop 164.58.2.134;
@@ -1629,6 +1631,7 @@
interface ge-4/0/3.403;
interface ge-4/0/3.406;
interface t1-2/0/3:18.0;
+ interface t1-2/0/3:20.0;
}
bgp {
group CORE-RR {
@@ -1707,6 +1710,11 @@
md5 7 key "$9$Oy4NBhSevLXNbvMb24aHktu0OEyKM8x-wSrMX7-ws"; ## SECRET-DATA
}
}
+ interface t1-2/0/3:20.0 {
+ authentication {
+ md5 7 key "$9$Oy4NBhSevLXNbvMb24aHktu0OEyKM8x-wSrMX7-ws"; ## SECRET-DATA
+ }
+ }
}
}
ospf3 {
@@ -1718,6 +1726,7 @@
preference 255;
track-igp-metric;
interface t1-2/0/3:18.0;
+ interface t1-2/0/3:20.0;
interface ge-4/0/0.0;
interface ge-4/0/3.402;
interface ge-4/0/3.403;
@@ -2087,5 +2096,6 @@
# 156.110.126.126 ge-4/0/3.403 Full 164.58.199.58
# 156.110.126.118 ge-4/0/3.406 Full 164.58.199.74
# 172.23.0.54 t1-2/0/3:18.0 Full 10.199.2.127
+# 172.23.0.50 t1-2/0/3:20.0 Full 10.199.2.123
#
# {master}
Index: san-sw-lawton.onenet.net
===================================================================
--- san-sw-lawton.onenet.net (revision 51303)
+++ san-sw-lawton.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at SAN-EX2200> show system commit
-# 2013-01-31 11:00:39 CST by admin via netconf
-# 2013-01-31 11:00:25 CST by admin via netconf
-# 2013-01-31 10:58:39 CST by admin via netconf
-# 2013-01-31 10:58:24 CST by admin via netconf
-# 2013-01-31 10:56:38 CST by admin via netconf
-# 2013-01-31 10:56:23 CST by admin via netconf
+# 2013-01-31 12:00:35 CST by admin via netconf
+# 2013-01-31 12:00:21 CST by admin via netconf
+# 2013-01-31 11:58:40 CST by admin via netconf
+# 2013-01-31 11:58:26 CST by admin via netconf
+# 2013-01-31 11:57:25 CST by admin via netconf
+# 2013-01-31 11:57:11 CST by admin via netconf
# grnoc-mon at SAN-EX2200> show chassis environment
# Class Item Status Measurement
# Power FPC 0 Power Supply 0 OK
@@ -151,7 +151,7 @@
# grnoc-mon at SAN-EX2200> show system uptime
# System booted: 2012-07-05 12:27 CDT
# Protocols started: 2012-07-05 12:31 CDT
-# Last configured: 2013-01-31 11:00 CST by admin
+# Last configured: 2013-01-31 12:00 CST by admin
#
# grnoc-mon at SAN-EX2200> show interface terse
#Interface Admin Link
@@ -232,7 +232,7 @@
#vlan.0 up up
#vlan.250 up up
# grnoc-mon at SAN-EX2200> show configuration
-## Last commit: 2013-01-31 11:00:39 CST by admin
+## Last commit: 2013-01-31 12:00:35 CST by admin
version 10.4R2.6;
system {
host-name SAN-EX2200;
More information about the Nocrancid
mailing list