[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Tue Apr 29 18:02:30 CDT 2014
Index: configs/core.okcbok.onenet.net
===================================================================
--- configs/core.okcbok.onenet.net (revision 115319)
+++ configs/core.okcbok.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OKCBOK-MX80> show system commit
+# 2014-04-29 17:17:41 CDT by rnordmark via cli
# 2014-03-03 16:16:33 CST by rnordmark via cli
# 2014-03-03 15:14:21 CST by andrew via cli commit confirmed, rollback in 5mins
# 2014-02-26 11:12:35 CST by andrew via netconf
# 2014-02-25 19:08:44 CST by rnordmark via cli
# 2014-02-25 09:47:20 CST by donnie via cli
-# 2014-02-25 09:38:41 CST by donnie via cli
# grnoc-mon at OKCBOK-MX80> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -179,7 +179,7 @@
# grnoc-mon at OKCBOK-MX80> show version
# Hostname: OKCBOK-MX80 # Model: mx80 # 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 (MX80) [11.4R7.5] # JUNOS Online Documentation [11.4R7.5] # JUNOS Routing Software Suite [11.4R7.5] # # grnoc-mon at OKCBOK-MX80> file list /var/tmp detail #
# /var/tmp:
-# total 279688
+# total 279692
# -rw-r--r-- 1 admin field 20552 Apr 19 2013 NOR2-Config.txt
# -rw-r--r-- 1 root field 5506 Feb 22 2013 VPLS-Q-in-Q-METRO-and-DOH.txt
# -rw-r--r-- 1 root field 3485 Feb 22 2013 eodls.txt
@@ -192,6 +192,7 @@
# drwxrwxrwx 2 root wheel 512 Jan 11 2012 pics/
# -r--r--r-- 1 root field 237 Mar 27 2013 preinstall_boot_loader.conf
# drwxr-xr-x 2 root field 512 Jan 11 2012 rtsdb/
+# -rw-r----- 1 root field 178 Apr 29 17:17 sampled.pkts
# -rw-r--r-- 1 root field 0 Jan 27 2012 tracelogs
# -rw-r--r-- 1 root field 0 Jan 27 2012 tracelogs_jperf
# -rw-r--r-- 1 root field 0 Jan 27 2012 tracelogs_sem
@@ -201,7 +202,7 @@
# grnoc-mon at OKCBOK-MX80> show system uptime
# System booted: 2013-05-22 00:20 CDT
# Protocols started: 2013-05-22 00:22 CDT
-# Last configured: 2014-03-03 16:16 CST by rnordmark
+# Last configured: 2014-04-29 17:17 CDT by rnordmark
#
# grnoc-mon at OKCBOK-MX80> show interface terse
#Interface Admin Link
@@ -247,7 +248,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKCBOK-MX80> show configuration
-## Last commit: 2014-03-03 16:16:33 CST by rnordmark
+## Last commit: 2014-04-29 17:17:41 CDT by rnordmark
version 11.4R7.5;
system {
host-name OKCBOK-MX80;
@@ -356,6 +357,11 @@
}
}
chassis {
+ tfeb {
+ slot 0 {
+ sampling-instance JFLOW-1;
+ }
+ }
alarm {
management-ethernet {
link-down ignore;
@@ -373,6 +379,9 @@
vlan-id 70;
family inet {
mtu 9000;
+ sampling {
+ input;
+ }
address 164.58.245.118/30;
}
family inet6 {
@@ -398,6 +407,9 @@
description "Reydon-PS-100M | CIR0005374";
vlan-id 810;
family inet {
+ sampling {
+ input;
+ }
address 164.58.173.49/29;
}
}
@@ -405,6 +417,9 @@
description "Sweetwater PS 10M | CIR0005268";
vlan-id 811;
family inet {
+ sampling {
+ input;
+ }
address 156.110.130.73/30;
}
}
@@ -412,6 +427,9 @@
description "Maple-PS-10M | CIR0005237";
vlan-id 812;
family inet {
+ sampling {
+ input;
+ }
address 156.110.66.29/30;
}
}
@@ -419,6 +437,9 @@
description Vici-Public-Schools-10M-CIR0004549;
vlan-id 820;
family inet {
+ sampling {
+ input;
+ }
address 156.110.135.49/29;
}
}
@@ -438,6 +459,39 @@
}
}
}
+forwarding-options {
+ sampling {
+ input {
+ rate 1000;
+ }
+ instance {
+ JFLOW-1 {
+ input {
+ rate 1000;
+ }
+ family inet {
+ output {
+ flow-inactive-timeout 60;
+ flow-active-timeout 60;
+ flow-server 164.58.253.36 {
+ port 9195;
+ autonomous-system-type origin;
+ no-local-dump;
+ version-ipfix {
+ template {
+ ipv4;
+ }
+ }
+ }
+ inline-jflow {
+ source-address 164.58.199.195;
+ }
+ }
+ }
+ }
+ }
+ }
+}
snmp {
location "Oklahoma City, OK";
contact "Net Group";
@@ -950,7 +1004,7 @@
vrf-table-label;
}
}
-inactive: services {
+services {
flow-monitoring {
version-ipfix {
template IP-V4 {
@@ -966,6 +1020,11 @@
}
ipv4-template;
}
+ template ipv4 {
+ flow-active-timeout 60;
+ flow-inactive-timeout 60;
+ ipv4-template;
+ }
}
}
}
Index: configs/core1.dc.onenet.net
===================================================================
--- configs/core1.dc.onenet.net (revision 115626)
+++ configs/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-04-29 17:21:15 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
# 2014-04-28 16:03:48 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
# 2014-04-23 09:16:54 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
# 2014-04-23 09:15:56 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
# 2014-04-23 09:13:55 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
# 2014-04-23 09:12:45 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
-# 2014-04-22 13:20:48 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
# grnoc-mon at MX480_DC_01_RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -432,7 +432,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-04-28 16:03 CDT by andrew
+# Last configured: 2014-04-29 17:21 CDT by andrew
#
# {master}
# grnoc-mon at MX480_DC_01_RE0> show interface terse
@@ -864,7 +864,7 @@
#pp0 up up
#tap up up
# grnoc-mon at MX480_DC_01_RE0> show configuration
-## Last commit: 2014-04-28 16:03:48 CDT by andrew
+## Last commit: 2014-04-29 17:21:15 CDT by andrew
version 12.3R3.4;
groups {
re0 {
@@ -1483,9 +1483,9 @@
vlan-id 69;
family inet {
mtu 9000;
- sampling {
- input;
- output;
+ filter {
+ input JFLOW-SAMPLE;
+ output JFLOW-SAMPLE;
}
address 164.58.246.138/30;
}
@@ -3772,6 +3772,25 @@
}
}
}
+ filter JFLOW-SAMPLE {
+ term nettest2 {
+ from {
+ address {
+ 164.58.253.36/32;
+ }
+ }
+ then accept;
+ }
+ term sample {
+ then {
+ sample;
+ accept;
+ }
+ }
+ term accept {
+ then accept;
+ }
+ }
}
routing-instances {
COMANCHE_PS-L3VPN {
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net (revision 115652)
+++ configs/core3.okc-m120.onenet.net (working copy)
@@ -732,8 +732,8 @@
#t1-2/3/0:7:28.0 up up
#coc1-2/3/0:8 up up
#ct3-2/3/0:8 up up
-#t1-2/3/0:8:1 up up
-#t1-2/3/0:8:1.0 up up
+#t1-2/3/0:8:1 up down
+#t1-2/3/0:8:1.0 up down
#t1-2/3/0:8:2 up up
#t1-2/3/0:8:2.0 up up
#t1-2/3/0:8:3 up up
More information about the Nocrancid
mailing list