[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Wed Jan 15 12:01:07 CST 2014
Index: core.alt.onenet.net
===================================================================
--- core.alt.onenet.net (revision 98756)
+++ core.alt.onenet.net (working copy)
@@ -324,12 +324,12 @@
#lo0.16384 up up
#lo0.16385 up up
#lsi up up
-#lsi.1050075 up up
-#lsi.1050077 up up
-#lsi.1050078 up up
-#lsi.1050079 up up
-#lsi.1050080 up up
-#lsi.1050081 up up
+#lsi.1050138 up up
+#lsi.1050139 up up
+#lsi.1050140 up up
+#lsi.1050141 up up
+#lsi.1050142 up up
+#lsi.1050143 up up
#mtun up up
#pimd up up
#pime up up
Index: core.law.onenet.net
===================================================================
--- core.law.onenet.net (revision 98758)
+++ core.law.onenet.net (working copy)
@@ -472,8 +472,8 @@
#lsi.1050714 up up
#lsi.1050715 up up
#lsi.1050719 up up
-#lsi.1050728 up up
-#lsi.1050729 up up
+#lsi.1050745 up up
+#lsi.1050746 up up
#mtun up up
#pimd up up
#pime up up
Index: core1.dc.onenet.net
===================================================================
--- core1.dc.onenet.net (revision 98759)
+++ core1.dc.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at MX480_DC_01_RE0> show system commit
+# 2014-01-15 11:20:41 CST by jeremyt via cli commit confirmed, rollback in 5mins synchronize
# 2014-01-14 13:44:06 CST by jeremyt via cli commit synchronize
# 2014-01-14 13:26:52 CST by rnordmark via cli commit synchronize
# 2014-01-10 13:29:54 CST by josh via cli commit synchronize
# 2014-01-10 13:29:33 CST by josh via cli commit confirmed, rollback in 10mins synchronize
# 2014-01-07 12:20:59 CST by rnordmark via cli commit synchronize
-# 2014-01-07 12:19:59 CST by rnordmark via cli commit synchronize
# grnoc-mon at MX480_DC_01_RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -424,7 +424,7 @@
# grnoc-mon at MX480_DC_01_RE0> show system uptime
# System booted: 2013-12-22 03:20 CST
# Protocols started: 2013-12-22 03:22 CST
-# Last configured: 2014-01-14 13:44 CST by jeremyt
+# Last configured: 2014-01-15 11:20 CST by jeremyt
#
# {master}
# grnoc-mon at MX480_DC_01_RE0> show interface terse
@@ -614,7 +614,18 @@
#xe-3/2/1.0 up up
#xe-3/2/1.1 up up
#xe-3/2/1.32767 up up
+#gr-3/3/0 up up
+#ip-3/3/0 up up
+#lt-3/3/0 up up
+#mt-3/3/0 up up
+#pd-3/3/0 up up
+#pe-3/3/0 up up
+#ut-3/3/0 up up
+#vt-3/3/0 up up
+#vt-3/3/0.0 up up
+#vt-3/3/0.1 up up
#xe-3/3/0 up down
+#xe-3/3/0.0 up down
#xe-3/3/1 up down
#ae0 up down
#ae0.0 up down
@@ -823,8 +834,8 @@
#lsi.1048996 up up
#lsi.1049537 up up
#lsi.1049541 up up
-#lsi.1049550 up up
-#lsi.1049551 up up
+#lsi.1049567 up up
+#lsi.1049568 up up
#mtun up up
#pimd up up
#pime up up
@@ -832,7 +843,7 @@
#pp0 up up
#tap up up
# grnoc-mon at MX480_DC_01_RE0> show configuration
-## Last commit: 2014-01-14 13:44:06 CST by jeremyt
+## Last commit: 2014-01-15 11:20:41 CST by jeremyt
version 12.3R3.4;
groups {
re0 {
@@ -1041,6 +1052,13 @@
}
}
}
+ fpc 3 {
+ pic 3 {
+ tunnel-services {
+ bandwidth 10g;
+ }
+ }
+ }
}
security {
ipsec {
@@ -1512,6 +1530,28 @@
802.3ad ae13;
}
}
+ vt-3/3/0 {
+ unit 0 {
+ family inet;
+ }
+ unit 1 {
+ family inet {
+ filter {
+ input collect_pkts;
+ }
+ }
+ }
+ }
+ xe-3/3/0 {
+ description "SonicWall Sniffer";
+ unit 0 {
+ family inet {
+ address 192.168.79.5/30 {
+ arp 192.168.79.6 mac 00:90:69:4f:84:aa;
+ }
+ }
+ }
+ }
ae0 {
description "ICL MC-LAG DC MX480";
vlan-tagging;
@@ -2787,12 +2827,20 @@
}
family inet {
output {
- interface ge-1/3/8.0 {
- next-hop 192.168.79.2;
- }
+ interface vt-3/3/0.1;
+ no-filter-check;
}
}
}
+ next-hop-group default-collectors {
+ group-type inet;
+ interface ge-1/3/8.0 {
+ next-hop 192.168.79.2;
+ }
+ interface xe-3/3/0.0 {
+ next-hop 192.168.79.6;
+ }
+ }
}
routing-options {
nonstop-routing;
@@ -3433,6 +3481,11 @@
then accept;
}
}
+ filter collect_pkts {
+ term default {
+ then next-hop-group default-collectors;
+ }
+ }
}
}
routing-instances {
Index: core1.sti-mx960.onenet.net
===================================================================
--- core1.sti-mx960.onenet.net (revision 98760)
+++ core1.sti-mx960.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at STILLWATER-MX960-RE0> show system commit
+# 2014-01-15 11:58:48 CST by josh via cli commit synchronize
+# 2014-01-15 11:04:32 CST by root via other
# 2014-01-15 10:58:55 CST by josh via cli commit confirmed, rollback in 5mins synchronize
# 2014-01-13 12:37:39 CST by donnie via cli commit synchronize
# 2013-11-13 12:09:09 CST by joel via cli commit synchronize
# 2013-11-11 15:23:52 CST by rnordmark via cli commit synchronize
-# 2013-11-08 15:57:22 CST by jed via cli commit synchronize
-# 2013-11-01 11:18:49 CDT by joel via cli commit synchronize
# grnoc-mon at STILLWATER-MX960-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -138,7 +138,6 @@
# Bottom Tray Fan 11 OK
# Bottom Tray Fan 12 OK
#
-# # commit confirmed will be rolled back in 4 minutes
# {master}
# grnoc-mon at STILLWATER-MX960-RE0> show chassis firmware
# Part Type Version
@@ -151,7 +150,6 @@
# FPC 4 ROM Juniper ROM Monitor Version 11.4b2
# O/S Version 11.4R7.5 by builder on 2013-03-01 1
#
-# # commit confirmed will be rolled back in 4 minutes
# {master}
# grnoc-mon at STILLWATER-MX960-RE0> show chassis fpc detail
# Slot 0 information:
@@ -179,7 +177,6 @@
# Total DDR DRAM 3144 MB
# Max Power Consumption 368 Watts
#
-# # commit confirmed will be rolled back in 4 minutes
# {master}
# grnoc-mon at STILLWATER-MX960-RE0> show chassis hardware
# Hardware inventory:
@@ -269,7 +266,6 @@
# Fan Tray 0 REV 07 740-031521 ACAC3771 Enhanced Fan Tray
# Fan Tray 1 REV 07 740-031521 ACAC3698 Enhanced Fan Tray
#
-# # commit confirmed will be rolled back in 4 minutes
# {master}
# grnoc-mon at STILLWATER-MX960-RE0> show chassis hardware models
# Hardware inventory:
@@ -299,7 +295,6 @@
# Fan Tray 0 REV 07 740-031521 ACAC3771 FFANTRAY-MX960-HC-S
# Fan Tray 1 REV 07 740-031521 ACAC3698 FFANTRAY-MX960-HC-S
#
-# # commit confirmed will be rolled back in 4 minutes
# {master}
# grnoc-mon at STILLWATER-MX960-RE0> show chassis routing-engine
# Routing Engine status:
@@ -396,10 +391,9 @@
# Kernel thread "devrt_kernel_thread" (pid 44) exited prematurely.
# Trying to mount root from ufs:/dev/ad0s1a
#
-# # commit confirmed will be rolled back in 4 minutes
# {master}
# grnoc-mon at STILLWATER-MX960-RE0> show version
-# Hostname: STILLWATER-MX960-RE0 # Model: mx960 # JUNOS Base OS boot [11.4R7.5] # JUNOS Base OS Software Suite [11.4R7.5] # JUNOS Kernel Software Suite [11.4R7.5] # JUNOS Crypto Software Suite [11.4R7.5] # JUNOS Packet Forwarding Engine Support (M/T Common) [11.4R7.5] # JUNOS Packet Forwarding Engine Support (MX Common) [11.4R7.5] # JUNOS Online Documentation [11.4R7.5] # JUNOS Voice Services Container package [11.4R7.5] # JUNOS Border Gateway Function package [11.4R7.5] # JUNOS Services AACL Container package [11.4R7.5] # JUNOS Services LL-PDF Container package [11.4R7.5] # JUNOS Services PTSP Container package [11.4R7.5] # JUNOS Services Stateful Firewall [11.4R7.5] # JUNOS Services NAT [11.4R7.5] # JUNOS Services Application Level Gateways [11.4R7.5] # JUNOS Services Captive Portal and Content Delivery Container package [11.4R7.5] # JUNOS Services RPM [11.4R7.5] # JUNOS Services HTTP Content Management package [11.4R7.5] # JUNOS AppId Services [11.4R7.5] # JUNOS IDP Serv!
ices [11.4R7.5] # JUNOS Services Crypto [11.4R7.5] # JUNOS Services SSL [11.4R7.5] # JUNOS Services IPSec [11.4R7.5] # JUNOS Runtime Software Suite [11.4R7.5] # JUNOS Routing Software Suite [11.4R7.5] # # # commit confirmed will be rolled back in 4 minutes # {master} # grnoc-mon at STILLWATER-MX960-RE0> file list /var/tmp detail #
+# Hostname: STILLWATER-MX960-RE0 # Model: mx960 # JUNOS Base OS boot [11.4R7.5] # JUNOS Base OS Software Suite [11.4R7.5] # JUNOS Kernel Software Suite [11.4R7.5] # JUNOS Crypto Software Suite [11.4R7.5] # JUNOS Packet Forwarding Engine Support (M/T Common) [11.4R7.5] # JUNOS Packet Forwarding Engine Support (MX Common) [11.4R7.5] # JUNOS Online Documentation [11.4R7.5] # JUNOS Voice Services Container package [11.4R7.5] # JUNOS Border Gateway Function package [11.4R7.5] # JUNOS Services AACL Container package [11.4R7.5] # JUNOS Services LL-PDF Container package [11.4R7.5] # JUNOS Services PTSP Container package [11.4R7.5] # JUNOS Services Stateful Firewall [11.4R7.5] # JUNOS Services NAT [11.4R7.5] # JUNOS Services Application Level Gateways [11.4R7.5] # JUNOS Services Captive Portal and Content Delivery Container package [11.4R7.5] # JUNOS Services RPM [11.4R7.5] # JUNOS Services HTTP Content Management package [11.4R7.5] # JUNOS AppId Services [11.4R7.5] # JUNOS IDP Serv!
ices [11.4R7.5] # JUNOS Services Crypto [11.4R7.5] # JUNOS Services SSL [11.4R7.5] # JUNOS Services IPSec [11.4R7.5] # JUNOS Runtime Software Suite [11.4R7.5] # JUNOS Routing Software Suite [11.4R7.5] # # {master} # grnoc-mon at STILLWATER-MX960-RE0> file list /var/tmp detail #
# /var/tmp:
# total 5678168
# -rw-r--r-- 1 eng field 2293542 Jan 13 14:14 chassid.sti-1-13-14.txt
@@ -441,14 +435,12 @@
# -rw-r--r-- 1 root field 0 Dec 23 2010 tracelogs_sem
# drwxrwxrwT 2 root wheel 512 Aug 8 10:34 vi.recover/
#
-# # commit confirmed will be rolled back in 4 minutes
# {master}
# grnoc-mon at STILLWATER-MX960-RE0> show system uptime
# System booted: 2013-05-29 23:44 CDT
# Protocols started: 2013-05-29 23:46 CDT
-# Last configured: 2014-01-15 10:58 CST by josh
+# Last configured: 2014-01-15 11:58 CST by josh
#
-# # commit confirmed will be rolled back in 4 minutes
# {master}
# grnoc-mon at STILLWATER-MX960-RE0> show interface terse
#Interface Admin Link
@@ -618,21 +610,20 @@
#lsi up up
#lsi.0 up up
#lsi.1051393 up up
-#lsi.1053985 up up
-#lsi.1053986 up up
-#lsi.1053987 up up
-#lsi.1053988 up up
-#lsi.1053989 up up
-#lsi.1053990 up up
+#lsi.1054041 up up
+#lsi.1054042 up up
+#lsi.1054043 up up
+#lsi.1054045 up up
+#lsi.1054046 up up
+#lsi.1054047 up up
#mtun up up
#pimd up up
#pime up up
#pip0 up up
#pp0 up up
#tap up up
-## commit confirmed
# grnoc-mon at STILLWATER-MX960-RE0> show configuration
-## Last commit: 2014-01-15 10:58:55 CST by josh
+## Last commit: 2014-01-15 11:58:48 CST by josh
version 11.4R7.5;
groups {
re0 {
@@ -2320,7 +2311,6 @@
routing-interface irb.502;
}
}
-# commit confirmed will be rolled back in 4 minutes
{master}
# grnoc-mon at STILLWATER-MX960-RE0> show ospf neighbor
# Address Interface State ID Pri Dead
@@ -2340,5 +2330,4 @@
# 164.58.246.129 xe-2/2/1.69 Full 164.58.199.222
# 164.58.247.62 xe-2/3/0.40 Full 164.58.199.152
#
-# # commit confirmed will be rolled back in 4 minutes
# {master}
Index: core1.lan-mx80.onenet.net
===================================================================
--- core1.lan-mx80.onenet.net (revision 98762)
+++ core1.lan-mx80.onenet.net (working copy)
@@ -265,8 +265,8 @@
#lsi.1051741 up up
#lsi.1051743 up up
#lsi.1051744 up up
-#lsi.1051753 up up
-#lsi.1051754 up up
+#lsi.1051770 up up
+#lsi.1051771 up up
#me0 up up
#me0.0 up up
#mtun up up
Index: core5.tul.onenet.net
===================================================================
--- core5.tul.onenet.net (revision 98763)
+++ core5.tul.onenet.net (working copy)
@@ -564,8 +564,8 @@
#lsi.1413092 up up
#lsi.1413611 up up
#lsi.1413615 up up
-#lsi.1413624 up up
-#lsi.1413625 up up
+#lsi.1413641 up up
+#lsi.1413642 up up
#lsi.1938692 up up
#mtun up up
#pimd up up
Index: core5.okc.onenet.net
===================================================================
--- core5.okc.onenet.net (revision 98761)
+++ core5.okc.onenet.net (working copy)
@@ -575,8 +575,8 @@
#lsi.1483939 up up
#lsi.1484458 up up
#lsi.1484462 up up
-#lsi.1484471 up up
-#lsi.1484472 up up
+#lsi.1484488 up up
+#lsi.1484489 up up
#lsi.1496838 up up
#lsi.2010116 up up
#mtun up up
Index: core1.nor.onenet.net
===================================================================
--- core1.nor.onenet.net (revision 98526)
+++ core1.nor.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at NORMAN1-MX480-RE0> show system commit
+# 2014-01-15 11:23:54 CST by joel via cli commit synchronize
+# 2014-01-15 11:15:57 CST by joel via cli commit synchronize
# 2014-01-14 14:04:00 CST by joel via cli commit synchronize
# 2014-01-09 11:29:34 CST by joel via cli commit synchronize
# 2014-01-09 11:17:01 CST by joel via cli commit synchronize
# 2014-01-08 13:43:23 CST by joel via cli commit synchronize
-# 2013-11-12 08:18:55 CST by josh via cli commit synchronize
-# 2013-11-11 15:23:39 CST by rnordmark via cli commit synchronize
# grnoc-mon at NORMAN1-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -314,7 +314,7 @@
# grnoc-mon at NORMAN1-MX480-RE0> show system uptime
# System booted: 2013-04-21 01:54 CDT
# Protocols started: 2013-04-21 01:59 CDT
-# Last configured: 2014-01-14 14:04 CST by joel
+# Last configured: 2014-01-15 11:23 CST by joel
#
# {master}
# grnoc-mon at NORMAN1-MX480-RE0> show interface terse
@@ -351,8 +351,8 @@
#ge-0/2/3.0 up up
#ge-0/2/4 up up
#ge-0/2/4.0 up up
-#ge-0/2/5 up down
-#ge-0/2/6 up down
+#ge-0/2/5 down down
+#ge-0/2/6 down down
#ge-0/2/7 up up
#ge-0/2/7.0 up up
#ge-0/2/8 up up
@@ -365,7 +365,7 @@
#ge-0/3/1 up up
#ge-0/3/1.2519 up up
#ge-0/3/1.32767 up up
-#ge-0/3/2 up down
+#ge-0/3/2 down down
#ge-0/3/3 up down
#ge-0/3/3.2011 up down
#ge-0/3/3.32767 up down
@@ -434,7 +434,7 @@
#pp0 up up
#tap up up
# grnoc-mon at NORMAN1-MX480-RE0> show configuration
-## Last commit: 2014-01-14 14:04:00 CST by joel
+## Last commit: 2014-01-15 11:23:54 CST by joel
version 11.4R7.5;
groups {
re0 {
@@ -645,24 +645,24 @@
mtu 9192;
encapsulation flexible-ethernet-services;
unit 2500 {
- description "VPLS-OU-2500 [NO-MONITOR]";
+ description HEI-VPLS-OU-2500;
encapsulation vlan-vpls;
vlan-id-range 1-4094;
family vpls;
}
}
xe-0/1/1 {
- description "OU DYNES TO I2 CCC";
+ description "HEI-OU DYNES TO I2 CCC";
flexible-vlan-tagging;
mtu 9192;
encapsulation flexible-ethernet-services;
unit 2520 {
- description "OU DYNES L2 Link to Tulsa.7";
+ description "HEI-OU DYNES L2 Link to Tulsa.7";
encapsulation vlan-ccc;
vlan-id 3010;
}
unit 3011 {
- description "OU DYNES L2 Link to Tulsa.7";
+ description "HEI-OU DYNES L2 Link to Tulsa.7";
encapsulation vlan-ccc;
vlan-id 3011;
}
@@ -678,7 +678,7 @@
}
}
ge-0/2/1 {
- description OU-IT-Vieux-CIR0003080;
+ description HEI-OU-IT-Vieux-CIR0003080;
speed 100m;
link-mode full-duplex;
unit 0 {
@@ -690,7 +690,7 @@
}
}
ge-0/2/2 {
- description OU-IT-AGIO-CIR0004147;
+ description HEI-OU-IT-AGIO-CIR0004147;
speed 100m;
link-mode full-duplex;
unit 0 {
@@ -702,7 +702,7 @@
}
}
ge-0/2/3 {
- description OU-IT-ATSC-CIR0003614;
+ description HEI-OU-IT-ATSC-CIR0003614;
speed 100m;
link-mode full-duplex;
unit 0 {
@@ -712,7 +712,7 @@
}
}
ge-0/2/4 {
- description OU-IT-WDT-CIR0003642;
+ description HEI-OU-IT-WDT-CIR0003642;
speed 100m;
link-mode full-duplex;
unit 0 {
@@ -721,8 +721,14 @@
}
}
}
+ ge-0/2/5 {
+ disable;
+ }
+ ge-0/2/6 {
+ disable;
+ }
ge-0/2/7 {
- description OU-IT-CIR0004063;
+ description HEI-OU-IT-CIR0004063;
speed 100m;
link-mode full-duplex;
unit 0 {
@@ -766,6 +772,9 @@
vlan-id 615;
}
}
+ ge-0/3/2 {
+ disable;
+ }
ge-0/3/3 {
description "IPERF SERVER MGMT VPLS_2011 [NO-MONITOR]";
vlan-tagging;
@@ -778,7 +787,6 @@
}
}
ge-0/3/4 {
- description "HEI-OU-IT-VPN-Connectivity-GE-CIR000xxxx-VPLS-OU-VPN-HA [ORDERED]";
disable;
}
ge-0/3/5 {
@@ -808,7 +816,7 @@
}
}
ge-0/3/7 {
- description "MSCI-OU_Customer-ON-OU-Fabric-100m | Cir000XXXX";
+ description "HEI-MSCI-OU_Customer-ON-OU-Fabric-100m | Cir000XXXX";
speed 100m;
mtu 1518;
link-mode full-duplex;
Index: core3.okc-m120.onenet.net
===================================================================
--- core3.okc-m120.onenet.net (revision 98765)
+++ core3.okc-m120.onenet.net (working copy)
@@ -532,7 +532,7 @@
#t1-2/3/0:3:11 up down
#t1-2/3/0:3:12 up up
#t1-2/3/0:3:12.0 up up
-#t1-2/3/0:3:13 up up
+#t1-2/3/0:3:13 up down
#t1-2/3/0:3:13.0 up down
#t1-2/3/0:3:14 up down
#t1-2/3/0:3:15 up down
Index: hub.chi.onenet.net
===================================================================
--- hub.chi.onenet.net (revision 98750)
+++ hub.chi.onenet.net (working copy)
@@ -311,7 +311,7 @@
#t1-2/0/2:21 down down
#t1-2/0/2:22 down down
#t1-2/0/2:23 down down
-#t1-2/0/2:24 down down
+#t1-2/0/2:24 down up
#t1-2/0/2:25 down up
#t1-2/0/2:26 down down
#t1-2/0/2:27 down down
Index: hub.sal.onenet.net
===================================================================
--- hub.sal.onenet.net (revision 98764)
+++ hub.sal.onenet.net (working copy)
@@ -320,7 +320,7 @@
#t1-2/0/2:21.0 up up
#t1-2/0/2:22 up up
#t1-2/0/2:22.0 up up
-#t1-2/0/2:23 up up
+#t1-2/0/2:23 up down
#t1-2/0/2:23.0 up down
#t1-2/0/2:24 up down
#t1-2/0/2:25 up down
More information about the Nocrancid
mailing list